@charset "utf-8";
/* CSS Document */
/* General styles */
/* ---------------------------------------*/
* {
	font-family:'Arial',sans-serif;
	font-size:12px;
	line-height:19px;
	color:#333333;
}
body {
	margin: 0;
	padding: 0;
	background-color:#fff;
}
#container {
	width: 100%;
	min-width: 750px;
	font-family: 'Arial',sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
}
a:link, a:active, a:visited {
	color:#39c;
	text-decoration:underline;
}
a:hover {
	color:#690;
	text-decoration:underline;
}
ul, ol {
	margin:15px 10px 10px 30px;
	padding:0;
}
ul li {
	list-style-type:square;
	margin:0;
	padding:0px 0px 8px 0px;
}
ol li {
	list-style-type:decimal;
	margin:0;
	padding:0px 0px 8px 0px;
}
/* ---------------------------------------*/
#navTop {
	width: 100%;
	height: 12px;
	background-color: #101C8C;
}
#navBg {
	width: 100%;
	height: 29px;
	position: absolute;
	top: 12px;
	left: 0px;
}
#navBgLeft {
	width: 45%;
	height: 29px;
	float: left;
	background-color: #101C8C;
}
#navBgRight {
	width: 55%;
	height: 29px;
	float: right;
	background-color: #fff;
}
/* ---------------------------------------*/
#navContent {
	margin: 0 auto;
	width: 841px;
	height: 55px;
	background-color: #fff;
	position: relative;
	top: 0px;
	left: 15px;
}
#navLogo {
	width: 182px;
	height: 55px;
	float: left;
}
#navLinks {
	width: 649px;
	height: 29px;
	margin-left: 10px;
	float: left;
}
#nav {	
	list-style: none;
	margin: 0;
	padding: 0;
	height: 29px;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 29px 0 0 0;
	margin-right: 20px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:29px; /* for IE5/Win */
}
#nav a:hover {
	background-position: 0 -29px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -58px;
}
#navHome a {
	width: 52px;
	background: url(images/nav_home.gif) top left no-repeat;
}
#navAbout a {
	width: 78px;
	background: url(images/nav_about.gif) top left no-repeat;
}
#navNew a {
	width: 94px;
	background: url(images/nav_new.gif) top left no-repeat;
}
#navLines a {
	width: 52px;
	background: url(images/nav_lines.gif) top left no-repeat;
}
#navForms a {
	width: 159px;
	background: url(images/nav_forms.gif) top left no-repeat;
}
#navContact a {
	width: 94px;
	background: url(images/nav_contact.gif) top left no-repeat;
}
/* -------------------- home styles -------------------*/
#homeIntro {
	width: 400px;
	margin: 0px auto 0 auto;
	padding-left: 314px;
	background: url(images/home_address.gif) top left no-repeat;
}
#headline {
	width: 100%;
	height: 28px;
	margin: 15px 0 20px 0;
	background-color: #A3C91D;
}
#headlineContent {
	width: 713px;
	height: 28px;
	margin: 0 auto;
}
#headlineHdr {
	width: 215px;
	float: left;
}
#headlineScript {
	width: 498px;
	height: 28px;
	float: right;
}
/* ---------------------------------------*/
#mostPopular {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#mostPopularContent {
	width: 780px;
	margin: 0 auto;
}
/* ---------------------------------------*/
#homeForms {
	width: 265px;
	height: 295px;
	border-bottom:1px solid #CAE0EC;
	border-left:1px solid #CAE0EC;
	border-right:1px solid #CAE0EC;
	float: left;
}
#homeFormsHdr {
	width: 265px;
	height: 28px;
	background-color: #CAE0EC;
}
#homeForms ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:10px 0 15px 0;
}
#homeForms li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#homeForms a:link, #homeForms a:active, #homeForms a:visited {
	color:#101C8C;
	display:block;
	margin:0 0 3px 0;
	padding:2px 6px;
	text-decoration:none;
}
#homeForms a:hover {
	color:#CAE0EC;
	background-color:#101C8C;
	text-decoration:none;
}
/* ---------------------------------------*/
#homeLines {
	width: 490px;
	height: 296px;
	float: right;
	background-color:#CAE0EC;
}
#homeLinesHdr {
	width: 490px;
	height: 28px;
	background-color: #101C8C;
}
#homeLinesContent {
	width: 470px;
	padding:10px;
	float: left;
}
.homeLinesRow {
	width: 470px;
	float: left;
	clear: both;
}
.homeLinesRowSpacer {
	width: 470px;
	height: 15px;
	float: left;
	clear: both;
}
.homeLinesThumb {
	width: 80px;
	float: left;
}
.homeLinesBlurbLeft {
	width: 135px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
	font-size: 11px;
	line-height: 15px;
}
.homeLinesBlurbRight {
	width: 135px;
	margin-left: 10px;
	float: left;
	font-size: 11px;
	line-height: 15px;
}
.homeLinesSpacer {
	width: 20px;
	float: left;
}
#homeLines a:link, #homeLines a:active, #homeLines a:visited {
	color:#101C8C;
	text-decoration:none;
}
#homeLines a:hover {
	color:#666;
	text-decoration:underline;
}
/* -------------------- sub page styles -------------------*/
#subHdr {
	width: 100%;
	height: 45px;
	margin-top: 20px;
	background-color: #a3c91d;
	border-bottom: 2px solid #fff;
}
#subHdrLine {
	width: 100%;
	height: 20px;
	border-top: 2px solid #a3c91d;
}
#contentContainer {
	margin: 0 auto;
	width: 80%;
	min-width: 880px;
	/*border: 1px solid red;*/
	position: relative;
	top: -69px;
	left: 0px;
}
#leftNav {
	width: 205px;
	position: absolute;
	left: 0px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: url(images/leftnav_bg.gif) top left repeat-y;
}
#content {
	/*width: 70%;*/
	min-width: 630px;
	margin-left: 209px;
	padding-left: 40px;
}
#content h1 {
	color:#101C8C;
	font-size:14px;
	font-weight:bold;
	line-height:19px;
}
#content h3 {
	font-size:13px;
	line-height:19px;
	color:#000000;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:10px;
}
#sectionHdr {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
#sectionHdrTitle {
	width: 200px;
	position: absolute;
	left: 0px;
}
#sectionHdrImage {
	margin-left: 200px;
	text-align: right;
}
#content .caption {
	width: 450px;
	margin-top:-10px;
	color:#101C8C;
}
#content .divider {
	width:100%;
	margin:20px 0px 20px 0px;
	border-bottom:1px solid #690;
}
#content .dividerForms {
	width:100%;
	height:25px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #690;
	text-align:right;
}
.imgRight {
	margin-left:10px;
	margin-bottom:10px;
}
.imgLeft {
	margin-right:10px;
	margin-bottom:10px;
}
/* ---------------------------------------*/
#leftNav ul {
	margin:0px 0px 0px 17px;
	padding:20px 0px 15px 0px;
	list-style:none;
}
#leftNav li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	display: inline;
}
#leftNav li a:link, #leftNav li a:active, #leftNav li a:visited {
	/*width: 161px;*/
	font-size:12px;
	line-height:19px;
	color:#666666;
	border-right:7px solid #CAE0EB;
	text-decoration:none;
	display:block;
	margin:0px 0px 10px 0px;
	padding:3px 5px 3px 15px;
}
#leftNav li a:hover, #leftNav li.navHeader a:hover {
	background-color:#E8F7FC;
	border-right:7px solid #9ABD1C;
	text-decoration:none;
}
#leftNav li.navHeader a:link, #leftNav li.navHeader a:active, #leftNav li.navHeader a:visited {
	font-size:13px;
	line-height:19px;
	color:#101C8C;
	font-weight:bold;
	/*border-right:7px solid #CAE0EB;*/
	text-decoration:none;
	display:block;
	margin:0px 0px 10px 0px;
	padding:3px 5px 3px 15px;
}
#leftNav li.navHeaderSelected {
	font-size:13px;
	line-height:19px;
	color:#101C8C;
	font-weight:bold;
	display:block;
	margin:0px 0px 10px 0px;
	padding:3px 5px 3px 15px;
}
#leftNav li.navSelected {
	font-size:12px;
	line-height:19px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	margin:0px 0px 10px 0px;
	padding:3px 5px 3px 18px;
}
/* ---------------------------------------*/
#breadcrumbs {
	margin:15px 0px 20px 0px;
	color:#999999;
}
#breadcrumbs .page {
	color:#690;
}
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color:#999999;
	text-decoration:none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
/* ---------------------------------------*/
#footerPadTop {
	width: 100%;
	height: 10px;
	float: left;
	border-bottom: 1px solid #ccc;
}
#footer {
	width: 100%;
	float: left;
	background-color: #ccc;
	border-top: 1px solid #fff;
}

#footer #footerTextTop {
	padding-top: 10px;
	text-align: center;
	color: #5B5B5B;
}
#footer #footerTextBottom {
	padding: 6px 0;
	text-align: center;
	color: #fff;
}
#footer .footerDivider {
	padding: 0 5px 0 5px;
}

