/* CSS Document */

/*data collection*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#dcead5;
}

a:hover {
	color:white;
}


.categoryHead {
	font-size:14px;
	font-weight:bold;
}

.alert {
	color: red;
}

.collectionTop {
	background:#729e59 url(images/body_bg.jpg) top left repeat-y;
	text-align:center;
}

.dataContentArea {
	padding: 35px;
	vertical-align:top;
	/*text-align:center;*/
}

.dataGridStyle {
	border-collapse:collapse;
	border: 1px solid #92D74C;
	margin:0 auto 0 auto;
	padding:6px;
}



.dataSubheader {
	color:#9e4014;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding-top: 14px;
	border-bottom:1px solid #9e4014;
}


/*map page*/

#map {    
	
	width:736px; 
	height:586px;
	background-image:url(images/dotsNamesCounties9-15.jpg);
	overflow:visible;
}


.station, station li {
	text-align:center;
	background-color:#d4e67d;
	border:solid 2px #9e4014;
	padding: 3px;
	font-size:14px;
	font-weight:bold;
	color:#9e4014;
	list-style: none;
	/*clear:both;*/
	width:auto;
	
}


a.station {
	color:#9e4014;
}

a.station:hover {
	color:#008acf;
	border:solid 2px #008acf;
}

.stationList, a.stationList {
	color:#9e4014;
	font-size:12px;
	font-weight:bold;
	padding:2px;
}

a.stationList:hover {
	color:#008acf;
}


.station li li {   /*thought about - needs lots of tweeking to work*/
	position:relative;
	left: 1004px;
	display:inline;
	list-style: none;
	float:right;
	color:#d4e67d;
}






#station_01 {
	position:absolute;
	display:block;
	height:40px;
	z-index:1;
	top:852px;
	left:971px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
	/*border:solid 2px #9e4014;
	padding: 3px;*/
}

/*#station_01 a:hover {
	border-top:solid 2px #008acf;
}*/


#station_02 {
	position:absolute;
	display:block;
	height:40px;
	z-index:2;
	top:822px;
	left:979px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
	/*border:solid 2px #9e4014;
	padding: 3px;*/
	
}

#station_03 {
	position:absolute;
	display:block;
	height:40px;
	z-index:3;
	left: 972px;
	top: 806px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
	
}

#station_04 {
	position:absolute;
	display:block;
	height:40px;
	z-index:4;
	left: 961px;
	top: 832px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_05 {
	position:absolute;
	display:block;
	height:40px;
	z-index:5;
	left: 948px;
	top: 808px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
	
}

#station_06 {
	position:absolute;
	display:block;
	height:40px;
	z-index:6;
	left: 926px;
	top: 795px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_06N {
	position:absolute;
	display:block;
	height:40px;
	z-index:6;
	left: 926px;
	top: 795px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_06S {
	position:absolute;
	display:block;
	height:40px;
	z-index:6;
	left: 926px;
	top: 810px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}



#station_07 {
	position:absolute;
	display:block;
	height:40px;
	z-index:7;
	left: 918px;
	top: 821px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_08 {
	position:absolute;
	display:block;
	height:40px;
	z-index:8;
	left: 874px;
	top: 774px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;	
}

#station_09 {
	position:absolute;
	display:block;
	height:40px;
	z-index:9;
	left: 803px;
	top: 781px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_10 {
	position:absolute;
	display:block;
	height:40px;
	z-index:10;
	left: 584px;
	top: 615px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_11 {
	position:absolute;
	display:block;
	height:40px;
	z-index:11;
	left: 570px;
	top: 814px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_12 {
	position:absolute;
	display:block;
	height:40px;
	z-index:12;
	left: 751px;
	top: 651px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_13 {
	position:absolute;
	display:block;
	height:40px;
	z-index:13;
	left: 728px;
	top: 622px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}

#station_14 {
	position:absolute;
	display:block;
	height:40px;
	z-index:14;
	left: 778px;
	top: 673px;
	border-top:solid 2px #9e4014;
	padding-top: 3px;
}


/*StationPage*/

.dataButton {
	text-align:center;
	background-color:#d4e67d;
	border: 2px solid #008acf;
	padding: 3px;
	font-size:14px;
	font-weight:bold;
	color:#008acf;
	/*clear:both;*/
	width:auto;
	height:40px;
}


a.dataButton:link {
	/*color:#79bb40;*/
	color:#008acf;
}

a.dataButton:visited {
	/*color:#79bb40;*/
	color:#008acf;
}

a.dataButton:hover {
	/*color:white;
	border:solid 2px white;*/
	background-color:white;
}

.schoolSubheader {
	color:#9e4014;
	font-size:12px;
	font-weight:bold;
	/*font-style:italic;
	padding-top: 14px;
	border-bottom:1px solid #9e4014;*/
}

