/*----------------------------------------------------------*/
/* Lorain Soil and Water Conservation District				*/
/* CSS name: header.css										*/
/* Developer: MindPick Software LLC							*/
/* Date: 6/22/2007											*/
/*															*/
/* Description: Style sheet for elements of the header on 	*/
/* 		all pages with all media.							*/
/*----------------------------------------------------------*/

/*----------------------------------------------------------*/
/* Make the header section just tall enough for the header	*/
/* graphic and center it.									*/
/*----------------------------------------------------------*/
#header {
	height: 160px;
	font: normal 15px arial,sans-serif;
	text-align: center;
}

/*--------------------------------------------------------------*/
/* The district name needs to be pulled up on the page so it 	*/
/* overlaps the graphic. Auto center it (after the empty		*/
/* force.gif image). Make the text green.						*/
/*--------------------------------------------------------------*/
.head_text {
	display: block;
	margin: -90px auto 0;
	width: 700px; /* This keeps the text from collapsing. */
	color: #006600;
	font: normal 15px arial,sans-serif;
}

/*------------------------------------------------------------------*/
/* The longitude and latitude occurs next, indented and lower down.	*/
/*------------------------------------------------------------------*/
.coords {
	display: block;
	padding: 37px 0 0 55px;
	color: black;
	font-size: 14px;
}
