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


/* begin styles to "normalize" elements accross browsers */
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}
/* end of "normalizing" styles */


body{
	background-color: #CAC3AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #363636;
	border-top: 6px solid #29472C;
}

h1{
	font-size: 21px;
	color: #644831;
	margin:0px 0px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 18px;
	color: #644831;
	margin:10px 0px 5px;
}

h3{
	font-size: 14px;
	color: #644831;
	margin:10px 0px 5px;
}

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


td{
	vertical-align: top;
}

a:link{color: #235729;}
a:visited{color: #235729;}
a:hover{color: #235729;}
a:active{color: #235729;}

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;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#container{
	width: 747px;
	position:relative;
	left: 50%;
	margin: 0px 0px 45px -380px;
	background-color: #CAC3AA;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}



/* HEADER styles
-------------------------------------------*/
#header{
	margin: 0px;
	padding: 0px;
	background: #CAC3AA;
	height: 105px;
	position: relative;
}
	#header h1{
		margin: 0px;
		padding: 0px;
		position: absolute;
		left: 5px;
		top: 15px;
	}
		#header h1 a{
			display: block;
			background: #CAC3AA url(images/logo.gif) 0 0 no-repeat;
			height: 88px;
			width: 177px;
			height: 0px !important;
			padding: 88px 0px 0px 0px;
			height /**/:88px;
			overflow:hidden;
			text-decoration: none;
		}
		#header h1 a span{
			display: block;
			background: #CAC3AA url(images/logo_tagline.gif) 0 0 no-repeat;
			position: absolute;
			left: 500px;
			top: 30px;
			width: 217px;
			height: 25px;
			height: 0px !important;
			padding: 25px 0px 0px 0px;
			height /**/:25px;
			font-size: 1px;
			overflow:hidden;
			text-decoration: none;
			cursor: pointer;
		}









/* MAIN CONTENT styles
-------------------------------------------*/
#content{
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 30px 0px;
	width: 500px;
	float: right;
	display: inline;
	line-height: 1.5em;
}
	#content .imgborder{
		 border:1px solid #988662; 
		 padding: 2px;
		 margin: 2px;
	}

	#content .breadcrumbs{
		position: absolute;
		top: 118px;
		right: 10px;
	}
		#content .breadcrumbs a{
			text-decoration: none;
		}

	#content #hdr-aboutus{
		background: transparent url(images/hdr_aboutus.jpg) 0 0 no-repeat;
	}
	#content #hdr-photogallery{
		background: transparent url(../images/hdr_photogallery.jpg) 0 0 no-repeat;
	}
	#content #hdr-floorplans{
		background: transparent url(images/hdr_floorplans.jpg) 0 0 no-repeat;
	}
	#content #hdr-gettingstarted{
		background: transparent url(images/hdr_gettingstarted.jpg) 0 0 no-repeat;
	}
	#content #hdr-contact{
		background: transparent url(images/hdr_contact.jpg) 0 0 no-repeat;
	}
	#content #hdr-aboutus,
	#content #hdr-photogallery,
	#content #hdr-floorplans,
	#content #hdr-gettingstarted,
	#content #hdr-contact
	{
		/*border-top: 4px solid #29472C;*/
		position: absolute;
		top: 105px;
		left: 183px;
		width: 564px;
		height: 33px;
		margin: 0px; padding: 0px;
		height: 0px !important;
		padding: 33px 0px 0px 0px;
		height /**/:33px;
		overflow:hidden;
		font-size: 1px;
		background-position: 0px -1px;
	}


	#content ul{
		list-style: none;
		margin: 0px 0px 0px 20px; 
		padding: 0px 0px 0px 0px;
	}
	#content ul li{
		padding: 0px 0px 2px 8px;
		background: transparent url(images/bullet.gif) 0 4px no-repeat;
	}






	/* In The Press styles
	-------------------------------------------*/
	.periodicals{
		position: relative;
	}
	.periodicals li{
		width: 300px;
	}
		.periodicals li a:hover{
			border: none;
		}
		.periodicals li a span{
			position: absolute;
			display: block;
			top: 0px;
			right: 20px;
			height: 0px;
			width: 0px;
			border-width: 0px;
		}
		.periodicals li a span img{
			height: 0px;
			width: 0px;
			border-width: 0px;
		}
		.periodicals li a:hover span{
			width: 185px;
			height: auto;
			padding: 0px;
			text-align: center;
			background: #FFF5E7;
		}
		.periodicals li a:hover span img{
			width: auto;
			height: auto;
		}











	/* Photo Gallery styles
	-------------------------------------------*/
	body.gallery #content{
	margin: 0px 0px 0px 0px;
	padding: 45px 10px 10px 20px;
	width: 530px;
	float: right;
	display: inline;
}

	.galimage{ /*container for main gallery menu images*/
		float: left;
		text-align: center;
		margin: 0 0 10px;
	}
		#content .galimage a img{
			margin: 0px;
			padding: 0px;
			border: none;
		}
	#hdr-snapshots{
		clear: both;
		background: transparent url(images/hdr_snapshotgallery.gif) 0 10px no-repeat;
		width: 531px;
		height: 28px;
		margin: 0px; padding: 0px;
		height: 0px !important;
		padding: 38px 0px 0px 0px;
		height /**/:28px;
		overflow:hidden;
		font-size: 1px;
	}
	#hdr-special, #hdr-showcase{margin: 0px; padding: 0px}
	#hdr-showcase a{
		display: block;
		background: transparent url(images/gal_hdr_showcase.gif) 0 0 no-repeat;
		width: 255px;
		height: 28px;
		margin: 0px; padding: 0px;
		height: 0px !important;
		padding: 28px 0px 0px 0px;
		height /**/:28px;
		overflow:hidden;
		font-size: 1px;
	}
	#hdr-special a{
		display: block;
		background: transparent url(images/gal_hdr_special.gif) 0 0 no-repeat;
		width: 255px;
		height: 28px;
		margin: 0px; padding: 0px;
		height: 0px !important;
		padding: 28px 0px 0px 0px;
		height /**/:28px;
		overflow:hidden;
		font-size: 1px;
	}
	
	
	
