

/* Design by Jason Mayers */

* {	margin: 0; padding: 0; }

body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #FFF; background: #343434 repeat; }

p { font-size: .9em; }

p2 { font-size: .9em; font-weight: bold; color: #000; }

p3 { font-size: .9em; font-weight: bold; color: #0FF; }

p4 { font-size: 1em; font-weight: bold; color: #0FF; }

h1 { font: 2.8em; margin-bottom: 10px; }

h2 { font: 2.0em; margin-bottom: 10px; }

h3 { font: 1.5em; margin-bottom: 10px; }

h4 { font: 1em; font-weight: bold; }

img { border: none; }

a { text-decoration: none; color: #0FF; }

a:hover { text-decoration: underline; color: #fff56e; }

#image_container { max-width:780px; max-height:149px; margin:auto; } 

#image_container img { width:100%; height:100%; }

#image_container2 { margin-left:20px; }

#image_container2 img { margin-left:20px; margin-bottom:20px; }

/* Contact Form */

.cfbpro { width: 600px; border:1px solid #369; repeat-x left top; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color: #FFF; background: #112151 repeat;  border-spacing:0px; margin: 10px; }

.cfbpro_td { padding:7px; font-size: .9em; }

.cfbpro_title{ font-size:2.0em; padding:4px; text-align:center;  }

.cfbpro p { padding:7px; }

.cfbpro label { padding:7px; }

label { padding-right:10px; }

.form_title { font-size:2.0em; font-weight:bold; }

.required { font-weight:bold; }

.not-required { font-weight:normal; }

/* Header */

#header { background: url(images/header_bg.png) center repeat-x #112151; text-align: center; margin-bottom: 7px; height: 200px; }

/* Content */

/* #page-wrap { background: #FFF; min-width: 780px; max-width: 1258px; margin: -7px auto; } */

#page-wrap { width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto"); }

#page-wrap #inside { margin: 7px 7px ; padding-top: 7px; padding-bottom: 7px; }

#main-content {	background: url(images/left-sidebar.png) repeat-y #112151; border-right: 1px solid #007283; padding-left: 270px; padding-top: 30px; padding-bottom: 50px; padding-right: 50px; margin-bottom: 7px; min-height: 410px; }

#left-sidebar { width: 206px;  float: left; }

/* Navigation */

ul#sliding-navigation { list-style: none; font-size: .8em;  }

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a { display: block; width: 174px; padding: 2px 15px; margin: 0; margin-bottom: 1px; }

ul#sliding-navigation li.sliding-element h3 { color: #004488; background:#ffffff url(images/heading_bg.png) repeat-y; border: 1px solid #112151; font-family: "Arial Black", Gadget, sans-serif; font-weight: bold; font-size: 1em; }

ul#sliding-navigation li.sliding-element a { color: #FFF; background:#009aa9 url(images/tab_bg.png) repeat-y; border: 1px solid #112151; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }

ul#sliding-navigation li.sliding-element a:hover { color: #002d5c; }

/* Footer */

#footer { background: url(images/footer_bg.png) #112151; text-align: center; padding-top: 55px; padding-bottom: 55px; color: white; }

