body{
	margin:0px;
	padding:0px;
	color:#555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color:#ffffff;
	background-image: url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

html{ 
	height: 100%;
}

.clear{
	clear: both;
}

p{ 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}
img { 
    border: 0;
}
h1{ 
  	margin: 0;
  	padding: 15px 0 0 0;
}
h2, h3, h4, h5, h6 { 
  	margin: 0 0 10px 0;
  	padding: 15px 0 5px 0;
  	color: #43423F;
}
h2{ 
  	color: #A4AA04;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	color: #A4AA04;
}

h5, h6{ 
  	padding: 0 0 15px 0;
  	color: #000;
}
h6{ 
    color: #362C20;
}

a, a:link, a:visited {
	color: #0074c5; 
	text-decoration: none;
}

a:hover {
	color: #009900;
	text-decoration: underline;
}

ul{ 
	margin: 2px 0 22px 17px;
}

ul li{ 
  	margin: 0 0 6px 0; 
  	padding: 0 0 4px 5px;
	list-style-type: none;
}

ol{ 
	margin: 8px 0 22px 20px;
}

ol li{ 
	margin: 0 0 11px 0;
}

/**
* Layout Specific
*/
.auto_margin{
	margin: auto;
}
#global_wrap{
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}
/**
* Header with Logo and Search
*/
#header{
	width: 930px;
	height: 100px;
	padding: 0 30px;
    color: #FFFFFF;
}

#header #header_left{
	width: 400px;
	padding: 20px 0 0 0;
	float: left;
	font-size: 14px;
}
#header #header_left h1{
	font-size: 40px;
}
#header #header_right{
	width: 200px;
	height: 30px;
	margin-top: 10px;
	float: right;
}
/**
* Banner
*/
#banner{
	width: 960px;
    height:auto;
    padding:0;
    margin:3px 0 0 0;
	clear: both;
	overflow: hidden;
}
/*
 Main Content
*/

#wrapper_outer {
	width: 100%;
	background: url(images/content_top.jpg) top repeat-x;
	border-top: 1px solid #004e85;
	
}

#wrapper_inner {
	width: 100%;
	background: url(images/content_bottom.jpg) bottom repeat-x;	
}

#wrapper_content {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
}
#component{
	width: 620px;
    margin:0;
    padding: 10px;
    float:left;
}

#component p {
    padding: 0;
}
/**
* Side bar
*/
#side_bar{
	width: 240px;
	float: right;
}
#side_bar .widget{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #CCC;    
}
/*
 Footer
*/
#footer_outer{
	clear: both;
	width: 100%;
	background: #005590 url(images/footer.jpg) repeat-x top;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 30px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #33CCFF;
	text-decoration: none;
}
/**
* Widget
*/
.widget h3{
    margin: 0;
    padding: 0;
}
.widget .widget_title{
    margin:20px 0 0 8px;
    padding: 4px 10px;
    display: block;
    color: #333;
    font-size: 20px;
}
.widget .side_row{
    margin:0 0 0 15px;
    padding:0px;
}
.widget .side_row li{
   list-style:none;
   padding:4px;
}

.widget .side_row ul li label{
    display:block;
}
.widget .side_row form{
	width:inherit;
}

.widget .side_row input.search{
    width: 134px;
    padding: 4px;
	border: 1px solid #BBBBBB;
    color: #5D5D5D;
    font: 100% arial,sans-serif;
}

.widget .side_row .search_btn{
	width: 33px;
	height: 33px;
	background: url(images/search.png);
}

.widget .side_row .search label{
    display: none;
}

.widget form.login input{
	width: 200px;
}
/**
* Pagination
*/
.pagination a
{
    padding:5px;
    border:1px solid #5d5d5d;
    color:#5d5d5d;
}

.pagination strong
{
    padding:5px;
    border:1px solid #5d5d5d;
    background-color: #5d5d5d;
    color:#FFFFFF;
}

/* 
Contact Form Validation
*/
.success, .validation {
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/error.png');

}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}

/*
Banner Rotator
*/
#slider {
    position:relative;
}

#slider img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slider img.active {
    z-index:10;
}

#slider img.last-active {
    z-index:9;
}
.slider_div{
    position: relative;
    top: -50px;
    left: 10px;
    z-index: 99;
}
.slide_nav{
    width:10px;
    margin:1px; 
    padding:3px;
    float:left;
    font-size: 16px;
    background: #EFEFEF;
    border: 1px solid #BEBEBE;
}
.active-nav {
    background: #BEBEBE;
    color: #FFFFFF;
}

/* Contact Info */
.email span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_email.png');
    background-repeat: no-repeat;
}
.mobile span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_mobile.png');
    background-repeat: no-repeat;
}
.phone span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_tel.png'); 
    background-repeat: no-repeat;
}
.fax span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_fax.png'); 
    background-repeat: no-repeat;
}
.address{
    padding-left:20px;   
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_website.png');
    background-repeat: no-repeat;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    padding: 10px 0 10px 0;
    clear:both;
    font-weight:bold;
}