﻿body 
{
    margin: 0;
    padding: 0;
    font-size: 10px;
    background-color: #333;
    font-family: Trebuchet MS;
    color: #333;
}

h1,h2,h3,h4,p
{
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#wrapper
{
    width: 866px;
    position: relative;
    left: 50%;
    margin-left: -433px;
    background-color: #FFF;
}

#branding
{
    background: url(img/background-branding.jpg) no-repeat right top;
    width: 866px;
    height: 212px;
    border-top: solid 6px #FFF;
    border-bottom: solid 6px #7B909B;
}

#mainNav
{
    width: 302px;
    height: 212px;
    background: url(img/background-mainNav.jpg) no-repeat left top;
}

#mainNav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainNav li
{
    height: 30px;
}

#mainNav a
{
    margin: 0;
    padding-left: 15px;
    line-height: 30px;
    border-top: solid 1px #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    display: block;
}

#mainNav .top
{
    border-top: none;
}

#mainNav a:hover
{
    background-color: #333;
}

/***********************FOOTER****************************************/

#footer
{
     clear: both;
     width: 866px;
     height: 50px;
     border-top: solid 3px #7B909B;
     padding-top: 20px;
     text-align: center;
     color: #7B909B;
     font-weight: bold;
     
}

#footer p
{
    text-align: center;
    font-size: 1.1em;
}

#footer a
{
    font-size: 1.1em;
    color: #7B909B;
    text-decoration: none;
    margin: 5px;
}

#footer a:hover, a:active
{
    text-decoration: underline;
}

/**********************MAINCONTENT*******************************/

#mainContent
{
    padding: 10px;
}

hr
{
    border-style: none;
    border-color: #C58B46;
    background: #C58B46 url(img/hr.gif) repeat-x left bottom;
    height: 2px !important;
    height: 3px;
    margin: 20px 0 15px 0 !important;
    margin: 10px 0 10px 0;
}

p
{
    font-size: 1.2em;
    text-align: justify;
    padding-bottom: 15px;
    line-height: 2.0em;
}

h1
{
    font-family: Verdana;
    color: #550F00;
    font-size: 1.8em;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

h2
{
    color: #AEAE00;
    font-size: 1.6em;
    text-transform: uppercase;
    padding-bottom: 8px;
}

h4
{
    font-family: Verdana;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #666;
    margin-bottom: 10px;
}

h4 a
{
    color: #666;
}

h4 a:hover
{
    color: #C58B46;
}

#mainContent ul
{
    
}

#mainContent li a
{
    color: #550F00;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2.0em;
}

#mainContent li a:hover, a:active
{
    color: #578C93;
    text-decoration: underline;
    font-weight: bold;
}

#imgCat
{
    width: 100%;
    text-align: center;
}

#imgCat img
{
    border: none;
    margin: 15px 10px 15px 10px;
    padding-top: 3px;
}

#imgCat a:hover
{
    /*go back in and make the images background images on the links and do replacement images for hover*/
}

/****************************************HOME PAGE***************************************/

#featuredListings
{
    margin: 10px 0 30px 0;
}

#homeText
{
    float: left;
    width: 520px;
}

/*****************Email Form*************************************/

#homeContact
{
    float: right;
    width: 266px;
    height: 313px;
    background: url(img/background-contact.gif) no-repeat left top;
    color: #fff;
    padding: 10px 15px 0 19px;
}

fieldset
{
    width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.2em;
}

fieldset label
{
    float: left;
    width: 60px;
    margin: 0;
    padding: 0;
    line-height: 2.5em;
}

.linebreak
{
    margin-top: 10px;
}

fieldset input
{
    float: left;
    width: 195px;
    margin-top: 6px;
    border-width:1px;
    border-left-color:#D4D7EE;
	border-top-color:#D4D7EE;
	border-bottom-color:#5C6190;
	border-right-color:#5C6190;
}

fieldset textarea
{
    float: left;
    width: 255px;
    height: 75px;
    border-width:1px;
	border-left-color:#D4D7EE;
	border-top-color:#D4D7EE;
	border-bottom-color:#5C6190;
	border-right-color:#5C6190;
}

fieldset select
{
    float: left;
    width: 199px;
    margin-top: 5px;
}

.emailbutton
{
    margin: 5px 7px 0 0;
    float: right;
}

.validator
{
    position: relative;
}

.validationsummary
{
    float: left;
    margin-top: 10px;
    width: 300px;
}

fieldset br
{
    clear: left;
}



    


