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

/*** OVERRIDE STYLES FOR HOME PAGE ONLY, SHOULDN'T BE REFERENCED ON ANY OTHER PAGES ***/

#header {
	background: url(../images/mast.jpg) top center no-repeat;
	padding-top:115px;
}
#header img#seal {
	margin-bottom: 13px;
	margin-top: -107px;
}
#date {
	display: none;
}
img#becky {
	float: right;
	margin-top: -36px;
	margin-right: -35px;
	margin-left: 20px;
}
#content {
	background: url(../images/content-home-bg.gif) bottom repeat-x;
	height: 147px;
	display: block;
	margin: 0 4px;
	padding: 10px 35px 15px 50px;
}
h2 {
	margin-bottom:3px;
}
#home-nav { /*if you change this make sure to change the IE exception on the index.php page as well*/
	border-top: solid 1px #8bb0c1;
	border-bottom: solid 1px #8bb0c1;
	display: block;
	margin-left: 4px;
	padding-left: 11px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 10px;
}
#home-nav #nav {
	min-width: 205px;
	height: 525px;
	margin: 0 10px 0 0;
	padding-bottom: 11px;
}
#home-nav #quick-links {
	height: 537px;
	display: block;
	float: right;
	width: 222px;
	background: url(../images/quicklinks-home-bg.gif);
}
#home-nav #quick-links h3,
#home-nav #quick-links ul li {
	margin-left: 15px;
}
#home-nav #quick-links img {
	margin-left: 1px;
	margin-top: 10px;
}
