html {
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}
body  {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    background-image: url(images/backdrop2.jpg);
    background-repeat: repeat-x;
    background-color: #002323; /* #0c0914 */
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}
#container { 
    width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 2px solid #006666;
    border-top: 0 none;
    text-align: left; /* this overrides the text-align: center on the body element. */
    overflow: hidden;
}
#splash #header {
    width: 900px;
    height:436px;
    position: absolute;
    z-index: 1000;
}
body#splash #mainContent {
    margin:436px 0 0 0;
    padding:0;
}
#header {  
    padding:0;
    margin:0;
}
#sidebar1 {
    float: left; /*since this element is floated, a width must be given */
    padding:0px;
    margin:0px;
    width:100%;
    overflow: hidden;
}
#mainContent { 
    margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    clear:both;
} 
#footer { 
    padding: 10px 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    width:779px;
    margin:0 auto;
    font-size: 9px;
} 
#footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:hover {
    color: #009999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
         float: right;
         margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
          float: left;
          margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
}
a, a:link, a:visited {
    color:#006666;
    text-decoration: none;
}
a.active {
    color:#002323;
}

a:hover, a:active, a.active:hover {
    color:#002323; /* #66cccc */
    text-decoration: underline;
}
/*
#mainContent a, #mainContent a:link, #mainContent a:visited {
    color:#006666;
}
*/
a, a:link, a:visited { color:#006666; }

a img {
    border: none;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
#sshow {
    height: 350px;
    width:779px;
    overflow: hidden;
    margin:0px;
    margin-top:-2px;
    padding:0px;
}
#SlideShow {
    width:779px;
    height:350px;
}
#navigation {
    margin:0;
    padding:0;
    background-color: #002323;
    overflow:hidden;
    width:779px;
}
#featureprop h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color:#006666;
    margin:2px;
    margin-top: 12px;
}
#palm {
    position: absolute;
    display:block;
    width: 779px;
    height:140px;
    margin:0px auto;
    padding:0px;
    background:url(images/header_02.png) no-repeat;
    z-index:1000;
}

#navcontainer {
    text-align:right;
    height: 40px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: url(images/sand.jpg) #002323;
}

ul#navlist {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

ul#navlist li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
ul#navlist li span {
    display: block;
    width: auto;
    padding: 10px;
    color: #002323;
    text-decoration: none;
}
ul#navlist li a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #066;
    text-decoration: none;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
    color: #66cccc;
    background: #002323;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
    color: #66cccc;
    background: #002323;
}

/*** Listing ***/
.xlarge {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 24px;
    color:#006666;
    border:0 none;
    border-top: 1px solid #006666;
    border-bottom: 1px solid #006666;
    padding: 6px;
    margin: 4px auto;
    margin-top:10px;
}

.large {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color:#006666;
    border:0 none;
}

.medium { font-size: 18px; }

.content_footer {
    clear:both;
    background-image:  url(images/sand.jpg);
    background-repeat: repeat;
    background-color: #002323;
    margin:0px;
    padding:10px;
}
.content_footer h2 {
    /*font-family: "lucida handwriting","Bradley Hand ITC", cursive;
    *font-weight:bold;*/
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 20px;
    color:#006666;
    border:0 none;
    border-top: 1px solid #006666;
    border-bottom: 1px solid #006666;
    padding: 6px;
    margin: 4px auto;
    margin-top:10px;
}

.img2 {
    border: 1px solid #006666;
    margin:10px;
}

#address {
    margin:10px 0 0 10px;
}
#address i {
    font-weight:bold;
}

/*** END ***/

#contact_form input[type="text"],
#contact_form textarea {
    border: 1px solid #006666;
    margin:0;
    margin-bottom: 10px;
}
#spotlite td.divbar {
    color: #ffffff;
    font-size: 12px;
    font-family:  "Arial Narrow", Arial, sans-serif;
    font-weight: bold;
    padding:2px;
    background-color: #006666;
}
#spotlite td.maindetail {
    color:#000000;
    font-size:8px;
    padding: 0px 4px;
}
#spotlite a.maindetail {
    color:#fff;
    text-align:center;
    font-size:8px;
    padding:0px;
}
#spotlite .viewdetail {
    color:#fff;
    text-align:center;
    font-size:11px;
    padding:0;
    margin:0;
}
#spotlite #status_sale {
    font-size: 11px;
    margin:0;
    padding: 0px;
    padding-left:10px;
}

