body{
    margin:0px;
    padding:0px;
    background:#6c393c;
    color:#3c3c3c;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:16px;    
}
* {
    margin:0;
    padding:0
}
html{ 
    height: 100%;
}
.clr, .clear_div{
    clear: both;
}
p{ 
    padding: 0 0 20px 0;
    line-height: 1.7em;
}
img { 
    border: 0;
}
h1{ 
    margin: 0 0 35px 0;
    font-size:175%;
    font-weight:bold;
    color:#981c30;
}
#footer h1 {
    color:#3c3c3c;
    text-decoration:underline;
    margin-bottom:25px;
}
h2, h3, h4, h5, h6, .position { 
    margin: 0 0 10px 0;
    padding-bottom:5px;
    color: #43423F;
}
h2, .position{ 
    color: #981C30;
    font-size:150%;
    font-weight:bold;
}
h3 {
    font-size:130%;
}
h4{ 
    font-size:115%;
}
h4, h5, h6{ 
    font-size:115%;
    margin: 0;
    padding: 0 0 5px 0;
    color: #A4AA04;
}
h5, h6{ 
    color: #000;
}
h6{ 
    color: #362C20;
}
a, a:link, a:visited {
    color: #981c30; 
    text-decoration: none;
}
a:hover {
    color: #1b5c64;
    text-decoration: underline;
}

ul.temp{ 
    margin: 2px 0 22px 17px;
}
ul.temp li{ 
    margin: 0 0 6px 0; 
    padding: 0 0 4px 5px;
    list-style-type: none;
}
ol.temp{ 
    margin: 8px 0 22px 20px;
}

ol.temp li{ 
    margin: 0 0 11px 0;
}
.redtext{
    color: #981c30;
}
.greentext{
    color: #a4aa04;
}
.greytext{
    color: #454545;
}
blockquote {
    background-color: #f9edee;
    border: 1px dashed #d8c8c9;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 0;
    padding: 10px 20px;
    color: #91676a;
}
blockquote p{
    padding-bottom:0 !important;
}
/**
* Layout Specific
*/
.auto_margin{
    margin: auto;
}
.global_wrap{
    width: 950px;
    margin: 0 auto;
    padding: 0;
}
/**
* Header with Logo and Menu
*/

#header{
    width: 100%;
    height: 160px;
    padding: 0;
    background:url(images/header_bg.jpg) top repeat-x #f9edee;
    position:relative;
}
#header #logo{    
    width: 280px;
    height:77px;
    margin: 35px 0 0 0;
    float: left;
    background:url(images/logo.png) top no-repeat transparent;
}
#header a{    
    border:none;
}
#header #header_right{    
    width: 660px;
    height:160px;
    float: right;
    position:relative;
}
#header_right #menu_container{    
    height:35px;
    position:absolute;
    bottom:40px;
    right:0;
    text-align:right;
}
/**
* Banner
*/
#banner{
    width: 100%;
    height:350px;
    padding:10px 0 25px;
    background:#f9edee;
    overflow: hidden;
}
/*
Main Content
*/
#wrapper_content {
    background: url(images/content_bg.jpg) top repeat-x #faf8eb;
}
#component{
    padding:50px 0 25px;
    overflow:hidden;
}
#component ul, #component ol {
    margin:0 0 15px;
    padding:0;
    line-height: 1.8em;
}
#component ul li{
    list-style:none;
    background:url(images/bullet-mauveflower.png) no-repeat left center;    
    padding-left:20px;    
}
#component ol li{
    list-style:decimal;
    margin-left:20px; 
}
/*
Footer
*/
#footer1_wrap {
    background: url(images/footer1_bg.jpg) top repeat-x #b48285;
    text-align: center;
}
#footer {    
    width: 950px;
    margin: 0 auto;
    padding-top:50px;
    padding-bottom:45px;
    clear: both;
    text-align: left;
    color:#fff;
    overflow: hidden;
}
#footer #user1 {
    width:435px;
    margin-right:40px;
    float:left;
}
#footer #user2 {
    width:198px;
    margin-right:40px;
    float:left;
}
#footer #user3 {
    width:237px;
    float:right;
    margin-bottom:20px;
}
#footer2_wrap {
    background: url(images/footer2_bg.jpg) bottom repeat-x #6c393c;
    text-align: center;
    padding-bottom:8px;
    color:#fff;
}
#copyright {
    width:950px;
    margin: 15px auto;
    text-align:center;
}
#copyright a {
    color:#fff7c0;
}
#copyright a:hover {
    color:#fff;
}
#footer ul {
    margin:18px 0 0 0;
    padding:0;
}
#footer ul li {
    list-style: none;
    margin:0; 
    padding:0;   
}
#footer ul li a {    
    background: url(images/bullet-whiteflower.png) 0 4px no-repeat transparent;
    display:block;
    list-style: none;
    padding-left:18px;
    margin-bottom:12px;
    font-family: 'Trebuchet MS';
    font-size:12px;
    font-weight:normal;
    color:#fff;
}
#footer ul li a:hover,
#footer ul li#current.active a {    
    background: url(images/bullet-mauveflower.png) 0 4px no-repeat transparent;
    color:#6c393c;
}
#footer a{
    font-weight: normal;
    text-decoration: none;
    color:#fff;
}
#footer a:hover {
    color: #b48184;
}
/**
* Widget
*/
.widget h3{
    margin: 0 0 10px 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{
    height: 25px;
}
.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;
}