html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
a, abbr, cite, em, font, img, small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style:none;
}

body {
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

body a {
	color:#000;
}

a img{
	border:0 none;
}

table {
	border-collapse:collapse;
}

/*---------------------------------------------------------*/
/*-- Text Styles ------------------------------------------*/
/*---------------------------------------------------------*/

h1{
	font-family:helvetica, Arial, sans-serif;
	font-size:20pt;
	color:#fff;
	margin:0px;
	font-weight:normal;
}

h2{
	font-family:Bliss Light, helvetica, Arial, sans-serif;
	font-size:19pt;
	color:#fff;
	margin:0px 0px 20px 0px;
	font-weight:normal;
}

h3{
	font-family:helvetica, Arial, sans-serif;
	font-size:11pt;
	color:#fff;
	margin:0 0 5px 0;
	font-weight:normal;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:12px 0px;
}

.success {
	background:#00FF33;
	color:#009900;
	border:2px solid #009900;
	padding:5px;
	font-weight:bold;
	margin:5px;
}

.error {
	/*background: #FF9933;*/
	color:#FF0000;
	border:2px solid #FF0000;
	padding:5px;
	font-weight: bold;
	width:90%;
	margin:0px auto;
}

.inline_error {
	color:#FF0000;
	font-weight:bold;
}

/*---------------------------------------------------------*/
/*-- Layout Styles ----------------------------------------*/
/*---------------------------------------------------------*/

#main_wrap{
	width:1000px;/*1000px - padding*/
	margin:20px auto;
	background:url(../graphics/back_grad.png) repeat-y top left;
}
#main_wrap_top{
	width:910px;/*1000px - padding*/
	padding:10px 50px 0px 40px;
	margin:0 auto;
	background:url(../graphics/back_top.png) no-repeat top left;
}

#footer {
	width:1000px;
	height:32px;/*222 -padding*/
	padding:190px 0px 0px 60px;
	*height:22px;
	*padding-top:200px;
	overflow:hidden;
	color:#fff;
	margin:0px;
	background:url(../graphics/back_bottom.png) no-repeat top left;
}

#footer a{
	color:#fff;
}

#logo{
	float:left;
	margin:0px 20px 10px 0px;
}

#btn_wrap{
	margin:85px 15px 5px 25px;	
	float:right;
	width:134px;
	padding:0px;
}

.btn{
	margin:0px 0px 8px 0px;
	*margin-bottom:4px;
}

#top_text{
	padding-top:65px;
	float:left;
	width:490px;
}

#top_text p{
	margin:12px auto;
}

#main_content_wrap{
	width:880px;
	margin:0px auto;
	background:url(../graphics/main_cont_back_border.png) repeat-y top left;
}

#main_content_top{
	width:880px;
	height:8px;
	margin:0px auto;
	background:url(../graphics/main_cont_top.png) no-repeat top left;
	overflow:hidden;
	clear:both;
}


#main_content{
	width:860px;/*880 - padding - 6 for the border back and outside margin*/
	margin:0px auto;
	padding:7px;
	background:url(../graphics/main_cont_back.png) repeat-x top left;
	overflow:hidden;
	*overflow:visible;
	*margin-bottom:-18px;
	min-height:187px;
	height:auto !important;
	height:187px;
}

#main_content_bottom{
	width:880px;
	height:8px;
	margin:0px auto;
	background:url(../graphics/main_cont_bottom.png) no-repeat top left;
	overflow:hidden;
}

.main_image{
	float:right;
	margin-left:3px;
}

.banner_header{
	text-align:center;
	color:#484848;
	padding-top:45px;
}

.orange{
	color:#ff8a00;
	margin:15px 0 0 0;
	text-align:center;
}


#find_form{
	width:400px;
	border:none;
	margin:5px 0;
	overflow:hidden;
}

#find_form legend{
	color:#000;
	font-weight:bold;
	padding:5px;
	position:relative;
}

#find_form label{
	width:160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	float:left;
}

#find_form input{
	width:200px;
	float:left;
}

#find_form li{
	margin:5px 0;
	overflow:hidden;
	float:left;
	width:100%;
}

#find_form .submit{
	width:100px;
	margin-left:150px;
	margin-left:170px;
	clear:both;
}

.ex_image{
	margin:5px 25px;
}

#find_form .checkbox{
	width:20px;
}

#important_info {
	text-align:left;	
}

h2.blue_heading {
	color:#065E8B;
	margin-top:18px;
	margin-bottom:0;
	text-align:center;
}

#important_info {
	margin:0 22px;
}

#important_info h3 {
	color:#246EAB;
	font-weight:bold;
	font-size:15px;
	margin-top:24px;	
}

#important_info h4 {
	font-style:italic;	
	margin-top:22px;	
}

.space_image {
	position:relative;
	display:block;
	float:left;
	margin-bottom:30px;
}

.space_image span {
	position:absolute;
	bottom:-14px;
	left:0;
	width:100%;
	display:block;
}

#elevation_types li{
	border:2px solid #9DBDCB;
	padding:6px;
	width:190px;
}

.features_list {
	text-align:center;
}

/*---------------------------------------------------------*/
/*-- CSS Clearfix -----------------------------------------*/
/*---------------------------------------------------------*/

.clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clearfix {
    display:inline-block;
}

html[xmlns] .clearfix {
    display:block;
}

* html .clearfix {
    height:1%;
}