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

*{
	margin: 0;
	padding: 0;
}

html,body{
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 100%;
	color: #555;
	font-weight: bold;
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: url(../img/index_bg.jpg) repeat-x 35% 0%;
}


/* ----- IDS ----- */

#wrapper {
	height: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -170px;
	overflow: auto;
}

#container{
	width: 900px;
	position: relative;
	margin: 0 auto;
}

#header {
	height: 180px;
	position: relative;
}
   
#content {
	margin: 0 auto;
	position: relative;
	padding: 20px 20px 170px 20px;
	line-height: 1.4em;
	background-color: #FFF;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	overflow: auto;
}

#footer {
	height: 186px;
	background: transparent url(../img/footer_hills_bg.png) repeat-x;
	position: relative;
}

#footer .footer_content {
	width: 900px;
	margin: 0 auto;
}

#footer img {
	position: absolute;
	z-index: 5;
}

/* ----- CLASSES ----- */

.hide{
	display:none;
}

.show{
	display:block;
}

.clear {
	clear: both;
}

/* ----- Header ----- */

#header a.logo {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 190px;
	height: 117px;
	display: block;
	background: url(../img/index_logo.png) no-repeat;
}

#header .headline {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 670px;
}

#header h2.high {
	color: #5badd3;
	font-size: 32px;
	text-shadow: #FFF 0px 2px 5px;
}

#content h2.thanks {
	color: #eb2603;
	font-size: 28px;
	text-shadow: #FFF 0px 2px 5px;
}

#header h2.low {
	color: #82BD19;
	font-size: 28px;
	text-shadow: #FFF 0px 2px 5px;
}

/* ----- Content ----- */

#content .main {
	float: left;
	width: 600px;
}

#content .main p {
	padding-bottom: 15px;
}

#content .main h2.green_title {
	color: #82bd19;
	clear: left;
}

#content .main ul.fact_list {
	padding-left: 35px;
	padding-top: 20px;
}

#content .main ul.fact_list li {
	list-style-image: url(../img/content_bullet.jpg);
	margin-bottom: 10px;
	margin-top: -5px;
}

#content .image {
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

#content .image_container {
	position: relative;
	float: left;
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
	background: url(../img/image_blank.jpg) no-repeat;
}

#content .image_container #fader {
	padding: 12px 0px 0px 12px;
	height: 120px;
	overflow: hidden;
}

#content .image .sprite {
	position: absolute;
	left: 150px;
	bottom: 20px;
	color: #58abd2;
	font-size: 12px;
	line-height: 1.1em;
}

/* ----- Sidebar ----- */

#content .sidebar {
	float: right;
	width: 240px;
}

#content .sidebar h2 {
	color: #555;
	margin-bottom: 0px;
}

#layover {
	width: 240px;
	bottom:0;
	left:20px;
	position:fixed;
	z-index:10;
}

#layover #close {
	position: absolute;
	cursor: pointer;
	text-decoration: underline;
	bottom: 30px;
	left: 15px;
	color: #207814;
	font-size: 10px;
}

.disclaimer {
	position: absolute;
	cursor: pointer;
	text-decoration: underline;
	bottom: 15px;
	left: 15px;
	color: #207814;
	font-size: 10px;
}

.layover .form_item {
	background: url(../img/layover_bg.png) no-repeat;
}

.layover .form_item .submit {
	background: url(../img/layover_submit.jpg) 0px 35px;
}

.layover .form_item .submit:hover {
	background: url(../img/layover_submit.jpg) 0px 0px;
}

.layover .form_item .guide {
	position: absolute;
	top: -50px;
	left: 5px;
	height: 115px;
	width: 78px;
	background: url(../img/layover_guide.png);
}

.layover .form_item .title {
	color: #207814;
}

.layover .form_item .desc {
	color: #207814;
	top: 70px;
}

.layover .form_item label {
	color: #207814;
}

.layover .form_item form {
	top: 120px;
}

.form_item {
	background: url(../img/sidebar_form_bg.png) no-repeat;
	height: 328px;
	padding: 0px 10px;
	margin-bottom: 20px;
	position: relative;
}

.form_item .submit {
	position: absolute;
	bottom: 10px;
	right: 12px;
	height: 36px;
	width: 100px;
	border: none;
	cursor: pointer;
	background: url(../img/sidebar_form_submit.jpg) 0px 35px;
}

.form_item .submit:hover {
	background: url(../img/sidebar_form_submit.jpg) 0px 0px;
}

.form_item .house {
	position: absolute;
	top: 7px;
	left: 15px;
	height: 58px;
	width: 58px;
	background: url(../img/sidebar_form_house.jpg);
}

.form_item .title {
	position: absolute;
	top: 15px;
	left: 85px;
	width: 140px;
	color: #82bd19;
	font-size: 12px;
	line-height: 1.1em;
}

.form_item .desc {
	position: absolute;
	top: 67px;
	left: 20px;
	width: 200px;
	color: #58abd2;
	font-size: 12px;
	line-height: 1.1em;
}

.form_item .loop {
	position: absolute;
	top: 12px;
	left: 20px;
	height: 51px;
	width: 51px;
	background: url(../img/sidebar_form_loop.jpg);
}

.form_item form {
	position: absolute;
	top: 110px;
	left: 20px;
}

.form_item label {
	color: #58abd2;
	font-size: 12px;
}

.form_item input {
	width: 200px;
	margin-right: 20px;
	font-size: 10px;
}

.sidebar .address {
	text-align: center;
	color: #58abd2;
}

/* ----- HEADINGS ----- */

h1 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 100%;
	margin-bottom: 6px;
}

h2{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 100%;
	margin-bottom: 6px;
}
h3{

}
h4{

}

/* ----- LISTS ----- */

li{
}
li p{
}
ol, ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
	border: none;
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
	text-decoration: none;
	font-weight: bold;
}

a:hover{

}


/* ----- FORMS ----- */

form{
}
fieldset{
	border: none;
	padding: 0;
	margin: 0;
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

.qtip-content { 
	color: #207814;
}
