body {
   color: #008;
}
#header_wrapper {
    background: #0681e1 url(../images/headerback.png) top left repeat;
}
#header_left {
    float: left;
}
#header_right {
    float: right;
}

#header_center {
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    font-size: 1em;
}

#header_center a {
    color: #000;
}


#footernav a {
    color: #c06;
    font-weight: bold;
}



/*==================================================================================== */

.box {
    border: 0px solid black;
    padding: 5px;
    margin: 5px;
}

.box h2 {
    font-size: .9em;
}

.box h3 {
    font-weight: normal;
    font-size: 12px;
}

.box a {
    color: #00f;
}

.thirdrow h3 {
    margin-left: 30px;
}

.thirdrow ul {
    margin-left: 45px;
    list-style-type: circle;
}

.thirdrow ul li a { display: inline; }

.thirdrow ul li:hover {
    list-style-type: disc;
}


.hotpink {
   color: #c06;
}

.bigletter {
    font-size: 2.2em;
}

.award {
    float: left;
    margin: 5px 30px;
}


.leftcolheader {
    background: transparent url(../images/sectionback.png) top left repeat-x;
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-style: italic;
    width: 100%;
        margin-top: 15px;

}

.featuredproperysummary {
    text-align: center;
    margin: 5px;
}


.photo {
    float: left;
    width: 360px;
    text-align: center;
    margin: 5px;

    -moz-border-radius: 10px;
    padding: 5px;
    border: 0px solid #008;
}

.photo img {
    width: 95%;
}

#summary {
    display: block;
    width: 100%;
}

#summary img {
    -moz-border-radius: 10px;
    padding: 5px;
    border: 1px solid black;
}
#details {
    display: block;
    width: 100%;
    clear: both;
}
.thead {
    font-weight: bold;
    color: #009;
    padding: 3px 6px;
    text-align: right;
}
caption { color: #009; font-weight: bold; font-style: italic; text-decoration: underline; font-size: 1.4em; padding-top: 30px;}
.tdata {
    color: #c06;
    padding: 3px 0 0 10px;
    text-align: left;

}
#pagedetails {
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
}
td { vertical-align: text-top; }

.popularsearches ul {
    list-style: none;
    text-indent: 5px;
}

.popularsearches ul li {
    display: block;
    text-align: left;
}
#description {
    text-align: justify;
}
#featured_headline {
    display: block;
    text-align: center;
    width: 100%;
}


/*  Top Menu Below */
#hmenu_wrapper {
    width: 100%;
    background:#0681e1 url(../images/hmenuback.png) top left repeat-x;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 10px;
    height: 300px;
    z-index: 300;
}


#menuwrap_outer {
    float: left;
    position: relative;
    left: 50%;
}

#menuwrap_inner {
    float: left;
    position: relative;
    left: -50%;
}


/* remove the bullets, padding and margins from the lists */
#menuwrap_inner ul{
list-style-type:none;
padding:0;
margin:0;
    z-index: 30;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menuwrap_inner li{
float:left;
position:relative;
}

/* use the table to position the dropdown list */
#menuwrap_inner table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;

}

/* style all the links */
#menuwrap_inner a, #menuwrap_inner :visited {
display:block;
font-size:.75em;
line-height: 20px;
padding:5px 13px;
color:#009;
font-weight: bold;
background: #08abaa url(../images/sectionback2.png) top left repeat-x;
text-decoration:none;
margin-right:1px;
font-family:verdana, sans-serif;
}
/* style the links hover */
#menuwrap_inner :hover{
color:#c06;
background: #08abaa url(../images/sectionback.png) top left repeat-x;
}
/* hide the sub level links */
#menuwrap_inner ul ul {
visibility:hidden;
position:absolute;
width:150px;
height:0;
text-align: left;
border-top: 0px solid #009;

}

#menuwrap_inner ul ul li { width: 150px; border-bottom: 1px solid white; text-align: left; }
/* make the sub level visible on hover list or link */
#menuwrap_inner ul li:hover ul,
#menuwrap_inner ul a:hover ul{
visibility:visible;
}

.rt {
    position: absolute;
    top: 30px;
    right: 0;
}


.leftcolul {
   list-style-type: none;
}

.leftcolul li {
   padding-left: 3px;
}

.leftcolul li a {
   display: block;
   background: #08abaa url(../images/sectionback2.png) top left repeat-x;
   text-decoration: none;
   font-size: 90%;
   color: #006;
   padding-left: 10px;
}
.leftcolul li a:hover {
   background: #08abaa url(../images/sectionback.png) top left repeat-x;
}

#ccdiv {
    text-align: center;
    border: 0;
    background: transparent;
}

#ccdiv table td { text-align: center; }
#ccdiv .submit {
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:10pt;
}

