﻿body
{
    margin: 0;
    background: #f2f3dd url(assets/images/site_bg.jpg) repeat-x left top;
    font-family: Arial;
    font-size: small;
}
div#container
{
    width: 935px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bfc190;
    background: #fff;
}
div#banner
{
    width: 935px;
    height: 189px;
    background: url(assets/images/banner_bg.jpg) no-repeat;
}
div#banner div#logo
{
    float: left;
    width: 364px;
}
div#banner div#contact
{
    float: right;
    width: 571px;
    text-align: right;
}

div#banner div#contact a 
{
    color:#000;
    text-decoration:underline;
}

div#banner div#contact a:hover 
{
    color:#bf3e2b;
    text-decoration:underline;
}

table#nav
{
    width: 100%;
    background: #bfc190;
}
table#nav td a
{
    display: block;
    text-align: center;
    padding: 6px 16px;
    color: #333;
    font-size: 130%;
    text-decoration: none;
    border-bottom: 0;
    font-weight: normal;
    font-family: Arial;
}
table#nav td a:hover
{
    /*background: #bf3e2b;*/
    color: #bf3e2b;
    border-left: 0;
}

/* styles for homepage */
div#homecontent
{
    clear: left;
    width: 935px;
}
div#homecontent div#mainimage
{
    float: left;
    width: 364px;
}
div#homecontent div#maincontent
{
    float: right;
    width: 571px;
    height: 243px;
    background: #fff url(assets/images/maincontent_gradient.gif) repeat-x left bottom;
}
div#maincontent div
{
    padding-top: 10px;
    padding-left: 20px;
}
ul#homepage
{
    list-style-type: square;
    margin: 10px 0 0 17px;
    padding: 0;
    font: normal 110% 'Georgia';
}
ul#homepage li
{
    margin-bottom: 5px;
}
div#promotable
{
    clear: left;
    border-top: 20px solid #bfc190;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 145px;
}
div#promotable div#promo_left
{
    float: left;
    width: 412px;
    background: #fff url(assets/images/home_quotes.png) no-repeat 8px 8px;
    padding-top: 12px;
    padding-left: 55px;
    font: normal 100%/1.2em arial;
    color: #666;
}
div#promotable div#promo_right
{
    float: right;
    width: 438px;
    background: #fff;
}

/* end styles for homepage */

/* begin styles for interior pages */

div#content
{
    clear: left;
    width: 865px;
    padding: 10px 35px;
    font-size: 110%;
    line-height: 1.6em;
    background: #fff url(assets/images/page_gradient.gif) repeat-x left top;
}

div#content a
{
    color: #006;
    text-decoration: none;
    border-bottom: 1px dotted #f00;
}

div#content a:hover
{
    color: #a4a4dd;
}

h1
{
    font-size: 180%;
    font-style: italic;
    color: #bf3e2b;
    font-family: "Georgia" , "Times New Roman";
}

.dcap
{
    color: #999;
    display: inline;
    float: left;
    font-size: 4em;
    line-height: 0.8em;
    text-transform: uppercase;
    margin: 0.07em 0.14em 0pt 0pt;
}

.allcaps
{
    letter-spacing: 1px;
    font-size: 90%;
    text-transform: uppercase;
    color: #000000;
}


.testimonial
{
    padding: 10px;
    margin-bottom: 25px;
    background: #fff url(assets/images/testimonial_bg.gif) repeat-x left bottom;
    border: 1px solid #ccc;
    width: 70%;
    color: #333;
}

#footer
{
    clear: both;
    margin-top:15px;
    margin-bottom:15px;
    width: 935px;
    margin-left:auto;
    margin-right:auto;
    font-size: 110%;
    color: #666;
    font-family: Arial;
    text-align:center;
    line-height:1.6em;
}

#footer a 
{
    padding-right:40px;
    color:#666;
    text-decoration:none;
}

#footer a:hover 
{
   
    color:#999;
    text-decoration:none;
}

