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


* {
	outline:none;
	padding:0px;
	margin:0px;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#595959;
	height:100%;
}
.page {
	width:1200px;
	margin:auto;
	text-align:center;
	align:center;
	position:relative;
	}
.headerImage {
	width:100%;
	text-align:center;
	margin:auto;
	align:center;
	background-image:url(images/header_grad.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	}


/* Navigation */

.nav {
	width:100%;
	height:50px;
	background-image:url(images/index_navBG.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	align:center;
	text-align:center;
	margin:auto;
	z-index:200;
	}
.navContainer {
	width:1090px;
	margin:auto;
	text-align:left;
	padding-left:150px;
	z-index:250;
	}
.navBox {
	margin-right:20px;
	}
.navRollOff {
	width:1020px;
	height:500px;
	z-index:1;
	position:absolute;
	top:450px;
	margin:auto;
	text-align:center;
	align:center;
	outline:none;
	border:1px solid orange;
	}
.search {
	width:200px;
	height:50px;
	vertical-align:middle;
	margin-right:16px;
	text-align:right;
	}
.searchButton {
	margin-top:15px;
	}
	
	
/* Lower Body */	
	
.content {
	width:100%;
	height:100%;
	margin:auto;
	align:center;
	background-image:url(images/contentBG.gif);
	background-repeat:repeat-x;
	background-color:#595959;
	text-align:center;
	vertical-align:top;
	}
.bodyTop {
	width:1210px;
	height:61px;
	margin:auto;
	background-image:url(images/body_repeat.gif);
	background-repeat:repeat-y;
	}
.bodyContent {
	margin:auto;
	width:1210px;
	height:auto;
	background-image:url(images/body_repeat.gif);
	background-repeat:repeat-y;
	background-color:#595959;
	text-align:center;
	}
.bodyText {
	width:800px;
	text-align:left;
	margin:auto;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	}
.bodyText a {
	color:#ffffff;
	text-decoration:underline;
	}
.bodyText a:hover {
	color:#ffffff;
	text-decoration:none;
	}
.bodyTextTitle {
	font-size:14px;
	font-weight:bold;
	}
.bodyLeft {
	width:550px;
	height:100%;
	float:left;
	}
.bodyRight {
	width:200px;
	height:100%;
	float:right;
	}
.bodyBottom {
	margin:auto;
	width:1210px;
	height:41px;
	}
.footer a {
	color:#222a2f;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
.footer a:hover {
	color:#333333;
	text-decoration:underline;
	}
.footer {
	margin:auto;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-y;
	background-color:#595959;
	height:30px;
	padding-left:140px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:12px;
	color:#222a2f;
	text-align:left;
	}
.copyright {
	color:#3e3e3e;
	font-size:10px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	}
hr {
	color:#ffffff;
	height:1px;
	width:100%;
	}
.white {
	height:1px;
	width:100%;
	background-color:#8e9297;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.clear {
	clear:both;
	}