/* CSS Document */

h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 6px 0; }

body{
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #858585 url(../gfx/bgRepeat.gif) repeat-x;
	color: #FFFFFF;
}

h1{	
	font: 22px Arial, Helvetica, sans-serif; 
	color: #000000;
	width: 310px;
	background-color: #d6d6d6;
	text-align: right;
	padding-right: 10px;
	float: left;
	text-transform: uppercase;
}
h2{	font: 20px Arial, Helvetica, sans-serif; color: #FFFFFF; }
h3{	font: 18px Arial, Helvetica, sans-serif; color: #FFFFFF; }
h4{	font: 16px Arial, Helvetica, sans-serif; color: #FFFFFF; }
h5{	font: 15px Arial, Helvetica, sans-serif; color: #FFFFFF; }
h6{	font: 14px Arial, Helvetica, sans-serif; color: #FFFFFF; }



.clear{	clear: both; }

.left{ float: left; }

.right{ float: right; }

.red{ color: red; }

img{ border: none; }

a{
	color: #7e56e3;
	text-decoration: underline;
}

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

form, fieldset{ margin: 0; padding: 0; }
fieldset{ border: none; }
legend{ display: none; }

/* input[type=""] DOES NOT WORK IN IE6 */
input[type="checkbox"], input[type="radio"]{ border: none; width: auto; background: none; }

input, textarea{
	background: white;
	border: solid 1px #797979;
	padding: 2px;
}

#contact input, #contact textarea{ width: 150px; }

input#submit{
	width: 81px;
	background: white;
	height: 20px;
	border: none;
	background: url(../gfx/buttonBg.gif) no-repeat;
}
#box{
	width: 990px;
	margin: 80px auto;
	
}

#header{
	width: 990px;
	height: 135px;
	background: #4d4d4d url(../gfx/headerBgRepeat.gif) left top repeat-x;
}

/* NAVIGATION */
#nav{
	clear: both;
	width: 990px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#nav li{
	float: left;
	list-style: none;
}
#nav a{
	color: #FFFFFF;
	font: 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 3px 13px;
	line-height: 30px;
}
#nav a:hover{
	text-decoration: none;
	background: #000000;
}

/* END OF NAVIGATION */

#mainArea{
	border: 2px solid #d6d6d6;
	width: 986px;
	background:  #000121;
	overflow: hidden;
}

/* SUB NAVIGATION */

#subnav{
	float: right;
	width: 651px;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	font-size: 13px;
	line-height: 36px;
	border-bottom: 1px solid #d6d6d6;
}
#subnav li{
	float: left;
	padding: 0 10px;
	margin: 0;
	background: url(../gfx/listimage.gif) right center no-repeat;
}
#subnav li a{ color: #FFFFFF; text-decoration: none;}
#subnav li a:hover{ color: #666666; text-decoration: underline; }

/* END OF SUB NAVIGATION */

#content{ 
	padding: 20px;
	width: 680px;
	float: right;
}

.leftcol{ width: 350px; float: left; }
.rightcol{ width: 300px; float: right; }

#banner{ margin: 0 0 3px 3px; float: left;  clear:both; }


/* FOOTER */
#footer{
	background: #000121 url(../gfx/footerBgRepeat.gif) repeat-x;
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	width: 950px;
	font-size: 12px;
	line-height: 22px;
}

#footerLeft{
	float: left;
	width: 500px;
}
#footerRight{
	float: left;
	width: 260px;
}

#footer h5, #footer li{ border-bottom: 1px solid #d6d6d6; }
#footer ul{
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li{
	padding-right: 20px;
}
#footer ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover{ color: #666666; }

/* END OF FOOTER */

#bluhalo{ float: right; color: #FFFFFF; text-decoration: none; padding-bottom: 20px;}
#bluhalo:hover{ text-decoration: underline; color: #000000; }