/***	GENERAL STYLES	***/

html {
	/*font-size:62.5%;*/
}

body {
	font-family:Verdana, sans-serif;
	/*font-size:1.2em;*/
	font-size:11px;
	background-color:#000;
	color:#fff;
}

a {
	color:#8eacc0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

p {
	padding:1em 0;
	margin:0;
}

ul {
	padding:0 0 0 30px;
	margin:1em 0;
}

li {
	padding:2px 0;
}

h1, h2, h3, h4, h5 {
	font-weight:600;
	margin:1em 0;
	line-height:1.4em;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 { /* Used for prices at end of property texts */
	font-size:15px;
}

h4 {
	font-size:12px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
	padding:0;
}

.clearFloat {
	clear:both;
}

/***	TEMPLATE STYLES	***/

#container {
	width:932px;
	margin:0 auto;
}

#header {
	padding:12px 0;
	border-bottom:3px solid #d9d9d9;
}

#headtitle {
	height:50px;
	margin:0;
	text-indent:-9999px;
	background:transparent url('../img/haute-tremblant.gif') no-repeat scroll 0 8px;
	position:relative;
}

#headtitle a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:50px;
	width:630px;
}

#headtitle a:focus, #headtitle a:active {
	outline:0 none;
	-moz-outline:0 none;
}

#main { /* These numbers are overridden in homepage to make room for its border */
	margin:13px 1px 12px;
	width:928px;
}

#main.home { /* Border for home page */
	margin:12px 0;
	width:930px;
	border:1px solid #3c3d3d;
}

#mainCols {
	width:930px;
}

#sidebar {
	background-color:#1f1f1f;
	vertical-align:top;
	width:132px;
	padding:3px 19px 20px 19px;
}

#menu {
	
}

#sidebar ul { /* Style for both menu ul and contact ul */
	padding:0 0 23px;
	margin:0;
}

#sidebar li {
	list-style:none;
	padding:1px 0 2px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#bfbfbf;
}

#sidebar li.infoHead {
	padding-top:13px;
	font-size:10px;
	white-space:nowrap;
}

#sidebar li.info {
	font-size:10px;
	font-weight:normal;
	line-height:1.4em;
}

#sidebar #menu li {
	padding:15px 0;
	border-bottom:1px dotted #666;
}

.home .file {
	margin:0;
}

.file img {
	display:block;
	padding:0;
	margin:0;
}

#content {
	margin:0 58px 0 43px;
}

.home #content {
	margin:0;
}

.pageText {
	margin-bottom:20px;
}

.home .pageText {
	margin:0;
}

#footer {
	padding:30px 0;
	width:930px;
	color:#666;
}

#footerLogo {
	float:left;
}

#legalInfo {
	clear:left;
	margin-top:15px;
}

#legalInfo p {
	padding-top:0;
}

#legalInfo a:link, #legalInfo a:visited, #legalInfo a:hover {
	color:#666;
	text-decoration:underline;
}

.legalLeft, .legalRight {
	width:450px;
	padding-right:12px;
}

.legalRight p {
	font-style:italic;
	border-left:1px dotted #666;
	padding-left:14px;
}

.projectList {
	margin-bottom: 20px;
}

/* For link to project pages from project list pages (we don't use it): */
/*.project {
	padding: 3px;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}*/
.divider {
	font-size: 1.6em;
	line-height: 1.8em;
}

.slideshow-nav {
	padding:10px 0 0 550px;
	height:30px;
	font-weight:bold;
}

.slideshow-nav a {
	color:#fff;
	/*display:inline-block;*/
	float:left;
}

.slideshow-nav a:hover {
	text-decoration:underline;
}

.slideshow-nav .prev {
	width:17px;
	height:14px;
	background-image:url('../img/prev.gif');
	background-repeat:no-repeat;
}

.slideshow-nav .next {
	width:17px;
	height:14px;
	background-image:url('../img/next.gif');
	background-repeat:no-repeat;
}

.slideshow-count {
	/*display:inline-block;*/
	float:left;
	width:60px;
	text-align:center;
	margin:0 5px;
}

.slideshow {
	clear:both;
	background-color:#000;
	position:relative;
}

/* IE 6 note: for declaration that call two classnames, check order
  (IE 6 apparently only takes the last class declared) */
.slideshow.fileGroup { /* this div wraps the whole slideshow including nav -- if it has a background-color, it will cover up the contact textblock background */
	background-color:transparent;
}

