body{
    margin:0px;
    padding:0px;
    color:#52443a;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:1.6em;
    background:url(images/body_bg.jpg) center 0 repeat-y #f2f1dc;
    text-align: center;
}
*{
    margin:0px;
    padding:0px;
}
html{ 
    height: 100%;
}
.clr{
    clear: both;
}
#component p {
  padding:0 0 25px 0;
  line-height:1.6em;
}
img { 
    border: 0;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
sup{
    text-transform: lowercase;
    font-size: 90%;
}
h1, h2, h3, h4, h5, h6,
.position { /*same as content.css .article_title h2. If change, please change content.css too*/
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    margin-bottom: 20px;
    padding:0;    
    text-transform: uppercase !important;
    line-height: 1.4em !important;
}
h1{
    font-size:22px !important;
    color: #531d27;
}
h2, h4, .position, .highlight_text{ /*stupid system glitch*/ 
    font-size:18px !important;
    color: #531d27 !important;
}
h3{
    font-size:16px !important;
    color: #531d27;
}
h5 {
    font-size: 14px !important;
}
hr, .item-separator{
    clear: both;
    display: block;
    float: none;
    width: 100%;
    height: 2px;
    margin: 1.4em auto 1.8em;
    border-top: none;
    border-bottom: 1px solid #d4c89e;
    border-left: none;
    border-right: none;
    box-shadow: 0 1px 0 #fff;
    text-align: center;
}
.note {
    font-size: 90%;
    font-style: italic;
}
a, a:link, a:visited {
    color: #524aa1; 
    text-decoration: none;
}
a:hover {
    color: #531d27;
    text-decoration: underline;
}
/**
* Colors
*/
.deepviolet_text, .deeppurple_text {
    color: #800080;
}
.violet_text, .purple_text {
    color: #524aa1;
}
.lightblue_text {
    color: #25aae1;
}
.darkblue_text {
    color: #211b58;
}
.red_text {
    color: #79001f;
}
.rose_text {
    color: #c60839;
}
.maroon_text {
    color: #531d27;
}
.orange_text {
    color: #f45e01;
}
.yellow_text {
    color: #ffaa00;
}
.darkbrown_text {
    color: #663e28;
}
.white_text {
    color: #fff;
}
.biege_text {
    color: #f2f2db;
}
/**
* Links
*/
#component a.readmore,
#home_wrapper a.readmore {
    display: block;
}
#component .readmore,
#home_wrapper .readmore,
#component a.readmore,
#home_wrapper a.readmore{
    padding:10px 20px;
    background:#531d27;
    bottom:0;
}
#component .readmore a, #component .readmore a:hover,
#home_wrapper .readmore a, #home_wrapper .readmore a:hover,
#component a.readmore, #component a.readmore:hover,
#home_wrapper a.readmore, #home_wrapper a.readmore:hover{
    color:#fff;
}

