@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	background-color: #CFEAFF;
}
#container {
	width: 751px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;
	position: relative;
}
/* start text styles */
h2 {
    margin: 0px;
    padding: 0px;
}
h3 {
    font-size: 12px;
    font-weight: bold;
}
h4 {
    font-size: 12px;
    font-weight: bold;
	color:#CC0000
}
a {
	color: #006492;
	text-decoration: none;
}
a:hover {
	color: #000064;
}
hr {
	clear: left;
	border: none 0px; 
	border-top: 1px solid #FED008;		 /* the border */
	width: 100%;
	height: 2px;					  /* whatever the total width of the border-top and border-bottom equal */
	border-bottom: 1px solid #FCA001;
}
table {
	margin: 0px 6px 10px 12px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
}
td {
	padding: 2px 2px 3px 3px;
	vertical-align: top;
}
tr th {
	text-align: left;
	vertical-align: top;
	padding-bottom: 6px;
}
/* end text styles */
/* start form styles */
input, select, textarea {
	border: 1px solid #000063;
	background-color: #FFF;
	color: #006492;
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 360px;
	margin-bottom: 10px;
}
input.submitButton {
	width: 120px;
}
/* end form styles */
/* start top banner styles */
#top_banner {
	width: 751px;
	position: relative;
	height: 115px;
	background: transparent url('../images/top_banner.jpg') no-repeat left top;
	border: none;
}
#top_banner h1 {
	margin: 0px;
	padding: 0px;
}
#top_banner h1 a span {
    display: none;
}
#top_banner h1 a {
    background-color: transparent;
    width: 110px;
    height: 110px;
    border: none;
	float: left;
}
#searchArea {
	float: right;
	z-index: 140;
	padding-top: 60px;
}
#searchArea input.searchText {
	border: 1px solid #000063;
	background-color: #FFF;
    color: #006492;
    height: 15px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    width: 150px;
    margin-bottom: 10px;
}
input.searchButton {
	width: 80px;
}
/* end top banner styles */
/* start search results styles */
#searchResults {
	margin: 0px 5px 10px 20px;
}
#searchResults form {
	margin-left: -14px;
}
#searchResults input.searchText {
	border: 1px solid #000063;
	background-color: #FFF;
    color: #006492;
    height: 15px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    width: 220px;
    margin-bottom: 10px;
}
#searchResults p {
	margin: 0px;
	padding: 0px;
}
#searchResults div.infoline {
	color: #C80000;
}
form {
	margin: 0px;
	padding: 0px;
}
/* end search results styles */
/* start menu styles */
#navigation {
	width: 751px;
	height: 24px;
	background: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	position: relative;
	z-index: 100;
}
#nav {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#nav li a {
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000;
	text-decoration: none;
	background: transparent;
	display: block;
	height: 24px;
	line-height: 23px;
	background-color: transparent;
}
#nav li a:hover {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	height: 24px;
	display: block;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li  {
	float: left;
	position: relative;
	color: #C80000;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	display: block;
}
#nav li li {
	background-color: #FFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	clear: left;
	width: auto;
	border-bottom: 1px solid #DDD;
	width: 176px;
	height: 19px;
}
#nav li ul {
	left: 0px;
	margin: 0px;
	padding: 0px;
	clear: left;
	display: none;
	position: absolute; 
	background-color: #FFF;
	border: 1px solid #4B96D0;
	opacity: .93;
	z-index: 1000;
}
#nav li ul a {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #C80000;
}
#nav li ul a:hover {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	display: block;
}
#nav li > ul {
	top: 24px;
	width: 176px;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav ul li a {
    font-size: 10px;
    color: #000062;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px 3px 0px 8px;
    width: 170px;
}
#nav ul li a:hover {
    font-size: 10px;
    color: #C80000;
    display: block;
    margin: 0px;
    padding: 0px 3px 0px 8px;
    width: 170px;
}
.rightDivider {
	border-right: 1px solid #066CBF
}
.divider {
    border-left: 1px solid #DEF0FF;
    border-right: 1px solid #066CBF
}
.leftDivider {
	border-left: 1px solid #DEF0FF;
}
/* end menu styles */
/* start content styles */
#content {
	width: 751px;
	z-index: 0;
}
#content2 {
	width: 751px;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: transparent;
	z-index: 0;
	position: relative;
}
/* end content styles */
/* start left content styles */
div#contentleft {
	width: 550px;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: transparent;
	float:left;
	clear: right;
}
div#topImage {
    width: 550px;
    height: 147px;
    clear: left;
    float: left;
}
.frontContainer {
	width: 274px;
	height: 160px;
	float: left;
	margin: 1px 1px 0px 0px;
	padding: 0px;
}
.frontContainer h2 {
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
}
.frontContainer p {
	margin: 10px 5px 2px 12px;
	padding: 0px;
}
.frontContainer img {
	float: right;
	margin: 1px 0px 0px 5px;
}
.frontContainerDouble {
	 width: 549px;
	/*height: 160px;*/
	float: left;
	margin: 1px 1px 0px 0px;
	padding: 0px;
}
.frontContainerDouble h2 {
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px; 
	line-height: 24px;
}
.frontContainerDouble p {
	margin: 10px 5px 2px 12px;
	padding: 0px;
}
.frontContainerDouble img {
	float: right;
	margin: 1px 0px 0px 5px;
}
/* end left content styles */
/* start color background styles */
.blueBG {
	background-color: #000063;
}
.yellowBG {
	background-color: #fdbd03;
}
.lightBlueBG {
	background-color: #7cc4ff;
}
.darkerBlueBG {
	background-color: #008AC9;
}
.orangeBG {
	background-color: #FF9900;
}
.darkerBlueBGRow {
	background-color: #E5F4FF;
}
.lighterBlueBGRow {
	background-color: #F6FBFF;
}
.style1 {
	font-size: 12px;
}
/* end color background styles */
/* start right content styles */
#contentright {
	width: 200px;
	float: right;
}
#phrases {
	width: 200px;
	height: 147px;
    color: #FFF;
	text-align: center;
	background-color: #008AC9;
}
#phrases p {
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	vertical-align: middle;
}
#phrases a.phraseLink {
	text-decoration: underline;
	color: #7CC4FF;
}
#phrases a.phraseLink:hover {
	text-decoration: none;
}
#otherLinks {
    width: 200px;
    height: 320px;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    background-color: #fdbd03;
    color: #000;
    border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#otherLinks p {
    margin: 0px;
    padding: 5px 0px 0px 10px;
}
#otherLinks a {
	margin: 0px 0px 0px 10px;
	padding: 1px 0px 0px 10px;
	color: #2B2000;
	font-size: 11px;
	text-decoration: none;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}
