/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;

}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 900px; /* for mozilla*/
    background-color: #D4D4D4;
    font-size: 80%;
    font-family: Trebuchet MS, Arial;
}

H1
{
    color:#007DFE;
    font-size:100%;
    margin-bottom:0px;
}

.proptitle
{
    color:#007DFE;
    padding-left:35px;
    font-size:120%;
}

UL
{
    padding-left:35px;
}

#outer
{
    height: 1000000;
    min-height: 100%;
    width: 888px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
}

html > body #outer
{
    height: auto;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}

A, A:Visited, A:Active
{
    color:black;
    text-decoration:underline;
}

A:Hover
{
    color:#00B4FF;
    text-decoration:underline;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 888px;
    height: 167px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:White;
}

#header_main
{
    position: absolute;
    left: 6px;
    top: 6px;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#menu
{
    position: absolute;
    width: 100%;
    height: 28px;
    bottom: 0px;
    left:350px;
    top:113px;
    
}

#menu a, #menu a:Active, #menu a:Visited
{
    text-decoration: none;
    color:White;
    
}

#menu a:Hover
{
    text-decoration: none;
    color:#65a13f;
    
}

#forsale
{
    left:450px;
    float:left;
}

#forrent
{
    position: absolute;
    left:104px;
    float:left;
}

#ourservices
{
    position: absolute;
    left:206px;
    float:left;
}

#contactus
{
    position: absolute;
    left:336px;
    float:left;
}

#home
{
    position: absolute;
    left:454px;
    float:left;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 550px;
    margin-top: 168px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black*/
    background-color:White;
}

#title
{
    padding-top: 48px;
    padding-bottom: 20px;
    padding-left: 35px;
}

#left p
{
    color: black;
    padding-left:35px;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 220px;
    margin-top: 168px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    margin-right:35px;
    line-height:25px;
    /*border:solid 1px black;*/
}

#righttitle
{
    padding-top: 48px;
    padding-bottom: 20px;
    padding-left:0px;

}

#rightphoto
{
    padding-top: 108px;
    padding-bottom: 32px;

}


.right
{
    text-align:left;
    padding-right: 35px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 168px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black*/
    background-color:White;
}

#leftfulltitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#leftfull p
{
    color: black;
    padding-left:35px;
}

#leftfull TABLE
{
    margin-left:35px;
    background-color:White;
}




/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    FULL HOME
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#full
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 168px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:center;
}

#titlecenter
{
    padding-top: 48px;
    
}

#full p
{
    color: black;
    padding-left:35px;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 888px;
    height: 45px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:White;
    background-color:#65a13f;
}

#footerleft
{
    margin-left: 20px;
    margin-top: 14px;
    float: left;
    color: white;
}

#footerright
{
    margin-right: 20px;
    margin-top: 14px;
    float: right;
    color: white;
}

#footerleft A, #footerleft A:Active, #footerleft A:Visited
{
    color:White;
    text-decoration:none; 
    font-size:120%;
}

#footerleft A:Hover
{
    color:White;
    text-decoration:underline; 
    font-size:120%;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%;    
}


#contact
{
    color: black;
    margin-left: 100px;
}

#contact .left
{
    text-align: right;
    vertical-align: text-top;
    font-weight: bold;
    padding:12px;
}

#contact .right
{
    text-align: left;
    padding:12px;
}

.red
{
    color:Red;
}

.blue
{
    color:Navy;
}