/*<group=Single Page (Photo view)>*/

.photo-background {
}

.photo-navigation {
	padding-bottom: 0px;
	position:relative;
	margin: 0px auto;
	width: 643px;
	top:30px;
	background-color:#FFFFFF;
	border: 1px solid #939393;
}

.photo-links {
	display: block;
}

.photo-navigation a:link, .photo-navigation a:visited {
	background: transpaent;
}

.photo-navigation a:hover {
}

.photo-frame{
	background: #ffffff;
	padding: 5px;
	margin: 50px;
	border: 1px solid #939393;
}

.photo-title {
	color: #a0be2d;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 0px;
}

.photo-caption {
}

/*</group>*/


/* Image Gallery List styles are in individual CSS files in the CSS folder
	-------------------------------------------*/
	

/* CONTACT FORM styles
-------------------------------------------*/
#form1 td{
	padding: 4px;
}

.form-brochure{
	/*display: none;*/
}


/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background: transparent url(images/bg_sidebar.gif) 0 0 no-repeat;
	width: 180px;
	float: left;
	color: #CAC3AA;
}
#sidebar p {
	width: 153px;
	padding: 10px 0px 0px 20px;
	line-height: 2em;
	font-size: 11px;
	}
	


		#sidebar ul
		{
			margin: 0 0 0 -10px;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar li { 
			margin: 0; 
			padding: 0 0 0 10px; 
			font-family: Georgia, "Times New Roman", Times, serif;
			/*font-family: Arial, Helvetica, sans-serif;*/
		}
		
		#sidebar a
		{
			display: block;
			padding: 5px 10px 5px 15px;
			margin: 0 0 0 -10px;
			width: 158px;
			color: #A56A19;
			text-decoration: none;
			font-size: 12px;
			background: #3B3016 url(images/bg_button.gif) top right repeat-y;
			border-top: 1px solid #41361C;
		}
		
		#sidebar a:hover
		{
			color: #CBB688;
			text-decoration: none;
			background: #3F341B url(images/bg_button_over.gif) top right repeat-y;
		}
		
		#sidebar ul ul li { margin: 0; }
		
		#sidebar ul ul a
		{
			display: block;
			padding: 5px 5px 5px 30px;
			width: 148px;
			color: #938A71;
			text-decoration: none;
			font-weight: normal;
		}
		
		#sidebar ul ul a:hover
		{
			text-decoration: none;
		}



/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	background: #CAC3AA url(images/bg_footer.gif) 0 0 no-repeat;
	text-align:center;
	width: 747px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A29370;
}
	#footer a{
		color: #736340;
		text-decoration: none;
	}
	#footer a:hover{
		color: #736340;
		text-decoration: underline;
	}
	#footer p{
		padding: 0px 10px;
		margin: 0px;
	}
	#footer ul{
		margin: 0px 0px;
		padding: 0px;
		list-style: none;
	}
	#footer ul li{
		display: inline;
		padding: 5px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}




/* HOME styles (styles specific to home page layout)
-------------------------------------------*/
	body.home #content{
		height: 270px;
		padding: 0px; margin: 0px;
		color: #CAC3AA;
	}
	body.home #content #home-splash{
		position: absolute;
		top: 105px;
		left: 183px;
	}
	body.home #sidebar{
		width: 153px;
		padding: 10px 0px 0px 20px;
		line-height: 2em;
		font-size: 11px;
	}
	body.home #home-bottom-container{
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #1C1B2A url(images/bg_home_content.gif) left top no-repeat;
	/*background: #1C1B2A url(../images/bg_home_content.gif) left bottom no-repeat;*/
	width: 747px;
	height: 166px;
	color: #CAC3AA;
	}
		body.home #home-bottom-container #left{
			background: transparent url(images/bg_home_left.jpg) 110px 29px no-repeat;
			float: left;
			width: 222px;
			height: 155px;
			padding-left: 0px;
		}
			body.home #home-bottom-container #left h2{
				clear: both;
				background: transparent url(images/hdr_home_gettingstarted.gif) 0 0px no-repeat;
				width: 135px;
				height: 24px;
				margin: 0px 0px 5px 0px;
				height: 0px !important;
				padding: 24px 0px 0px 0px;
				height /**/:24px;
				overflow:hidden;
				font-size: 1px;			
			}
			body.home #home-bottom-container #left p{
				margin-left: 20px;
				width: 120px;
			}
		body.home #home-bottom-container #right{
			background: transparent url(images/home_mags.jpg) 98% 24px no-repeat;
			float: right;
			width: 500px;
			height: 155px;
			padding-right: 10px;
		}
			body.home #home-bottom-container #right h2{
				clear: both;
				background: transparent url(images/hdr_home_news.gif) 0 0px no-repeat;
				width: 135px;
				height: 24px;
				margin: 0px 0px 5px 0px;
				height: 0px !important;
				padding: 24px 0px 0px 0px;
				height /**/:24px;
				overflow:hidden;
				font-size: 1px;			
			}
			body.home #home-bottom-container #right p{
				margin-left: 20px;
				width: 320px;
			}

	body.home #footer{
	clear: both;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	background: #CAC3AA;
	text-align:center;
	width: 747px;
}



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