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

body {
	padding				: 0;
	margin				: 0;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	background			: #000;
}


.floatBanner {
	position			: absolute;
	right				: 0;
	top					: 274px;
}

.container {
	width				: 970px;
	padding				: 15px;
	margin				: 0 auto;
	border				: #666 solid 0px;
}

.header {
	height				: 100px;
	background			: url(img/logo.jpg) no-repeat #000;
	margin-bottom		: 15px;
	border-bottom		: #4a4a4a dotted 1px;
}

input,textarea {
	background:transparent;
	border:#333 solid 1px;
	color:#FFF;
}

/* MAIN NAV */

.mainNav {
	padding				: 0 0 0 260px;
	margin				: 0;
	list-style			: none;
	font-size			: 15px;
}

.mainNav li {
	display				: inline;
	padding				: 0;
	margin				: 0;
}

.mainNav a {
	color				: #FFF;
	text-decoration		: none;
	line-height			: 80px;
	padding				: 0 14px;
}

.mainNav .selected a, .mainNav a:hover {
	color				: #f2b701;
}

/* END NAV */

.content a {color:#999;}

.subNav {
	margin				: 0;
	padding				: 0;
	list-style			: none;
	width				: 200px;
	margin-right		: 15px;
	float				: left;
	padding				: 76px 0;
}

.subNav a {
	padding				: 6px 0 6px 15px;
	display				: block;
	color				: #666;
	text-decoration		: none;
	border-bottom		: #4a4a4a dotted 1px;
}

.subNav a:hover, .subNav .selected a {
	color				: #f2b701;
}

/* */

.content {
	float				: left;
	width				: 755px;
	color				: #FFF;
	padding-bottom		: 40px;
	position			: relative;
}

.content h1 {
	padding				: 0;
	margin				: 0;
	font-weight			: normal;
	margin-top			: 30px;
	margin-bottom		: 20px;
	color				: #f2b701;
}

.content p {
	padding-right		: 180px;
	color				: #333;
	color				: #FFF;
	line-height			: 18px;
	text-align			: justify;
}

.content ul {
	margin				: 0;
	padding-left		: 15px;
	list-style			: square;
	color				: #fff;
	line-height			: 18px;
}

.content li {
	padding-bottom		: 4px;
}


.footer {
	padding				: 10px;
	margin				: 0;
	list-style			: none;
	background			: #161616;
	text-align			: center;
	margin-bottom		: 30px;
}

.footer li {
	display				: inline;

}

.footer a {
	color				: #666;
	text-decoration		: none;
	margin				: 0 18px;
}

.feature {
	margin-bottom:15px;
}

.smallBanner1 {
	float:left;
	height:105px;
	background:#171717;
	width:430px;
	margin-right:15px;
	border-left:solid 25px #2f2f2f;
	padding:20px;
	color:#FFF;
	text-decoration:none;
	font-size:15px;
	line-height:24px;
	text-align: left;
}

.smallBanner1 strong {
	font-weight:normal;
	color:#666;
	font-size: 12px;
}

.smallbanner2 {
	float:left;
	height:145px;
}

.clearFix {
	clear				: both;
	margin-bottom		: 15px;
}

.banner {margin:15px 0;}
