.map_clear{
	clear: both;
}


.map_banner{
	background-image: url(images/svc_map/earth.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 770px;
	margin-top: 5px;
	float: left;
}

.map_banner_text{
	width: 25em;
	font-size: 14px;
	color: rgb(164,202,252);
	margin-top: 10px;
	margin-left: 413px;
	font-weight: bold;
	float: left;
}

.map_segment_container{
	width: 770px;
	margin-left: 0px;
	float: left;
	margin-top: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgb(237,237,237);
	clear: both;
}

.image_map_container{
	float: left;
	width: 676px;
	height: 543px;
	margin-left: 5px;

}
/*Map Background (See Page markup Javascript for Map image swap)*/
.map{
	width: 676px;
	height: 543px;
	background-image: url(images/svc_map/map_bkrd.jpg);
	background-repeat: no-repeat;
}

/*TEXT POP-UP FORMATTING*/

/*Text Popup Container*/
.text-popup_container{
	width: 190px;
	float: left;
	margin-top: 250px;
	margin-left: -120px;

}
/*Page Load Text, display on Page Load, hide on Mouseover*/
.page_load_text{
	display:block; /*(See Page markup Javascript for text display)*/
	width: 12em;
	height: 16em;
	font-size: 16px;
	background-color: rgb(237,237,237);
	border: 1px solid #666666;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

.page_load_title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: inline;
	margin-top: 3px;
}

/*State Text, hide initially, display on Mouseover*/
.state_text{
	display:none; /*(See Page markup Javascript for text display)*/
	width: 12em;
	height: 16em;
	font-size: 16px;
	background-color: rgb(234,246,252);
	border: 1px solid #000066;
	padding-right: 3px;
	padding-left: 3px;
}

.hline{
	/*height: 1px;*/
	height: 10px;
	width: 100px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(images/svc_map_hline.jpg);
	background-repeat: repeat-x;
	background-position: center center;	
	/*background-color: #999999;*/
}

.st_table{

	margin-top: 5px;
}

.st_table tr{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.st_table tr .st_text{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
	color: #990000;
}
.st_table tr .ut_type_text{
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
	color: #000099;
}

#ct, #de, #il, #ma, #md, #me, #nh, #nj, #ny, #oh, #pa, #ri, #tx, #va, #vt{
	display:none; /*(See Page markup Javascript for text display)*/
}

#eao, #weo{
	display:none; /*(See Page markup Javascript for text display)*/
	}