@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}

body{
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	background-position:fixed;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding: 0px 5px 0px 5px;
	font-family:Trebuchet MS;
	font-size:14px;
	line-height:30px;
	color:#595959;
}

a {
	font-family:Trebuchet MS;
	font-size:14px;
	line-height:30px;
	color:#595959;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	padding: 0px 5px 0px 5px;
	margin:0px;
	font-family:Trebuchet MS;
	font-size:36px;
	line-height:40px;
	color:#B3C960;
}

ol, ul {
	margin-left:25px;
	font-family:Trebuchet MS;
	font-size:14px;
	line-height:30px;
	color:#595959;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	color:#595959;
}

#marketing_window {
	width:990px;
}

#middle_wrapper {
	width:953px;
	margin:0px 18px 0px 19px;
	background-color:#F8F8F8;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:fixed;
}

#left_nav {
	width:253px;
	margin:0px 5px 0px 5px;
	float:left;
}
#left_nav a {
	width:235px;
	padding: 3px 0px 3px 18px;
	margin: 5px 0px 5px 0px;
	font-family:Myriad Pro;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	color:#32341A;
	text-decoration:none;
	display:block;
	background-color:#F0F3DD;
}
#left_nav a:hover {
	color:#F4771D;
}

#content {
	width:670px;
	padding:0px 10px 0px 10px;
	float:left;
	text-align:justify;
}





#footer_wrapper {
	width:990px;
	margin:0px;
	text-align:center;
	font-family:Trebuchet MS;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#F4771D;
	padding:5px 0px 5px 0px;
}
#footer_wrapper a {
	font-family:Trebuchet MS;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#F4771D;
	text-decoration:none;
}
#footer_wrapper a:hover {
	text-decoration:underline;
}



#consultation {
	width: 265px;
	height: 60px;
	background-image: url(images/consultation_cta.jpg);
	margin-left:5px;
}
#consultation  a {
	display: block;
	width: 265px;
	height: 60px;
	background-image: url(images/consultation_cta.jpg);
	outline: none;
	text-indent: -9000px;
	background-position: top left;
	background-repeat: no-repeat;
}
#consultation a:hover {
	background-position: bottom left;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font-family:Trebuchet MS;
	font-size:14px;
	line-height:30px;
	color:#595959;
	margin-left:5px;
}
#contact_table {
	width: 300px;
	font-family:Trebuchet MS;
	font-size:14px;
	line-height:30px;
	color:#595959;
}
.contact_row {
	width: 300px;
	height: 40px;
}
.contact_field {
	float: left;
	width: 45px;
	padding-right: 5px;
	text-align: right;
	padding-top: 3px;
	height: 20px;
}
.contact_box {
	float: right;
	width: 250px;
	text-align: left;
	height: 25px;
	padding-top: 2px;
}
input.contactinput {
	width: 200px;
	font-family:Trebuchet MS;
	font-size:14px;
}
textarea.contacttext {
	font-family:Trebuchet MS;
	font-size:14px;
}
input.form_button {
	background-color:#1B1B1B;
	color:#FFFFFF;
	border:thin solid #6B6D6D;
	width:120px;
	height:30px;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
}