@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, Tahoma, Serif;
	background-color: #7E9253;
	font-size: 13px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
h1 {
	font-size: 21px;
	font-weight: normal;
	color: #1f2b85;
	margin-bottom: 16px;
}
h2 {
	font-size: 16px;
	margin-bottom: 16px;
}
ul li {
	list-style-type: none;
}

a {
	color: #20649B;
}
a:hover {
	color: #814A47;
}


#container {
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
#masthead {
	background-image: url(../images/bg_top_shadow.jpg);
	display: block;
	height: 129px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logo {
	float: left;
}
#phone_numbers {
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	color: #1d0e61;
	text-align: center;
	display: block;
	float: left;
	height: 94px;
	width: 225px;
	padding-top: 35px;
	padding-left: 225px;
}
#phone_numbers strong {
	font-size: 24px;
	font-weight: normal;
}
#guts {
	width: 884px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_bottom_shadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px;
	padding-bottom: 14px;
}
#counties_nav {
	font-size: 14px;
	line-height: 34px;
	background-color: #D1D98C;
	background-image: url(../images/bg_county_nav.gif);
	background-repeat: repeat-x;
	display: block;
	height: 34px;
	color: #839856;
	margin-bottom: 8px;
}
#counties_nav h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	display: block;
	float: left;
	width: 300px;
	margin-right: 8px;
	font-style: italic;
}

#counties_nav ul {
	float: left;
}
#counties_nav ul li {
	display: block;
	float: left;
}
#counties_nav  ul li a {
	color: #1C0D61;
	background-image: url(../images/bg_county_nav_item.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	padding-right: 12px;
	padding-left: 20px;
	line-height: 34px;
	display: block;
	text-decoration: none;
	float: left;
}
#counties_nav ul li a:hover {
	color: #592DAC;
}

#leftcol {
	float: left;
	width: 249px;
	font-size: 13px;
	display: block;
	margin-right: 8px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}

#searcharea {
	height: 40px;
	width: 290px;
	background-color: #EEF7F5;
	padding-top: 5px;
	text-align: center;
	clear: both;
	float: right;
}
#searcharea .searchhere {
	font-size: 13px;
	color: #999999;
	width: 150px;
	font-family: Georgia, Tahoma;
}
#searcharea  .gobutton {
	top: 6px;
	position: relative;
	
}
#mainnav {
	background-image: url(../images/bg_mainnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	width: 233px;
	background-color: #B3B0C3;
	padding-top: 26px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 0px;
}
#mainnav ul {
	list-style-type: none;
}
#mainnav ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddbe6;
	width: 233px;
}
#mainnav ul li a {
	font-size: 14px;
	line-height: 34px;
	color: #1C0D61;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 213px;
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 220px 16px;
	text-align: right;
	padding-right: 20px;
}
#mainnav ul li a:hover {
	color: #382592;
	background-color: #D9D7E1;
}

#mainnav ul li ul li {
border-bottom:none;
}

#mainnav ul li ul li a {
background:#fff;
background-image:none;
border-bottom:1px solid #ddd;
}

#partners {
	width: 249px;
	color: #5B5397;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#partners ul {
	display: block;
	width: 233px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
#partners ul li {
	display: block;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6E3ED;
}
#partners ul li a {
	color: #3E3186;
	text-decoration: none;
}
#partners ul li a:hover {
	color: #6A51CE;
}
a.partner_login {
	font-size: 16px;
	font-style: italic;
	line-height: 38px;
	color: #474175;
	background-image: url(../images/bg_button_partner_login.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 39px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
a:hover.partner_login {
	color: #5136A6;
}
#rightcol {
	float: left;
	width: 627px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
}
#content {
	width: 537px;
	float: left;
	background-color: #F8FBF4;
	font-size: 13px;
	color: #222222;
	display: block;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
}


#content h2 {
	font-size: 24px;
	color: #221A55;
	font-style: italic;
	font-weight: normal;
}

#content h3 {
	color: #221A55;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEEDEA;
}
#content h3 a {
	color: #1f2b85;
	text-decoration: none;
	background-image: url(../images/more-info.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	display: block;
	padding-right: 85px;
}
#content h3 a:hover {
	color: #4944B7;
}

#content h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#content ul {
	margin-bottom: 16px;
	list-style-type: none;
}
#content ul li {
	background-image: url(../images/bullet_content.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 16px;
	margin-bottom: 4px;
}

