/* @group Layout */

html {
	text-align: center;
	background: #f5f5f3 url(../i/bg_body.jpg) repeat-x;
	}

body {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
	}

#logo a {
	display: block;
	width: 230px;
	height: 160px;
	margin-left: 12px;
	border: none;
	background: transparent url(../i/logo.png) no-repeat;
	}

/* @group Navigation */

#nav_supp {
	position: absolute;
	top: 24px;
	right: 0;
	}

#nav_supp li {
	display: inline;
	}

#nav_supp li a {
	display: block;
	float: left;
	line-height: 1.4em;
	margin-right: 2.4em;
	}

#nav_main {
	position: absolute;
	top: 102px;
	left: 330px;
	width: 650px;
	}

#nav_main li {
	float: left;
	border-top: 2px solid #6b6b6b;
	}

#nav_main li a {
	display: block;
	float: left;
	margin-top: 4px;
	line-height: 24px;
	padding: 0 1.9em;
	border-bottom: none;	
	}

#nav_main li.current {
	border-color: #32c5c9;	
	}

#nav_main li.back {
    position: absolute;
	height: 24px;
	top: 5px;
	border-top: none;
	border-right: none;
    background-color: #32c5c9;
    z-index: -1;
	}

/* @end */

#content {
	position: relative;
	margin-top: 8px;
	padding-top: 12px;	
	background: transparent url(../i/bg_content.png) repeat-y;
	}

#banner {
	float: left;
	width: 951px;
	margin-left: 20px;
	margin-bottom: 24px;
	background-color: #efeddf;
	}

#banner_main {
	float: left;
	padding: 12px 14px;	
	}

#homepage #banner_main {
	width: 597px;
	}

#banner_sub {
	float: right;
	width: 310px;
	padding-top: 12px;
	padding-right: 14px;
	}

#banner_sub a {
	border: none;
	}

#banner_sub img {
	margin-bottom: 6px;
	}

#content_main {
	width: 582px;
	margin-left: 39px;
	padding-right: 24px;
	padding-bottom: 4.8em;
	}

#content_sub {
	position: absolute;
	top: 199px;
	right: 0;
	width: 292px;
	margin-right: 3px;
	padding: 0 32px 0 16px;
	background: transparent url(../i/bg_content_sub.jpg) no-repeat left top;
	min-height: 300px;
	}

#homepage #content_sub {
	top: 330px;
	width: 340px;
	padding: 0;
	background: none;
	min-height: 0;
	}

.confirm #content_sub {
	background: none;
	}

#services {
	float: left;
	width: 644px;
	height: 230px;
	margin-left: 4px;
	padding-top: 66px;
	background: #09446e url(../i/bg_services.jpg) no-repeat;
	}

#services p {
	width: 310px;
	margin-left: 36px;
	}

#story {
	float: right;
	width: 339px;
	height: 230px;
	margin-right: 3px;
	padding-top: 66px;
	background: #0c598d url(../i/bg_story.jpg) no-repeat;
	}

#story p {
	width: 288px;
	margin-left: 25px;
	}

#site_info {
	clear: both;
	margin-right: 3px;
	margin-left: 4px;
	padding: 14px 0 28px 35px;
	background-color: #0a4973;	
	}

#site_info li {
	display: inline;
	margin-right: 14px;
	}

#contact #content_main {
	padding-bottom: 100px; /* for pages with longer sidebars (#content_sub) */
	}

em {
	font-weight: 700;
	}

strong {
	font-weight: 700;
	}

.hidetext {
	display: block;
	text-indent: -9999px;
	}

.removetext {
	display: block;
	position: absolute;
	top: -9999px;
	}

/* @end */

/* @group Typography */

body {
	font-size: 10px; 
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #797979;
	}

h1, h2, h3, h4 {
	font-weight: 500;
	color: #d68d00;
	}

h2 {
	font-size: 2.4em; /* 24px */ 
	line-height: 1.1667em; /* 28px */ 
	margin-top: 0.5833em; 
	margin-bottom: 0em; 	
	}

