/*** 
    CHALET DEVELOPMENT SERVICES CSS 
    Tan: #876 (Text)
    Md. Tan: #aa9 (Footer Links)
    Lt. Tan: #ddc (Divider Lines)
    LT. Tan: #eed (Nav Background)
    Blue: #79c (Links)
    Lt. Blue: #a4c3e4 (Background)
    Black: #111 (Header Tags)
***/

/*** TOP LEVEL ***/

* {
    margin: 0px;
    padding: 0px;
}


body {
  text-align: center;  /* cetering hack for IE */
    color: #543;
    background: #a4c3e4 url(../image/bg.gif) repeat-x;
}

img {
    border: 0px;    
}

a:link, a:visited {
    color: #79c;
    text-decoration: underline;
}

a:hover, a:active {
    color: #a4c3e4;
    text-decoration: underline;
}

h1 {
    float: left;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #111;
}

h2 {
    float: left;
    display: inline;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #111;
    clear: left;
}

.wide {
    width: 740px;
    height: auto;
}

h3 {
    float: left;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    color: #543;
    margin: 0px 0px 8px 0px;
    clear: left;
}

h4 {
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #111;
}

p {
    float: left;
    display: inline;    
    width: 739px;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;   
}

form {
    margin: 0px;
    padding: 0px;
}

ul {
    float: left;
    display: inline;
    list-style: disc inside;
    margin: 0px 0px 0px 10px;
}

li {
    margin: 2px 0px;
}

table {
    float: left;
    display: inline;
    border: 90px;
    margin: 8px 0px 8px 0px;
    clear: both;
    
}

th {
  font-family: georgia, serif;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
    padding: 5px 8px 0px 0px;
}

td {
  font-family: georgia, serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    padding: 2px 8px 2px 0px;
    color: #666;
}

input, textarea {
  font-family: georgia, serif;
    font-size: 11px;
    color: #666;
    border: solid 1px #ccc;
    width: 300px;
    height: auto;
    padding: 4px;
}


optgroup, option {
  font-family: georgia, serif;
    font-size: 11px;
    color: #666;
}

input.checkbox {
    width: auto;
    height: auto;
    border: none;
    padding: none;
    margin: 3px 0px;
}

input.submit {
    width: 150px;
    height: 30px;
    border: outset 1px #999;
    font-size: 14px;
    line-height: 18px;
}

input.submit:hover {
    background: #dec;
    border: outset 1px #ac9;
}

input.submit:active {
    background: #cde;
    border: outset 1px #9ac;
}

input.short {
    width: 200px;
    height: auto;
}

input.state {
    width: 20px;
    height: auto;
}

input.zip {
    width: 40px;
    height: auto;
}

textarea {
    width: 300px;
    height: 200px;
}

/*** CLASSES ***/

.bold { font-weight: bold; }
.small { font-size: 10px; line-height: 13px; }
.normal { font-size: 12px; font-weight: normal; }
.medium { font-size: 14px; line-height: 18px; }
.big { font-size: 16px; line-height: 20px;  }
.right { float: right; }
.rightLogo { float:right; margin-left: 5px;}
.center { text-align: center; }
.hidden { display: none; }
.marg { margin: 14px 0px 0px 0px; }
a.tan:link, a.tan:visited { color: #876; text-decoration: none; }
a.tan:hover, a.tan:active { color: #aa9; text-decoration: none; }
.clearLeft { clear: left; } 

/*** LAYOUT ***/

#wrapper    {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-family: georgia, serif;
  font-size: 12px;
    line-height: 16px;
  text-align: left;
}

#wrapperInner {
    float: left;
    display: inline;
    width: 768px;
    height: auto;
    background: url(../image/content_bg.gif) repeat-y;
}

#content {
    float: left;
    display: inline;
    width: 740px;
    height: auto;
    margin: 0px 0px 1px 0px;
    padding: 0px 14px 7px 14px;
}

#content div.photos img.underContract {
	border: 0px;
}

.stripe {
    float: left;
    display: inline;
    width: 740px;
    height: 1px;
    max-height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 1px 0px 0px 0px;
    border-top: solid 1px #ddc;
}

.stripe2 {
    float: left;
    display: inline;
    width: 740px;
    height: 1px;
    max-height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 1px 0px 6px 0px;
    border-top: solid 1px #ddc;
}

/*** HEADER ***/

#header {
    float: left;
    display: inline;
    width: 754px;
    height: 151px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 14px;
    background: url(../image/header_bg.gif) no-repeat;
}

#logo {
    float: left;
    display: inline;
    width: 409px;
    height: 76px;
    margin: 18px 0px 15px 8px;
}

#tagline {
    float: right;
    display: inline;
    width: 204px;
    height: 20px;
    margin: 28px 15px 0px 0px;
}

