@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #B9C6E0 url(../images/bg.jpg) no-repeat top center;
	font: 18px Georgia, Times New Roman, serif;
	color: #333333;
}

/* DEFAULTS */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; text-align: left; }
h1 { font-size: 34px; font-weight: bold; }
h1 a { color: #333333; text-decoration: none; } h1 a:hover { color: #FF0000; text-decoration: none; }
p { margin: 0; padding: 0 0 10px 0; text-align: left; line-height: 24px; }
a {	color: #003399; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
a:focus { outline: none; }
img { border: 0; }
acronym { cursor: help; }
hr {color:#E8E8E8;float: left;width:50%;margin: 10px 0 10px 0;height:0;line-height: 0;clear:both;}
small {	font-size: 10px; text-align: left; margin: 0 0 8px 0; padding: 0; }
input, select, option, textarea { font-family: Verdana, Helvetica, sans-serif; font-size: 13px; }

/* TEXT STYLES */
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	color: #000000;
	padding: 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #333333;
	text-transform: none;
	padding: 0 0 15px 0;
	font-weight: bold;
}

/* HEADER */
#header {
	width: 900px;
	height: 220px;
	margin: 0px auto;
	padding: 0;
}

#logo {
	margin: 0px auto;
	width: 333px;
	height: 183px;
}

/* NAVIGATION */
#navigation {
	clear: right;
	float: right;
	width: 900px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 0;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0 45px 0 45px;
}

#navigation li a:link, #navigation a:visited {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#navigation li a:hover{
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}

/* CONTENT WRAPPER */
#container {
	position: relative;
	width: 900px;
	margin: 0px auto;
}

#content {
	position: relative;
	width: 900px;
	height: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin: 0px auto;
	padding: 25px 0 25px 0;
	overflow: hidden;
}

/* HOMEPAGE SPECIFIC LAYOUT */
#home #left p {
	color: #333333;
}

#array {
	position: relative;
	width: 600px;
	height: 294px;
	overflow: hidden;
}

/* STANDARD PAGE LAYOUTS */
#left {
	float: left;
	width: 400px;
	padding: 0 30px 0 45px;
}

.learn-more {
	color: #003399;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#left p {
	font-size: 17px;
	color: #333333;
	line-height: 28px;
}

#left ul {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

#left ul li {
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 14px;
}

#right {
	float: right;
	width: 425px;
}

.right {
	float: right;
}

/* FOOTER */
#footer {
	width: 855px;
	height: 75px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding: 30px 0 20px 0;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	padding: 0 0 0 45px;
}

#footer-left p, #footer-center p, #footer-right p {
	line-height: 16px;
}

#footer-left {
	width: 215px;
	padding: 10px 0 5px 0;
	float: left;
	text-align: left;
	line-height: 16px;
}

#footer-center {
	position: relative;
	width: 380px;
	float: left;
	padding: 10px 0 5px 0;
	line-height: 16px;
}

#footer-map {
	position: absolute;
	z-index: 999999;
	top: -20px;
	left: 175px;
}

#footer-right {
	float: right;
	text-align: right;
}

#footer-right strong {
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	line-height: 40px;
}

#credits-left {
	clear: both;
	float: left;
	font-size: 10px;
	padding: 0 0 0 45px;
}

#credits-right {
	float: right;
}

#credits-right #sbcotag {
	margin: 5px 0 0 0;
}