@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-color: ##8FA5C5;
	margin-top: 30px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #FFFFFF;
	text-align: left;
	padding: 15px;
}
.oneColFixCtrHdr #header {
	padding-bottom: 0;
	width: 790px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 30px;
	background-image: url(../images/eyehead.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #nav {
	width: 790px;
	padding-top: 8px;
}
.oneColFixCtrHdr #container #flashbox {
	width: 790px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
main_body {
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}#main_sect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 20px;
	border: 1px solid #CCCCCC;
}
.heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #8FA5C5;
	display: block;
	background-color: #8FA5C5;
	clear: left;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px 10px 10px 20px;
	background-color: #333342;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #466188;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #466188;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8FA5C5;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8FA5C5;
	font-weight: bold;
}
.blue_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4B6792;
}
#contact_box {
	padding: 23px;
	border: 1px solid #D6DDE9;
	width: 220px;
	float: right;
	margin-left: 30px;
	font-size: 12px;
	color: #333333;
	clear: both;
}
.heads_short {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #8FA5C5;
	display: block;
	background-color: #8FA5C5;
	width: 420px;
}
.news_box {
	width: 425px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8FA5C5;
	display: block;
}.experts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}.clientheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8FA5C5;
	width: 460px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
</style>.

