body{
    margin:0px;
    padding:0px;
    color:#22170f;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:1.6em;
    background:#531d27;
    text-align: center;
}
*{
    margin:0px;
    padding:0px;
}
html{ 
    height: 100%;
}
.clr{
    clear: both;
}
#component_wrap p {
  padding:0 0 25px 0;
  line-height:1.6em;
}
img { 
    border: 0;
}
a {
    color:#ffaa00;
    text-decoration: none;
}
a:hover {
    color:#531d27;
    text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 { /*same as content.css .article_title h2. If change, please change content.css too*/
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding:0;
    line-height: 1.2em !important;
}
h1 {
    font-size:45px;
    color:#531d27;
    margin-bottom:15px; 
}
h2 {
    font-size:20px;
    color:#531d27;
    margin-bottom:15px;
    min-height:50px; /*double line fix*/
}
h3 {
    font-size:16px;
    color:#531d27;
    margin-bottom:15px; 
}
#component ul, #component ol,
#home_component ul, #home_component ol{ 
    margin: 2px 0 20px 25px;
}
#component ul li, #component ol li,
#home_component ul li, #home_component ol li{
    margin-bottom:10px;    
}
#component ul li, #home_component ul li{ 
    background:url(images/icons/bullets_square_purple.jpg) 0 7px no-repeat;    
    list-style-type: none;
    padding-left:25px;
}
#component ol li, #home_component ol li{
    list-style-type: decimal;
    margin-left:15px; /*margin + padding = padding left for ul li*/
    padding-left:10px;
}
li.square_purple{
    background:url(images/icons/bullets_square_purple.jpg) 0 7px no-repeat;
}
/**
* Table CSS
*/
table{
    margin-bottom: 20px;
}
td {
    vertical-align: top;
}
#footer_left td {
    padding:10px 30px;
    vertical-align: top;
}
/**
* Layout Specific
*/
.auto_margin{
    margin: auto;
}
.global_wrap{
    width: 990px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position:relative;
}
/**
* Header
*/
#header1_wrap{
    width: 100%;
    height: 40px;
    padding: 5px 0;
    color:#fff;
}
#header_topmenu{
    width:65%;
    float:left;
}
#header_quicklink{
    width:35%;
    float:right;
    text-align:right;
}
#header2_wrap{
    width: 100%;
    height: 220px;
    background:url(images/header2_bg_circlets.png) center no-repeat #f2f2db;
}
#logo{
    width: 135px;
    float:left;
    padding-top:45px; /*same as site_description*/
}
#logo p {
    margin:0;
    padding:0;
}
#tagline{
    width:295px;
    float:left;
    padding-top:55px; /*logo/site_description width + 10px*/
}
#tagline p{
    font-size: 25px;
    font-weight: 900;
    font-style: italic;
    text-shadow: 0 1px 1px #fff;
    line-height: 1.2em;
    color:#d1d1a4;
}
#site_description{
    width:560px;
    float:right;
    padding-top:45px;
    text-align: right;
    color:#531d27;
}
#header_feature{
    width: 100%;    
    padding:30px 0 40px;
    background:#e8e8c9;
}
#component_wrap{
    background:#fff;
    padding:35px 0;
    overflow: hidden;
}
#highlight{
    background:#f2f2db;
}
#home_component{
    width:100%;
    overflow:hidden;
}
/**
* Main Content
*/
#left {
    width:310px;
    margin:0 30px 0 0;
    padding:0;
    float:left;
    overflow:hidden;
}
#component{
    width:650px;
    margin:0;
    padding:0;
    float:left;
    overflow:hidden;
}
/**
* Side bar /*Others in widget.css*/

#side_bar{
    width: 240px;
    float: right;
}
#side_bar .widget{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;  
}
/**
* Footer
*/
#footer_wrap {
    background: #531d27;
    margin:0;
    padding:50px 0 40px;
    color:#f2f2db;
}
#footer_wrap a{
    color:#e7e7bb;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: bold;    
}
#footer_wrap a:hover {
    text-decoration: underline;
}
#footer_left{
    width:485px;/*555-70=440*/
    height:auto;
    float:left;
    padding-right:60px;
}
#footer_right{
    width:380px;/*434-54=380*/
    height:auto;
    float:left;
    padding-left:54px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-left:1px solid #f2f2db;
}
#copyright{
    width:100%;
    height:30px;
    padding-top:30px;
    font-size: 12px;
    text-align: center;
    display: block;
    clear:left;
}
/**
* Footer Contact Icons
*/
#footer_right ul{
    margin:10px 0;
    padding:0;
}
#footer_right li{
    list-style: none;
    padding:0 0 10px 50px;
}
.footer_address {    
    background:url(images/icons/footer_address.png) left top no-repeat;
}
.footer_contact {
    background:url(images/icons/footer_phone.png) left top no-repeat;
}
.footer_email {
    background:url(images/icons/footer_email.png) left top no-repeat;
}
.footer_website {
    background:url(images/icons/footer_website.png) left top no-repeat;
}

/**
* 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
*/
#coin-slider-wrapper { margin-left:auto; margin-right:auto; }
.coin-slider { overflow: hidden; zoom: 1; position: relative;}
.coin-slider a {text-decoration: none; outline: none; border: none; }
.cs-title { background-color: black; color: white; margin-bottom:0px; margin-left:0px; padding:10px 0 10px 0;}
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
.cs-prev, .cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
.cs-prev {background:url(images/prev.png) no-repeat 0 0 transparent !important; width:35px; height:35px; text-indent:-9999px; display:block; padding:0 !important; opacity:1 !important; filter:alpha(opacity=100) !important; left:20px !important; }
.cs-prev:hover {background-position:0 -35px !important;}
.cs-next {background:url(images/next.png) no-repeat 0 0 transparent !important; width:35px; height:35px; text-indent:-9999px; display:block; padding:0 !important;  opacity:1 !important; filter:alpha(opacity=100) !important; right:20px !important; }
.cs-next:hover {background-position:0 -35px !important;}
#coin-slider-wrapper .cs-buttons {left:10px !important; margin-left:10px !important; position:absolute !important; top:20px; padding:0 !important; }
#coin-slider-wrapper .cs-buttons a {margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px;}
.cs-buttons a.cs-active {background-color:#B8C4CF !important;}
/* 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;
}