@charset "utf-8";

/*--------------------------------LAYOUT | Nav | Title | Content | Footer |------------------------------*/


/*----------------Global Layout Settings------------------*/

* {
	margin: 0px;
	padding: 0px;
	}
body {
	/*background: #b18e6d url(../_images/bg_repeat.jpg) repeat-x top left;*/
	text-align: right;
	font-family: Myriad Pro, "Times New Roman", Times, serif;
	font-size: 85%;
	padding-top: 0px;
	}
#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	background: url(../_images/logo/brochure_logo.png) top left no-repeat;
	}
#body-wrap {
	background: #ebe3d6;
	padding: 10px;
	margin-left: 170px;
	}
#clear {
	clear: both;
	}

/*--------------------Layout Setting for Static Content | Set in body class tag-----------------------------*/

body.content-fixed {
	background: #ac7c66 url(../_images/adobe_background_repeat.jpg) top center repeat-y;
	height: %100;
}
body.content-fixed #wrapper {
	width: 916px;
	left: -30px;
	height: %100;
}
body.content-fixed #body-wrap {
	width: 766px;
}

/*--------------------Layout Setting for Scalable Content | Set in body class tag-----------------------------*/

body.content-scalable {
	background: #ac7c66 url(../_images/adobe_background_repeat2.jpg) top left repeat-y;
}
body.content-scalable #wrapper {
	width: 100%;
}
body.content-scalable #body-wrap {
	width: 100%;
}

/*------------Navigation--------------*/

#nav {
	/*width: 170px;*/
	clear: both;
	position: relative;
	top: 190px;
	left: 10px;
	background: #fff;
	}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	height: 32px;
	}
#nav ul li {
	display: block;
	width: 160px;
	text-align: left;
	border-bottom: dotted thin #333333;
	}
#nav ul a {
	padding: 0 1em;
	font-size: 13px;
	line-height: 2em;
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	}
#nav ul a:hover {
/*	color: #a12f1e;*/
	color: #fff;
	background: #333333;
	}
	
#index #indexLink a, #gallery #galleryLink a, #floorplans #floorplansLink a, #siteplans #siteplansLink a, #contact #contactLink a {
	color: #000;
	background: #ebe3d6;
	}
#index #indexLink ul {
	background: #ebe3d6;
	}
#index #indexLink a:hover, #gallery #galleryLink a:hover, #floorplans #floorplansLink a:hover, #siteplans #siteplans a:hover, #contact #contactLink a:hover {
	cursor: default;
	}

/*----------Content Layout----------*/

#content-main {
	text-align: center;
	display: block;
	}
#content-primary-wrap {
	float: left;
	width: 100%;
	margin-right: -220px;
	}
#content-primary {
	padding: 0 0 20px 0;
	margin-right: 220px;
	line-height: 2em;
	}
#content-primary p {
	padding-bottom: 20px;
	}
#content-secondary {
	float: right;
	width: 200px;
	padding: 0 0 20px 10px;
	border-left: dashed thin #999999;
	text-align: center;
	line-height: 30px;
	}
#content-secondary p {
	color: #bc5f62;
	}
#content-layout:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#content-layout {
	display: inline-block;
	display: inline-table;
	display: block;
	height: 1%;
	}


/*----------Footer-------------*/

#footer {
	position: relative;
	color: #fff;
	background: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px;
	height: %100;
	width: 746px;
	bottom: 0;
	margin-left: 170px;
}
