@charset "utf-8";
/* CSS Document */


/*link info*/
a:link {color: #06C; text-decoration: none; }
a:active {color: #06C; text-decoration: none; }
a:visited {color: #06C; text-decoration: none; }
a:hover {color: #09F; text-decoration: underline; }

a.dot {
	display: block;
	height: 12px;
	width: 12px;
	background-image:url(../images/dot.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	position: relative;

}

a.dot:hover {
	background-position: 0px -12px;
	cursor: pointer;
}
a.dot :hover {
	background-position: 0px -12px;
	cursor: pointer;
}
a.dot.selected {
	background-position: 0px -24px;
}

.clear_both{
	clear: both;
	
}

.content_map {
	float: left;
	position:relative;
	background-image:url(../images/texas_state_web_sm.jpg);
	background-repeat: no-repeat;
	width: 501px;
	height: 360px;/*For the map pages: height of the content area*/
	top: 40px;
	left:-20px;
	outline:none;
	z-index:1;
	

}
	
.detail_container {
	float:right;
	top:-65px;
	left:20px;
	height: 100%;
	width: 280px;
	position: relative;
	z-index:1000;	
}

.city_detail_container {
	display: none;
}

.boxtitle {
	font-weight:bold;
}
.city_detail {
	position:absolute;
	z-index: 1020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 280px;
	

}

.city_info {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.city_info h1 {
	font-size: 14px;
	font-weight:bold;
	margin: 0 0 15px 0;
	padding:0 0 5px 0;
	text-transform:none;
	letter-spacing:0;
	border-bottom:1px dotted #666;
}

.city_info h2 {
	font-size: 13px;
	font-weight:bold;
	margin: 0px;
	text-transform:none;
	letter-spacing:0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#333;
}
.note{
	
	color:#C00;
}
