body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(/images/backgrounds/head-grad.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

#container{
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#header{
    position: relative;
    height: 110px;
}
#header-logo{
    position: absolute;
    top: 14px;
    left: 0;
}
#header-strapline{
    position: absolute;
    top: 24px;
    left: 270px;
}

#header-phone{
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.2em;
}

#navigation{
    position: relative;
    z-index: 9995;
    height: 35px;
}
#navigation ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation li{
    display: block;
    float: left;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    margin-right: 1px;
    background-color: #C17B02;
}
#navigation li.last{
    margin-right: 0;
}
#navigation li.first{
    -moz-border-radius: 7px 0 0 0;
    border-radius: 7px 0 0 0;
}
#navigation li.last{
    -moz-border-radius: 0 7px 0 0;
    border-radius: 0 7px 0 0;
}
#navigation li a{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#navigation li:hover{
    background-color: #050647;
}

#navigation a#nav-home{ width: 85px;}
#navigation a#nav-rentals{ width: 215px;}
#navigation a#nav-property{ width: 165px;}
#navigation a#nav-services{ width: 95px;}
#navigation a#nav-entertainment{ width: 145px;}
#navigation a#nav-add{ width: 145px;}
#navigation a#nav-contact{ width: 104px;}

#navigation .navigation-sub-container{
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 250px;
    padding: 0;
}
#navigation .navigation-sub-content{
    background-color: #050647;
    color: #FFFFFF;
    text-align: left;
    padding: 20px;
    margin: 0 auto;
    border-bottom: solid 5px #C17B02;
}
#navigation .navigation-sub-content h2{
    font-size: 2em;
    margin-bottom: 15px;
    color: #FFFFFF;
}
#navigation .navigation-sub-content h3{
    font-size: 1.4em;
    margin-bottom: 5px;
}
#navigation .navigation-sub-content a,
.navigation-sub-content a:link,
.navigation-sub-content a:visited{
    display: inline;
    background-image: none;
    background-color: transparent;
    color: #FFFFFF;
}
#navigation .navigation-sub-content a:hover{
    text-decoration: underline;
}
#navigation .navigation-sub-content ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#navigation .navigation-sub-content li{
    background-image: none;
    background-repeat: no-repeat;
    display: block;
    float: none;
    background-color: transparent;
    height: auto;
    text-align: left;
    margin-top: 0;
}
#navigation .navigation-sub-content li:hover{
    background-image: none;
    background-repeat: no-repeat;
}

#page-footer
{
    clear: both;
    width: 960;
    height: 81px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(/images/backgrounds/footer.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 20px;
    line-height: 1.6em;
}
#page-footer a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
#page-footer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#page-footer a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.button{
    display: inline-block;
    font-weight: bold;
    border: none;
    padding: 7px 20px !important;
    font-size: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
}
.button-orange{
    background-color: #D78D12;
    color: #000000;
}
.button-orange:hover{
    background-color: #C17B02;
}

h1 {
    font-size: 30px;
    margin: 20px 0;
    padding: 0;
    color: #777777;
    line-height: 1em;
    text-align: left;
}

h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #777777;
    line-height: 1.2em;
    text-align: left;
}

input.date{
    background-image: url(/images/icons/date.png);
    background-repeat: no-repeat;
}

#content {
    text-align: left;
}

#content p {
    font-size: 13px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
}

#content ul {
    font-size: 13px;
    line-height: 1.4em;
    margin: 0 0 10px 30px;
    list-style-type: square;
}

#content fieldset {
    border: solid 1px #AAAAAA;
    padding: 10px;
    width: 100%;
    display: block;
}
#content input.text {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #AAAAAA;
    padding: 5px;
}
#content textarea.text {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #AAAAAA;
    padding: 5px;
    resize: none;
}
#content label {
    font-size: 13px;
    line-height: 1.4em;
}

#content table {
    width:100%;
    padding:0;
    margin:0 0 20px 0;
}

#content table.bottom-border {
    margin:0 0 20px 0;
}

#content table thead {
    padding:0;
    margin:0;
}

#content table tbody
{
    padding:0;
    margin:0;
}

#content table tr.alt
{
    background-color:#eee;
}

#content table tr.alt-dark
{
    background-color:#ddd;
}

#content table th
{
    font-size:12px;
    color: #444444;
    line-height:17px;
    font-weight:bold;
    padding:5px 10px;
    text-align:left;
    border-bottom: solid 2px #444444;
}

#content table td
{
    font-size:12px;
    color: #444444;
    line-height:17px;
    padding:5px 10px;
    border-bottom: solid 1px #AAAAAA;
}

#content form {
    font-size: 12px;
}
#content form h3 {
    color: #777777;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}
span.required {
    color: #FF0000;
}


.ui-autocomplete {
    height: 200px;
    overflow: auto;
    text-align: left;
}
.ui-autocomplete li {
    font-size: 0.8em;
}
