/* Main Styles */

body {
    background: url(../img/background.jpg) #000000;
    border-top: 2px #ed1c24 solid;
}
#pageWrap {
    width: 959px;
}

/* Typography */
html, body, input, select, textarea {
    font-family: Arial, sans-serif;
}
h2 {
    font-size: 137.5%;
    font-weight: normal;
}
h3 {
    font-size: 106.25%;
    color: #1b1b1b;
}
a {
    text-decoration: none;
    color: #ed1c24;
}
.content p, .content li {
    line-height: 133.33%;
}

/* Header Styles */

.siteHeader {
    padding: 20px 0 16px 50px;
    margin-top: 30px;
    background: #000000;
}
.siteHeader .logo {
    background: url(../img/mdLogoHome.png) no-repeat;
    margin: 4px 0px 0px 0px;
    float: left;
}
.siteHeader .logo a {
    text-indent: -999999px;
    width: 310px;
    height: 39px;
    display: block;
}
.siteHeader ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
    width: 540px;
}
.siteHeader ul li {
    text-transform: uppercase;
    padding-right: 21px;
    padding-bottom: 4px;
    font-size: 75%;
    width: 159px;
    float: left;
}
.siteHeader ul li a {
    padding: 5px 0px 5px 6px;
    background: #1a1a1a;
    font-weight: bold;
    color: #ffffff;
    display: block;
}
.siteHeader ul li a:hover, .siteHeader ul li.selected a {
    background: #ff3333;
}

.callUs {
    color: #ffffff;
    font-weight: bold;
    width: 200px;
    padding: 0 0 0 4px;
}

/* Content Styles */

.content {
    padding: 20px 10px 160px 10px;
    background: none;
}
.content .tagLine {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 105%;
    width: 350px;
    color: #ffffff;
    margin: 0 0 40px 45px;
}
.content .tagLine span {
    color: #ed1c24;
    font-weight: bold;
}

.homeBoxing {
    width: 939px;
    height: 329px;
    background: url(../img/homepageBoxing.png) no-repeat;
    position: relative;
}
.homeBoxing #propertySlide {
    position: absolute;
    top: -22px;
    right: 22px;
}
.homeBoxing .searchResults {
    position: absolute;
    left: 50px;
    top: 40px;
}
.homeBoxing .searchResults h2 {
    color: #FFFFFF;
    font-size: 140%;
    margin: 0 0 10px;
}
.homeBoxing .searchResults a.button {
    background: transparent url('../img/buttons/btn_bg_large_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 35px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.homeBoxing .searchResults a.button:hover {
    background: transparent url('../img/buttons/btn_bg_large_a.png') no-repeat scroll bottom right;
}
.homeBoxing .searchResults a.button span {
    background: transparent url('../img/buttons/btn_bg_large_span.png') no-repeat;
    display: block;
    line-height: 25px;
    padding: 5px 0 5px 37px;
}
.homeBoxing .searchResults a.button:hover span {
    background: transparent url('../img/buttons/btn_bg_large_span.png') 0 -105px no-repeat;
}

.homeBoxing .propertyListing {
    position: absolute;
    top: 310px;
    right: 142px;
}
.homeBoxing .propertyListing img {
    float: left;
    margin: 0 20px 0 0;
}
.homeBoxing .propertyListing a.moreNews {
    position: absolute;
    right: -142px;
    top: 20px;
    background: #1a1a1a url(../img/buttons/btn_bg_large_span.png) -5px 96px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 70%;
    width: 85px;
    font-weight: bold;
    padding: 4px 5px 5px 30px;
}
.homeBoxing .propertyListing a.moreNews:hover {
    background: #1a1a1a url(../img/buttons/btn_bg_large_span.png) -5px 28px;
}
.homeBoxing .propertyListing .propertyInfo {
    float: right;
    width: 210px;
}
.homeBoxing .propertyListing .propertyInfo h3 {
    color: #999999;
    margin: 0 0 10px 0;
}
.homeBoxing .propertyListing .propertyInfo p {
    color: #ffffff;
}

/* Content Slider */

#homeSlider {
    width: 558px;
    height: 301px;
    position: relative;
    background: url(../img/buttons/btn_bg_large_span_homeSlider.png) 0 bottom repeat-x;
}
#homeSlider .wrapper {
    width: 558px;
    overflow: auto;
    height: 305px;
    position: absolute;
    top: 0;
    left: 0;
}
#homeSlider .wrapper ul {
    width: 99999px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#homeSlider ul li {
    display: block;
    float: left;
    padding: 0;
    height: 301px;
    width: 558px;
    margin: 0;
}
#homeSlider ul li span {
    margin: 4px 0 0 10px;
    color: #ffffff;
    display: block;
}
#homeSlider ul li span strong {
    color: #999999;
}
#homeSlider ul li p {
    cursor: pointer;
}
#homeSlider ul#thumbNav {
    margin: 0;
    padding: 0 5px 0 5px;
    height: 31px;
    position: absolute;
    bottom: 0;
    right: 0;
    list-style-type: none;
    float: right;
    background: url(../img/buttons/btn_bg_large_span.png) 0 -74px repeat-x;
}
#homeSlider ul#thumbNav li {
    width: 22px;
    float: left;
    margin: 5px 1px 1px 0;
    height: 18px;
}
#homeSlider ul#thumbNav li a {
    font: bold 10px Verdana, Arial;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    display: block;
}
#homeSlider ul#thumbNav li a:hover, #homeSlider ul#thumbNav li.cur a {
    border: 1px solid #ff0000;
    color: #ffffff;
}
#homeSlider ul#thumbNav li.curr a:hover {
    border: none;
}

