body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	background: #fff;
	color: #333;
    background: #dce6cb;
    line-height: 1.3em;
	text-align: center;
	behavior: url(csshover.htc);
	}
a:link {
	color: #369;
	}

img {
	border: 0;
	}
ul {
	list-style-type: square;
}
h1 {
	font-size: 26px;
	line-height: 1.3em;
}

/* layout */
#wrap {
    width: 800px;
    margin: 0 auto;
}

/* header */
#header {
    border: 10px solid #fff;
	height: 95px;
}
#logo {
    width: 265px;
    height: 95px;
    float: left;
}
#tagline {
    border-left: 10px solid #fff;
    float: left;
    text-align: right;
    width: 505px;
    height: 95px;
    background: url(images/sucasa/tagline.jpg);
}

/* nav */
#nav {
    border: 10px solid #fff;
    border-top: 0;
    background: url(images/sucasa/nav_bg.gif) top left repeat-x;
    height: 30px;
}

#body {
    border: 10px solid #fff;
    border-top: 0; 
    padding: 10px 20px;
	text-align: left;
	background: #dce6cb;
	
}
#content {
	/*width: 450px; */
	width: 390px;
	float: left; 
	margin-top: 10px;
}

/* midline */
#midline {
    border: 10px solid #fff;
    border-top: 0;
    height: 183px;
}
#logoleaf {
    background: url(images/sucasa/logo_leaf.jpg);
    width: 265px;
    height: 183px;
    float: left;
}
#skyline {
    border-left: 10px solid #fff;
    /*background: url(images/sucasa/skyline.jpg);*/
    background: #000;
    width: 505px;
    height: 183px;
    float: left;
}
#skyline object {
    border: 0;
}

#featured-property {
    /*width: 230px; */
    width: 290px;
    float: right; 
    background: url(images/sucasa/divider.gif) top left repeat-y; 
    margin-top: 10px; 
    padding-left: 20px; 
    margin-bottom: 10px; 
    text-align:center; 
    font-size: 12px; 
    line-height: 1.2em;
}
#featured-property-photo {
    height: 170px; 
    padding-top: 10px; 
    background:url(images/sucasa/featured_property_frame.gif) no-repeat;
}
#footer {
    background: url(images/sucasa/bg_footer.gif) top left repeat;
    border: 10px solid #fff;
    border-top: 0;
    padding: 10px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
#footer a {
    color: #fff;
}


/* secondary pages */
#body-secondary {
    border: 10px solid #fff;
    border-top: 0; 
    padding: 0;
	text-align: left;
}
#content-secondary {
	padding: 10px 20px;
}

#bottomline {
    border: 10px solid #fff;
    border-top: 0;
    height: 24px;
}
#logoleaf-small {
    background: url(images/sucasa/logo_leaf_small.jpg);
    width: 265px;
    height: 24px;
    float: left;
}
#skyline-small {
    border-left: 10px solid #fff;
    background: url(images/sucasa/tagline_bottom.jpg);
    width: 505px;
    height: 24px;
    float: left;
}

/* subnav */
#subnav-container {
	border-left: 10px solid #fff; 
	border-bottom: 10px solid #fff; 
	width: 170px; 
	float:right; 
	margin: 0 0 10px 20px; 
	padding-top: 0;
}
#subnav {
	border: 1px solid #CCC; 
	font-size: 11px; 
	padding-bottom: 10px;
}
#subnav-title {
	background: #339933; 
	padding: 3px; 
	color: #fff; 
	text-align:center; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 1px;
}
ul#subnav-links {
	margin-left: 0; 
	padding-left: 20px; 
	padding-right: 5px;
	list-style-type: square;
	color: #393;
}
ul#subnav-links a {
	color: #333; 
	text-decoration: none;
}
ul#subnav-links a:hover {
	color: #369;
	text-decoration: underline;
}
ul#subnav-links a#current {
    color: #333; 
    font-weight: bold;
}

dl.titled-list {
}
dl.titled-list dt {
    font-weight: bold;
    margin-top: 10px;
    font-size: 110%;
    padding-left: 10px;
}


/* Case Studies and Property Data */
.property-location {
    font-weight: normal; 
    font-size: 14px; 
    line-height: 1.8em;
}
.property-data {
    width: 350px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.property-data th {
    width: 40%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: normal;
    padding: 2px;
    color: #666;
    text-align: left;
    vertical-align: top;
}
.property-data td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 2px;
}
th.property-data-header {
    font-weight: bold;
    background-color: #369;
    color: #fff;
}
.property-photo {
    float: right;
}
.property-photo img {
    border: 1px solid #999;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 10px;
}



/* Category Bar
---------------------------------------------------------- */
div#categorybar {
        background-color: #dce6cb;
        margin: 0;
        height: 30px;
        width: 780px;
        }

div#categorybar a {
        margin: 0;
        display: inline;
        }

div#categorybar ul {
        margin: 0;
        padding: 0;
        /*width: 7em;*/
        z-index: 99;
        }

div#categorybar li {
        position: relative;
        list-style: none;
        margin: 0;
        float: left;
        }

div#categorybar li a { display: block; }

div#categorybar ul ul {
        position: absolute;
        top: 30px;
        display: none;
        width: 6.5em;
        z-index: 1000;
        }
div#categorybar ul iframe { display: none }

div#categorybar ul.categories li.submenu:hover ul.subcategories { display: block; }
div#categorybar ul.categories li.submenu:hover iframe { display: block; }

div#categorybar ul.subcategories {
        /*background: #FFF; border: 1px solid #E3E3C7;*/
        text-align: left;
        }

div#categorybar ul.subcategories li {
        /*background: #FFF;*/
        
        background: #E1EED3;
        /*border: 1px solid #E3E3C7;*/
        border: 1px solid #83ae42;
        border-top: 0;
        }

div#categorybar ul.subcategories li a {
        display: block;
        padding: 0.25em 0.5em;
        /*width:6.5em;*/
        width: 120px;
        color: #333;
        text-decoration: none;
        font-size: 11px;
        }

div#categorybar ul>a { width: auto; }

div#categorybar ul.subcategories li a:hover {
        display: block;
        /*background: #FFFFCC;*/
        background: #fff;
        color: #369;
        }

/* Fix for dropdown bug */
#categorybar iframe { 
        position: absolute;
        left: 0;
        top: 1; /* Fixes unclickable major category bug */
        z-index: 0;
        padding: 0.25em 0.5em;
        width: 120px;
        height: 70px;
        filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
        }

ul.list-spread { margin-left: 0; padding-left: 20px;}
ul.list-spread li { margin-left: 0; padding-left: 0; margin-bottom: 15px;}

/* Contact Us */
#contact-leaf {
    background: url(images/sucasa/logo_leaf.jpg); 
    width: 265px;
    height: 183px;
    float: left; 
    border-right: 10px solid #fff; 
    border-bottom: 10px solid #fff; 
    margin-right: 20px; 
    margin-bottom: 20px;
}

