body {
    margin: 10px 0 0 0;
    background: #e2e9ef url(../images/pageback.jpg) repeat-x;
    font-family: "Trebuchet MS", Tahoma, Verdana, helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
}

#pagebody {
    background-color: #fff;

}
#maincontent_wrapper {
    background-color: #fff;
}

#maincontent p, #maincontent h1,#maincontent h2,#maincontent h3,#maincontent h4,#maincontent h5  { margin: 10px; }

#leftcol_wrapper {
    float: left;
    width: 180px;
}

#leftcol {
    width: 170px;
}
#phome {
    float: left;
    margin: 10px;
   width: 480px;
}

#aaloginhome {
    clear: both;
    padding: 0;

}

.logintitle {
    display: block;
    text-align: center;
    padding: 2px;
    color: #fff;
    background-color: #006;
    margin: 0;
}

#aaloginhome .logindiv {
    float: left;
    width: 218px;
    margin: 5px;
    background-color: #adf;
    min-height: 175px;
}
.logindiv input {
    margin-left: 50px;
}

#aaloginhome .btn {
    margin-top: 10px;
    padding: 5px 10px;
}

#rightcol_wrapper
    {
    background: transparent;
    }

#header_wrapper {
    background-color: #4ea2d0;
    background: transparent;

}

#header {
    background:#4ea2d0;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
}

#headercontent {
    position: relative;
    top: 25px;
    left: 50px;
}

#headertext {
     float: left;
}
#name-text {
   position: relative;
}


#name-text a {
    color: #fff;
    text-decoration: none;
}

#name-text-foreground {
   position: relative;
   top: -39px;
   left: -3px;
   color: #006;
}

#name-text-shadow {
   opacity: .6;
}

#slogan-text {
   position: relative;
   color: #fff;
   top: -39px;
   font-size: 1.2em;
}

#footer_wrapper {
    background-color: #006;
    text-align:center;
    font-size:.9em;
    color: #fff;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
}


#footer_wrapper a {
    color: #fff;
}

.floatingmenu {
    background-color: #060;
    padding: 4px;
    width: 120px;

}



fieldset {
    padding: 10px;
    background-color: #efe;
    margin: 10px;
}

legend {
    padding: 0 10px;
    color: #020;
}

#subpagecont label {
    float: left;
    clear: both;
    display: block;
    width: 110px;
    padding-right: 5px;
    text-align: right;
}

#pagename, #pagenamedetail {
    font-size: 1.2em;
    font-weight: bold;
}

#propertyoftheweek {
    margin: 5px auto;
    text-align: center;
}

.popularsearches {

}

.popularsearches h3 {
    display: block;
    text-align: center;
}
.popularsearches h4 {
    margin: 10px;
}

.popularsearches ul {
   list-style-position: inside;
   list-style-type: circle;
   margin-left: 5px;
}

.popularsearches a {
    color: #040;
    text-decoration: none;
}

.popularsearches a:hover {
    text-decoration: underline;
}


.advertisers ul {
   list-style-position: inside;
   list-style-type: none;
   margin-left: 5px;
}

.advertisers a {
    color: #040;
    text-decoration: none;
}

.advertisers a:hover {
    text-decoration: underline;
}

#specialoffers {
   list-style-type: none;
}

#specialoffers li {
   background-color: #006;
   margin: 5px;
   text-align: center;
   border: 2px solid #002;
   -moz-border-radius: 15px;
}

#specialoffers li a {
   text-decoration: none;
   color: #fff;
   font-style: italic;
   display: block;
   padding: 5px;
   -moz-border-radius: 15px;
}

#specialoffers li a:hover {
   background-color: #adf;
   color: #000;
}

.rounded {
    -moz-border-radius: 15px;
}

.inner {
    padding: 5px;
}