HTML {
	padding:0px;
	margin:0px;
	background:#111;
	height:100%;}
	
IMG {
	border:none;}

BODY {
	font-family:Arial;
	margin:0px;
	padding:0px;
	height:100%;
	background:#111;}	
	
	

#mainContainer {
	background:#252525;
	margin:100px auto;
	padding:0;
	width:780px;
	min-height:100%;
	position:relative;}

#mainBuffer {
	margin:0;
	padding:0px;
	background:#252525;}
	
#header {
	background:url(images/logo.jpg) no-repeat;
	width:250px;
	height:50px;
	margin:100px 0 0 0;
	padding:0px;
	position:absolute;
	top:0px;
	left:40px;}
	
#header .buffer {
	background:none;
	height:50px;
	width:250px;
	margin:0px 0 0 0px;}
	
#nav1 {
	width:780px;
	height:20px;
	font-family:Arial;
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	background:none;}
	
#nav1 SPAN {
	width:auto;}
	
#nav1 buffer {	
	width:780px;
	height:20px;
	margin:0 auto;}
	
#nav1 .buffer SPAN {
	color:#8ea23b;
	margin:0 0px 0 0;
	padding:4px 0px 0px 0px;
	height:20px;
	font-size:10px;
	float:left;
	width:auto;}

#nav1 .buffer SPAN:hover {
	margin:0 0px 0 0;
	color:#c3c3c3;
	height:20px;
	cursor:pointer;}

#nav1 .buffer UL {
	margin:0;
	padding:0 0 0 0px;
	LIst-style: none;
	width:780px;
	height:17px;}
	
#nav1 UL LI {
	background:#111;
	float:right;
	margin:0 10px 0 0;
	padding:0 5px 0 5px;
	height:20px;
	width:auto;}
	
#nav1 UL LI a {
	text-decoration: none;
	color:#000;
	padding:0;
	border:none;
	text-align:center;}	
	
#nav1 UL LI.light a SPAN {
	color:#c3c3c3;}
	
#pageData {
	padding:0px 0 0 0;
	margin:0px 0 0 0px;
	font-size:12px;
	float:right;
	background:#252525;
	width:780px;
	height:100%}
	
#pageData .buffer  {
	background:none;}


#content .apply {
	background:url(images/apply.jpg) no-repeat;
	width:125;
	height:26px;
	margin:0 0 0px 300px;}
	
#content .apply:hover {
	background:url(images/applyhover.jpg) no-repeat;
	width:125;
	height:26px;
	margin:0 0 0px 300px;
	cursor:pointer;}
	


#content {
	background:none;
	padding:65px 0 0 0px;
	margin:0px 10px 0 0px;
	width:450px;
	float:right;
	height:auto;}
	
#content .buffer {}
	
#content h2 {
	color:#8ea23b;
	border-bottom:1px dotted #fff;
	font-weight:bold;
	font-size:18px;
	height:15px;
	background:none;
	padding:6px 0 6px 0px;
	margin:0px;
	width:auto;}

#content h1 {
	color:#c3c3c3;
	font-weight:lighter;
	font-size:20px;
	height:15px;
	background:none;
	padding:0px 0 6px 6px;
	margin:0 0 10px 0;
	width:auto;
	border-bottom:3px solid #8ea23b;}	
	
#content .box {
	margin: 0 0px 10px 0px;
	padding:0px;
	background:none;
	float:left;
	width:430px;}

#content .box .text {
	font-size:13px;
	color:#e1e1e1;
	margin:0px 10px 15px 10px;
	overflow:none;}	
	
#banners {
	position:absolute;
	margin:170px 0 10px 30px;
	float:left;
	width:109px;
	padding:0px;
	top:0px;
	left:0px;}	
	
#banners .box .banner {
	display:block;
	border:1px solid #111;
	height:44px;
	width:139px;
	margin:0 0px 10px 10px;}
	
#mainFooter {
	margin:130px auto;
	clear:both;
	color:#696868;
	padding:0px;
	position:relative;
	width:780px;
	float:left;
	left:-320px;
	padding:0 0px 0 40px;}
	
#mainFooter a {
	text-decoration:none;
	margin:0 0 0 5px;
	color:#e1e1e1;}

	
#contactForm fieldset {
	border:none;}
	
#contactForm .field .name {
	margin:5px 0 2px 0;}
	
a {
color:#000000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}