.slideshow-overlay {
	clear:both;
	position:absolute;
	left:0;
	top:35px;
	height:441px;
	width:660px;
	z-index:1000;
}

.home .slideshow-overlay { /* Styles specifically for the homepage */
	height:499px;
	width:759px;
	top:0;
}

.slideshow-overlay a.next {
	background-position:298px 203px;
	left:50%;
}

.home .slideshow-overlay a.next {
	background-position:348px 232px;
}

.home .slideshow-overlay a.prev {
	background-position:0px 232px;
}

.slideshow-overlay a.prev:hover {
	background-image:url('../img/button-prev.gif');
}

.slideshow-overlay a.next:hover {
	background-image:url('../img/button-next.gif');
}

.slideshow-overlay a {
	display:block;
	/*float:left;*/
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 203px;
	background-image:url('../img/spacer.png'); /* IE hack for overlays-- if no bckg specified w.out hover, the links don't seem to exist */
	width:50%;
	cursor:pointer;
	border:none;
}

.slideshow-overlay a:focus, .slideshow-overlay a:active {
	outline:0 none;
	-moz-outline:0 none;
}

.file .info { /* Text below images (title and caption) */
	font-size:0.9em;
	padding:4px 0 0 2px;
	width:658px;
}

.file .info .title {
	margin-right:20px;
}

.file .info .caption {
	line-height: 1.4em;
	font-style:italic;
}

.home .slideshow-overlay .propinfo {
	position:absolute;
	bottom:0;
	right:0;
	padding:10px 30px 0;
	height:22px;
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	z-index:1001;
}

.home .slideshow-overlay .propinfo a.link {
	display:inline;
	position:static;
	/*float:none;*/
	background:none;
	width:auto;
	/*height:auto;*/
}

.home .propinfo a.link:link, .home .propinfo a.link:visited, .home .propinfo a.link:hover {
	color:#fff;
}
/***	PROPERTIES LISTING PAGE	***/
#propList {
	width:676px;
}

#propList td {
	line-height:1.6em;
	padding:10px 0px;
	border-bottom:1px dotted #666;
}

#propList a {
	display:block;
	width:100%;
	height:100px;
}

#propList .propThumb {
	width:100px;
	padding-right:20px;
	line-height:0;
}

#propList .propListing {
	/*width:400px;*/
	padding-right:20px;
}

#propList .propListing a:link, #propList .propListing a:visited, #propList .propListing a:hover, #propList .propListing a:active {
	color:#fff;
	outline:0 none;
	-moz-outline:0 none;
}

#propList .propListing h3, #propList .propListing h4 {
	margin:0 0 6px;
}

#propList .propLink {
	white-space:nowrap;
}

.section #content {
	padding-right:40px;
}

/***	PROPERTY PAGE	***/
.property #menu li#properties { /* Hide Properties menu item on property pages */
	display:none;
}

#propContact {
	padding:12px 0 20px;
	border-bottom:1px dotted #666;
	margin-bottom:20px;
}

#propContact h4 {
	line-height:1.4em;
	font-weight:600;
	text-transform:uppercase;
	font-size:1em;
	margin:0 0 4px;
}

#propContact br { /* Is this pointless? */
	line-height:0.1em;
	font-size:9px;
}

#propContact a {
	font-weight:bold;
	text-decoration:underline;
}

.property #content {
	position:relative;
}

.propHead {
	position:absolute;
	top:0;
	left:0;
	z-index:2; /* make the property head text selectable (otherwise, it's covered by slideshow-nav) */
	padding:2px 0 12px;
}

.propHead h1 {
	font-weight:600;
	line-height:1.8em;
	font-size:16px;
	margin:0;
}

.textblock {
	line-height:1.6em;
}

h3.propDesc {
	margin:0 0 10px;
	font-size:13px;
}

#propText {
	width:660px;
	background:#fff url('../img/separator-proptext.gif') repeat-y scroll center;
	border-top:15px solid #fff;
	border-bottom:33px solid #fff;
	margin-top:4px;
}

#propText .textblock {
	float:left;
	width:289px;
	padding:0 20px;
	color:#000;
}

#propText ul {
	/*margin-bottom:0px;*/
}

#propText .textblock ul br {
	display:none;
}

#propTextLeft {
	margin-right:1px;
}

.file {
	padding-bottom:1px;
	margin:auto;
}

