/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}



/* MAIN styles
-------------------------------------------*/
body{
	background-color: #EFEBE0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #55554a;
}

h1{
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #55554a;
	margin:0px 0px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #55554a;
	margin:10px 0px 0px;
}
	h2.heading{
		font-size: 16px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #55554a;
		margin:10px 0px 0px;
		background: transparent url(../images/dotted_line.gif) 0 13px repeat-x;
	}
	h2.heading span{
		background: #fff;
		padding-right: 2px;
	}


h3{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #55554a;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}

ul{
	margin: 5px 0px 0px 10px;
	padding: 0px;
}


td{
	vertical-align: top;
}

a:link{color: #950f15;}
a:visited{color: #950f15;}
a:hover{color: #000;}
a:active{color: #950f15;}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after {/*http://positioniseverything.net/easyclearing.html*/
	content:".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {height: 1%; display:block;}
/* End hide from IE Mac */






/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 801px;
	position:relative;
	left: 50%;
	margin: 5px 5px 5px -400px;
	background:  transparent url(../images/bg_container.gif) 0 0 repeat-y;
}
	body.sidebar #container{
		background:  transparent url(../images/bg_container_sidebar.gif) 0 0 repeat-y;
	}




/* HEADER styles
-------------------------------------------*/
#header{
	margin: 0px 0px 4px 0px;
	padding: 0px;
	width: 801px;
	position: relative;
	height: 67px;
	background:  #4C4A41 url(../images/bg_hdr.jpg) 0 0 no-repeat;
}

	#header h1{
		position: absolute;
		top: 20px;
		left: 34px;
	}
	#header h1 a{
		display: block;
		height: 35px;
		width: 172px;
		background: transparent url(../images/logo.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -1em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */




	#header-nav{
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 29px;
		left: 346px;
		width: 442px;
		height: 26px;
		list-style: none;
		background: transparent url(../images/bg_nav.gif) 0 0 no-repeat;
	}
	#header-nav li{
		letter-spacing : -1000em;
		text-indent: -1em;
		margin: 0px; 
		padding: 0px; 
		list-style: none;
		position: absolute; top: 0;
		display: block;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header-nav li { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */

	#header-nav a {
		height: 26px; display:block;
	}
	
	#nav-home{left: 0px; width: 80px;}
	#nav-condos{left: 80px; width: 102px;}
	#nav-homes{left: 182px; width: 135px;}
	#nav-available{left: 317px; width: 115px;}

	#nav-home a:hover, body.condos #nav-condos a{background: transparent url(../images/bg_nav.gif) 0px -34px no-repeat;}
	#nav-condos a:hover, body.condos #nav-condos a{background: transparent url(../images/bg_nav.gif) -80px -34px no-repeat;}
	#nav-homes a:hover, body.homes #nav-homes a{background: transparent url(../images/bg_nav.gif) -182px -34px no-repeat;}
	#nav-available a:hover, body.available #nav-available a{background: transparent url(../images/bg_nav.gif) -317px -34px no-repeat;}



	#header-subnav, #header-subnav li{
		margin: 0px;
		padding: 0px;
		list-style: none;
		text-align: right;
	}
		#header-subnav{
			padding: 10px 30px 0 0;
		}
		#header-subnav li{
			display: inline;
			margin: 0 0 0 10px;
		}
			#header-subnav li a{
				text-decoration: none;
				color: #b0ac9a;
			}
			#header-subnav li a:hover{
				color: #eedfa1;
			}


/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 0px 0px 0px 13px;
	padding: 0px 10px 0px 20px;
	width: 472px;
	float: left;
	display: inline;
	/* background: #ccc; */
}
	body.full #content{
		width: 765px;
		padding-left: 10px;
	}

#home-splash{
	width: 492px;
	float: left;
	margin-left: -10px;
	display: inline;
}
#newsblock{
	width: 261px;
	height: 139px;
	background: #9E1319 url(../images/bg_newsblock.jpg) 0 0 no-repeat;
	float: left;
	padding: 10px;
	margin-left: 2px;
}
	#newsblock h2{
		background: #83090F;
		border-bottom: 1px solid #730000;
		color: #fff;
		font-family: "Times New Roman", Times, serif;
		margin: -10px -10px 5px -10px;
		padding-left: 10px;
		line-height: 23px;
		font-size: 14px;
	}
		#newsblock h2 span a{
			color: #ffffff;
			font: normal normal 10px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
		}
	#newsblock ul{
		margin: 0px;
		padding: 0px;
		line-height: 1.2em;
		list-style: none;
		color: #fff;
	}
	#newsblock ul li{
		margin-bottom: 5px;
	}

	#newsblock ul strong{
		font-weight: normal;
		color: #D5D1A3;
		font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	}
	#newsblock ul a{
		color: #fff;
		text-decoration: none;
	}
	#newsblock ul a:hover{
		color: #fff;
		text-decoration: underline;
	}
	
	
#availability{
	margin-top: 40px;
}


/* Headers */
h1.hblock
{
		display: block;
		line-height: 40px;
		width: 765px;
		color: #fff;
		margin: 0px 0px 0px 13px;
		padding: 0px 0px 0px 10px; 
		background: #9ea38e;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: .03em;
}


#section-splash{
	width: 502px;
	float: left;
	margin-left: -10px;
	display: inline;
	padding-bottom: 3px;
	border-bottom: 25px solid #ccccbc;
}