#content a {
	color: #221A55;
}

#content a:hover {
	text-decoration:none;
}

#disclaimer {
	font-size: 12px;
	line-height: 16px;
	color: #5e5e5e;
	text-align: center;
	width: 806px;
	background-image: url(../images/bg_disclaimer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.subhead {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #505050;
}
#footer {
	background-color: #B3B0C3;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	display: block;
	height: 55px;
	width: 886px;
	font-size: 12px;
	color: #221A55;
	text-align: center;
	line-height: 18px;
	padding-top: 23px;
}
#footer a {
	color: #4F407B;
}
#footer a:hover {
	color: #592DAC;
}


#nav_column {
	float: left;
	width: 303px;
}
.nice_table {
	border: 1px solid #E2EFEC;
	font-size: 13px;
	margin: auto;
}
.nice_table th {
	color: #20649B;
	padding: 2px;
	border: 1px solid #C0D6CF;
	background-color: #FFFFFF;
}
.nice_table td {
	color: #000000;
	padding: 2px;
	border: 1px solid #C0D6CF;
	background-color: #E2EBE9;
	text-align: center;
}
.nice_image {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
#jobs table {
	margin-bottom: 12px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #98A4A0;
}
#jobs th {
	color: #1f2b85;
	padding: 2px;
	border: 1px solid #C0D6CF;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
}
#jobs  td {
	color: #000000;
	padding: 2px;
	border: 1px solid #C0D6CF;
	background-color: #E2EBE9;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}
#content ol {
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98A4A0;
	padding-left: 25px;
}
#content ol li {
	margin-bottom: 6px;
}
#content iframe {
        width: 540px;
}
#page_header {
	text-align: right;
	display: block;
	height: 96px;
	width: 600px;
	margin-bottom: 8px;
	background-image: url(../images/bg_page_headers.jpg);
	background-color: #3A5E52;
	padding-right: 27px;
}

#page_header h1 {
	font-size: 32px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 96px;
	margin-bottom: 0px;
}
#widecolumn {
	width: 884px;
}
#widecolumn #page_header {
	width: 857px;
	background-image: url(../images/bg_page_header_wide.jpg);
}
#widecolumn #content {
	width: 794px;
}
#contactform table {
	margin-bottom: 12px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #98A4A0;
}
#contactform th {
	color: #1f2b85;
	padding: 2px;
	border: 1px solid #C0D6CF;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
}
#contactform  td {
	color: #000000;
	padding: 2px;
	border: 1px solid #C0D6CF;
	background-color: #E2EBE9;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}

/* tables */
table.tablesorter {
	background: #fff;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}

table.tablesorter a {
color:#9c89b4;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background: #d9d2e2;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 4px 10px 4px 4px;
}
table.tablesorter thead tr .header {
	background: #d8d2e2 url(../images/table_bg.gif) no-repeat center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border:1px solid #ccc;
}
table.tablesorter tbody tr.odd td {
	background-color:#eeeaf2;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #a289b4;
}

.form fieldset,.form form,.form label,.form legend{border:0;font-weight:inherit;font-style:inherit;font-size:12px;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
.form fieldset{border:1px solid #ccc;margin:0 0 1.5em;padding:1.4em;}
.form legend{background-color:#e3dfdf;color:#333;padding:0 .4em;}
.form label{float:left;width:11em;height:18px;display:block;clear:left;margin-right:1em;text-align:left;cursor:hand;color:#221a55;line-height:21px;}
.form textarea,.form input,.form select,.form label,.form button,.form optgroup{margin-top:5px;}
.form input[type=checkbox],.form input[type=radio]{margin-bottom:7px;}
.form textarea:focus,.form input[type=text]:focus,.form input[type=password]:focus{border:1px solid #221a55;}
.form input[type=checkbox]{color:#000;}
.form optgroup{background-color:#ccc;color:#000;}
.form textarea,.form input[type=text], .form input[type=password], .form select {border:1px solid #b3b0c3;font-size:12px;padding:3px;}
.form input[type=text], .form input[type=password], .form select{width:150px;}
.form input[type=submit],.form button, span.button a {background:#b3b0c3;color:#221a55;border:1px solid #999;padding:3px 4px;cursor:pointer;text-decoration:none;}