/*
* Website CSS Layout
*/

BODY {
	text-align: center;
	margin: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#site_wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color: #555555;
	border: 1px solid #555555;
}
#site_header {
}
#site_headerImg {
	height: 131px;
	background-color: #FFFFFF;
	background-image: url(/_images/header.jpg);
}
#site_headerNav {
	float: right;
	margin-top: 90px;
	padding-right: 10px;
}
.site_headerBtnContainer {
	float: right;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #F6F6F6;
}
.site_headerBtnContainerLine {
	border-right: 1px solid #CCCCCC;
}
.site_headerBtnContainer:hover {
	background-color: #999999;
}
.site_headerBtnContainer a {
	text-decoration: none;
	color: #F6F6F6;
}
.site_headerBtnContainer a:hover {
	text-decoration: none;
	color: #F6F6F6;
}
.site_headerBtn {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#site_contentWrapper {	
	padding: 4px;
	background-color: #FFFFFF;
}
#site_sideNav {	
	float: left;
	width: 150px;
	height: 300px;
	margin-right: 20px;
}
#site_content {	
	float: left;
	width: 570px;
}
#site_footer {	
	background-color: #FFFFFF;
	text-align: center;
}
.site_footerLine {
	margin: 0 auto;
	height: 0px;
	width: 80%;
	line-height: 0;
	font-size: 0px;
	border-top: 1px solid #CCCCCC;
}
#site_footerLinks {
	padding: 7px;
	background-color: #FFFFFF;
	text-align: center;
}
#site_footerLinks a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #777777;
}
#site_footerLinks a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #005500;
}
#site_loadTime {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11px;
	color: #BBBBBB;
}


.clear{
	clear: both;
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-size: 0px;
}