/* Structuring Styles */
html, body {
	background-color: #CFCFCF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.copySmall{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#PageBody {
	background-color: #FFFFFF;
	background-image: url(/images/bkgd_gradient.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 830px;
	z-index: 1;
}
* html #PageBody {
	height: 100%;
}
/* Header Styles */
#header {
	height: 100px;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
	z-index: 2;
}
#hLogo {
	float: right;
	margin-top: 32px;
	z-index: 2;
}
#header ul {
	background-image: url(/images/bkgd_blue_bar.gif);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
	list-style: none;
	padding-left: 20px;
	margin: 0px;
	margin-top: 24px;
}
#header li {
	font-size: 10px; line-height: 12px; margin: 0; padding: 0;
}
#header a {
	color: #0075C8;
}
#header a:link, #header a:visited {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header a:active {
	text-decoration: none;
}
/* --- */
#content {
	margin: 0 15px;
	z-index: 2;
}
/* --- nav styles --- */
.navs td {
	background-color: #0075C8;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* Footer Styles */
#footer {
	font-size: 10px;
	color: #aaaaaa;
	margin: 0 15px 15px 15px;
	overflow: auto;
	z-index: 2;
}
#footer .footerIndex {
	padding-left: 30px;
}
#footer a {
	color: #aaaaaa;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}

#footer ul li { list-style: none; margin: 0; padding: 0; height: 50px; vertical-align: bottom; }
#footer ul li.col1 { float: left; width: 98px; }
#footer ul li.col2 { float: left; width: 400px; }
#footer ul li.col3 { float: left; width: 230px; line-height: 30px; vertical-align: bottom; }


.facebook-promo {
	color: #00549e;
}
.facebook-title {
	display: block; 
	float: right;
	width: 90px;
	height: 20px;
	background: url(../images/facebook-title.png) no-repeat 0 0;
	text-indent: -9999px;
}

.orajen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: none;
}
