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

body  {
	margin: 0; 
	padding: 0; 
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
 #container {
	width: 900px; 
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 0px;
} 
#headerHOME {
	height: 70px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	width: 870px;
	padding-top: 30px;
	padding-left: 30px;
} 


 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #69666a;
	background-color: #D5D5D5;
}
 #mainContent {
	width: 675px;
	float: right;
	background-color: #DCDCDC;
	background-image: url(../images/main_bg_home.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 
 #mainContentSUB {
	width: 675px;
	float: right;
} 
 #footer {
	background-image: url(../images/footer_dots.gif);
	background-repeat: repeat-x;
	padding-top: 23px;
	color: #a1a29e;
	font-size: 11px;
	margin-bottom: 20px;
} 
 #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#signup {
	float: right;
	height: 66px;
	width: 300px;
	margin-right: 30px;
}
#logo {
	width: 444px;
	margin-bottom: 6px;
}
#mainNav {
	width: 450px;
}
.signup {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #81818c;
}
#blueline {
	background-color: #3d81d6;
	height: 4px;
}
#mainBGhome {
	background-image: url(../images/main_bg_home.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	background-color: #D5D5D5;
}
#mainBGsub {
	background-image: url(../images/main_bg_sub.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #DCDCDC;
}
.sidebarBox {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 27px;
	font-size: 12px;
	line-height: 14px;
}
#sidebarBoxSub {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 13px;
}
.style1 {
	color: #484349;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	line-height: 17px;
	margin-bottom: 8px;
	display: block;
}
#styleConatctinfo {
	color: #EFEFEF;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	background-color: #B5B3B6;
	padding: 10px;
	border: 6px solid #E0DFDF;
}
#styleConatctinfo2 {
	color: #79767A;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	background-color: #E0DFDF;
	padding: 10px;
	border: 6px solid #B4B3B5;
}

.style2  {
	color: #011b7b;
	font-size: 12px;
	text-transform: uppercase;
}

.style2 a:link {
	text-decoration: none;
	color: #011b7b;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.style2 a:visited {
	text-decoration: none;
	color: #011b7b;
	font-size: 12px;
	text-transform: uppercase;
		font-weight: normal;
}
.style2 a:hover {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #7DA642;
		font-weight: normal;
}
.style2 a:active {
	text-decoration: none;
	color: #011b7b;
	font-size: 12px;
	text-transform: uppercase;
		font-weight: normal;
}



a:link {
	color: #628033;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #628033;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #7DA642;
}
a:active {
	text-decoration: none;
	color: #628033;
}


#footer a:link {
	color: #a1a29e;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #a1a29e;
}
#footer a:hover {
	text-decoration: none;
	color: #7DA642;
}
#footer a:active {
	text-decoration: none;
	color: #a1a29e;
}
.greyline {
	background-color: #e6e6e6;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0px;
}

.whiteline {
	background-color: #FFFFFF;
	height: 2px;
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 0px;
}
#mainImageHome {
	width: 675px;
	float: right;
	background-color: #CC0000;
}
.field1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-style: italic;
	width: 100%;
	height: 18px;
	padding-left: 3px;
}
#homeLEFT {
	width: 426px;
	float: left;
	background-color: #efefef;
	margin-top: 11px;
	margin-left: 11px;
	margin-bottom: 11px;
}
#homeRIGHT {
	float: right;
	width: 180px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 12px;
	color: #69666a;
}


#subRight {
	font-size: 11px;
	color: #69666a;
}

#homeLeftcontent {
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
	color: #69666a;
	font-size: 14px;
	line-height: 20px;
}

#SUBrightcontent {
	margin-right: 80px;
	margin-left: 40px;
	color: #69666a;
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#SUBrightcontentBIO {
	margin-right: 40px;
	margin-left: 40px;
	color: #69666a;
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 40px;
}
#SUBrightcontentContact {
	margin-right: 30px;
	margin-left: 40px;
	color: #69666a;
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.style3 {
	color: #011b7b;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
}
.style8 {
	color: #011b7b;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 22px;
}
.style88 {
	color: #011b7b;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
}
#imageSUB {
	margin-bottom: 2px;
}
#subTOPbottom{
	margin-bottom: 2px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
.style6 {
	color: #262626;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 22px;
}
.style7 {
	color: #484349;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
}
#homeIntro {
	color: #484349;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 400px;
	margin-top: 22px;
	margin-left: 22px;
}
#headerHOLD {
	float: left;
	text-align: left;
	height: 66px;
	margin-left: 30px;
}
#kmbottom {
	background-image: url(../images/KM_bottom.gif);
	background-repeat: no-repeat;
	height: 9px;
	margin-bottom: 20px;
}
.style89 {
	color: #707070;
	font-size: 18px;
	line-height: 28px;
}
#map {

}
