﻿*
{
    margin: 0px;
    padding: 0px;
    border: none 0;
}
html, body
{
    margin: 0;
    padding: 0;
    background-image: url(  'images/bgGrad.jpg' );
    background-repeat: repeat-x;
}
#container
{
    width: 955px;
    margin: auto;
    padding: 0;
    font-family: Sans-Serif;
    font-size: small;
}

/* ----------  NAVIGATION ------------------------------------ */
#nav
{
    height: 75px;
}
#nav a
{
    height: 75px;
    display: block;
    text-indent: -9999px;
}
#nav li
{
    list-style: none;
    float: left;
}
#nav li.home a
{
    background: url(images/rollover/home.gif) no-repeat;
    width: 197px;
}
#nav li.about a
{
    background: url(images/rollover/about.gif) no-repeat;
    width: 128px;
}
#nav li.testimonials a
{
    background: url(images/rollover/testimonials.gif) no-repeat;
    width: 160px;
}
#nav li.portfolio a
{
    background: url(images/rollover/portfolio.gif) no-repeat;
    width: 131px;
}
#nav li.links a
{
    background: url(images/rollover/links.gif) no-repeat;
    width:90px;
}
#nav li.contact a
{
    background: url(images/rollover/contact.gif) no-repeat;
    width: 245px;
}
#nav li.home a:hover
{
    background: url(images/rollover/home.gif) no-repeat 0 -75px;
}
#nav li.about a:hover
{
    background: url(images/rollover/about.gif) no-repeat 0 -75px;
}
#nav li.testimonials a:hover
{
    background: url(images/rollover/testimonials.gif) no-repeat 0 -75px;
}
#nav li.portfolio a:hover
{
    background: url(images/rollover/portfolio.gif) no-repeat 0 -75px;
}
#nav li.links a:hover
{
    background: url(images/rollover/links.gif) no-repeat 0 -75px;
}
#nav li.contact a:hover
{
    background: url(images/rollover/contact.gif) no-repeat 0 -75px;
}
/* ----------  HEADER ------------------------------------ */
#header
{
    background: url(   'images/update/header2.gif' );
    background-repeat: no-repeat;
    width: 642px;
    min-height: 170px;
    height: 170px;
    margin: auto;
}
/* ----------  CONTENT ------------------------------------ */
#content
{
    background-image: url(   'images/body2.jpg' );
    background-repeat: repeat-y;
    margin: auto;
    margin-left: 157px;
    padding: 0 15px;
    width: 611px;
}
content p
{
    margin: 0;
    padding: 0;
}
p, dl, multicol
{
    display: block;
    margin: 0;
}
/* ----------  FOOTER ------------------------------------ */
#footer
{
    width: 642px;
    text-align: center;
    font-family: sans-serif;
    background-image: url(   'images/update/footer2.gif' );
    background-repeat: no-repeat;
    padding-top: 38px;
    font-size: small;
    font-weight: bold;
    color: #006600;
    margin: auto;
}
#footer a
{
    color: #006600;
}
#footer a:visited
{
    color: #996633;
}
#footer a:hover
{
    color: #339933;
}
.address
{
    color: black;
    font-family: georgia;
}
/* ----------  TESTIMONIALS ------------------------------------ */
.testimonial
{
    width: 620px;
    float: left;
}
.left-quote
{
    float: left;
    background: url(images/left-quote.jpg) no-repeat top;
    width: 68px;
    height: 77px;
}
.testi-text
{
    text-align: justify;
    width: 470px;
    padding-right: 65px;
    background: url(images/right-quote.jpg) no-repeat right bottom;
    min-height: 55px;
}
/*
.clientname
{
    float: left;
    display: inline;
    padding-left: 70px;
    color: #996633;
}
.testi-name
{
    float: left;
    padding: 30px 0 0 15px;
}*/
.testi-pic
{
    border: medium solid #996633;
    display: inline;
    float: left;
    margin: 10px;
}

/* ----------  MISC ------------------------------------ */

.photoRight
{
    float: right;
    padding: 10px;
    margin: 10px;
    padding: 3px;
}
.photoLeft
{
    float: left;
    padding: 10px;
    margin: 10px;
    padding: 3px;
}
.border
{
    border: solid 1px #996633;
}
.border tr td
{
    border: solid 1px #996633;
}
.validation
{
    margin-bottom: 13px;
    padding: 20px;
}
/* ----------  Update site ------------------------------------ */

.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(images/error.png);
    background-repeat: no-repeat;
    height: 25px;
    padding-left: 44px;
    padding-top: 10px;
}
.success
{
    background-color: #DFF2BF;
    background-image: url(images/success.png);
    background-repeat: no-repeat;
    color: #4F8A10;
    height: 25px;
    padding-left: 44px;
    padding-top: 10px;
}
.GVpadding
{
    padding: 5px;
}
/* ----------  Image Stacks ------------------------------------ */

img.house {float: left; clear: left; margin: 0 1em 0 0;}

.clear
{
    clear:both;
}
