@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; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#dadbdb url(images/background.jpg) fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 15px;
	text-align:justify;
	font:14px/24px Verdana;
	color:#70704F;
}

a {
        color:#5D5D37;
        text-decoration:underline;
}

a:hover {
        color:#B4BF35;
        text-decoration:none;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}




#internal_wrapper {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}

#left_col {
	width:230px;
	min-height:1140px;
	float:left;
	background:url(images/left_col_bg.jpg) repeat-x;
}
#logo {
	width:230px;
	margin:10px 0px;
	text-align:center;
}
#nav {
}
#nav a {
	display:block;
	width:215px;
	height:12px;
	padding:12px 5px;
	color:#FFFFFF;
	font:bold 12px Helvetica;
	background:#B4BF35;
	margin:1px 2px 1px 3px;
	text-align:left;
	text-decoration:none;
}
#nav a:hover {
	background:#5D5D37;
}
#calculate {
	text-align:center;
	background:#5D5D37;
	width:215px;
	padding:12px 5px;
	margin:5px 2px 0px 3px;
	color:#FAFFCB;
	font:14px/20px Verdana;
}
#calc_form_int {
	width:120px;
	margin:5px 47px;
	text-align:left;
}
#calc_form_int select {
	width:120px;
	font:14px Verdana;
	margin:2px 0px;
}
#calculator {
	margin:5px 2px 0px 15px;
}

#right_col {
	width:760px;
	float:right;
}
#phone {
	text-align:right;
	margin:0px 5px 10px 5px;
}
#top_calls {
}
#marketing_window {
	margin:0px 0px 5px 0px;
}
#calls {
	margin:0px 0px 5px 0px;
}
#content {
	font:14px/24px Verdana;
	color:#70704F;
	text-align:left;
}
#benefits {
	float:left;
	width:394px;
	height:340px;
	border-bottom:4px solid #DAE0A4;
	margin-left:15px;
	font:12px/20px Verdana;
	color:#70704F;
}
#qualify {
	float:right;
	width:328px;
	height:340px;
	border-bottom:4px solid #DAE0A4;
	margin-right:15px;
	font:12px/20px Verdana;
	color:#70704F;
}
#content_lower_left {
	float:left;
	width:394px;
	margin-left:15px;
	padding:5px 0px;
}
#content_lower_left img {
	margin:10px 20px;
}
#content_lower_right {
	float:right;
	width:328px;
	margin-right:15px;
	padding:5px 0px;
	text-align:center;
}
#content_lower_right img {
	margin:10px 0px;
}




#content_bottom {
	width:990px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}




/* FOOTER */

#footer_wrapper {
	width:986px;
	height:48px;
	padding:5px 0px 0px 0px;
	margin:0px 2px;
	background:url(images/footer_bg.jpg) repeat-x;
	font:11px/22px Verdana;
	color:#6D6D4B;
	text-align: center;
}

#footer_wrapper a {
	color:#6D6D4B;
	text-decoration:none;
}

#footer_wrapper a:hover {
	text-decoration:underline;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:bold 24px Verdana;
	color:#70704F;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#70704F;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#70704F;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:13px/18px Verdana;
	color:#525252;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 450px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 145px;
	height: 20px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 300px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.messagebox {
	margin-left:15px;
	width:395px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}

.calc_field {
	width:165px;
	font:14px Verdana;
	color:#525252;
}

.calc_text {
	font:14px Verdana;
	color:#525252;
}

.calc_table {
	margin-left:15px;
}

.captcha_info {
	margin-left:145px;
}

#captcha {
	margin-bottom:3px;
}






.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
	 margin-left:10px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 600%;
     color: #b5b535;
	 font-family:Arial;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 0px;
     font-size: 700%;
     color: #b5b535;
	 margin-left:10px;
 }

  .smalltext {
     font-size: 11px;
	 line-height:12px;
 }



 blockquote {
	background-color:#F2F5E2;
	padding: 20px 20px 20px 20px;
 }
 
 
 
 
 
 
 
.CollapsiblePanelTab {
	padding:0px 15px;
	text-align:justify;
	font:bold 16px/24px Verdana;
	color:#70704F;
 	margin:none;
 	padding: none;
 	cursor: pointer;
}