﻿
body
{
    margin-top: 20px;
    font-size: small;
    font-family: arial;
    color: #66462f;
  background: #aca097 url(assets/images/site_bg.jpg) repeat-x left top;
 
}

td 
{
    font-size:small;
}

a
{
    color: #27536e;
    font-weight: bold;
}

a:hover
{
    color: #f00;
}

#wrap
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: url(assets/images/twocol-bg.gif) repeat-y 16% 0;
}

#header
{
    background: #38527b url(assets/images/borderline_red.gif) repeat-x left bottom;
    width: 100%;
    height: 100px;
}

#header #logo
{
    float: left;
    padding-left: 15px;
    width: 50%;
    padding-top: 15px;
}

#header #contact
{
    float: right;
    color: #ffe4c2;
    text-align: center;
    padding-top: 35px;
    padding-right: 15px;
    font-size: 110%;
    vertical-align: middle;
    width: 40%;
}

#header #contact a 
{
    color: #ffe4c2;
   font-weight:normal;
}

#header #contact a:hover 
{
    color: #fff;
   
}

#tagline
{
    width: 97%;
    height: 30px;
    background: url(assets/images/tagline_bg.gif) repeat-x left center;
    padding-left: 3%;
}

#home-testimonial
{
    float: right;
    width: 40%;
    border-left: 1px solid #fff;
    padding: 0 8px 0 8px;
    color: #543617;
    /*background: url(assets/images/big_quotes.gif) no-repeat 10px top;*/
    font-style: italic;
}

#bio-homepage
{
    font-style: normal;
    color: #463325;
    font-size: 90%;
}

#bio-homepage a 
{
   color: #fff; 
   font-size: 80%;
}

#bio-homepage a:hover 
{
    color:#ccc;
}

#welcome-text
{
    width: 385px;
    margin-top: 10px;
    line-height: 1.3em;
    padding-right: 10px;
    text-align: justify;
    /*color: #333;*/
    font-size:110%;
}

#content
{
    float: right;
    width: 84%;
    min-height: 300px;
}

#content #pages
{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    background: #fff url(assets/images/page_bg.jpg) repeat-x left top;
    padding-bottom: 30px;
    line-height: 1.4em;
}

#content #homepage
{
    min-height: 500px;
    padding-top: 30px;
    padding-left: 34px;
    background: #c4ac94;
    padding-bottom: 30px;
}

.callout
{
    
    margin-top:20px;
    width: 200px;
    padding: 0 10px 10px 10px;
    border-left: 7px solid #ccc;
    line-height: 1.4em;
    color: #cf7e32;
    font-size: 120%;
}

.callnow
{
    width: 320px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: 170%;
    color: #fff;
    background: url(assets/images/phone_bg.gif) no-repeat;
}

ul
{
    list-style-type: square;
}

ul.questions 
{
    list-style-type: square;
    margin-left:18px;
    margin-top:15px;
    padding:0;
    font-style: normal; 
    color: #543617;
}

ul.questions li 
{
    margin-bottom:6px;
}

ul.questions a 
{
  color: #fff; 
  font-size: 80%;
  font-weight:bold;
}

ul.questions a:hover 
{
    color:#ccc;
}
    
/*
    .callout a 
    {
        color:#fff;
    }
    
    .callout a:hover 
    {
        color:#ffc;
    }
*/

#sidebar
{
    float: left;
    width: 16%;
    padding-bottom: 30px;
}

#sidebar-right
{
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 15px;
}


ul#mainnav
{
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

ul#mainnav li a:link, ul#mainnav li a:visited
{
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 0;
    padding: 6px 10%;
    width: 80%;
    text-transform: uppercase;
    color: #836853;
    font-size: 90%;
    font-weight: bold;
}

ul#mainnav li a:hover
{
    background-color: #fff;
    color: #900;
}

.bold
{
    font-weight: bold;
}

h1
{
    font-size: 170%;
    color: #66462f;
    margin-top: 0;
}

h2
{
    font-size: 140%;
    color: #66462f;
    margin-top: 0;
}

h3
{
    font-size: 120%;
    color: #66462f;
    margin-top: 0;
    margin-bottom: 2px;
}

.dropdown
{
    background: #fff url(assets/images/page_bg.jpg) repeat-x left top; /* width:200px;*/
    /*height: 185px;
    float: right;
    margin-left: 15px;background:#e4f3e4;*/
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 90%;
    font-weight: bold;
    color:#66462f;
}

form select 
{
    font-size:90%;
}

table.formtable 
{
    margin-top:10px;
    background:url(assets/images/formtable_bg.gif) repeat-x left bottom;
    border:1px solid #ccc;
}

table.formtable td 
{
    vertical-align:top;
    padding:8px;
  
}

#footer
{
    clear: both;
    background: #38527b url(assets/images/borderline_red.gif) repeat-x left top;
    text-align: center;
    color: #ffe4c2;
    padding: 1% 0;
}


#footer a
{
    color: #ffe4c2;
    text-decoration: none;
    margin-right: 20px;
    margin-left: 20px;
}

#footer a:hover
{
    color: #fff;
}
