@charset "UTF-8";
/* CSS Document */

#container #main {
	background: url(../assets/images/home_bkgrnd_mid.jpg) no-repeat center top;
	padding-top: 0px;
}
#mainContent {
	background: url(none);
	width: 175px;
	margin: 0px 0px 0px 15px;
	color: #0065a4;
	font: 140%/1.75em Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	float: left;
}
#monoSlideshow {
	width: 435px;
	height: 322px;
	margin: 0px auto 15px 190px;
	border: 1px solid #999;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7F8561;
	padding-right: 20px;
}
#footer {
	background:#eff7e8 url(../assets/images/footer-shoreline.jpg) no-repeat center top;
this is the footer image
	margin-bottom: 20px;
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #757561;
}

#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 125px 0px 10px; /* padding on this element creates space for the bottom image, footer text appears below the padded area */
	text-align: center;
}
#footer ul {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 125px;
	list-style: none;
	text-align: center;
}
#footer li {
	display: inline;
	padding: 0px 8px;
	border-right: 1px solid #999;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #757661;
	text-decoration: none;
}
#footer .last { /* must be used on the last footer navigation item to eliminate its rigth side vertical line */
	border-right-style: none;
}
