/*----------------------------------------------------------*/
/* Lorain Soil and Water Conservation District				*/
/* CSS name: footer.css										*/
/* Developer: MindPick Software LLC							*/
/* Date: 7/27/2007											*/
/*															*/
/* Description: Style sheet for footers on all pages	 	*/
/* 		and all media.										*/
/*----------------------------------------------------------*/

/*------------------------------------------------------------------*/
/* The set of photos at the bottom of each page are a background	*/
/* image that is centered across the width of each page.			*/
/*------------------------------------------------------------------*/
#photoline {
	height: 80px;
	background: transparent url("../images/photosgreen.jpg") no-repeat 50% 0%;
}

/*--------------------------------------------------------------*/
/* Footer has a smaller font. Links have no text decoration 	*/
/* until hovered over.											*/
/*--------------------------------------------------------------*/
#footer {
	padding: 4px 0 0 0;
	color: black;
	background-color: transparent;
	font: normal 10px Arial,SunSans-Regular,sans-serif;
	text-align: center;
	text-decoration: none;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

/*------------------------------------------------------------*/
/* Footer classes: copyright on left, MindPick link on right, */
/* other links centered at bottom.                            */
/*------------------------------------------------------------*/
.copy {
	float: left;
}

.mindpick {
	float: right;
}

.footer_links {
	display: block;
	text-align: center;
}
