@charset "utf-8";
/* CSS Document */
#explorer div {

}
	
#explorer_top {
	 width:850px;
	height:165px;
	border-color:#5C9AD8;
	border-width:0px;
	border-style:solid;
	/* background:url("images/atlas_explorer_r1_c1.jpg") no-repeat right; */
}

#explorer_chart {
	width:850px;
	float:left;
	margin-bottom:10px;
	background:transparent;
}

#explorer_menu {
	padding-top:15px;
	background:transparent;
	display:inline;
	width:200px;

}

#explorer_menu form {
	display:inline;
}


#explorer_menu select {
	/* float:right; */
	margin-right:30px;
	margin-top:5px;
}

#explorer_map {
	width:650px;
	height:450px;
	float:left;
	clear:both;
	margin-top:10px;
	border-color:#5C9AD8;
	border-width:1px;
	border-style:solid;
	margin-right:15px;

}
		
#explorer_right {
	width:200px;
	min-height:500px;
	float:left;
	border-color:#5C9AD8;
	border-width:1px;
	border-style:solid;

	
	/*background:url("images/atlas_explorer_r2_c2.jpg") no-repeat top right;*/
}

#explorer_links {
	margin:3px;
}

#state_links {
	margin:3px;
}

#city_links {
	margin:3px;
}

.links_heading {
	background-color:#5C9AD8;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
		
