/*-------
// 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,caption {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; 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; }

.floorplans {
	padding: 25px 0;
}

.floorplans img {
	float: right;
}



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

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

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #c1a152 url(../img/body-bg.png) no-repeat 0 0;
	padding: 122px 0 10px;
}


#page {
	width: 900px;
	margin: 0 auto 15px;
	font-size: 1.1em;
	text-align: left;
	color: #000000;
	background: #e9dec5 url(../img/page-bg.gif) repeat-y 0 0;
}

#page2 {
	position: relative;
	background: url(../img/page-b.png) no-repeat 0 100%;
}

#page2 div.brochure {
	position: absolute;
	top: 600px;
	left: 615px;
	height: 12px;
	padding: 9px 15px;
	background-color: #f4efe2;
	text-transform: uppercase;
}

.lightblue {
	color: #378abf;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	padding-bottom: 7px;
}

#top {
	position: relative;
	height: 127px;
	font-family: Verdana, sans-serif;
	background: #ffffff url(../img/shadow.gif) no-repeat 0 90px;
}

#logo {
	float: left;
	padding: 10px 40px 0 30px;
}

#logo a:link, #logo a:visited {
	display: block;
	width: 205px;
	height: 86px;
}

#logo a:link span, #logo a:visited span {
	background: url(../img/logo-1.png) no-repeat 0 0;
}

#logo2 {
	float: right;
	padding: 52px 11px 0 0;
}

#logo2 a:link, #logo2 a:visited {
	display: block;
	width: 212px;
	height: 36px;
}

#logo2 a:link span, #logo2 a:visited span {
	background: url(../img/logo.gif) no-repeat 0 0;
}





#menu {
	position: absolute;
	top: 106px;
	left: 10px;
	padding: 4px 0 0 0;
	font-size: 90.91%;
	text-transform: uppercase;
	background-color: #00457c;
	height: 17px;
	width: 880px;
}

#menu ul {
}

#menu li {
	float: left;
}

#menu li.first {
	padding-left: 20px;
}

#menu li.last {
	background: none;
}

#menu li a:link, #menu li a:visited {
	display: block;
	float: left;
	padding: 0 42px;
	color: #fff;
}

#menu li a:link:hover, #menu li a:visited:hover,
#menu li.active a:link, #menu li.active a:visited {
}






#flash {
	width: 880px;
	height: 468px;
	padding-left: 10px;
}





#wrap {
	padding-top: 25px;
	margin: 0 35px;
	width: 830px;
}

#wrap p {
	line-height: 1.75;
	margin: 0 0 1.5em;
	padding: 0 26px;
}

#wrap ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
	line-height: 1.35;
	padding: 0 30px;
	width: 400px;
}

#wrap ul li{
	padding-top: 5px;
}

.brown {
	color: #9d633e;
	font-weight: bold;
}

#wrap h2 {
	margin: 0 -25px 10px;
	padding: 0 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.5;
	color: #164a80;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#wrap_siteplan {
	width: 881px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	font-size: 1em;
	color: #000000;
}

#footer a:link, #footer a:visited {
	color: #000;
}

#footer .links {
	float: left;
	margin: 0 50px 0 0;
	font-size: 110%;
}

#footer .links a:link, #footer .links a:visited {
	padding: 0 15px 0 0;
}

#footer .design {
	float: left;
	padding-left: 250px;
	font-size: 90%;
	position: relative;
	width: 190px;
}

#footer .design a:link, #footer .design a:visited {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 111px;
	height: 12px;
	text-indent: -1000em;
	background: url(../img/t-designed.png) no-repeat 0 0;
}

#footer .eho {
	float: right;
	padding: 0 20px 0 0;
	display: block;
	width: 14px;
	height: 11px;
	background: url(../img/icon-top.png) no-repeat 0 0;
}
	


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

.cols {
	width: 100%;
	overflow: hidden;
}
	.cols .col1 {
		float: left;
		width: 400px;
	}
	.cols .col2 {
		float: right;
		width: 400px;
	}
	
		/* contact page*/
		.cols .cola {
			float: left;
			width: 300px;
		}
		.cols .colb {
			float: right;
			width: 600px;
		}
		/* end contact page*/

		
		/* feat page*/
		.cols .col_feat_left {
			float: left;
			width: 375px;
		}

		.cols .col_feat_left #featlist {
			width: 90%;
		}

		.cols .col_feat_left #featlist2 {
			width: 70%;
		}


		.cols .col_feat_right {
			float: right;
			width: 375px;
		}

		.cols .col_feat_right #featlist {
			width: 90%;
		}

		.cols .col_feat_right #featlist2 {
			width: 70%;
		}

		/* end feat page*/



.italic {
	font-style: italic;
}	

.phone_blue {
	font-weight: bold;
	font-size: 120%;
	color: #003e7a ;
}		

.feat_title {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 120%;
}	

.feat_color_title {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 140%;
	color: #cfba84
}	

		
.cols .col1_loc {
	float: left;
	width: 325px;
}

.cols .col2_loc {
	float: right;
	width: 450px;
}

.col2_loc #image {
	float: left;
	width: 162px;
}

.col2_loc #box {
	float: right;
	width: 265px;
	overflow: hidden;
}

#box p {
	margin: 0;
	padding: 0;
}

#box h3 {
	font-family: Verdana, sans-serif;
	font-size: 118.2%;
	font-weight: normal;
	line-height: 1.25;
	color: #003e7a;
	margin: 0 0 1.5em;
}




.box {
	margin: 0 0 15px;
	width: 220px;
	padding: 15px 0 0 180px;
	overflow: hidden;
	position: relative;
}
	.box .img {
		float: left;
		position: relative;
		left: -180px;
		margin: 0 -180px 0 0;
		width: 180px;
		text-align: center;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #003e7a;
	}
		.box .img img {
			display: block;
			margin: 0 auto 20px;
		}
	.box h3 {
		font-family: Verdana, sans-serif;
		font-size: 118.2%;
		font-weight: normal;
		line-height: 1.25;
		color: #003e7a;
		margin: 0 0 1.5em;
	}
	.box p {
	}
	p.more {		
	}
		p.more a:link, p.more a:visited {
			color: #000000;
			font-style: italic;
			text-decoration: underline;
		}
		p.more a:link:hover, p.more a:visited:hover {
			text-decoration: none;
		}


