@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:  url(../images/design/body_background.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	line-height: 1.4em;
}
#container {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
#header {
	background: url(../images/design/header3.png) no-repeat; 
	width: 941px;
	height: 159px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header ul {
	list-style:none;
	color:#294087;
	font-size:12px;
	float:right;
	width:800px;
	margin-right:37px;
	margin-top:130px;
	text-align: right;
}
#header li {
	float:right;
	margin-left:25px;
}
#header li a {
	text-decoration:none;
	font-weight:600;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#header li a:hover {
	text-decoration:underline;
}

#content_top {
	background: url(../images/design/inner_content_backing.jpg) no-repeat;
	height: 25px;
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	margin-left: 10px;
}



#mainContent {
	padding: 40px 40px 10px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/design/content_background.png) repeat-y;
	position: relative;
	width: 945px;
}
.bold {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/design/footer.png) no-repeat;
	height:47px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 { margin: 0 0 10px 0; padding: 0; color: #e3c57d; font-size: 16px; text-transform: uppercase; }
h2 { margin: 0; padding: 0; color: #CAA977; font-size: 16px; font-weight:600; }
h3 {  margin: 0 0 5px 0; padding: 0; color: #002F6D; font-size: 14px;}

h2 a{ margin: 0; padding: 0; color: #CAA977; font-size: 16px; font-weight:600; text-decoration: none;}
h2 a:hover{ text-decoration: underline;}

#gallery { float: right; width: 446px; height: 286px; padding: 2px; border: solid 1px #CCCCCC; margin-right: 80px} 
#gallery_services { float: right; width: 446px; height: 500px; padding: 2px; border: solid 1px #CCCCCC; } 

.homedetail{float: left; width: 190px; padding-right: 16px; padding-left: 17px; border-right: solid 1px #CCCCCC; }
.homedetail.left{ padding-left: 0;}
.homedetail.right{ padding-right: 0; border-right: none;}

.homedetail h2{ margin-bottom: 5px; margin-top: 5px;}


a { color: #002F6D; font-weight: 600; }
a.homemore { line-height:  22px;}
a.greyunder{ color: #666666; text-decoration: underline; font-weight: 400;}
a img{ border: none;}

.subheading { color: #e3c57d;  font-weight: 600;} 

.leftsix {
	float: left;
	width: 650px;
	padding-right: 50px;
}



.lefttwo {
	float: left;
	text-align: right;
	width: 150px;
	height: 200px;
	border: solid 1px #CCCCCC; 
	padding: 2px;
	margin-bottom: 20px;
}


.pspacer {
	clear: both; 
	height: 10px;
	border-top: solid 1px #CCCCCC; 
	margin-top: 10px;
	width: 860px;
}	

.services p{margin-top: 0; }

p { margin-bottom: 10px;}

ul {margin: 15px;}
li { margin-bottom: 10px; color: #002F6D;  }

.grey {color: #666666;}

/* ie6 png support */
img, div { behavior: url(ie6png/iepngfix.htc) }

#translate { position: absolute; left: 0px; top: 10px; z-index: 100; font-size: 10px; text-align: right; width: 905px; }
#translate option, #translate select {font-size: 11px; color: #666666;}


#isaf{ height: 115px; width: 105px; position: absolute; top: 8px; right: 10px; }

#isaf img {  width: 100px; height: 110px; }