#component .readmore:hover,
#home_wrapper .readmore:hover,
#component a.readmore:hover,
#home_wrapper a.readmore:hover{
    background:#863947;
}
#component .category_blog_view .items-leading .readmore,
#home_wrapper .category_blog_view .items-leading .readmore{
    margin-bottom:25px;
}
#right .readmore,
#left .readmore {
    margin:10px 0 5px;
    float:right;    
}
#right .readmore a, #right .readmore a:hover,
#left .readmore a, #left .readmore a:hover{
    color:#c60839;
    text-decoration: none;
}
#right .readmore:hover,
#left .readmore:hover{
    text-decoration: underline;
}
#component ul{ 
    margin: 2px 0 20px 25px;
}
#component ul li{ 
    background:url(images/icons/bullets_square_red.jpg) 0 7px no-repeat;
    margin-bottom:10px;
    padding-left:25px;
    list-style-type: none;
}
#component ul li.square_purple{
    background:url(images/icons/bullets_square_purple.jpg) 0 7px no-repeat;
}
#component ul li.square_yellow{
    background:url(images/icons/bullets_square_yellow.jpg) 0 7px no-repeat;
}
#component ul li.square_blue{
    background:url(images/icons/bullets_square_blue.jpg) 0 7px no-repeat;
}
#component ul li.arrow_red{
    background:url(images/icons/bullets_arrow_red.jpg) 0 7px no-repeat;
}
#component ul li.arrow_purple{
    background:url(images/icons/bullets_arrow_purple.jpg) 0 7px no-repeat;
}
#component ul li.arrow_yellow{
    background:url(images/icons/bullets_arrow_yellow.jpg) 0 7px no-repeat;
}
#component ul li.arrow_blue{
    background:url(images/icons/bullets_arrow_blue.jpg) 0 7px no-repeat;
}
#component ol{ 
    margin: 8px 0 22px 20px;
}
#component ol li{ 
    margin: 0 0 11px 0;
}
blockquote {
	margin: 15px;
	padding: 30px;
        background: url(images/blockquote_close_white.png) 95% 90% no-repeat #ca1f49;
        border-left:1px dashed #d4d4ba;
        color:#ffa1b8;
        font-size: 105%;
}
blockquote p{
    padding-bottom: 0 !important;
}
blockquote p:first-letter {
	float: left;
	margin: .2em .3em .1em 0;
	font-family: 'Clicker Script', 'Times New Roman', serif !important;
	font-size: 300%;
        color:#fff;
}
blockquote p:first-line {
	font-variant: small-caps;
        color:#fff;
}
/**
* Table CSS
*/
table{
    margin-bottom: 12px;
}
td {
    padding:15px;
    vertical-align: top;
}
.rbord {
    border-right: 1px dashed #fff;
}
.lbord {
    border-left: 1px dashed #fff;
}
.tbord {
    border-top: 1px dashed #fff;
}
.bbord {
    border-bottom: 1px dashed #fff;
}
#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;
}
/**
* Header with Logo and Search
*/
#header{
    width: 100%;
    height: 130px; /*154-12-12=130px*/
    padding: 12px 0;
}
#logo, #headerbox_right{
    height: 100%;
    float: left; 
}
#logo{
    width: 130px;
}
#headerbox_right{
    width: 860px;
}
#tagline, #innerbox_right{
    height:40px;
    float: left;
    padding-top:25px;
}
#tagline{
    width: 450px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    color:#736052;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
#tagline p {
  padding:0;
  line-height:0;
}
#innerbox_right{
    width: 410px;
    text-align:right;
}
#innerbox_right div{
    float:right;
    margin-left: 20px;
} 
#innerbox_right div h3{
    display:none;
}
#innerbox_right .widget .side_row {
    margin: 0;
    padding: 0;
}
#navigation{
    width: 100%;
    height: 30px;
    float:right;
    padding-top:20px;
    color:#22170f;
}
/**
* Banner
*/
#banner{
    width:980px;
    height:290px;
    padding:0;
    margin-bottom:25px;
    overflow: hidden;
}
/**
* Home Content
*/
#home_wrapper{
    width:674px;
    float:left;
}
#home_row1, #home_row2{
    width:100%;    
}
#home_row1 {
    height: 450px;
}
#home_row2 {
    height: 240px;
}
.single_column, #right{
    width:316px;
    float:left;
    position:relative;
}

.single_margin{
    margin-right:21px;
}
#content_wrapper{
    height:auto;
    padding-bottom:60px;
    overflow: hidden;
}
#right{
    width:316px;
    float:right;
}
/*h3 headers are in widget.css*/
/**
* Main Content
*/
#left {
    width:316px;
    min-height:100px;
    margin:0 24px 0 0;
    padding:0;
    float:left;
}
#component{
    width:650px;
    min-height:100px;
    margin:0;
    padding:0;
    float:left;
}

/**
* 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: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, 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: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, 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;
}
/**
* Back To Top
*/
#back_to_top_lable{
    position: fixed;
    bottom:0;
    right:0;
    font-size: 10px;
}
#back_to_top_lable a {
    margin:0;
    padding:4px 14px 0;
    background:url('images/backtotop.jpg') 0 0 no-repeat;    
    color:#531d27;    
    text-decoration: none;
}
#back_to_top_lable a:hover {
    background:url('images/backtotop_hover.jpg') 0 0 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
*/
.contact_detail_block .row {
    margin-bottom: 10px;
}
.position {
    padding-bottom: 10px;
}
.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;
}
.contact_label {
    margin-bottom: 5px;
}
.contact_field {
    margin-bottom: 15px;
}
.recaptchatable #recaptcha_response_field {
    bottom: 0!important;
    margin: 7px 0 0 !important;
}
.recaptchatable a, .recaptchatable a:hover {
    color: #524aa1;
}
.recaptchatable a:hover {
    text-decoration: underline;
}
/**
* Gallery Button
*/
.gallery_back_button span.back_btn {
    background: url('images/icons/arrow_prev.jpg') top left no-repeat;
    display: block;
    height: 30px;
    width: 30px;
}
.gallery_back_button span.back_btn:hover {
    background: url('images/icons/arrow_prev_hover.jpg') top left no-repeat;
}