/*default CSS*/

body {
	background-color: #FFF;
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin:0;
	padding:0;
	min-width:740px;
}

a, a:link, a:visited {
	color: #039;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

p a,p a:link,p a:visited {
	text-decoration: underline;
}

b, strong {
	font-weight: bold;
}
/*
h1 {
	color: #316597;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	font-size: 150%;
	border-bottom: 1px solid #000;
	margin: 6px 0 8px 0;
	text-transform: uppercase;
}
*/
h1 {
	color: #316597;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	font-size: 18px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	margin: 12px 0 8px 0;
/*	text-transform: uppercase;*/
}

h2 {
	border-bottom: 1px solid #ddd;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 135%;
	margin: 15px 0 5px;
	padding: 2px 0 2px 0;
	text-align: left;
	text-decoration: none;
}
/*
h2 {
	background: url(../assets/images/h2.gif) #FFF no-repeat left;
	border-bottom: 1px solid #DDD;
	color: #111;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 135%;
	margin: 22px 0 3px 0;
	padding: 2px 0 2px 4px;
	text-align: left;
	text-decoration: none;
}
*/
h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}
/*
.h2long {
	background: url(../assets/images/h2-long.gif) #FFF no-repeat left;
	text-decoration: none; 
}
*/
h3 {
	color: #000;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 0;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

h4 {
	color: #039;
	font-size: 100%;
	font-weight: bold;
	margin:0;
}

h5 {
	color: #036;
	font-weight: bold;
	margin: 0;
}

form{
	margin:0;
	padding: 2px 0 0 0;
}

table#main {
	width: 960px;
	margin: auto;
}

/*banner bar*/
.banner {
	height: 75px;
	vertical-align: middle;
	text-align: right;
	background-image: url(../graphics/fill.jpg);
}

.skipnav{
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size:1px; 
	line-height:1;
}

