body {	
	background-image: url(../images/HVDCbkgrndtile.jpg);
	margin-bottom: 0px;	margin-top: 0px;	
	margin-left: 0px;	margin-right: 0px;	
	/*width: 0px;	//site align center no width*/
	font-size: 11px;	
	font-family: verdana;	
	color: #333333;	
	line-height: 16px;	
	/* text-align : center; */
	}

p {	
	margin-top: 10px;	
	margin-bottom: 8px;
}

input {	
	font-size: 11px;	
	font-family: verdana;	
	color: #333333;
	}

b {	
	font-weight: bold;
	}

a {
	color: #095aa6;
	text-decoration: none;
	}

a:hover {	
	color : #80a6e4;
	text-decoration : underline;
}

a.nav_top_link {	
	color : #095aa6;
	font-weight : bold;
}

a.nav_top_link:hover {	
	color : #80a6e4;
	font-weight : bold;	
	text-decoration : underline;
}


a.nav_top_link1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	color : #095aa6;
	font-weight : bold;
}

a.nav_top_link1:hover {	
	color : #80a6e4;
	font-weight : bold;	
	text-decoration : underline;
}

.clear {
	clear: both;
}

ul.content_list {	
	margin: 7px 0 14px 0;
	padding: 0;
	}

li.content_list, .content_list li {	
	margin: 0 0 8px 20px;
	padding: 0;	
	list-style-type: square;	
	list-style-image: url(/images/bullet_diamond1_ieMac.gif);	
	list-style-position: inside;	
	line-height: 16px;	
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
li.content_list, .content_list li {	
	list-style-image: url(images/bullet_diamond1.gif);	
	} 
/* End IE5-Mac hack */

ul.in_line_right_nav {	
	margin: 7px 6px 14px 10px;
	padding: 0;
	}

ul.in_line_right_nav li, li.in_line_right_nav {	
	margin: 0 0 8px 20px;
	padding: 0;	
	list-style-type: square;	
	list-style-image: url(images/bullet_diamond2.gif);	
	list-style-position: outside;	
	line-height: 16px;
}

.pad_sides {
	padding-left: 10px;
	padding-right: 10px;
}	

.title {	
	font-size: 14px !important;
	font-weight: bold;	
	color: #0C203A;
}

h1.title {
	margin-bottom: 16px;
}

h2 {	
	font-size: 14px !important;
	font-weight: bold;	
	color: #0C203A;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3 {
	font-size: 11px; 
}

.white_text {
	color: white;	
	font-size: 10px;
	}

.right {
	float: right;
}	

#right_nav {
	vertical-align: top;
	width: 185px;
}

#right_nav #short_takes p {
	margin: 4px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #FFF;	
}

#right_nav #short_takes p.last {
	border-bottom: none;
	margin-bottom: 12px;
}

.right_nav_table {
	border: 1px solid white;
	padding: 5px;
	/* padding-right: 5px; */	
	background: #8d97c7;
}

#short_takes h3 {
	margin-top: 4px;
	margin-bottom: 8px;
}

/*.right_nav_table input {
	background-color: #8D97C7;
	color: #FFF;	
	font-weight: bold;	
	border-width: 0;	
	}*/	

.image_white_border {	
	border: solid 3px white;
	}

td, th	{	
	font-size: 11px;	
	font-family: verdana;
	color: #333333;	
	line-height: 16px;
}

.table_bg th, .table_bg td {
	vertical-align: top;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 4px;
}

.table_bg th {
	background: #8D97C7;
	text-transform: uppercase;
	background: #333;
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
}

.table_black_border {
	border: 1px solid black;
	background: #d8dcd7;
	}
	
.table_bg {
	background: #DAD7D7;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
	
/*//////////////////////////////////

	shovel ready interactive map

///////////////////////////////////*/

ul#ShovelReady {
	position: relative;
	margin: 0;
	padding: 0 0 40px 0 ;
	list-style-type: none;
	width: 530px;
	height: 714px;
	background: url(images/ShovelReady_map.gif) no-repeat 0 0 transparent;
	}	
	
ul#ShovelReady li {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	background: transparent;
	border: 0;		
	}
		

ul#ShovelReady h2 {
	position: absolute;/* comment out to preview placement */
	top: -5000px;/* comment out (as above) */
	font-size: 9px;
	width: 20px;
	height: 20px;
	border: 1px solid red;
	margin: 0;
	background: transparent;
	}	

ul#ShovelReady li div {
	color: black;
	position: absolute;
	left: -5000px;
	font-size: 10px;
	width: 240px;
	padding: 10px 16px 10px 20px;
	background: url(images/icon_shovel.gif) no-repeat 4px 4px #FFF;
	border: 2px outset #669999;
	}
	
ul#ShovelReady li div h3 {
	color: #0B543A;
	font-size: 10px;
	margin: 0 0 4px 0;
	}
	
ul#ShovelReady li div h3 a {
	text-decoration: underline;
	}		

ul#ShovelReady li div p {
	font-weight: normal;
	margin: 0 0 6px 0;
	}
	
ul#ShovelReady li:hover div, ul#ShovelReady li.sfhover div {
	position: absolute;
	bottom: 0;
	left: -280px;
	}
		
/*----The Coordinates----*/
	
li#P1  {position: absolute; left: 348px; top: 143px;}
li#P2  {position: absolute; left: 342px; top: 172px;}
li#P3  {position: absolute; left: 451px; top: 131px;}
li#P4  {position: absolute; left: 180px; top: 370px;}
li#P5  {position: absolute; left: 268px; top: 375px;}
li#P6  {position: absolute; left: 200px; top: 397px;}
li#P7  {position: absolute; left: 292px; top: 370px;}
li#P8  {position: absolute; left: 316px; top: 367px;}
li#P9  {position: absolute; left: 340px; top: 360px;}
/*li#P10 {position: absolute; left: 245px; top: 370px;} */
li#P10  {position: absolute; left: 348px; top: 133px;}
li#P11 {position: absolute; left: 257px; top: 465px;}
li#P12 {position: absolute; left: 383px; top: 337px;}
li#P13 {position: absolute; left: 460px; top: 330px;}
li#P14 {position: absolute; left: 393px; top: 305px;}
li#P15 {position: absolute; left: 433px; top: 368px;}
li#P16 {position: absolute; left: 321px; top: 528px;}
li#P17 {position: absolute; left: 343px; top: 535px;}
li#P18 {position: absolute; left: 369px; top: 547px;}
li#P19 {position: absolute; left: 364px; top: 521px;}
li#P20 {position: absolute; left: 450px; top: 497px;}
li#P21 {position: absolute; left: 401px; top: 534px;}
li#P22 {position: absolute; left: 424px; top: 512px;}
li#P23 {position: absolute; left: 324px; top: 224px;}

/*----------------------*/

/*///////////////////////////////////*/		



.right_col{
width:260px;
float:right;
}
.left_col {
width:260px;
float:left;
}
.left_col_wide {
width:340px;
float:left;
}
.right_col_narrow{
width:160px;
float:right;
}

.homepage_list {
	margin-left:15px !important;
	padding-left:0px;
	list-style-position:outside;
}
.homepage_list li{
	margin-left:0px !important;
	padding-left:0px;
}

.margin-top {
	margin-top: 10px;
}
.followus
{ font-family:arial; font-size:12px; color:#06F}

.followHead{	
	font-size: 14px !important;
	font-weight: bold;	
	color: #026863;
}
.titlewht {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; font-weight:bold;	color: #FFFFFF; 
}

.titlewht12 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; font-weight:bold;	color: #FFFFFF; 
}

.center { text-align:center;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7286A0;
}
