

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

/*//////////////////////////////
// HTML ELEMENTS
//////////////////////////////*/
h1 {
	display: none;
}





/*//////////////////////////////
// MAIN ELEMENTS
//////////////////////////////*/
div#background {
	width: 100%;
	height: 100%;
}
div#outer_container {
	width: 920px;
	margin: 0 auto;
}
div#inner_container {
	width: 100%;
	height: 100%;
}
div#top {
	position: relative;
	width: 100%;
	z-index: 9999;
}
div#top_bar {
	display: none;
}
div#header {
	position: relative;
	width: 100%;
	height: 138px;
}
div#logo {
	position: absolute;
	width: 180px;
	height: 120px;
	margin-top: 8px;
}
div#logo img {
	border: none;
}
div#header div#decorative {
	display: none;
}
div#header div.contact_info {
	display: none;
}

div#navigation {
	display: none;
}





/*//////////////////////////////
// FEATURE
//////////////////////////////*/
div#content_splash {
	display: none;
}





/*//////////////////////////////
// CONTENT
//////////////////////////////*/
div#content_container {
	width: 100%;
}
div#content_separator {
	clear: both;
}
div#content_text {
	position: relative;
	clear: left;
	width: 100%;
	margin: 0;
}
div#content_main {
	float: left;
	width: 660px;
}
div#content_main div.main_inner {
	padding: 0 0 15px 0;
}
div#content_extra {
	display: none;
	float: left;
}
div#content_title {
	height: 35px;
		border: none;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div#content_main div.main_inner td.spacer_cell {
	padding-bottom: 25px;
}





/*//////////////////////////////
// SIDEBAR
//////////////////////////////*/
div#content_sidebar {
	float: right;
	width: 220px;
	min-height: 95px;
}
div#content_sidebar div.sidebar_inner {
	margin-bottom: 20px;
	background-color: #111;
}
div#content_sidebar div.sidebar_box {
	padding: 12px;
}
div#content_sidebar div.sidebar_title {
	width: 220px;
	margin-bottom: 6px;
	padding: 4px 0 0 0;
	border: none;
	color: #53703c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
}
div#content_sidebar div.download_header {
	font-size: .85em;
	font-weight: bold;
}





/*//////////////////////////////
// FOOTER
//////////////////////////////*/
div#bottom_container {
	display: none;
}






/*//////////////////////////////
// CALENDAR STYLES
//////////////////////////////*/
table.calendar {display: none;}