@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000b1a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a:hover {color:#00285d;}

a img {border:0;}

h1 {color:#00285d;}
	
.breadcrumbs_blue a {

	color: #00285d;
	font-size:14px;
}

.breadcrumbs_grey {

	color: #999999;
	font-size:14px;
}

h2 {
	margin-bottom:7px;
	font-size:1.5em;
}

.date {
	color: #00285d;
	font-style:italic;
	font-weight:bold;
	margin-bottom:7px;
}

#top-nav {color:white;}
#top-nav a {color:white;text-decoration:none;}
#top-nav a:hover {color:#666;}

.divider_boxes {
background-image: url(public_html/images/divider_boxes.gif);
background-repeat:repeat-x;
}

ul.white {padding:0;margin:0;}
ul.white li {list-style:none;padding-left:10px;}
ul.white a {color:white;font-size:1em;text-decoration:none;}
ul.white a:hover {color:#00285d;}

.white {
	color:#ffffff;
	}
	
/*a.white {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
	
a.white:hover {
	color:#00285d;
	}

a.white:visited {
	color:#ffffff;
	}*/
	
.boldwhite {
	color:#ffffff;
	font-weight:bold;
	font-size:1.4em;
	}

p.boldwhite2 {
	color:#ffffff;
	font-weight:bold;
	font-size:1.17em;;
	}
	
a.boldwhite2 {color:white;font-size:1.1em;text-decoration:none;}
a.boldwhite2:hover {color:##00285d;}
td.boldwhite2 {font-weight:bold;font-size:1.3em;}
	

.newsDateHome {color:#666;}
.newsItemHome{
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	background-color:#FFF;
	border-bottom: 1px solid #DDD;
	
}

.newsItemHomeOver{
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	background-color:#EEEEDD;
	border-bottom: 1px solid #DDD;
}

a.newsTitleHome{
	color:#2a2b40;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	text-decoration:none;
	font-weight:bold;
	/*background-color:#FFF;*/
	/*border-bottom: 1px solid #DDD;*/
	
}
a:hover.newsTitleHome{
color:blue;
font-weight:bold;
}


#rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 710px;
	height: 299px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 710px;
	height: 299px;
}

/*Listing Page Styles*/
.news_listing_header {
	color: #00285d;
}

h2.project_listing_header {
	color: #00285d;
	font-size:14px;
}


.read_more {
		color: #000;
		font-weight:bolder;
}




/*Detail Page Styles*/


.news_detail_header {
	font-size:18px;
}

.project_detail_header{
	font-size:18px;
}

.city_state {
	color: #00285d;
	font-style:italic;
	font-weight:bold;
	margin-bottom:7px;
}

.project_specs_table {
background-color:#eaebed;
}

.project_spec_title {
font-weight:bold;
padding-right:5px;
}

#left_column_detail_page {
	float:left;
}

#right_column_detail_page {
	float:left;
}

#container{
	width:680px;
}
