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

body{
	margin:0px;
	background-color:#000;
	font:11px Helvetica;
	color:#666666;
}

#newnav { position:relative;}
#newnav .topcolor {background-color:#000;} /*style the background color/img for top level nav*/
#newnav .top {float:left; position:relative;}
#newnav .top a {display:block; padding:5px 16px 5px 16px; margin:0px 14px 0px 14px; border:1px solid #454247; color:#FFF;}
#newnav .top a:hover { color:#88C747;}
#newnav .drop { position:absolute; margin-left:13px; padding-top:3px; display:none;} /*padding and margin moves the initial drop down box*/
#newnav .one {position:relative; background-color:#000000; display:block; width:235px;  border-bottom:1px solid #000; border-left:1px solid #000;}
#newnav .one:hover {background-color:#454247; color:#88C747;}
#newnav .one a {width:229px; display:block; padding:4px 0px 4px 6px; ; margin:0px; border:none;}
#newnav .two { position:absolute; width:235px; background-color:#993;  top:0px; left:235px; display:none;}
/*so it works with javascript off*/
#newnav .top:hover .drop {display:block;}

h1{
	color:#3578b6;
	font-size:20px;
	font-weight:normal;
}

a{
	color:#3578b6;
	text-decoration:none;
}

a img{
	border:none;
}

a:hover{
	color:#88c747;
}

#header{
	margin:0px auto;
	width:960px;
	height:180px;
	background:url('images/top_aura.jpg') no-repeat;
	position:relative;
}
.intro1 { background:url('images/top_aura.jpg') no-repeat; 	width:960px; height:180px;}

#header a{
	text-decoration:none;
	color:#fff;
}

#footer{
	margin:0px auto;
	padding-left:35px;
	width:925px;
	height:110px;
	background:url('images/bottom_aura.jpg') no-repeat bottom;
}

#gradient{
	background:url('images/gradient_top.jpg') repeat-x #fff;
	min-height:300px;
}

#gradient_bottom{
	background:url('images/gradient_bottom.jpg') repeat-x;
	height:70px;
}

#content{
	margin:0px auto;
	padding:55px 0px 0px 40px;
	width:960px;
}

#contact_info{
	float:right;
	text-align:right;
	color:#fff;
	padding-top:20px;
}

#col1{
	width:220px;
	padding-right:15px;
	float:left;
}

#col2{
	padding-left:25px;
	padding-right:10px;
	float:left;
	width:400px;
}

#col3{
	padding-left:25px;
	float:left;
	width:250px;
}

#footer-content{
	color:#fff;
	padding-top:15px;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#3578b6;
}

.separator{
	float:left;
}

.contact_header{
	font-size:18px;
	line-height:22px;
	color:#88c747;
}

.left{
	float:left;
}

.right{
	float:right;
}

.img{
	padding:10px;
}

.title{
	font-size:23px;
	line-height:125%;
	padding-top:10px;
}

.green{
	color:#88c747;
}

.blue{
	color:#3578b6;
}

.border_bottom{
	border-bottom:1px solid #666;
	width:600px;
}

/* Menu */

#nav{
	position:absolute;
	bottom:15px;
	font-size:15px;
	margin-left:18px;
}

.column{
	width:200px;
	float:left;
}

#replacement td{
	vertical-align:top;
}

.alt{
	background-color:#e1e1e1;
}

.odd{
	background-color:#f1f1f1;
}

#logo img{
	behavior:url(iepngfix.htc);
}
