/* @override http://www.accutran.net/css/style.css */


body{
	background: #ffffff url(../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
}

.clr{
	clear: both;
}

a{
	color: #0871a6;
}

img{
	border: none;
}

h1{
	margin: 0;
	padding: 20px 0 0;
	color: #0871a6;
	font-size: 32px;
	font-family: Tahoma;
}

h1 span{
	font-size: 22px;
}

h2{
	color: #0871a6;
	font-size: 16px;
}

ul li{
	line-height: 27px;
}

p{
	margin: 0;
	padding: 10px 0;
}

#wrapper{
	width: 1175px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg_outer.png) repeat-y;
}

#inner{
	background-color: #ffffff;
	width: 1000px;
	margin: 0 auto;
}

#header{
	position: relative;
	background: url(../images/bg_header.jpg) no-repeat right;
	height: 110px;
	width: 1000px;
	z-index: 10;
}

#header .bottom{
	position: absolute;
	z-index: 20;
	top: 130px;
	left: 0;
}

#header .left{
	float: left;
	width: 342px;
	padding: 40px 0 0 70px;
	margin-right: 10px;
}

#header .right{
	float: left;
	width: 575px;
	padding: 45px 0 0 0;
	position: absolute;
	height: 80px;
	z-index: 9999;
	top: 0;
	right: 0;
}

#header .right .cta_top{
	float: right;
	padding-right: 65px;
}

#header .nav{
	position: absolute;
	padding-top: 0;
	width: 565px;
	right: 0;
	z-index: 9999;
	bottom: 0;
}

#header .nav a{
	display: block;
	zoom: 1;
	float: left;
	padding: 0;
	margin: 0;
}

#header .nav img{
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
	z-index: 12;
}

#banner{
	position: relative;
	z-index: 9;
}

#content{
	background: url(../images/bg_content.jpg) no-repeat right top;
	padding: 0 290px 0 30px;
}

#content .homepage li,
#content .aboutpage li{
	float: left;
	width: 300px;	
}



#content .aboutpage li{
	float: left;
	width: 320px;
}

#content .contactpage li{
	float: left;
	width: 300px;
	list-style: none;
	line-height: 18px;
}


input{
	border: 1px solid #dddddd;
	padding: 4px;
	margin-bottom: 10px;
	width: 170px;
}

textarea{
	border: 1px solid #dddddd;
	padding: 4px;
	margin-bottom: 10px;
	width: 370px;
	height: 200px;
}

input[type=submit]{
	border: 1px solid #0871a6;
	background-color: #0871a6;
	padding: 10px 15px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

.required{
	color: #cc0000;
}

#footer{
	height: 72px;
	background: url(../images/bg_footer.png) no-repeat;
	position: relative;
	width: 1175px;
	margin: 0 auto;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 28px;
	color: #ffffff;
	padding: 15px 0 0 0;
}

#footer .line1{
	padding-top: 25px;
	font-size: 12px;
	font-family: Arial;
	color: #0871a6;
}

#footer p{
	margin: 0;
}

#footer a{
	color: #0871a6;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}

.step1pic{
	background-color: #94693d;
	padding: 5px;
}

.step1text{
	background-color: #ebecd7;
	padding: 10px;
	margin-right: 20px;
	margin-left: 10px;
}

.step2pic img{
	border: 2px solid #94693d;
}