#section-intro{
	width: 250px;
	height: 205px;
	background: #fff url(../images/bg_sidebox.gif) 0 0 repeat-x;
	float: left;
	padding: 10px;
	margin-left: 3px;
	color: #fff;
	line-height: 1.25em;
	display: inline;
	padding-bottom: 13px;
	border-bottom: 25px solid #ccccbc;
}
	#section-intro h2{
		color: #d5d1a3;
		margin: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#section-intro ul{
		margin: 0px;
		padding: 0px;
	}
	#section-intro ul li{
		list-style: none;
		padding-left: 12px;
		background: transparent url(../images/bullet_sidebox.gif) 0 4px no-repeat;
	}
	
#welcome-text{
	width: 474px;
	float: left;
	padding: 0 10px;
	margin: 2px 0 0 -10px;
	background: #fff url(../images/home_contentblock.gif) 0 0 no-repeat;	
	line-height: 1em;
	display: inline;
	color: #626358;
}
	#welcome-text h1{
		color: #A1A187;
		font-size: 16px;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		line-height: 22px;
		margin: 2px 0px 0px 0px;
	}
#home-ad{
	float: left;
	margin: 2px 0px 0px 0px;
}



.overview-splash{
	margin: 0 -10px 0 -20px;
}



a.pcard:link, a.pcard:visited{
	display: inline;
	width: 184px;
	height: 154px;
	float: left;
	background: #fff url(../images/bg_property_card.gif) 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
	color: #797666;
	line-height: 1em;
	margin: 0 5px 5px 0;
}
a.pcard:hover, a.pcard:active{
	background: #fff url(../images/bg_property_card.gif) 0 -160px no-repeat;
}
	.pcard-title{
		display: block;
		line-height: 29px;
		font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
		color: #83090F;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
.pcard-content{
	display: block;
	height: 124px;
	cursor: pointer;
}
.pcard h2{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	color: #A09D92;
	margin: 1px 0px 0px 0px;
	line-height: 20px;
}
.pcard p{
	margin: 0px; padding: 0px;
}
.pcard img{
	margin: 5px 0;
}


/* SIDEBAR styles
-------------------------------------------*/
#sitemap dl{
	margin: 0px 0px 10px;
}
#sitemap dt{
	margin: 5px 0px;
}
	#sitemap dd dt{
		margin: 0px;
	}




/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	margin: 0px 12px 0px 0px;
	padding: 0px 10px 0px 20px;
	width: 240px;
	float: right;
	display: inline;
}

#sidebar-logo{
	margin: 0 -10px 0 -20px;
}

#section-nav{
	margin: 0 -10px 10px -20px;
	color: #fff;
	line-height: 1.25em;
	padding-bottom: 0px;
}
	#section-nav ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
		background: #cbcbbb;
	}
		#section-nav ul li{
			border-bottom: 1px solid #bcbbad;
		}
		#section-nav ul li a{
			color: #55554a;
			text-transform: uppercase;
			font-family: Arial, Helvetica, sans-serif;
			display: block;
			width: 250px;
			line-height: 2.3em;
			text-decoration: none;
			font-weight: bold;
			padding: 0 0 0 20px;
		}
		#section-nav ul li a:hover{
			background: transparent url(../images/bullet_arrow.gif) 10px 8px no-repeat;
		}
		#section-nav ul li a.active, #section-nav ul li a.active:hover{
			background: #bcbbad url(../images/bullet_arrow.gif) 10px 8px no-repeat;
		}

	#sidebar h3{
		font-family: Georgia, "Times New Roman", Times, serif;
		background: transparent url(../images/dotted_line.gif) 0 12px repeat-x;
		margin: 10px 0 5px 0;
		font-size: 13px;
	}
		#sidebar h3 span{
			background: #f7f7f1;
			padding-right: 2px;
		}



#flash
{
  margin: 10px 0px;
  padding: 10px;
  font-weight:bold; font-size: 1.25em;
}

  #flash.notice {color: green; }
  #flash.warn {color: yellow;}
  #flash.error {color: red;}













/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px;
	padding: 30px 0px 0px 25px;
	width: 801px;
	height: 33px;
	color: #C8C0AE;
	background: #EFEBE0 url(../images/bg_footer.gif) 0 0 no-repeat;
} 
	body.sidebar #footer{
		background: #EFEBE0 url(../images/bg_footer_sidebar.gif) 0 0 no-repeat;
	}
	#footer p{
		padding: 0px;
		/*border-left: 1px solid #ccc;*/
		/*float: left;*/
		margin: 0px;
	}
	#footer p.firstp{/* remove border from first floated p */
		border: 0px;
	}
	
	#footer ul{
		margin: 0px;
		padding: 0px;
	}
	#footer ul li{
		display: inline;
		line-height: 12px;
	}
	#footer ul li a{
		color: #907655;
		text-decoration: none;
		padding-right: 5px;
		margin-right: 5px;
		border-right: 1px solid #C8C0AE;
		font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	}
			#footer ul li.last a{
				border-right: none;
			}
	#footer ul li a:hover{
		text-decoration: underline;
	}






/* FOOTER styles
-------------------------------------------*/
.fusionary-note{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: #FFE7BD;
	font-style: italic;
	clear:both;
}