/*Section Title / blue Bar*/
.titlebar{
	background-color: #316597;
	margin:0;
	font-size: 69%;
	border-bottom: 1px solid;
	padding:0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.titlebar a, .titlebar a:link, .titlebar a:visited{
	color: #000;
}

.titlebar h1 {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0 0 6px;
	border: 0;
	float: left;
}
.titlebar h1 a, .titlebar h1 a:link, .titlebar h1 a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.titlebar h1 a:hover {
	text-decoration: underline;
}

.titlebar span {
	color: #FC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:right;
	
	width: 50em;
	float:right;
	margin: -2px 0 0 0;
	padding: 0 4px 0 0;
	line-height: 25px;
	height:25px;
}

.titlebar span a, .titlebar span a:link, .titlebar span a:visited{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.titlebar span a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.titlebar span input{
	vertical-align:middle;
	padding: 1px 0 1px 0;
}

/*topmenu or audience bar*/
.topmenu {
	color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	background-color: #FC0;
	margin:0;
	border-bottom: 1px #111 solid;
	border-top:1px #111 solid;
	height:20px;
	overflow:hidden;
}
.topmenu a, .topmenu a:link, .topmenu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #111;	
	border-left:1px solid #111;
	padding: 4px;
	line-height: 20px;
}
.topmenu a:hover {
	text-decoration: none;
	background-color: #333B5C;
	color: #FFF;
	font-weight: bold;
}

.topmenu div{
	padding-left: 160px;
}

.nav {
	padding: 0 0 140px 0;
/*	border-right: 1px solid #111;*/
	width: 150px;
/*	background-color: #B2C7DC;
	background-image: url(../graphics/menubackv2.jpg);*/
}

	.nav div a
	{
		display: block;
		padding: 0;
		margin-bottom: 5px;
		width: 170px;
		font-family: Arial, Helvetica, sans-serif;
		vertical-align: text-bottom;
		font-size: 85%;
		line-height: 150%;
		color: #316597 !important;
		text-transform: uppercase;
	}

		.nav div a:hover
		{
			color: #eee !important;
			background-color: #316597;
		}

.navheader {
	color: #316597;
	padding: 0 0 0px 0;
/*	background-image: url(../assets/linkbackup.jpg);*/
	background-repeat: no-repeat;
	background-position: left;
	width: 200px;
	padding-left: 10px;
}
.navheader a {
	display: block;
	padding-left: 10px !important;
	font-weight:bold;
	text-decoration: none;
	color: #316597;
	background-position: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.nav ul {
	list-style-type:none;
	margin:0px;
	margin-top: -5px;
	margin-left: 25px;
	font-weight:normal;
	padding:2px 0 5px 0;
	font-size: 80%;
}
.nav ul li {
	list-style-image: url(../assets/icons/bullet_blue.gif);
	margin-left: 10px;
}
.nav ul li.current a {
	background-color: #ddd;
}

.nav li a {
	font-weight:normal;
	padding: 2px 0 2px 5px;
	margin-bottom: 3px;
	width: 150px;
	font-size: 100%;
	color: #101039;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}


.nav li a:hover{
	background-color: #eee;
	text-decoration: none;
	display: block;
	width: 150px;
}
.nav ul li ul {
	margin-top: 2px;
}

.nav ul li ul li {
	font-size: 120%;
	margin-left: -15px;
}


/*breadcrumb*/
.breadcrumb {
	color: #316597;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
	width: 98%;
	text-align: left;
	padding: 20px 6px 0 0;
	letter-spacing: 1px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color: #039;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #039;
	text-decoration: underline;
}


.bodytext {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	font-weight: normal;
}
.bodytextright {
	text-align:right;	
}

.bodytext p{
	margin: 0 0 10px 0;
	line-height: 130%;
}

.bodytext hr {
	color: #039;
	height: 1px;
	text-align: center;
	width: 100%;
}

.bodytext table, .bodytext td {
	font-size: 100%;
	line-height: 130%;
}

/*lists*/
.bodytext ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	list-style-type: disc;
	list-style-image: url(../assets/icons/bullet.gif);
	margin: 0 0 0 0.3em;
	padding: 0 0 0 1.0em;
	text-indent: 0;
}

.bodytext ol {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0.3em;
	padding: 0 0 0 1.0em;
}

.bodytext li {
		line-height: 130%;	
		margin: 0;
		padding: 0;
}

.bodytext li a, .bodytext li a:link, .bodytext li a:visited {
	text-decoration: underline;
}

.bodytext li a:hover {
	text-decoration: underline;
}

.altlines { 
	background-color: #036; 
	color: #fff;
}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 110%;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 93%;
	font-weight: normal;
	line-height: 110%;
}

.xsmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 78%;
	font-weight: normal;
}

.tableshade {
	background-color: #F1F1F1;
}

.tableborder {
	border: 1px solid #111;	
	padding: 2px;
}

.searchresults{
	background-color: #F1F1F1;
}

.button{ 	
	font-size: 85%;
	color: #000;
	height: 22px;
	vertical-align:top;
	margin:0;
	padding: 0;
}




/*images*/
body img.imgborder {
	border: 1px solid;
	border-color: #111;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top:6px;
	text-decoration: none;
}

body img.mapborder {
	border: 1px solid;
	border-color: #111;
	text-decoration: none;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:110%;
	color: #333;
	font-weight: normal;
	margin-top: 0;	
	margin-bottom:12px;
}

.googleBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:110%;
	color: #333;
	font-weight: normal;
	margin-top: 0;	
	margin-bottom: 0;
}



/*sidebar*/
.sidebar {
	font-size: 75%;
}



.newsheader {
	color: #316597;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 140%;
	font-size: 135%;
	padding: 4px 4px 4px 4px;
	border-bottom: #CCC solid 1px;
	text-transform: uppercase;
	
}
.newsheadline, .newsheadlinedate {
	background-color: #FFF;
	color: #333;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	line-height: 100%;
	padding: 1px 4px 1px 4px;
	margin: 0 0 4px 0;
}
.newsheadline a {
	font-weight: bold;
}
.newsheadlinedate {
	font-weight: normal;
}
.newsbox {
	background-color: #FFF;
	color: #333;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 95%;
	line-height: 100%;
	padding: 1px 1px 1px 4px;
	margin: 0 0 -4px 0;
	
	
}
.newsbox a, .newsbox a:link, .newsbox a:visited {
	color: #333;
	text-decoration: none;
}

