#container
{
    position: relative;
    width: 1003px;
    margin: 0 auto;
    background-image: url('../images/container-repeat.jpg');
    background-repeat: repeat-y;
}

#header
{
    position: relative;
    width: 1003px;
    height: 133px;
    float: left;
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
}

#left
{
    position: relative;
    width: 226px;
    height: 442px;
    background-image: url('../images/left.jpg');
    background-repeat: no-repeat;
    float: left;
}

#right
{
    position: relative;
    width: 73px;
    height: 442px;
    float: right;
    background-image: url('../images/right.jpg');
    background-repeat: no-repeat;
}

#middle
{
    position: relative;
    float: left;
    width: 704px;
}

#footer
{
    position: relative;
    clear: both;
    width: 1003px;
    height: 95px;
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff;
}

 /*######### MENU STYLES  ###########*/
#menu
{
    position: relative;
    float: right;
    width: 703px;
    height:38px;
    background-image: url('../images/menu_bk.jpg');
    background-repeat: no-repeat;
}
 
.u1
{
    list-style-type: none;
    padding: 0;
}

#menu li
{
    display: inline;
    float: left;
}

li .l1:link
{
    display: block;
    width: 140px;
    height: 29px;
    background-image: url('../images/button.jpg');
    background-repeat: no-repeat;
    font-size: 9pt;
    text-align: center;
    padding-top: 6px;
    margin-left: .6px;
    color: #ffffff;
    text-decoration: none;
}

li .l1:active
{
    display: block;
    width: 140px;
    height: 29px;
    background-image: url('../images/button.jpg');
    background-repeat: no-repeat;
    font-size: 9pt;
    text-align: center;
    padding-top: 6px;
    margin-left: .6px;
    color: #ffffff;
    text-decoration: none;
}

li .l1:visited
{
    display: block;
    width: 140px;
    height: 29px;
    background-image: url('../images/button.jpg');
    background-repeat: no-repeat;
    font-size: 9pt;
    text-align: center;
    padding-top: 6px;
    margin-left: .6px;
    color: #ffffff;
    text-decoration: none;
}

li .l1:hover
{
    background-image: url('../images/button_hover.jpg');
    background-repeat: no-repeat;
    color: #ffffff;

}

#frl
{
    display: block;
    width: 125px;
    height: 21px;
    background-image: url('../images/frl.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 77pt;
    right: 115pt;
}


/** ##########  CONTENT STYLE ###### */

#content
{
    position: relative;
    width: 674px;
    clear: both;
    padding: 15px;
}

.left
{
    float: left;
    width: 210px;
}

.left p, .left h1
{
    text-align: justify;
}

.right
{
    position: relative;
    float: right;
    width: 464px;
}

.image
{
    float: right;
    
}

.builders
{
    position: relative;
    float: right;
    width: 425px;
    height: 112px;
    background-image: url('../images/builders/pic_2.jpg');
    background-repeat: no-repeat;
    padding: 17px 10px 17px 10px;
}

.spacer
{
    clear: both;
    display: block;
    height: 5px;
}

.spacer2
{
    display: block;
    float: right;
    width: 5px;
    height: 1px;
}

/** ##### Homes For sale Button */

.homes-for-sale
{
    clear: both;
    height: 70px;
    padding-top: 10px;
}
b
{
    color: #00a94f;
    font-size: 10px;

}
.homes
{
    float: left;
    width:80px;
    height: 62px;
    background-image: url('../images/homes4sale.jpg');
    background-repeat: no-repeat;
}

.homes:hover
{
    background-image: url('../images/homes4sale_hover.jpg');
    background-repeat: no-repeat;
}

/** ##### Builders Buttons  #####*/

.aston
{
    display: block;
    width:141px;
    height: 119px;
    background-image: url('../images/builders/aston.png');
    background-repeat: no-repeat;
    float: left;
}

.spaceline
{
    display: block;
    width:141px;
    height: 119px;
    background-image: url('../images/builders/spaceline.png');
    background-repeat: no-repeat;
    float: left;
}

.fyfe
{
    display: block;
    width:141px;
    height: 119px;
    background-image: url('../images/builders/fyfe.png');
    background-repeat: no-repeat;
    float: left;
}


#myOnPageContent, #myOnPageContent2
{
    display: none;
}

.map_button
{
    display: block;
    width: 148px;
    height: 100px;
    background-image: url('../images/map_link.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 100pt;
    left: 15pt;
}