@charset "UTF-8";
/* CSS Document */
html{
	background: url("images/bg_gradient_dark.jpg") repeat-x !important;
	background-color: #272727 !important;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url("images/bg_top2.png") no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtr #container {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
/*----------------main nav------------------*/
.oneColFixCtr #container .topArea{
	overflow: auto;
	/*background: url(images/bg_top.png);*/
	height: 106px;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	overflow: hidden;
}
.topArea #logo{
	float: left;
}

.topArea #navs{
	float: right;
	text-align:right;
}
/*--top nav--*/
.topNav{
	color: #ffffff;
	text-decoration: none;
}
a.topNav:hover{
	border-bottom: #FFF thin solid;
	/* background-color: #609ccd; */
}
.topNav ul {
	list-style:none outside none;
	padding:0;
	display: block;
}
.topNav li {
	display:inline;
	text-align: right;
	margin:0;
	margin-left:15px;
	padding:0;
}

/*--main nav--*/
#navs #mainNavDiv{
	margin-top: 25px;
}
a.mainNav{
	color: #DDD;
	text-decoration: none;
	text-transform: uppercase;
}
a.mainNav:hover{
	border-bottom: #FFF thin solid;
	color: #FFF;
}
#mainNavDiv ul {
	list-style:none outside none;
	padding:0;
	display: block;
}
#mainNavDiv li {
	display:inline;
	float:left;
	margin:0;
	margin-left:25px;
	padding: 0;
}


/*----------------main content------------------*/
.oneColFixCtr #mainContent {
	/*padding: 0 20px;*/
	margin: 0;
	padding: 0;
}
/*--banner--*/
.topBanner{
	height: 260px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.topBanner .bannerLeft{
	float:left;
}
.topBanner .bannerright{
	float:left;
}

/*--4cols--*/
.bottomFourCol{
	overflow: auto;
	height: 100%;
	background-color: #fff;
}
.bottomFourCol .col01{
	float: left;
	width: 21%;
	padding: 10px;
	padding-left: 5px;
}
.bottomFourCol .col02{
	float: left;
	width: 21%;
	padding: 10px;
	padding-left: 5px;
}
.bottomFourCol .col03{
	float: left;
	width: 21%;
	padding: 10px;
	padding-left: 5px;
}
.bottomFourCol .col04{
	float: right;
	width: 30%;
	padding: 10px;
	padding-left: 5px;
}
.verDivider{
	height: 182px;
	width: 10px;
	background: url(images/divider_shadow.png) top center no-repeat;
	float: right;
}
.contentLeft{
	float: left;
	width: 90%;
}
.bottomFourCol a{
	color: #f18c2d;
	text-decoration: none;
}
.bottomFourCol a:hover{
	text-decoration: underline;
}


/*----------------footer------------------*/
#footer{
	overflow: auto;
	font-size: 11px;
	color: #999999;
	background: url(images/bg_footerDark.jpg) repeat-x;
	height: 60px; /* was 150px; jjm */
	padding: 10px;
}
#footer .footerLeft{
	float: left;
}
#footer .footerRight{
	float: right;
	
}
#footer a{
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/*----------------text styles------------------*/
.bottomFourCol h1{
	text-transform: uppercase;
	font-weight: bolder;
}
.bottomFourCol p{
	line-height: 30px;
}
img{
	border: none;
	outline: none;
}
p.quote{
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px;
	color: #5095D0;
}
/*-------------------------IE transparent-------------------------*/
*, body, img, div, a, input { behavior: url(js/iepngfix.htc); }