.newsbox a:hover {
	color: #333;
	text-decoration: underline;
}

.newsbox p{
	margin: 1px 0 1px 0;
}

.newsbox hr {
	color: #039;
}

.newsbox ul {
	list-style-image: url(../assets/icons/bullet.gif);
	margin-left: 0.3em;
	padding-left: 1.0em;
	text-indent: 0em;
}

.newsbox li{
	padding: 2px 0 2px 0;
}

.news {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	padding: 1px 8px 1px 0;
	border-right: #CCC solid 1px;
}

.news strong{
color: #039;
}

.news hr {
	color: #039;
}

.newsfooter{
	background-color: #FFF;
	color: #039;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align:right;
	text-decoration: none;
	line-height: 75%;
	margin: 0 0 -5px 0;
	padding-right:2px;
	border-bottom: #CCC solid 1px;
        clear: right;	
	
}


.newsfooter a, .newsfooter a:link, .newsfooter a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #039;
	line-height: 150%;
	
}
.newsfooter a:hover {
	color: #333;
}

.imageheader {
	color: #316597;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 140%;
	font-size: 135%;
	padding: 4px 4px 4px 4px;
	border-bottom: #CCC solid 1px;
	text-transform: uppercase;
	
}

.imagebox {
	background-color: #FFF;
	color: #333;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 95%;
	line-height: 130%;
	padding: 1px 4px 4px 4px;
	margin: 0 0 -4px 0;
	
	
	
	
}
.imagebox a, .imagebox a:link, .imagebox a:visited {
	color: #333;
	text-decoration: none;
}

.imagebox a:hover {
	color: #333;
	text-decoration: underline;
}

.imagebox p{
	margin: 4px 0 4px 0;
}

.imagebox hr {
	color: #039;
}

.imagebox ul {
	list-style-image: url(../assets/icons/bullet.gif);
	margin-left: 0.3em;
	padding-left: 1.0em;
	text-indent: 0em;
}

.imagebox li{
	padding: 2px 0 2px 0;
}
.imageheadline {
	background-color: #FFF;
	color: #333;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 95%;
	line-height: 130%;
	padding: 1px 4px 6px 4px;
	margin: 0 0 -4px 0;
	border-right: #CCC solid 1px;
	border-left: #CCC solid 1px;
}

.image {
	background-color: #FFF;
	color: #333;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	padding: 1px 8px 1px 0;
	border-right: #999 solid 1px;
}

.image strong{
color: #039;
}

.image hr {
	color: #039;
}

.imagefooter{
	background-color: #FFF;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-align:right;
	text-decoration: none;
	line-height: 150%;
	margin: 0 0 0 0;
	padding-right:0px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


.imagefooter a, .imagefooter a:link, .imagefooter a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #039;
	line-height: 150%;
	border-bottom: #999 solid 1px;
}
.imagefooter a:hover {
	color: #333;
}

.imagecaption{
	background-color: #FFF;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	text-decoration: none;
	line-height: 150%;
	margin: 0 0 0 0;
	padding-right:10px;
	
	
}


.imagecaption a, .imagecaption a:link, .imagecaption a:visited {
	text-decoration: none;
	
	color: #039;
	line-height: 150%;
	
}
.imagecaption a:hover {
	color: #333;
}


.bottommenu{
	text-align:right;
	font-size: 93%;
	padding: 0 6px 0 0;
}

img.about_image, img.story_image, img.gov_image {
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #316597;
	padding: 2px;
	float: right;
}

img.gov_image {
	float: none;
	margin-left: 10px;
}
img.news_image {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #316597;
	padding: 2px;
	float: right;
	width: 100px;
}

ul.governance li {
	padding-bottom: 5px;	
}

.footer {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: normal;
	text-align:left;
	background-image: url(../graphics/fill.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer a, .footer a:link, .footer a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
