/**
 * @author Josh Bennett
 * @copyright (c) 2008 ADSCI engineering 
*/
html{
	color:#000; 
	background:#000 url(../../images/bg_repeat.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif
}
html * {
	 margin:0; 
	 padding:0; 
}
fieldset,img {
	border:0;
}
li{
	list-style:none;
}
p{
	font-size:20px;
	margin:1em 0 1em 0;
	
}
a{
	color:#2d99ad
}
a:hover{
	
}
#wrapper{
	width:960px;
	min-height:566px;
	margin:0 auto 0 auto;
	padding:29px 0 0 0;
	background:url(../../images/bg.jpg) no-repeat;
	overflow:hidden;
}
#header{
	text-align:center;
}
#header #logoGraphic{
	background:url(../../images/logo.png) no-repeat;
	height:73px;
	width:880px;
}
#header h1{
	display:block;
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
}
#contentArea{
	margin:30px 0 0 0;
}
/*___________containers__________*/
.container{
	margin:4px 0 0 0;
	clear:both;
	width:920px;
}
/*___________Buttons_____________*/
.contentButton{
	position:relative;

	height:62px;
	width:920px;
}
.showContent .contentButton{
	display:none;
}
.contentButton .buttonLeft{
	float:left;;
	width:10px;
	height:62px;
	background:url(../../images/red_btn_left.png);
}
.contentButton:after {/*Firefox fix*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.contentButton .buttonMid{
	float:left;
	padding:26px 0 0 16px;
	width:880px;
	height:36px;
	color:#FFFFFF;
	font-size:30px;
	text-transform:uppercase;
	background:url(../../images/red_btn_mid.gif);
}
.contentButton a{
	text-decoration:none;
	color:#FFF;
}
.contentButton .buttonRight{
	float:left;
	width:14px;
	height:62px;
	background:url(../../images/red_btn_right.png);
}
/*____________Content Areas_________________*/
.contentContainer{
	position:absolute;
	display:none;
	width:920px;
	margin-top:-62px;
}
.showContent .contentContainer{
	display:block;
	width:920px;
	position:relative;
	margin:4px 0 0 0;
}
.contentContainer .contTop{
	width:920px;
	height:10px;
	background:url(../../images/content_round_top.png);
}
.contentContainer .contMid{
	padding:20px 40px 20px 40px ;
	overflow:hidden;
	background:#FFF;
	height:2px;
	width:839px;
}
.showContent .contentContainer .contMid{
	height:auto;
}
.contentContainer .contBottom{
	width:920px;
	height:10px;
	margin:0px 0 0 0;
	background:url(../../images/content_round_bottom.png);
}
/*About Form*/
.form .contMid{
	padding:20px;
	width:879px;
}
.form #signUpForm{
	width:439px;
	float:left;
}
.form #divider{
	height:255px;
	width:1px;
	float:left;
	margin:-30px 0 0 0;
	background:url(../../images/img_v_divider.png) no-repeat;
}
.form #contactInfo{
	width:439px;
	float:left;
	text-align:center
}
.form .row{
	padding:2px 50px 2px 0px;
	text-align:right;
}
.form input{
	border:none 0px transparent;
	background:#dcd9d9;
	height:19px;
	width:246px;
	padding:3px 2px 3px 2px;
	margin:0px 0px 0px 10px;
}
.form select{
	border:none 0px transparent;
	background:#dcd9d9;
	height:25px;
	width:250px;
	margin:0px 0px 0px 10px;
}
.form #zip{
	width:80px;
	margin-right:166px;
}
/*__________Sbumit Button___________*/
#submitButton{
	float:right;
	margin:20px 100px 0 0;
	
}
#submitButton .greyBtnLeft{
	float:left;
	width:7px;
	height:30px;
	background:url(../../images/btn_left.png) no-repeat;
}
#submitButton #submit{
	float:left;
	height:30px;
	padding:0px;
	margin:0px;
	background:#616161;
	width:auto;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
#submitButton .greyBtnRight{
	float:left;
	width:7px;
	height:30px;
	background:url(../../images/btn_right.png) no-repeat;
}