#otherLinks a:hover {
	color: #FFF;
	background-image: url('../images/bullet_over.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}
#rangeInfo {
	width: 200px;
	height: 310px;
	margin: 0px;
	padding: 4px 0px 5px 0px;
/*	background-image: url('../images/titles/title_rangeInfo.gif');
	background-repeat: no-repeat;
	background-position: left top; */
	background-color: #7cc4ff;
}
#rangeInfo p {
    margin-left: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#rangeInfo h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	margin: 0px 0px 10px 10px;
}
#rangeInfo h3 {
    margin: 10px 0px 8px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}
/* end right column styles */
/* start content div styles */
#contentDiv {
	width: 548px;
	clear: left;
	float: left;
	margin: 1px 1px 0px 0px;
	background-color: #FFF;
}
#contentDiv h2 {
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 8px 0px 8px 10px;
}
#contentDiv h3 {
	font-size: 11px;
	color: #000063;
	line-height: 15px;
	padding-left: 10px;
	margin: auto;
}
#contentDiv p {
	padding: 0px 6px 10px 12px;
	margin: auto;
}
#contentDiv ul {
	margin-left: 30px;
}
#contentDiv img {
	float: right;
	clear: right;
	margin: 0px 0px 6px 8px;
}
#contentDiv hr  {
	clear: both;
	border: none 0px; 
	border-top: 1px dashed #CCC;		 /* the border */
	width: 100%;
	height: 1px;					  /* whatever the total width of the border-top and border-bottom equal */
	margin-left: 12px;
}
#photos {
	margin: 0px 0px 0px 22px;
	padding: 0px;
}
#photos img {
	border: 1px solid #000062;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#photos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#photos ul li {
	float: left;
	margin: 0px 4px 4px 0px;
	padding: 0px;
}
#photos ul li img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#photos ul li a {
	width: 100px;
	height: 65px;
	display: block;
	margin: 0px;
	padding: 2px;
	border: 1px solid #000062;
	background-color: #FFF;
}
#photos ul li a:hover {
	display: block;
	text-decoration: none;
	border: 1px solid #FDBD03;
	background-color: #FFF4D4;
}
/* State Election */
.ElectionRed {
font-weight:bold;
color:#CC0000
}
.ElectionBlue {
font-weight:bold;
color:#000066
}
.ElectionGreen {
font-weight:bold;
color:#006600
}
.cb {
	clear:left;
	margin: 0;
	padding: 0;
}
/* end content div styles */
/* start footer styles */
div#footer {
	width: 730px;
	height: 32px;
	clear: both;
	position: relative;
	background-color: #000064;
	color: #FFF;
	line-height: 32px;
	text-align: right;
	padding: 0px 10px 0px 10px;
}
div#footer .millsit {
	float: left;
	line-height: 32px;
	color: #006492;
}
div#footer .millsit a:link {
	color: #006492;
}
div#footer .millsit a:hover {
	color: #FFF;
}
/* end footer styles */
/* clear fix styles (must be at end) */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* a fix for IE for Mac */
.clearfix {
	display: inline-block;
}
/* end fix */
/* the holy hack for a bug in IE6 for windows */
* html .clearfix { height: 1% }
.clearfix { display: block; }
/* end fix */