@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:#fff;
	font-family: “Trebuchet MS”, Verdana, Helvetica, Arial, sans-serif;
	background:url(../images/bg_1.jpg) #010101;
	background-repeat:repeat-x;
	background-position: top center;
	font-size: 13px;
	font-style: normal;
	color:#FFF;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}
.img {
	border:none;
}

.float_l {float:left; margin:0px 5px 5px 0px;}
/* General Styles
----------------------------------------------------*/
a{
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#cc3300;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin:0;
	padding:0;
}
h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin:0;
	padding:0;
}
h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin:0;
	padding:0;
}
/* MAIN CENTER
----------------------------------------------------*/
#main {
	width:820px;
	margin:0 auto;
	position:relative;
}
/* Navigation
----------------------------------------------------*/
#navigation{
	width:820px;
	height:77px;
	float:left;
}
#nav { display: inline; list-style:none; float: left; margin: 0px 0px 0px 20px; position: relative;	}
#nav li { float: left; }
#nav a {
	background-image: url("../images/nav.jpg");
	background-repeat: no-repeat;
	list-style:none;
	display:inline;
	border: 0;
	display: block;
	height: 77px;
	margin-left: 0px;
}
/*Normal*/
#nav a span { margin-top: -999em; position: absolute; }
#nav .home a { background-position:0 0; width: 70px; }
#nav .team a { background-position: -62px 0; width: 73px; }
#nav .approach a { background-position: -131px 0; width: 110px; }
#nav .portfolio a { background-position: -244px 0; width: 114px; }
#nav .investors a { background-position: -358px 0; width: 111px; }
#nav .news a { background-position: -470px 0; width: 72px; }
#nav .contact a { background-position: -542px 0; width: 117px; }
/*ROLLOVER*/
#nav .home a:hover { background-position:0px -77px; }
#nav .team a:hover { background-position: -62px -77px; }
#nav .approach a:hover { background-position: -131px -77px; }
#nav .portfolio a:hover { background-position: -244px -77px; }
#nav .investors a:hover { background-position: -358px -77px; }
#nav .news a:hover { background-position: -470px -77px; }
#nav .contact a:hover { background-position: -542px -77px; }
/* PAGE
----------------------------------------------------*/
#page{
	background-image:url(../images/bg_page.png);
	background-repeat:repeat;
	float:left;
}
.wrapper{
	margin:30px;
}
#header{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#header h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin:0;
	padding:0;
}
/* Content
----------------------------------------------------*/
#content_left{
	width:470px;
	float:left;
	margin:0px 40px 0px 0px;
	padding:0px;
}



#content_right{
	width:250px;
	float:left;
	margin:15px 0px 0px 0px;
	padding:0px;
}
/* Footer
----------------------------------------------------*/
#footer a{
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#cc3300;
}
#footer{
	width:760px;
	height:100px;
	float:left;
	color:#999;
	font-weight:bold;
}
#footer img{
	border:none;
}
#footer p{
	margin:0px 0px 0px 10px;
}
/* MASTHEAD
----------------------------------------------------*/
#masthead{
	width:820px;
	height:207px;
	float:left;
}
#masthead_lower{
	width:820px;
	height:92px;
	float:left;
}
/*-----------------------------*/
.logo {
	background-image:url(../images/logo_top.gif);
	background-repeat:no-repeat;
	margin:17px 0px 0px 262px;
	padding:0px;
	width:296px;
	height:190px;
}
.logo h1 {
	margin:0px 0px 0px 0px;
	width:296px;
	height:190px;
	display:block;
	text-indent:-9999px;
}
.logo2 {
	background-image:url(../images/logo_bottom.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 334px;
	padding:0px;
	width:170px;
	height:90px;
}
.logo2 h1 {
	margin:0px 0px 0px 0px;
	width:170px;
	height:90px;
	display:block;
	text-indent:-9999px;
}

/*FORM CSS*/
.form_box { width: 90%; margin-top: 15px; background: #f6f5f1; padding: 5% 5%; overflow: hidden; }
.form_box_check_listings { width: 96%; margin-top: 20px; background: #e7f5fc; padding: 3% 1% 3% 3%; overflow: hidden; }

.form_box h4 { margin-bottom: 20px; margin-top: 0; }
.steps { margin: 16px 0 24px 0;}
h2.step_titles { background: #e5f6fe; color: #347EA3; padding: 10px 3%; width: 94%; font-size: 1.6em; margin: 16px 0; }

.form_row { width: 100%; overflow: hidden; margin-bottom:3px; font-size:11px; }
.form_left_column { width: 19%; float: left; display: inline; text-align: right; padding-top: 5px;}
.form_right_column { width: 80%; float: right; display: inline;}

.form_left_column label, .ver_left_column label{ font-size: 1.2em; line-height: 1.3em; font-weight: bold; vertical-align: middle; color: #FFF; }
.form_right_column label { font-size: 1.2em; line-height: 1.3em; vertical-align: middle; color: #333333;}

.form_box input { font-size: 1.6em; color:#000000; }
.normal_input { width: 90%; padding: 5px 8px; border: 1px solid #d5d5d5;}
.zip { width: 23%; padding: 5px 8px; border: 1px solid #d5d5d5;}
.comments { width: 90%; padding: 5px 8px; border: 1px solid #d5d5d5; font-family: Arial, Helvetica, Verdana, sans-serif; color:#000000; font-size: 12px;}
.checkbox { border: 1px solid #d5d5d5; margin-right: 10px; }

select { padding: 4px 4px 4px 8px; border: 1px solid #d5d5d5; }
select option { padding-right: 16px;}
.drop_down { padding: 5px 5px 5px 10px; border: 4px solid #d5d5d5; }

.confirmation_note { width: 91%; padding:0 4%; text-align: center; border:1px solid #aeca61; background: #e6f7b8 url(../images/icon_check_confirm_small.gif) 2% 50% no-repeat; margin: 20px 0 12px 0; }
#content .confirmation_note p { color: #48802f; margin: 6px 0; line-height: 1.3em; }

.sub_form_row { width: 100%; overflow: hidden; margin-bottom: 3px; }
.sub_left_column { float: left; display: inline; width: 36%; text-align: left; padding-top: 6px;}
.sub_right_column { float: right; display: inline; width: 60%;}
.designation { width: 33%; }

.submit_row { margin: 24px 0 0 0; }
.form_row.margin-top { margin-top: 16px; }

.main_content ul.check_listing { width: 33%; float: left; display: inline; margin: 0; padding: 0; }
.main_content ul.check_listing li { padding: 0; margin: 0 0 4px 0; list-style: none; width: 100%; overflow: hidden; color:#333;  }
.main_content ul.check_listing li input { margin-right: 8px; float: left; display: inline; }
