﻿
body
{
    margin-top: 20px;
    text-align: center;
    background: #cbcc51 url(assets/images/site_bg.jpg) repeat-x left top;
    font-family: verdana;
    font-size: small;
}

div#utility
{
    width: 910px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    padding: 10px 20px;
    font-family: arial;
    font-size: 1em;
    font-weight: bold;
    color: #666;
}

div#utility a
{
    color: #666;
    text-decoration: none;
}

div#utility a:hover
{
    color: #ccc;
    text-decoration: underline;
}

div.container
{
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #000;
}

#nav
{
    float: left;
    width: 741px;
    margin: 0;
    padding: 5px 0 0 209px;
    list-style: none;
    background: #ebe2d0 url(assets/images/nav_bg.jpg) repeat-x bottom left;
}


#nav li
{
    float: left;
    margin: 8px 1px 0 0;
    padding: 0;
    font-family: "Lucida Grande" , sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

#nav li a
{
    float: left;
    display: block;
    margin: 0;
    padding: 4px 20px;
    color: #fff;
    text-decoration: none;
    border: solid #666;
    border-width: 1px 1px 0 1px;
    background: #990437 url(assets/images/off_bg.jpg) repeat-x top left;
}

#nav li a:hover
{
    color: #333;
    padding-bottom: 4px;
    border-bottom: 0;
    background: #fff url(assets/images/on_bg.jpg) repeat-x top left;
}

div#news
{
    width: 156px;
    background: #990135;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

div#news a
{
    color: #fff;
    text-decoration: underline;
}
div#news a:hover
{
    text-decoration: none;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}

table.gallery
{
    font-size: 80%;
}

.sidebar_testimonials
{
    padding: 0 6px;
    font-size: .8em;
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
}

.sidebar_testimonials a
{
    color: #fff;
    font-style: italic;
}

.sidebar_testimonials a:hover
{
    color: #d1d1d1;
}

div#footer
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 20px;
    color: #666;
    font-weight: bold;
    font-size: 90%;
    line-height: 1.4em;
}

div#footer a
{
    text-decoration: none;
    color: #666;
}
div#footer a:hover
{
    color: #999;
    text-decoration: none;
}

.testimonial-box
{
    margin-bottom: 20px;
    width: 100%;
    padding: 5px;
    border: 1px solid #b4b2b2;
    font: bold 1em/1.3em verdana;
    text-align: left;
    background: #fff url(assets/images/testimonial_gradient.gif) repeat-x left bottom;
}

.testimonial-sig{
padding-right: 10px;
}

/* from old site */
.dsc
{
    font-family: verdana;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    padding-bottom: 5px;
    padding-left: 2px;
}
a.defaultlinks
{
    font-family: verdana;
    font-size: 10px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
a.defaultlinks:hover
{
    font-family: verdana;
    font-size: 10px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

ul.video {
margin:8px 0 0 0;
padding:0;
list-style-type:none;
}

ul.video li{
margin-bottom:8px;
font-size:90%;
}

ul.video a{
color:#999;
text-decoration:underline;
}


ul.video a:hover{
color:#006;
text-decoration:none;
}


