@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-position:top center;
	background-color:#C6C6C6;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:12px;
	line-height:22px;
	color:#464646;
	text-align:justify;
}



/* MAIN WRAPPER */

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



/* HEADER */

#header_wrapper {
	width:990px;
}
#header {
	width:990px;
	height:110px;
}
#logo {
	width:300px;
	height:110px;
	float:left;
}
#questions {
	width:295px;
	height:110px;
	float:right;
}
#nav {
	width:990px;
	height:40px;
}
#marketing_window {
	width:990px;
	height:340px;
}
#top_window {
	width:990px;
	height:340px;
}
#marketing_window_inner {
	width:700px;
	height:340px;
	float:left;
}
#inner_nav {
	width:290px;
	height:340px;
	float:right;
}

/* MIDSECTION */

#middle_wrapper {
	width:990px;
	background-color:#FFFFFF;
	padding-top:10px;
	min-height:330px;
}

#left_col {
	float:left;
	width:290px;
	margin-left:5px;
	margin-right:5px;
}
#left_col_contact {
	float:left;
	width:250px;
	margin-left:5px;
	margin-right:5px;
}
#calls {
}
#right_col {
	float:right;
	width:680px;
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
}
#right_col_contact {
	float:right;
	width:650px;
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
}
#interior {
	width:960px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
}
#content {
}

/* FOOTER */

#footer_wrapper {
	width:990px;
	height:45px;
	padding-top:5px;
	background-color:#FFFFFF;
	background-image:url(images/footer_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	color:#4B4B4B;
	text-align:center;
}


/* LISTS */


ul.TickList {
  	list-style-image: url(images/bullet.jpg);
 	margin-left:25px;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#464646;
}
ul, ol {
	margin-left:25px;
}
ul { list-style-type: none;
}
li {
	list-style-image: url(images/bullet.jpg);
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#464646;
}
.home-list li {
	list-style-image: url(images/bullet2.jpg);
	font-family:Verdana;
	font-size:16px;
	line-height:18px;
	margin-bottom:20px;
	margin-left:20px;
	color:#464646;
}
td {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#464646;
	text-align:justify;
}


/* HEADER TAGS */
h1 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	color:#464646;
}
h2 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#464646;
}
h3 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#464646;
}
h4 {
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#464646;
}


/* LINKS */

a {
	color:#1098E0;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}



/* MENUS */

#menu {
	background:#E6E6E6;
	list-style:none;
	margin:0px;
	padding:0px;
	width:284px;
	height:33px;
	list-style-image:none;
}
#menu li {
	margin:0px;
	padding:0px;
	list-style-image:none;
}
#menu a {
	background:#E6E6E6;
	color:#6F6C6C;
	display:block;
	margin:0px;
	padding:6px 12px;
	text-decoration:none;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
} 
#menu a:hover {
	background-color:#37BDFA;
	background-image:url(images/link_bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:6px;
}  
#menu a.blanklink {
	background:#E6E6E6;
	display:block;
	margin:0px;
	padding:6px 12px;
	cursor:default;
}
#menu a.blanklink:hover {
          padding-bottom:8px;
}
#menu a.blanklink:focus {
	outline:none;
}