/*  Prevents */
#homeSlider .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
}
#homeSlider .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}

/* Footer Styles */

.siteFooter {
    border-top: 1px #333333 solid;
    padding: 20px 0 30px 0;
}
.siteFooter .copyrightInfo {
    clear: left;
    display: none;
    text-align: left;
    float: left;
}
.siteFooter .contactInfo {
    text-align: right;
    float: right;
}
.siteFooter address {
    clear: both;
    color: #666666;
    font-style: normal;
}
.siteFooter ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}
.siteFooter ul li {
    border-right: 1px #ff0000 solid;
    padding-right: 7px;
    margin-right: 7px;
    line-height: 1em;
}
.siteFooter ul li, .siteFooter ul li a {
    color: #999999;
}
.siteFooter .copyright {
    border: none;
    padding: 0px;
    margin: 0px;
    color: #666666;
}

.siteFooter p.footerLogo {
    background: url(../img/mdLogoHomeFooter.png) 0px 0px no-repeat;
    text-indent: -999999px;
    width: 111px;
    height: 20px;
    text-align: left;
    float: right;
}

.siteFooter .footerLeft {
    color: #666;
    display: inline;
    float: left;
    width: 300px;
}
.siteFooter .footerLeft p {
    float: left;
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
}
.siteFooter .footerLeft ul.social li {
    border: 0;
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
}
.siteFooter .footerLeft ul.social li a {
    background: url(../img/footerSocialSprite.png) 0 0 no-repeat;
    display: block;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}
.siteFooter .footerLeft ul.social li.social_2 a {
    background-position: -33px 0;
}
.siteFooter .footerLeft ul.social li.social_3 a {
    background-position: -65px 0;
}
.siteFooter .footerLeft ul.social li a:hover {
    opacity: 0.7;
}

.siteFooter .footerLeft ul.design li.splendid {
    border: none;
    padding: 0px;
    margin: 0px;
    clear: left;
    margin-top: 50px;
}
.siteFooter .footerLeft ul.design li.splendid span {
    display: block;
    float: left;
    line-height: 22px;
    margin: 0 10px 0 0;
}
.siteFooter .footerLeft ul.design li.splendid a {
    background: url(../img/splendidLogoWhite.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 21px;
    width: 73px;
    text-indent: -9999px;
}



/* Overlays */
.screenOverlay {
    display: none;
    background: #ffffff;
    width: 460px;
    padding: 35px;
    font-size: 11px;
    margin: 200px 0 0 0;
}
.screenOverlay div.close {
    background-image: url(../img/overlay/close.png);
    position: absolute;
    left: -20px;
    top: -20px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

/* Overlay page / form styles */
.loginOverlay h1 {
    color: #000000;
    font-size: 230%;
    font-weight: normal;
    margin-bottom: 5px;
}
.loginOverlay fieldset {
    background: #f5ece9;
    padding: 10px 40px;
    width: 380px;
    margin: 0;
    border: 0;
}
.loginOverlay legend {
    text-indent: -10000px;
}
.loginOverlay label {
    float: left;
    color: #000000;
    font-size: 160%;
    clear: both;
    margin: 5px 0 5px 0;
}
.loginOverlay input.field {
    border: 1px solid #a5a5a5;
    width: 260px;
    height: 18px;
    float: right;
    font-size: 120%;
    margin: 5px 0 5px 0;
    padding: 3px 0 3px 5px;
}

/* Buttons */
.submitBtn {
    background: url(../img/spriteArrows.png) -420px 0 no-repeat;
    color: #ed1c24;
    text-transform: uppercase;
    height: 20px;
    padding: 0 0 0 22px;
    float: right;
    border: 0;
    font-size: 110%;
    font-weight: bold;
    margin: 5px 0 0 0;
    cursor: pointer;
}

/* logout nav */
.loggedIn {
    width: 959px;
    margin: 0 auto;
    padding: 0 100px 0 0;
    text-align: center;
}
.loggedIn ul {
    color: #ffffff;
    float: right;
    text-align: right;
    margin: 0;
    padding: 5px 0 5px 0;
}
.loggedIn ul li {
    display: inline;
    border-right: 1px solid #838384;
    padding: 0 10px 0 5px;
}
.loggedIn ul li.last {
    border: none;
    padding: 0 0 0 5px;
}
.loggedIn ul li.first {
    background: url(../img/icon_person.png) 0 2px no-repeat;
    padding: 0 10px 0 20px;
}

/* extra html content */
.contentextra {
    width: 959px;
    clear: both;
}
.contentextraLeft {
    float: left;
}
.contentsearches {
    background: #000;
    border-bottom: 1px solid #ED1C24;
    color: #fff;
    margin: 25px 0 50px 0;
    overflow: hidden;
    padding: 10px 20px 20px 50px;
    width: 500px;
}
.contentsearches h1, .contentsearches h2, .contentsearches h3 {
    font-size: 137.5%;
    margin-top: 10px;
    font-weight: normal;
}
.searchResultsListing h4 {
    margin: 10px 0;
}
.searchResultsListing h3 {
    margin: 10px 0;
    color: #ffffff;
}
.searchResultsListing {
    width: 340px;
    float: right;
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 35px;
    padding-top: 0px;
}
.searchResultsListing ul.searchResults {
    padding: 0;
    margin: 0 0 0 20px;
}
.searchResultsListing ul.searchResults li a:hover {
    color: #fff;
}

/* area landing page links */
.areaLinks ul {
    padding: 0;
}
.areaLinks ul li {
    display: inline;
    float: left;
    margin-right: 5px;
}
.areaLinks ul li a {
    color: #eee;
}
.areaLinks ul li a:hover {
    color: #ED1C24;
}

