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


p {
	padding:0px 15px;
	font:14px/20px Trebuchet MS;
	color:#969696;
	text-align:justify;
}
a {
	color:#969696;
}
a:hover {
	color:#FFFFFF;
}


/* MAIN WRAPPER */

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


/* HEADER */

#header_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
}
#header_logo {
	float:left;
	width:150px;
	padding:0px 0px 0px 15px;
}
#header_nav {
	float:left;
	width:675px;
	text-align:center;
	padding:37px 0px 0px 0px;
	font:bold 14px Trebuchet MS;
	color:#969696;
}
#header_nav a {
	color:#969696;
	text-decoration:none;
}
#header_nav a:hover {
	color:#FFFFFF;
}
#header_call {
	float:right;
	width:142px;
	text-align:right;
	padding:10px 8px 0px 0px;
	font:bold 18px Trebuchet MS;
	color:#969696;
}


/* MARKETING WINDOW */

#marketing_window {
	width:990px;
	margin:0 auto;
	padding:0px;
}


/* MIDDLE */

#mid_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
}
#left_calls {
	width:300px;
	float:left;
	padding:12px 0px 15px 15px;
}
#right_content {
	width:675px;
	float:right;
}



/* FOOTER */

#footer_wrapper {
	width:870px;
	height:36px;
	margin:0 auto;
	padding:0px 46px;
	background:#000000 url(images/footer_bg.jpg) repeat-x;
	font:bold 14px Trebuchet MS;
	color:#969696;
	text-align:center;
}

#footer_wrapper a {
	padding:11px 20px;
	display:block;
	height:14px;
	float:left;
	color:#969696;
	text-decoration:none;
}

#footer_wrapper a:hover {
	color:#000000;
	text-decoration:none;
	background:#CCCCCC url(images/footer_bg_over.jpg) repeat-x;
}
#lower_footer {
	width:990px;
	margin:0px;
	padding:0px;
	font:10px Trebuchet MS;
	color:#FFFFFF;
	text-align:center;
}
#lower_footer a {
	color:#FFFFFF;
}
#lower_footer a:hover {
	text-decoration:none;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin:5px 0px;
	font:bold 28px/34px Trebuchet MS;
	color:#969696;
}
h2 {
	padding:0px 15px;
	font:bold 22px/28px Trebuchet MS;
	color:#969696;
}
h3 {
	padding:0px 15px;
	font:bold 18px/24px Trebuchet MS;
	color:#969696;
}
h4 {
}
h5 {font:20px Trebuchet MS;
	color:#969696;
line-height:10px;

}
h6 {
	font:14px Trebuchet MS;
	color:#969696;
line-height:16px;
}


/* LISTS */

ol, ul {
	margin:0px 0px 0px 25px;
	padding:0px 15px;
}
li {
	font:13px/18px Trebuchet MS;
	color:#969696;
}


/* SPRY */

.CollapsiblePanelTab {
	cursor: pointer;
	margin-left:25px;
}

/* SOCIAL */

 div#s1  a {
 	display: block;
 	float: left;
 	padding-left: 0px;
 	width: 76px;
 	height:23px;
 	outline: none;
 	background-image: url(images/s1.gif);
 	background-position: top left;
 	background-repeat: no-repeat;
 }
 div#s1 a:hover {
 	background-position: bottom left;
}

 div#s2  a {
 	display: block;
 	float: left;
 	padding-left: 0px;
 	width: 73px;
 	height:23px;
 	outline: none;
 	background-image: url(images/s2.gif);
 	background-position: top left;
 	background-repeat: no-repeat;
 }
 div#s2 a:hover {
 	background-position: bottom left;
}

 div#s3  a {
 	display: block;
 	float: left;
 	padding-left: 0px;
 	width: 72px;
 	height:23px;
 	outline: none;
 	background-image: url(images/s3.gif);
 	background-position: top left;
 	background-repeat: no-repeat;
 }
 div#s3 a:hover {
 	background-position: bottom left;
}

 div#s4  a {
 	display: block;
 	float: left;
 	padding-left: 0px;
 	width: 59px;
 	height:23px;
 	outline: none;
 	background-image: url(images/s4.gif);
 	background-position: top left;
 	background-repeat: no-repeat;
 }
 div#s4 a:hover {
 	background-position: bottom left;
}


/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width:100%;
	font:12px/20px Trebuchet MS;
	letter-spacing:0px;
	color:#FFFFFF;
}
#contact_table {
	width:400px;
	padding:0px 0px 0px 10px;
	font:12px/20px Trebuchet MS;
	letter-spacing:0px;
	color:#FFFFFF;
}
.contact_row {
	width:300px;
	height:25px;
}
.contact_field {
	float:left;
	width:45px;
	height:20px;
	padding:5px 5px 0px 0px;
	text-align:right;
}
.contact_box {
	float:right;
	width:250px;
	height:25px;
	text-align:left;
}
input.contactinput {
	width:250px;
	background:#FFFFFF;
	font:11px Trebuchet MS;
	color:#525252;
}
textarea.contacttext {
	background:#FFFFFF;
	font:11px Trebuchet MS;
	color:#525252;
}


.cta_tabl {
	border:solid 1px #CCC; 
	margin:20px;
}
#cta_tabl1 {
	width:300px;
	height:230px;
	border:solid 2px #CCC; 
	margin:20px;
	float:right;
	padding:10px;

}
#cta_tabl2 {
	width:300px;
	height:260px;
	border:solid 2px #CCC; 
	margin:20px;
	float:right;
	padding:10px;

}
#cta_tabl3 {
	width:300px;
	height:270px;
	border:solid 2px #CCC; 
	margin:20px;
	float:right;
	padding:10px;

}
#cta_tabl {
	width:300px;
	border:solid 2px #CCC; 
	margin:20px;
	float:right;
	padding:10px;

}