#newsletter {
  float: right;
  display: inline;
  margin: 15px 15px 0px 0px;
}

/*** NAV ***/

#nav {
    float: left;
    display: inline;
    width: 740px;
    height: 27px;
    margin: 1px 0px 1px 0px;
    text-align: center;
    z-index: 255;
    position:relative;
}

#nav ul {
    float: none;
    margin: 0px;
    list-style: none;
}

#nav li {
    float: left;
    display: inline;
    margin: 0px;
    position: relative;
}

#nav li a {
    display: block;
    width: auto;
    margin: 0px 1px;
}

#nav li a.navHome:link, #nav li a.navHome:visited { width: 54px; height: 27px; background: url(../image/nav_home.gif) top no-repeat; }
#nav li a.navHome:hover, #nav li a.navHome:active { width: 54px; height: 27px; background: url(../image/nav_home.gif) bottom no-repeat; }

#nav li a.navHomes:link, #nav li a.navHomes:visited { width: 74px; height: 27px; background: url(../image/nav_projects.gif) top no-repeat; }
#nav li a.navHomes:hover, #nav li a.navHomes:active, #nav li a.navHomesHere { cursor: default; width: 74px; height: 27px; background: url(../image/nav_projects.gif) bottom no-repeat; }

#nav li a.navPresold:link, #nav li a.navPresold:visited { width: 111px; height: 27px; background: url(../image/nav_design.gif) top no-repeat; }
#nav li a.navPresold:hover, #nav li a.navPresold:active, #nav li a.navPresoldHere { width: 111px; height: 27px; background: url(../image/nav_design.gif) bottom no-repeat; }

#nav li a.navRealEstate:link, #nav li a.navRealEstate:visited { width: 94px; height: 27px; background: url(../image/nav_real_estate.gif) top no-repeat; }
#nav li a.navRealEstate:hover, #nav li a.navRealEstate:active, #nav li a.navRealEstateHere { width: 94px; height: 27px; background: url(../image/nav_real_estate.gif) bottom no-repeat; }

#nav li a.navGallery:link, #nav li a.navGallery:visited { width: 69px; height: 27px; background: url(../image/nav_gallery.gif) top no-repeat; }
#nav li a.navGallery:hover, #nav li a.navGallery:active, #nav li a.navGalleryHere { width: 69px; height: 27px; background: url(../image/nav_gallery.gif) bottom no-repeat; }

#nav li a.navNews:link, #nav li a.navNews:visited { width: 52px; height: 27px; background: url(../image/nav_news.gif) top no-repeat; }
#nav li a.navNews:hover, #nav li a.navNews:active, #nav li a.navNewsHere { width: 52px; height: 27px; background: url(../image/nav_news.gif) bottom no-repeat; }

#nav li a.navAbout:link, #nav li a.navAbout:visited { width: 78px; height: 27px; background: url(../image/nav_about.gif) top no-repeat; }
#nav li a.navAbout:hover, #nav li a.navAbout:active, #nav li a.navAboutHere { width: 78px; height: 27px; background: url(../image/nav3_about.gif) bottom no-repeat; }

#nav li a.navContact:link, #nav li a.navContact:visited { width: 93px; height: 27px; background: url(../image/nav_contact.gif) top no-repeat; }
#nav li a.navContact:hover, #nav li a.navContact:active, #nav li a.navContactHere { width: 93px; height: 27px; background: url(../image/nav_contact.gif) bottom no-repeat; }

#nav li a.navLogout:link, #nav li a.navLogout:visited { width: 71px; height: 27px; background: url(../image/nav2_logout.gif) top no-repeat; }
#nav li a.navLogout:hover, #nav li a.navLogout:active, #nav li a.navLogoutHere { width: 71px; height: 27px; background: url(../image/nav2_logout.gif) bottom no-repeat; }

#nav li.navLeft {
    display: inline;
    width: 25px;
    height: 18px;
    margin: 5px 15px 0px 5px;
    background: url(../image/flourish_left.gif) no-repeat;
}

#nav li.navRight {
    display: inline;
    width: 25px;
    height: 18px;
    margin: 5px 5px 0px 15px;
    background: url(../image/flourish_right.gif) no-repeat;
}

/* Flyout Menus */

#nav ul ul {
    float: none;
    position: absolute;
    left: 3px; /* Set 1px less than menu width */
    top: 27px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    border: solid 1px #a4c3e4;
}

#nav ul ul.homesFlyout {
    z-index:256;
    width: 149px; /* Width of Menu Items */
    height: auto;
}

#nav ul ul.aboutFlyout {
    width: 149px; /* Width of Menu Items */
    height: auto;
}

#nav ul ul.presoldFlyout {
    width: 149px; /* Width of Menu Items */
    height: auto;
}

#nav ul ul li {
    float: none;
    margin: 0px;
}

