@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 15px;
	font:13px/14px Verdana;
	color:#333333;
	text-align:justify;
}
a {
	color:#857866;
	text-decoration:underline;
}
a:hover {
	color:#6e6356;
	text-decoration:none;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
	background: url(images/main_wrapper_bg.jpg) repeat-y top left;
}

#header {
	width:990px;
	height:40px;
	margin:0 auto;
	padding:0px;
	background:#ffffff url(images/header_bg.gif) repeat-x top left;
}
#navigation_wrapper {
	width: 202px;
	margin:0;
	text-align:left;
	padding:0px;
	float: left;
	background:#babab8;
}
#main_content {
	width:788px;
	float:left;
	min-height: 950px;
}
#marketing_window_wrapper {
    margin-left:2px;
	width: 786px;
	background: #ffffff url(images/flash_area_bg.jpg) no-repeat top right;
}
#phone {
	float:right;
}

/* Navigation */
#navigation {
	width:182px;
	margin:10px 25px 0px 0px;
	padding-left:15px;
}
#navigation a {
	display: block;
	width: 172px;
	height: 31px;
	background: url(images/nav.jpg) no-repeat top center;
	padding: 5px 10px 0px 0px;
	font:14px/16px Verdana;
	color: #444440;
	text-decoration:none;
	text-align: right;
}
#navigation a:hover {
	display: block;
	width: 172px;
	height: 31px;
	background: url(images/nav_roll.jpg) no-repeat top center;
	padding: 5px 10px 0px 0px;
	font:14px/16px Verdana;
	color: #453e34;
	text-decoration:none;
	text-align: right;
}
.nav_link {
	margin-right:20px;
}

.CollapsiblePanelTab {
	cursor: pointer;
	display:block;
	background: url(images/nav.jpg) no-repeat top center;
	width:172px;
	height:31px;
	padding:5px 10px 0px 0px;
	font: 14px/16px Verdana;
	color:#444440;
	text-align: right;
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background: url(images/nav_roll.jpg) no-repeat top center;
	color: #453e34;
}
.CollapsiblePanelContent {
}
#CollapsiblePanel1 a {
	width:172px;
	height:25px;
	background: url(images/nav_spry_bg.jpg) no-repeat top center;
	font:14px/16px Verdana;
	text-decoration:none;
	font:14px/16px Verdana;
	color:#444440;
	text-align: right;
	padding-bottom:8px;
}
#CollapsiblePanel1 a:hover {
	width:172px;
	height:25px;
	background: url(images/nav_spry_roll_bg.jpg) no-repeat top center;
	font:14px/16px Verdana;
	text-decoration:none;
	color: #453e34;
	padding-bottom:8px;
	text-align: right;
}



/* FOOTER */

#footer_wrapper {
	width:990px;
	margin:0px auto;
	height:44px;
	font:11px/19px Verdana;
	color:#999999;
	text-align: center;
	background: url(images/footer_bg.jpg) no-repeat top center;
}


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

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

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:normal 20px Verdana;
	color:#3f3f3f;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#3f3f3f;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#3f3f3f;
}
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_info {
	width:445px;
	float:left;
}

#map {
	float:right;
	margin:25px 15px 0px 0px;
}

#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:0px 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;
}

#contact_table_consultation {
	width: 450px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row_consultation {
	width: 340px;
	height: 25px;
}

.contact_field_consultation {
	float: left;
	width: 85px;
	height: 20px;
	text-align: right;
	padding:0px 5px 0px 0px;
}
