﻿body
{
    background-image: url('../images/body_bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
*
{
    padding: 0;
    margin: 0;
}
img
{
    border: 0;
}
a
{
    color:#009dff;
}
#main-wrap
{
    background-image: url('../images/shadow_bg.png');
    background-position: center top;
    background-repeat: repeat-y;
    width: 100%;
}
#main
{
    background-image: url('../images/main_bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1000px;
}
#header, #content, #footer
{
    width: 1000px;
    overflow: hidden;
    position: relative;
}
#header
{
    height: 150px;
}
#logo
{
    position: absolute;
    top: 16px;
    left: 25px;
}
#content
{
    min-height: 490px;
}
#home-content
{
    background-image: url('../images/home_content.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    width: 972px;
    height: 490px;
    margin-left: 9px;
    position:relative;
}
#home-text
{
    font-size: 14px;
    position:absolute;
    top:150px;
    left:38px;
    width:880px;
}
#home-text p
{
    margin: 0 20px 10px 20px;
    line-height:1.6em;
    text-align:justify;
    color:#515151;
}
#footer
{
    background-image: url('../images/footer_bg.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 80px;
    padding-top:50px;
}
#footer ul
{
    text-align:center;
    list-style: none;
    color:#034d7e;
}
#footer ul li
{
    background-image: url('../images/address_divider.png');
    background-position:right center;
    background-repeat:no-repeat;
    padding:0 8px 0 2px;
    line-height:10px;
    font-size:10px;
    display:inline;
}
#footer ul li.last
{
    background-image:none;
}
/* Begin Menu */
#menu
{
    position: absolute;
    right: 80px;
    bottom: 10px;
    list-style: none;
}
#menu li
{
    float: left;
}
a.menu-item
{
    cursor: pointer;
    display: block;
    height: 29px;
    position: relative;
    background-position: 0 -29px;
}
a.menu-item span
{
    display: none;
}
a.home
{
    background-image: url('../images/home_link.png');
    background-repeat: no-repeat;
    width: 61px;
}
a.projects
{
    background-image: url('../images/projects_services_link.png');
    background-repeat: no-repeat;
    width: 173px;
}
a.lease
{
    background-image: url('../images/lease_or_buy_link.png');
    background-repeat: no-repeat;
    width: 119px;
}
a.history
{
    background-image: url('../images/history_link.png');
    background-repeat: no-repeat;
    width: 76px;
}
a.home:hover, a.projects:hover, a.lease:hover, a.history:hover, a.current
{
    background-position: 0 0px;
}

