body{
	margin:0px;
	padding:0px;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	background: #782609 url(images/body_bg.jpg) 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:link, a:visited { 
    color: #621c03; 
    text-decoration: none; 
} 
a:active, a:hover { 
    color: #621c03; 
    text-decoration: none; 
}

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: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: url(images/sunset_content_bg.jpg) repeat-y;
}
/**
* Header with Logo and Search
*/
#header{
	background: url(images/sunset_header.jpg) no-repeat;
	height: 283px; /*Height of top section*/
}

#header #header_left{
	margin: 0;
	padding-top: 150px;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
#header #header_left h1{
	font-size: 40px;
}
#header #header_right{
	width: 350px;
	height: 30px;
	margin-top: 20px;
	float: right;
}
/**
* Banner
*/
#banner{
    display:none;
	width: 980px;
    height:auto;
    padding:0;
    margin:0;
	clear: both;
	overflow: hidden;
}
/*
 Main Content
*/
#wrapper_content {
	background: url(images/sunset_content_bg.jpg) repeat-y;
	margin: 0 auto;
	padding: 0;
}
#component{
	width: 621px;
	padding-right:40px;
	float: right;
}

#component h1{
	height: 27px;
	padding-top: 40px;
	padding-left: 70px;
	font-size: 18px;
	color: #782609;
	background: url(images/sunset_h1.jpg) no-repeat;  
}
#component p {
    padding: 0;
}
/**
* Side bar
*/
#side_bar{
	width: 229px;
	float: left;
}

#sunset_menu_top {
	float: left;
	height: 33px;
	width: 229px;
	background: url(images/sunset_menu_top.jpg) no-repeat;
}
#side_bar .widget{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;  
}
#sunset_bot {
	float: left;
	height: 22px;
	width: 877px;
	background: url(images/sunset_footer.jpg) no-repeat;	
}
/*
 Footer
*/
#footer {
	float: left;
	width: 100%;
	padding-top: 16px;
	height: 31px;
	color: #fff;
	text-align: center;
	background: url(images/sunset_footer_bg.jpg) repeat-x;
}
#footer a{
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #33CCFF;
	text-decoration: none;
}
/**
* Widget
*/
.widget h3{
    margin: 0;
    padding: 0;
}
#side_bar .widget .widget_title{ 
	width: 195px;
    margin-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(images/sunset_contact.jpg) repeat-y;
    display:block;
	color: #fff;
}
.widget .side_row{
    margin:0 0 0 25px;
    padding:0px;
}
.widget .side_row li{
   list-style:none;
   padding:4px;
   color: #FFFFFF;
}

.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: 160px;
}

.widget a{
    color: #FFFFFF;
}
.widget a:hover {
	color: #f08661;
}
/**
* 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;
}