/* Styles for Drop Menu Items */
#nav ul ul li a, 
#nav ul ul li a:visited, 
#nav ul ul li a:active {
  width: 141px;
  height: auto;
    display: block;
  font-family: georgia, serif;
    font-size: 14px;
    line-height: 17px;
    padding: 3px 4px 3px 4px;
    margin: 0px;
    background: #fff; /* IE6 Bug */
    color: #543;
    text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
* html body #nav ul li, 
* html body #nav ul li ul li
{ float: left; height: 1%; }

* html body #nav ul li a, 
* html body #nav ul li ul li a
{ height: 1%; }
/* End */


/* Hover Styles */
#nav ul li ul li a:hover {  
    color: #333; 
    background: #cddff2; 
    text-decoration: none;
}

/* The magic */ 
#nav ul li:hover ul,
#nav ul li a:hover ul,
#nav ul li.over ul { 
    display: block; 
} 

/*** HOMEPAGE ***/

.photo {
    float: left;
    display: inline;
    width: 740px;
    height: 469px;
    margin: 1px 0px 3px 0px;
}

.homeBlurb {
    width: 600px;
    height: auto;
    margin: 8px 0px 8px 70px;
}

/*** CONTENT ***/

#breadcrumb {
    float: left;
    display: inline;
    width: 740px;
    height: 18px;
    line-height: 18px;
    text-indent: 7px;
    margin: 0px 0px 0px 0px;
    background: #eed;
    font-size: 10px;
}

div.half {
    float: left;
    display: inline;    
    width: 350px;
    height: auto;
    margin: 0px 3px 0px 0px;
    padding: 0px 10px 8px 0px;  
}

p.half, div.half p {
    float: left;
    display: inline;    
    width: 350px;
    height: auto;
    margin: 8px 0px 8px 0px;
    padding: 0px 0px 0px 0px;   
}

.half {
    width: 350px;
    height: auto;
}

.third {
    float: left;
    display: inline;
    width: 228px;
    height: auto;
    margin: 10px 12px 10px 0px;
}

.quarter {
    float: left;
    display: inline;    
    width: 166px;
    height: auto;
    margin: 0px;
    padding: 8px 5px 8px 0px;   
}

#content img {
    border: solid 1px #543;
}

h2 a:link, h2 a:visited {
    color: #111;
}

h2 a:hover, h2 a:active {
    color: #79c;
}

/*** RIGHT CONTENT (WHEN LEFT NAV IS PRESENT) ***/

div.rightContent {
    float: right;
    display: inline;    
    width: 515px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 8px 0px;   
}

div.rightContent p {
    float: left;
    display: inline;  
    position: relative;  
    width: 515px;
    height: auto;
    margin: 5px 0px 10px 0px;
    padding: 0px;
}

div.rightContentHeader {
    float: left;
    display: inline;
    width: 515px;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #ddc;
    margin: 0px 0px 7px 0px;
}

div.rightContentNav {
    float: right;
    width: 215px;
    height: 23px;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    line-height: 23px;
}

div.rightContentNav a, div.rightContentFooter a {
    margin: 0px 0px 0px 10px;
}

div.rightContent p img {
    float: left;
    display: inline;
    margin: 0px 10px 0px 0px;
}

div.rightContentFooter {
    float: left;
    display: inline;
    width: 515px;
    height: 23px;
    line-height: 23px;
    font-size: 11px;
    border-top: solid 1px #ddc;
    margin: 1px 0px 7px 0px;
    text-align: right;
}

/*** PROPERTY DETAIL PAGE ***/

span.imageNav {
    float: left;
    display: inline;
    width: 240px;
    height: auto;
    text-align: center;
    margin: 7px 0px 0px 0px;
}

span.listing {
    float: right;
    display: inline;
    width: 256px;
    height: auto;
    margin: 7px 0px 0px 0px;
}   

span.listDetail {
    float: left;
    display: inline;
    width: 240px;
    height: auto;
}

span.listLabel {
    float: left;
    display: inline;
    width: 100px;
    height: auto;
}

span.listValue {
    float: left;
    display: inline;
    width: 130px;
    height: auto;
    margin: 0px 0px 0px 10px;
}

span.listDescription {
    float: left;
    display: inline;
    width: 500px;
    height: auto;
    margin: 0px 0px 0px 0px;
}

span.descriptionLabel {
    float: left;
    display: block;
    margin: 10px 0px 3px 0px;
    width: 500px;
    height: auto;
    color: #111;
    font-size: 15px;
    border-bottom: solid 1px #ddc;
}

/*** Projects ***/

div.project {
  float:left;
  display:inline;
  width:700px;
  height:255px;
  margin:0px 0px 20px 20px;
  border-style:solid;
  border-width:0px 0px 1px 0px;
  border-color:#543;
}

