@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:#FFFFFF url(images/background.jpg) no-repeat fixed top center;
	text-align:center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 16px;
	font:12px/18px Georgia;
	text-align:justify;
	color:#000000;
}
table {
	padding:0px 16px;
}
td {
	padding:4px;
	font:12px/15px Georgia;
	color:#000000;
}


/* MAIN WRAPPER */

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


/* HEADER */

#header_wrapper {
}
#top_wrapper {
}
#logo {
	float:left;
	padding:30px 5px 10px 5px;
}
#phone {
	float:right;
	padding:90px 5px 10px 5px;
}
#marketing_window {
}


/* CONTENT */

#middle_wrapper {
	width:986px;
	padding:0px 2px 10px 2px;
	background:#FFFFFF;
}
#calls {
	float:left;
	width:270px;
	padding:3px 0px 0px 0px;
}
#calls a {
	display:block;
	width:230px;
	height:14px;
	padding:25px 35px 15px 5px;
	background:url(images/cta_bg.jpg);
	font:bold 13px Georgia;
	text-decoration:none;
	color:#FFFFFF;
	margin:0px 0px 5px 0px;
}
#calls a:hover {
	color:#FAE943;
}
#content_wrapper {
	float:right;
	width:713px;
}
#left_image {
	float:left;
	width:144px;
	padding:20px 0px 0px 2px;
}
#int_content {
	float:left;
	width:450px;
	margin:5px;
}
#right_image {
	float:right;
	width:100px;
	padding:120px 0px 0px 0px;
}

.CollapsiblePanel h2 a{
	color:#E04100;
}
.CollapsiblePanel ul a{
	text-decoration:underline;
	color:#000;
}
.CollapsiblePanel a:hover{
	text-decoration:none;
}



/* FOOTER */

#footer_wrapper {
	width:986px;
	height:12px;
	padding:16px 2px;
	background:#FFFFFF url(images/footer_bg.jpg) no-repeat top center;
	font:12px Verdana;
	color:#FFFFFF;
	text-align:center;
}

#footer_wrapper a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer_wrapper a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin:5px 0px;
	font:normal 22px Georgia;
	color:#1974bd;
}
h2 {
	padding:0px 15px;
	font:18px/28px Georgia;
	color:#E04100;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Georgia;
	color:#525252;
}
h4 {
	padding:0px 5px;
	font:normal 12px/15px Georgia;
	font-weight:bold;
	color:#000;
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:12px/18px Georgia;
	color:#000;
}


/* TABLES */

.vendors {
	padding:15px;
	font:12px/18px Georgia;
	color:#000000;
}


/* 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:300px;
	height:25px;
}
.contact_field {
	float:left;
	width:45px;
	height:20px;
	text-align:right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float:right;
	width:250px;
	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;
}