/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #FFFFFF;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Verdana, sans-serif;
	background: #5e7644;
}
#page {
	width: 950px;
	margin: 0 auto;
	font-size: 1em;
	text-align: left;
	color: #FFFFFF;
}

#topnav {
	width: 950px;
	margin: 0 auto;
	background-color: #28407a ;
}



#top {
	background: #c8a84a;
	position: relative;
	height: 45px;
}
	#logo {
		float: right;
		padding: 2px 40px 0 0;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 178px;
			height: 38px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	.menu {
		float: left;
		padding: 10px 0 0 19px;
		font-size: 120%;
		font-weight: bold;
	}
		.menu ul {
		}
			.menu li {
				float: left;
				height: 25px;
				background: url(../img/menu-sep.gif) no-repeat 100% 0;
			}
			.menu li.last {
				background: none;
			}
				.menu li a:link, .menu li a:visited {
					display: block;
					float: left;
					padding: 0 15px;
					line-height: 28px;
					height: 25px;
					overflow: hidden;
					color: #FFFFFF;
					letter-spacing: 0.05em;
					text-align: right;
				}
				.menu li a:link:hover, .menu li a:visited:hover,
				.menu li.active a:link, .menu li.active a:visited {
				}


#copy {
	text-align: center;
	color: #dbe5c8;
	font-size: 9px;
}

#legal {
	text-align: center;
	padding-top: 5px;
	background-color: #385220;
	height: 17px;
}

#copy p {
	margin-top: 7px;
}

#breadcrumbs {
	height: 17px;
	padding: 3px 0 0 34px;
	background-color: #dab65c;
	color: #ffffff;
}

#breadcrumbs li {
	float: left;
}


.wrap {
	width: 100%;
	overflow: hidden;
}

.content {
	float: left;
	width: 313px;
}

.side {
	float: right;
	width: 637px;
}


#wrap p {
	line-height: 1.4;
}

.content p {
	text-align: center;
	font-weight: bold;
	margin: 0 10px 15px;
}

#wrap ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
	line-height: 1.35;
}




#middle {
	width: 162px;
	height: 655px;
    background-color: #627a4b;
	float: left;
}

#middle p{
	line-height: 1.1em;
}

#middle_tour {
	width: 637px;
	height: 510px;
    background-color: #d9e6c8;
	float: left;
	text-align: center;
	padding-top: 15px;
}

#middle p {
	padding-top: 18px;
}

#floorplans {
	width: 475px;
	height: 593px;
    background-color: #dbe5c8;
	float: right;
}

#divTRI2{
	padding:0px;
	float: right;
	width: 475px;
	height: 655px;
	background-color: #d8e5c7;
}



#features {
	width: 637px;
    background-color: #dbe5c8;
	height: 1300px;
	float: right;
}

#contact2 {
	width: 637px;
    background-color: #dbe5c8;
	height: 600px;
	float: right;
}




#contact2 h3, #features h3 {
	color: #cf4139;
	text-align: center;
	font-size: 14px;
}

#contact2 ul, #features ul {
	padding-top: 10px;
	color: #000;
}



#content_features {
	height: 1300px;
	background: url(../img/back-1.jpg) repeat-y 0 190px;
}

#content_contact {
	height: 600px;
	background: url(../img/back-1.jpg) repeat-y 0 190px;
}





.features_list {
	margin: 25px;
}

.features_list td {
	padding: 2px;
}










.normal {
	color: #000000;
	font-size: 11px;
}

#footer {
	background: #2a4312 url(../img/footer-bg.png) repeat-y 0 0;
	padding: 16px 0 10px;
	line-height: 1.6;
	text-align: center;
}
	#footer div {
		background: url(../img/logo-3.jpg) no-repeat 95% 50%;
	}
	#contact {
		font-weight: bold;
		font-size: 90%;
		color: #f8e7cb;
	}
		#contact a:link, #contact a:visited {
			color: #f8e7cb;
		}
	#notice {
		font-family: Georgia, serif;
		font-size: 90%;
		color: #FFFFFF;
	}


/*-------
// home
//-----*/

#map {
	background: url(../img/map-1.jpg) no-repeat 0 0;
	height: 421px;
	position: relative;
}

#sitemap {
	background: url(../img/siteplan.jpg) no-repeat 0 0;
	height: 421px;
	position: relative;
}

#sitemap a.enlarge:link, #sitemap a.enlarge:visited, #map a.enlarge:link, #map a.enlarge:visited {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

a.enlarge:link, a.enlarge:visited {
	display: block;
	width: 93px;
	height: 18px;
	background: url(../img/but-enlarge.png) no-repeat 0 0;
}

a.enlarge:link span, a.enlarge:visited span {
	display: block;
	text-indent: -1000em;
}


#content1 {
	height: 421px;
	background: url(../img/back-1.jpg) repeat-y 0 190px;
}

#content_floor {
	height: auto;
	background: url(../img/floor_left.jpg) repeat-y 0 190px;
}

#content_floor_tour {
	height: 525px;
	background: url(../img/floor_left_tour.jpg) repeat-y 0 190px;
}




	#logo2 {
		display: block;
		margin: 0 0 10px;
	}
		#logo2 a:link, #logo2 a:visited {
			display: block;
			width: 100%;
			height: 190px;
		}
			#logo2 a:link span, #logo2 a:visited span {
				background: url(../img/logo-2.jpg) no-repeat 0 0;
			}
	#content1 h2 {
		text-align: center;
		margin: 0 0 10px;
		font-size: 140%;
	}





#content_home {
	height: 421px;
	background: url(../img/back-home.jpg) repeat-y 0 190px;
}

.georgia {
	font-family: Georgia, serif;
	font-size: 14px;
}

.boldgeorgia {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 160%;
}

.boldgeorgia2 {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 160%;
	text-align: center;
}

#homeright {
	background: url(../img/homeright.jpg) no-repeat 0 0;
	height: 421px;
	position: relative;
}



#wrap_home {
	background: url(../img/back-home-right.jpg) no-repeat 0 0;
	height: 172px;
}

#wrap_home .boldgeorgia2 {
	margin-top: 85px;
}




#wrap2 {
	background: url(../img/back-2.jpg) no-repeat 0 0;
	height: 172px;
}
	#wrap2 .content, #wrap_home .content {
		padding: 30px 0 0;
	}

	#wrap2 .side, #wrap_home .side {
		padding: 25px 0 0 110px;
		width: 527px;
		font-family: Georgia, sans-serif;
		font-size: 140%;
	}