div.photos {
  float:left;
  display:inline;
  width:314px;
  height:250px;
  margin:7px 0px 0px 10px;
	position: relative;
	z-index: 1;
}

/*** UNDER CONTRACT ***/

div.photos .javascript_disabled
{
  float: left;
  margin-right: 10px;
  width: 69px;
  height: 39px;
}

div.photos img.underContract {
	position: absolute;
	top: 65px; left: 120px;
	z-index: 2000;
	width: 193px;
  height: 111px;
	border: 0px;
}

div.photos img{
  float:left;
  display:inline;
  width:312px;
  height:175px;
  margin:0px 0px 0px 0px;
}


a.slideshow_thumb{
  float:left;
  display:inline;
  width:71px;
  height:41px;
  margin:0px 5px 0px 2px;
}

a.slideshow_thumb img{
  float:left;
  display:inline;
  width:69px;
  height:39px;
  margin:0px 0px 0px 0px;
}

div.thumbnails img.last{
  float:left;
  display:inline;
  width:89px;
  height:50px;
  margin:0px 0px 0px 0px;
}

div.description p{
  float:left;
  display:inline;
  width:340px;
  margin:0px 0px 0px 10px;
  font-size:12px;
  line-height:14px;
}

div.description h2{
  float:left;
  display:inline;
  width:200px;
  margin:0px 0px 0px 10px;
}

div.description h3{
  float:left;
  display:inline;
  width:200px;
  margin:0px 0px 0px 10px;
}



div.description {
  float:right;
  display:inline;
  width:370px;
  height:250px;
}



div.project img{
  float:left;
  display:inline;
}

div.leftColumn {
  float: left;
  width: 550px;
}


div.rightColumn {
  float: right;
  width: -10px;
}


/*** LEFTNAV ***/

#leftNav {
    float: left;
    display: inline;
    width: 210px;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.navStripe {
    float: left;
    display: inline;
    width: 210px;
    height: 1px;
    max-height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 1px 0px 0px 0px;
    border-top: solid 1px #ddc;
}

.navHeader {
    float: left;
    display: inline;
    width: 210px;
    height: 20px;
    background: #eed;
    line-height: 20px;
    font-size: 14px;
    text-indent: 6px;
}

#leftNav ul {
    float: left;
    display: inline;
    list-style: none outside;
    margin: 3px 0px 7px 0px;
}

#leftNav ul li {
    width: 200px;
    margin: 1px 0px 1px 10px;
}

#leftNav ul li a:link, #leftNav ul li a:visited {
    font-size: 11px;
    text-decoration: none;
    color: #543;
}

#leftNav ul li a:hover, #leftNav ul li a:active {
    text-decoration: none;
    color: #aa9;
}

#leftNav ul li a.here { font-weight: bold; }

/*** FOOTER ***/

#footer {
    float: left;
    display: inline;
    width: 740px;
    height: 38px;
    text-align: center;
    margin: 5px 0px 0px 0px;
    padding: 0px 14px 0px 14px;
    font-size: 11px;
    line-height: 16px;
    color: #aa9;
    background: url(../image/content_bg.gif) repeat-y;
}   

#footerBottom {
    float: left;
    display: inline;
    width: 768px;
    height: 20px;
    background: url(../image/footer_bg.gif) bottom no-repeat;
}

#footerLeft {
    float: left;
    display: inline;
    width: 25px;
    height: 18px;
    text-align: left;
    margin: 10px 0px 10px 5px;
    background: url(../image/flourish_left.gif) no-repeat;
}

#footerRight {
    float: right;
    display: inline;
    width: 25px;
    height: 18px;
    text-align: right;
    margin: 10px 5px 10px 0px;
    background: url(../image/flourish_right.gif) no-repeat;
}

#footerLinks {
    float: left;
    width: 678px;
    height: auto;
    margin: 5px 0px 0px 0px;
}

#footer a:link, #footer a:visited {
    color: #aa9;
    margin: 0px 5px;
    text-decoration: none;
}

#footer a.fusionbox:link, #footer a.fusionbox:visited {
    color: #aa9;
    margin: 0px;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #543;
    text-decoration: underline;
}

#footer a.fusionbox:hover, #footer a.fusionbox:active {
    color: #f70;
}

/*** ADMIN ***/

#adminContent {
    float: left;
    display: inline;
    width: 729px;
    height: auto;
    margin: 0px 0px 0px 10px;
}

.adminBucket {
    float: left;
    display: inline;
    width: 140px;
    height: auto;
    margin: 8px 20px 8px 0px;
}

.adminBucket p {
    float: left;
    display: inline;
    width: 120px;
    height: 20px;
    font-size: 14px;
    color: #333;
    border-bottom: solid 1px #999;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

.adminBucket a {
    float: left;
    display: block;
    width: 160px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    clear: left;
}

