/* ========== Body Styles ========== */
body {
	background-color: #F5F6F8;
	margin: 0px;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 760px;
}

/* ========== Header Styles ========== */
#header {
	background-color: #F6F6F9;
	background-image: url(/lib/images/site/hp_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav {
	background-color: #FFFFFF;
	width: 580px;
}
#nav img {
	border: 0px;
}

/* ========== Content Styles ========== */
#content {
	background: #FFFFFF url(/lib/images/site/hp_content_bg.gif) no-repeat;
}
#news {
	float: left;
	width: 212px;
}
#news a {
	color: #666666;
}
#news a:hover {
	color: #721B3E;
}
#news_h1 {
	background-image: url(/lib/images/site/hp_news_h1.gif);
	height: 24px;
	margin: 0px;
	width: 212px;
}
#news_h1 span {
	display: none;
}
#news p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding:10px 0 0 10px;
	margin:0;
	width: 165px;
}
#splash {
	background: #F6F7F9 url(/lib/images/site/hp_splash_bg.gif) no-repeat;
	color: #721B3E;
	float: left;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 6px 25px 0 30px;
	width: 269px;
}
#facts {
	color: #999999;
	float: left;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:right;
	width: 224px;
}
#facts p {
	text-align: right;
	padding-left: 75px;
	padding-right: 8px;
}
#facts_h1 {
	background-image: url(/lib/images/site/hp_facts_h1.gif);
	height: 114px;
	margin: 0px;
	width: 224px;
}
#facts_h1 span {
	display: none;
}
#calendar_h1 {
	background-image: url(/lib/images/site/hp_calendars_h1.gif);
	height: 114px;
	margin: 0px;
	width: 212px;
}
#calendar_h1 span {
	display: none;
}

/* ========== Footer Styles ========== */
#footer {
	background-color: #F5F6F8;
	clear: both;
	color: #3C4675;
	font: .75em Arial, Helvetica, sans-serif;
	padding: 22px 0 40px 0;
	text-align: center;
}


/* ========== Hacks ========== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
