@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;
}

div#slideshow{
    background: url(/images/market-images/mask.png) top right;
    height: 340px;
    overflow: hidden;
    padding: 10px 0 0 10px;
    position: relative;
    width: 980px;
}
a#earlink,
a#noselink,
a#throatlink{
    background: url(/images/market-ctas.png);
    border: 1px solid #333;
    display: block;
    height: 98px;
    position: absolute;
    right: 20px;
    width: 298px;
    z-index: 25;
}

a#earlink{ background-position: 0 0; top: 20px; }
a#earlink.active,a#earlink:hover{ background-position: -300px 0; }
a#noselink{ background-position: 0 -100px; top: 130px; }
a#noselink.active,a#noselink:hover{ background-position: -300px -100px; }
a#throatlink{ background-position: 0 -200px; top: 240px; }
a#throatlink.active,a#throatlink:hover{ background-position: -300px -200px;  }


div#slideshow>div{
    display: none;
    position: absolute;
    z-index: 10;
}
div#slideshow div.line1{
    color: #1a1a1a;
    font-family: verdana;
    font-size: 38px;
    left: 40px;
    position: absolute;
    top: 210px; }
    
div#slideshow div.line2{
    color: #1a1a1a;
    font-family: verdana;
    font-size: 30px;
    left: 40px;
    position: absolute;
    top: 255px; }
    
div#slideshow a.button{
    background: url(/images/nav-bg.png);
    border: 1px solid #333;
    display: block;
    height: 30px;
    left: 40px;
    line-height: 30px;
    padding: 2px 15px;
    position: absolute;
    text-decoration: none;
    top: 295px; }
    
div.oneline div.line1{ top: 245px !important; }

div#slideshow a.button:hover{
    background-position: bottom;
    color: #333;
}
    
img#slideshowmask{
    display: none;
    left: -510px;
    position: absolute;
    top: 0;
    z-index: 20;}

/* MARKETING NAV */
div#market_nav{
    background: url(/images/nav-bg.png);
    color: #969696;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
}
div#market_nav a{
    background: url(/images/nav-bg.png);
    display: inline-block;
    font-family: Trebuchet MS;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
}
div#market_nav a:hover{ background-position: bottom; color: #333; }

/* MIDDLE */

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

a#cta1,
a#cta2,
a#cta3{
    background: url(/images/ctas.jpg);
    display: block;
    height: 107px;
    margin: 10px 0;
    width: 292px;
}

a#cta1{ background-position: 0 0; }
a#cta1:hover{ background-position: -292px 0; }
a#cta2{ background-position: 0 -107px; }
a#cta2:hover{ background-position: -292px -107px; }
a#cta3{ background-position: 0 -214px; }
a#cta3:hover{ background-position: -292px -214px;  }

#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;

}


/* BLOG */


#blog_left {
    padding-left:15px;
	padding-top:15px;
	width:670px;
	float:left;

}
#blog_left h2 a:link, h2 a:visited{
	color:#969696;

}
#blog_left a:link{
       font-family:Verdana;
       color:#A9A9A9;
}
#blog_left a:visited{
       font-family:Verdana;
       color:#A9A9A9;
}

#right_blog {
	width:300px;
	float:right;
	vertical-align:top;
}
#right_blog a:link{
       font-family:Verdana;
       font-size:12px;
       color:#A9A9A9;
}
#right_blog a:visited{
       font-family:Verdana;
       color:#A9A9A9;
}

#sidebar ul, li{
       list-style-type:none;
}
#sidebar li h2{
       padding-top:10px;
}

