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

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/bg.jpg) fixed center no-repeat; 
	background-position: center top; 
	background-color:#0B0B0B;
} 

#pageWrapper {
	width:1024px;
	margin-left:-4px;
}

#headerWrapper {
	width:1024px;
	height:100px;
	background-color:#1B1B1B;
	text-align:left;
}

#headerWrapper .headerNavigation {
	float:right;
	margin-top:30px; 
	margin-right:30px;
	vertical-align:middle;
	font-family:Arial;
	font-size:.9em;
	color:#666666;
}

.headerNavigation a {
	color:#666666;
}

.headerNavigation a {
	color:#666666;
	text-decoration:none;
}

.headerNavigation a:hover {
	color:#F8AD29;
	text-decoration:underline;
}

#slideshowWrapper {
	width:1024px;
	height:275px;
	background-color:#F8AD29;
}	

#navigationWrapper {
	width:1024;
	height:60;
	background-color:#1B1B1B;
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
	vertical-align:text-top;
	padding-top:15px;
	padding-bottom:15px;
}

#navigationWrapper a {
	color:#666666;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-right:25px;
}

#navigationWrapper a:hover {
	color:#F8AD29;
	text-decoration:underline;
}

#contentWrapper {
	width:1024;
	padding:30px;
	background-color:#333333;
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	font-family:Arial;
	font-size:.9em;
}

#contentWrapper .pagetitle {
	clear:both;
	padding:0px;
	margin:0px 0px 20px 0px;
	font-family:Arial;
	font-size:2.5em;
	margin-bottom:30px;
}

#contentLeft {
	width:664px;
}

#contentLeft a, a:active, a:visited {
	color:#F8AD29;
}

#contentRight {
	width:250px;
	height:250;
	background-color:#F8AD29;
	text-align:left;
	padding:20px;
}

#contentRight .title {
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
}

#footerWrapper {
	clear:both;
	margin-top:20px;
	padding:0px 30px 0px 30px;
	width:1024;
	font-family: Arial;
	font-size: .7em;
	color:#666666;
	margin-bottom:25px;
	text-align:left;
}

#footerWrapper a, a:active, a:visited {
	color:#F8AD29;
}
.h1{
	fonr-size:.12em;
}

.highlight {
	font-weight:bold;
	color:#F8AD29;
}

.withBottomBorder {
	padding-bottom:10px;
	border-bottom:dotted 3px #555555;
}

.formTextBox {
	width:400px;
}

.formLabel {
	color:#FFFFFF;
	width:125px;
	text-align:right;
	vertical-align:text-top;
}



/* easy clearing */ 
.clearfix:after {
	content: ".";
	display: block;     
	height: 0;    
	clear: both;     
	visibility: hidden;
} 


.clearfix { display: inline-table; } 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

