@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #1283b1;
}
a:visited {
	color: #27709B;
}
a:hover  {
	color: #47CAF2;
}
a:active {
	color: #CFF4FA;
}
body {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images_layout/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #3E83AB;
}



/* ----------- page layout -------------*/

#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
#topWhiteHome {
	margin: 0px;
	height: 30px;
	width: 800px;
	padding: 0px;
}
#topWhite {
	margin: 0px;
	height: 40px;
	width: 800px;
	padding: 0px;
}
#header {
	background-image: url(images_layout/logo_ab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

#headerHome {
	background-image: url(images_layout/header_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

#homePhoto {
	background-image: url(images_layout/h_photocollage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 110px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#navbar {
	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 70px;
	height: 40px;
	margin: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	background-color: #EDF4F7;
}
#navbarSub {
	width: 635px;
	padding-top: 63px;
	padding-right: 0px;
	padding-left: 165px;
	height: 68px;
	margin: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(images_layout/header_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent  {
	width: 650px;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 60px;
	padding-left: 80px;
}

#mainContent img {
	float: right;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-top: 0px;
}
#mainContent h1 {
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
	color: #224563;
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: url(images_layout/leaf.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#mainContent h2 {
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
	color: #606f53;
	padding-top: 2px;
}

#mainContent h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606f53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #606f53;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
	padding-bottom: 2px;
	padding-top: 10px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
	padding-bottom: 5px;
}
#mainContent ul {
	margin-top: 0px;
	list-style-position: inside;
	line-height: 17px;
}
#mainContent ul ul {
	margin-top: 5px;
}
#mainContent ol {
	margin-top: 0px;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0px;
	line-height: 17px;
}
#mainContent  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 11px;
	color: #536048;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 0px;
}
#mainContentFloat {
	float: right;
	width: 200px;
	background-color: #b3e2ea;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 25px;
	margin-bottom: 20px;
}
#mainContentFloat p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #00578A;
	line-height: 16px;
}
#longPhoto {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
	margin: 0px;
}
#longPhoto img {
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #295378;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer a:link {
	color: #8BB4CB;
}
#footer a:visited {
	color: #8BB4CB;
}
#footer a:hover {
	color: #fff;
}

/* ----------- misc styling -------------*/

.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #5A5A5A;
	line-height: 11px;
}

.clear {
	clear: both;
}

.dottedDivider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3E83AB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 20px;
	padding: 0px;
}
.contactUs {
	letter-spacing: 0.075em;
}
.photoCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E4837;
	text-transform: uppercase;
}
