body{
    margin:0px;
    padding:0px;
    color:#707070;
    font-family: Helvetica, Arial, sans-serif;
    font-size:12px;
    line-height:1.5em;
    background:#fff;
    text-align:center;
}
*{
    margin:0px;
    padding:0px;
}
html{ 
    height: 100%;
}
.clr{
    clear: both;
}
p{ 
  padding: 0;
}
#component p,
.footer_user3 p{    
    padding: 0 0 20px 0;
    line-height: 1.7em;
}
img { 
    border: 0;
}
.align_left{
    text-align: left;
}
.align_center{
    text-align: center;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.2em;
}
#component h1,
#component .articles_view h2,
#component h3,
.article_title h2,
.category_blog_view .article_title h4,
.article_title h4,
.position{
    font-family:"Bitter", "Times New Roman", serif !important;
    color:#444444;
}
#component h1,
.article_title h2,
.article_title h4,
.position{ 
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 400;
}
.article_title h2,
.article_title h4,
.position{ 
    margin: 0;
}
#component .articles_view h2,
.article_title h4 a,
.article_title h4 a:hover,
.category_blog_view .article_title h4,
.category_blog_view .article_title h4 a,
.category_blog_view .article_title h4 a:hover {
    font-size: 22px;
    font-weight: 400; /*400 and 700 option only*/
}
#component .articles_view h2 { /*padding and margin*/
    padding: 12px 0;
}
.category_blog_view .article_title h4{
    padding-top:20px;
}
.article_title h4 a,
.category_blog_view .article_title h4 a{
    text-decoration: none;
    background:transparent;
}
.article_title h4 a:hover,
.category_blog_view .article_title h4 a:hover{
    color:#444444 !important;
    text-decoration: none;
    background:transparent !important;
}
#component h3 {
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
}
.yellowtext {
    color:#fec429;
}
.purpletext {
    color:#402b89;
}
.greytext {
    color:#444444;
}
.note{
    color:#0082cc;
    font-style:italic;
    font-size:80%;
}
a, a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#component a,
#component a:link,
#component a:visited {
    color:#402b89; /*#141414*/
}
#component ul, #component ol{ 
    margin: 0;
    padding:0;
}
#component ul li{ /*if change this, must change slidorion.css #accordion > li/line120*/
    margin:0 0 15px 0;
    padding:0 0 0 16px;
    list-style:none;
    line-height: 16px;
    background:url(images/icons/bullet_a-icon_yellow.png) 0px 3px no-repeat;
    border-bottom:none;
}
#component ol li{ 
    margin: 0 0 15px 0;
    list-style: decimal inside none;
}

/**
* Layout Specific
*/
.auto_margin{
    margin: auto;
}
.global_wrap{
    width:960px;
    margin:0 auto;
    padding:0;
}
/**
* Header + Logo + Footer
*/
#top_purple, #footer2_container{
    width:100%;
    background-color:#2a1e53;
}
#top_purple{
    height:8px;
}
#footer2_container{    
    padding:40px 0 45px;
    text-align: center;
    color:#fff;
    font-size:12px;
}
#footer2_container .footer_user4{    
    min-height:30px;
    min-width:200px;
}
#logo_container, #footer1_container{
    width:100%;
    height:auto;
    background-color:#f6f4ff;
    overflow:hidden;    
}
#logo_container{
    padding:10px 0;
    text-align:center;
}
#footer1_container{
    padding:35px 0 40px;
    color:#444444;
}
#footer1_container p{
    font-family:"Bitter", "Times New Roman", serif;
}
#footer1_container h3, #footer1_container .widget_title{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    color:#2a1e53;
    margin-bottom: 15px;
}
/**
* Navigators
*/
#navigation{
    font-family:"Bitter", "Times New Roman", serif;
    color:#444444;
    height:55px;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
#sub_navigator{
    min-height:20px;    /*min-height required to push margin-bottom*/
    margin-bottom:10px;
    padding:12px 0;
    font-family:Helvetica, Arial, sans-serif;
    font-size: 12px;
}
/**
* Banner uses Slidorion.css
*/
/**
* Main Content
*/
#wrapper_content {
    min-height:200px;/*min-height required to push margin-bottom*/
    margin:0 auto 70px;
}
#left{
    width:230px;/*if you change this, you need to change menu css*/
    float:left;
    display:inline;
    margin-right:25px;
    position: relative;
}
#component{
    width:705px;
    float:left;
    display:inline;
    padding-bottom:50px;
}
#left .widget{
    margin-bottom:25px;
}
/**
* Home container
*/
.home_3column_single_container, .footer_user2, .footer_user3{
    width:215px;    
    margin:0 10px;
    float:left;
    display:inline;
    overflow:hidden;
    position:relative;
}
.scont_height {
    height:380px;
}
.home_3column_single_container{
    margin-bottom: 30px;     
}
.home_3column_single_container h3 {
    height:40px;
}
/**
* Footer
*/
.footer_user1{
    width:480px;/*490-10=480 need to change menu/style.css class=locationmenu coz this effects the overflow to the next colummn*/    
    margin-right:10px;
    float:left;
    display:inline;
}
.footer_user1 td{
    vertical-align: top;
}
/**
* Table CSS
*/
.vertalign{
    vertical-align: top;
}
.border_outline {
    border: 1px solid #E0E0E0;
}
.topborder_outline {
    border-top: 1px solid #E0E0E0;
}
.bottomborder_outline {
    border-bottom: 1px solid #E0E0E0;
}
.leftborder_outline {
    border-left: 1px solid #E0E0E0;
}
.rightborder_outline {
    border-right: 1px solid #E0E0E0;
}
tr.altrow{
    background-color: #F6F6F6;
    
}
.content_2cols_left{
    float: left;
    margin: 0 2% 0 0;
    width: 48%;
}
.content_2cols_right{
    float: right;
    margin: 0 0 0 2%;
    width: 48%;
}
.contentcols{
    /*border-bottom: 1px solid #CCCCCC;*/
    padding:30px;
}
/**
* Widget
*/
.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;
    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;
}
.pagination strong{
    padding:5px;
    border:1px solid #5d5d5d;
    background-color: #5d5d5d;
}

/* 
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 {
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.validation {
    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; margin-bottom:0px; margin-left:0px; padding:10px 0 10px 0;}
.cs-active { background-color:#B8C4CF; }
.cs-prev, .cs-next { background-color:#000000; 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; text-indent: -1000px;}
.cs-buttons a.cs-active {background-color:#B8C4CF !important;}
/* Contact Info */
.contact_detail_block .row{
    padding: 3px 0;
}
.position{
    border-bottom: 2px solid #E0E0E0;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
}
.email span, .mobile span, .phone span, .fax span, .website span{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
}
.email span{
    background: url('images/icons/email.png') no-repeat 0 2px;
}
.mobile span{
    background:  url('images/icons/tel.png') no-repeat;
}
.phone span{
    background: url('images/icons/tel.png') no-repeat; 
}
.fax span{
    background: url('images/icons/fax.png') no-repeat; 
}
.address{
    padding-left: 20px !important; 
    display: block; 
    background: url('images/icons/address.png') no-repeat;
}
.website span{     
    background: url('images/icons/website.png') no-repeat;
}
.city span, .state span, .contact_desc span{
    padding-left: 21px;
}
.contact_form{
    padding: 10px 0 10px 0;
    clear: both;
    font-weight: bold;
}

/**
* Form
*/
input{
    padding: 5px;
    margin-bottom: 15px;
}