@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

h2{
	display: none;
}
h3{
	display: none;
}
h4{
	display: none;
}
.cleaner{
	clear: both;
}

a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none
}
a:hover{
	color: #000;
	text-decoration: underline;
}

#webContainer{
	/*background: #333333;*/
	width: 971px;
	float: left;
}
#floatingBannerRight{
	width: 171px;
	height: 429px;
	float: left;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
#headerTop{
	background: #494949 url(../images/header_title.jpg) no-repeat 23px 9px;
	width: 971px;
	height: 22px;
}
#headerNavigation{
	float: right;
	margin: 0px;
	padding: 0px;
}
#headerNavigation ul{
	list-style: none;
	margin: 0px;
	padding: 3px 10px 0px 0px;
}
#headerNavigation li{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 0px 0px;	
	height: 10px;
}
#headerNavigation li a{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	text-decoration: underline;
	line-height: 10px;
	padding: 0px 0px 1px 20px;
	background: url(../images/bullets/bullet1.gif) no-repeat 7px 3px;
}
#headerNavigation li a:hover{
	text-decoration: none;
}
#headerMiddle{
	width: 971px;
	height: 106px;
	background: url(../images/header_background.png) repeat-x;
}
.logo{
	display: block;
	float: left;
	width: 167px;
	height: 61px;
	background: url(../images/logo.png) no-repeat;
	margin: 23px 0px 0px 25px;
}
.headerBannerContainer{
	width: 460px;
	height: 70px;
	float: right;
	margin: 18px 15px 0px 0px;
}
.headerBannerContainer img{
	border: 0px;	
}
#headerBannerContainer{
	width: 460px;
	/*height: 70px;*/
	height: 309px;
	position: absolute;
	/*background: red;*/
	z-index: 999;
	/*float: right;
	margin: 18px 18px 0px 500px;*/
	top: 36px;
	left: 500px;
	overflow: hidden;
}

/******************* header styles end ********************/

/******************* body styles start ********************/

#body{
	width: 971px;
	background: #fff url(../images/body_container_background.gif) repeat-x;
	padding: 2px 0px 0px 0px;
	float: left;
}
#mainContent{
	float: left;
	width: 717px;
}
#rightColumn{
	float: right;
	width: 254px;
}
/******************* body styles end ********************/

/******************* footer styles start ********************/

#footer{
	width: 971px;
	height: 214px;
	padding: 22px 0px 0px 0px;
	background: url(../images/footer_bg.png) repeat-x;
}
#copyright{
	width: 190px;
	height: 190px;
	margin: 0px 0px 0px 26px;
	float: left;
}
.logoFooter{
	display: block;
	width: 100px;
	height: 28px;
	background: url(../images/logo_footer.png) no-repeat;
	margin: 0px 0px 20px 0px;
}
.whiteText{
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #cccdcf;
}
#footerNavigation{
	float: left;
	width: 440px;
	margin: 0px 0px 0px 30px;
}
.footerNav{
	height: 30px;
	background: url(../images/footer_navigation.jpg) no-repeat 0px 19px;
	margin: 0px 0px 14px 0px;
}
#footNavList{
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
}
#footNavList li{
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	float: left;
	width: 140px;
}
#footNavList a{
	font: 10px bold Verdana, Arial, Helvetica, sans-serif;
	color: #fcc900;
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
	background: url(../images/bullets/bullet2.gif) no-repeat 0px 3px;
}
#footNavList a:hover{
	text-decoration: none;
	color: #cccdcf;
}
#footerRight{
	float: right;
	padding: 17px 16px 0px 0px;
}
#footerBanner{
	width: 460px;
	height: 70px;
}