#services h2, #story h2 {
	margin-top: 0;
	line-height: 0;
	height: 0;
	}

h3 {
	font-size: 1.8em; /* 18px */ 
	line-height: 1.5556em; /* 28px */ 
	margin-top: 0.7778em; 
	margin-bottom: 0em; 	
	color: #aba999;
	}
	
#faqs h3 {
	font-size: 1.4em; /* 18px */ 
	line-height: 1.5556em; /* 28px */ 
	margin-top: 0.7778em; 
	margin-bottom: 0em; 	
	color: #326791;
	}
	
h4 {
	font-size: 1.4em; /* 18px */ 
	font-style: oblique;
	line-height: 1.5556em; /* 28px */ 
	margin-top: 0.7778em; 
	margin-bottom: 0em; 
	color: #c1c1bf;
	}

p, #content_main ul, #content ol {
	font-size: 1.1em; /* 11px */ 
	line-height: 1.2727em; /* 14px */  
	margin-top: 1.2727em; 
	margin-bottom: 0em; 
	}
	
#content_main ul, #content_main ol {
	margin-left: 1.8em;
	}

#content_main ul li {
	list-style-type: disc;	
	padding-left: .9em;
	}

#content ol li {
	list-style-type: decimal;
	padding-left: .9em;
	}
	
a:link, a:visited {
	color: #1179c0;
	text-decoration: none;
	}

a:hover, a:active {
	border-bottom: 1px solid #1179c0;
	}

#site_info {
	font-size: 0.9em; /* 9px */ 
	line-height: 1.5556em; /* 14px */ 
	margin-bottom: 0em; 	
	}

#rights {
	color: #558baf;
	}

/* @group Navigation */

#nav_supp a, #nav_main a, #site_info a {
	color: #fff;
	text-decoration: none;
	}

#nav_supp a:hover, #site_info a:hover {
	border-bottom: 1px solid #fff;
	}

#nav_supp a {
	font-size: .9em;
	text-transform: uppercase;
	}

#nav_main a {
	font-size: 1.1em;
	text-transform: uppercase;
	}

/* @end */

#services p, #story p {
	color: #eee;
	}

.more {
	padding-right: 11px;
	background: transparent url(../i/arw_more.gif) no-repeat right .2em;	
	}

/* @end */

/* @group Table */

#rate {
	width: 400px;
	padding: 0;
	margin: 0;
}

th {
	font: 10px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	width: 200px;
	color: #797979;
	border-left: 1px solid #c9c8c0;
	border-right: 1px solid #c9c8c0;
	border-bottom: 1px solid #c9c8c0;
	border-top: 1px solid #c9c8c0;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #f5f4eb;
}

/* @end */

/* @group Forms */

input:focus, textarea:focus {	
	background: #fcfcf1;
	}
		
input[type="text"], textarea {	
	border-top: 2px solid #999;	
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

input, select {
	line-height: 20px;
	height: 20px;
	}

input, textarea, select {
	font-size: 12px;
	color: #97988d;
	}

label {	
	display: block;
	margin-bottom: .3em;	
	}

form .radio, 
form .checkbox {
	float: left;
	width: auto;
	margin-right: 7px;
	}

form label.radio {
	float: left;
	margin-right: 1.8em;
	}

form.contact label {
	color: #3c3c3c;
	font-size: .83em;
	text-transform: uppercase;
	}

.contact input, .contact textarea, .contact select {
	width: 556px;
	color: #333;
	}

.contact input#submit {
	width: 121px;
	height: 26px;
	}

.contact .name, 
.contact .name label, 
.contact .name input,
.contact .phone, 
.contact .phone label, 
.contact .phone input,
.contact .city-state-country, 
.contact .city-state-country label, 
.contact .city-state-country input,
.contact .city-state-country select  {
	float: left;
	width: 270px;
	margin-right: 16px;
	}

.contact p.name,
.contact p.phone,
.contact p.city-state-country {
	padding-bottom: 1.5em; /* 18px */
	}

.contact .email, .contact .street, .contact .message {
	clear: both;
	}

/* @end */