@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #B5B67C;
}
p {
	margin-bottom: 15px;
	margin-left: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #737B4A;
	margin-top: 10px;
}

label {
	line-height: 20px;
	clear: left;
	float: left;
	height: 20px;
	width: 200px;
	display: block;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-top: 5px;
}
input {
	font-size: 11px;
	color: #737B4A;
	padding: 2px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
td {
	padding: 6px;
}




#logoBesure {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 20px;
	top: 3px;
	z-index: 1;
}
#telNo {
	position: absolute;
	top: 24px;
	right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#imageMenu {
	position: absolute;
	left: 24px;
	top: 78px;
	z-index: 2;
}
.imagePart {
	height: 30px;
	width: 200px;
	cursor: pointer;
	text-indent: -9999px;
	list-style:none;
	background-color: #83A6C9;
}
#bannerImage {
	z-index: 1;
	width: 900px;
	background-image: url(images/bannerHome.jpg);
	background-repeat: no-repeat;
	height: 212px;
	position: absolute;
	left: 0px;
	top: 75px;
	display: block;
}
#bannerAnimation {
	position: absolute;
	top: 75px;
	z-index: 1;
	display: inline;
	left: 0px;
}

#content {
	width: 900px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bannerHome.jpg);
	background-repeat: no-repeat;
	background-position: 0px 75px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #737B4A;
	border-left-color: #737B4A;
	overflow: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #737B4A;
}
#wrapper {
	float: right;
	width: 620px;
	margin-right: 30px;
	margin-top: 305px;
	margin-bottom: 20px;
	line-height: 17px;
	font-size: 12px;
	display: inline;
	color: #3f5877;
}
#wrapper a {
	color: #898F4A;
	font-weight: bold;
}

#wrapper ul {
	color: #737B4A;
	margin: 10px 50px 25px 60px;
}
#wrapper li {
	margin-bottom: 5px;
}

#wrapper ul li span {
	color: #3f5877;
}
#leftContent {
	text-align: justify;
	float: left;
	width: 300px;
}
#rightContent {
	text-align: justify;
	float: right;
	width: 300px;
}
#sideLinks {
	float: left;
	width: 180px;
	margin-top: 420px;
	margin-left: 35px;
	display: inline;
}
#sideLinks a {
	float: left;
	width: 160px;
	font-size: 12px;
	color: #737b4a;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #87ADD1;
	display: inline;
	padding: 5px 0px 5px 10px;
}
#sideLinks a:hover {
	color: #b5b676;
}
#sideLinks p {
	font-size: 10px;
	text-align: justify;
	clear: left;
	color: #737B4A;
	display: block;
	padding-top: 20px;
	width: 150px;
	margin: 0px 0px 20px 15px;
}
#footer {
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer h1 {
	font-size: 12px;
	font-weight: normal;
	color: #87ADD1;
}
#footer a {
	color: #87add1;
}

.poundSign {
	background-image: url(images/poundSign.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: 2px 3px;
}
