@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:11px/18px Verdana;
	color:#2D2D2D;
	text-align:justify;
}


/* MAIN WRAPPER */

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

#column_wrapper {
	background:url(images/col_background.jpg) repeat-y;
}



/* LEFT COLUMN */

#left_col {
	width:200px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
}
input.quickinput {
	width:166px;
	height:13px;
	padding:7px;
	margin:5px;
	font:11px Verdana;
	color:#000000;
}
select.quickselect {
	width:182px;
	padding:7px;
	margin:5px;
	font:11px Verdana;
	color:#000000;
}




/* RIGHT COLUMN */

#right_col {
	width:790px;
	float:right;
	margin:0px;
	padding:0px;
}


#nav_phone {
	width:790px;
	height:42px;
	background:url(images/nav_bg.jpg) repeat-x top center;
}
#nav {
	width:460px;
	float:left;
}
#nav a {
	font:11px Verdana;
	color:#FFFFFF;
	display:block;
	height:11px;
	padding:15px;
	float:left;
	text-decoration:none;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#nav a:hover {
	background:#5C5C5C;
}
#phone {
	float:right;
	height:16px;
	padding:13px;
}


#marketing_window {
	height:300px;
	width:790px;
	margin:0px;
	padding:0px;
}


#calls {
	width:790px;
	margin:0px;
	padding:0px;
}
#call1 {
	float:left;
	width:391px;
	margin:2px;
}
#call1 a {
	display:block;
	width:391px;
	height:164px;
	background:url(images/cta_home.jpg) no-repeat top left;
}
#call1 a:hover {
	background:url(images/cta_home.jpg) no-repeat bottom left;
}
#call2 {
	float:right;
	width:391px;
	margin:2px;
}
#call2 a {
	display:block;
	width:391px;
	height:163px;
	background:url(images/cta_business.jpg) no-repeat top left;
}
#call2 a:hover {
	background:url(images/cta_business.jpg) no-repeat bottom left;
}




/* CONTENT */

#content {
	width:790px;
	min-height:820px;
	margin:0px;
	padding:0px;
}

#getquote {
	padding:15px;
}
#getquote a {
	display:block;
	width:391px;
	height:39px;
	background:url(images/get_freequote.jpg) no-repeat top left;
}
#getquote a:hover {
	background:url(images/get_freequote.jpg) no-repeat bottom left;
}





/* ' */

#footer_wrapper {
	width:790px;
	height:62px;
	background:url(images/footer_bg.jpg) repeat-x top center;
	padding:0px;
	font:11px/16px Verdana;
	color:#FFFFFF;
	text-align:center;
}

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

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

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:normal 24px Verdana;
	color:#2D2D2D;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#2D2D2D;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#2D2D2D;
}
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: 500px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 400px;
	clear:both;
}
.contact_field {
	float: left;
	width: 145px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	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;
}