@charset "utf-8";
/* CSS Document */


/* body */
body {
	background-color:#CCC;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}


/* content */
#content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
}

/* p spacing */
#p_space1 p {
	margin-top:0em;
	margin-bottom:1em;
}

/* content background */
.main_bg {
	width:800px;
	background-color: #DDD;
}

.main_bg p {
	margin:0px;;
}

.main_bg_top { 
	background: url(../images/global/main_tr.png) no-repeat top right; 
}

.main_bg_bottom {
	background: url(../images/global/main_br.png) no-repeat top right; 
}

.cont_bg {
	margin-left:8px;
	background-color: #B89A62;
	color: #FFF;
}

.cont_bg p {
	margin:0px;
}

.cont_bg_top { 
	background: url(../images/global/cont_tr.png) no-repeat top right; 
}

.cont_bg_bottom {
	background: url(../images/global/cont_br.png) no-repeat top right; 
}

img {
	border:0;
}

img.corner {
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
}


/* general */
a {
	color:transparent;
	text-decoration:none;
}

h1 {
	color:#41341d;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}

h2 {
	color:#41341d;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	line-height:10px;
}

h3 {
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
}

h6 {
	font-size:13px;
	margin-top:0.8em;
	margin-bottom:.2em;
}

/* header */
#header {
	background-image:url(../images/global/headerBG.gif);
	background-repeat:repeat-x;
	height:121px;
	margin-top:40px;
	margin-bottom:29px;
}

#hlogo {
	position:relative;
	width:800px;
	margin:0 auto;
	right:10px;
	top:-1px;
}

#menu {
	position:relative;
	width:800px;
	height:32px;
	margin:0 auto;
	top:9px;
}


/* content */
#view_search {
	color:#353535;
}

#view_search a {
	color:#353535;
}

#view_search a:hover {
	color:#000;
	text-decoration:underline;
}

/* view commercial */
#view_com {
	color:#353535;
}

#view_com a:hover {
	color:#353535;
}


/* floor plans */
#fplans_main {
	background-image: url(../images/global/fplans_bg.png);
	background-repeat:no-repeat;
	width:801px;
	height:740px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:10px;
}

	
/* footer */
#footer {
	background-image: url(../images/global/footerBG.gif);
	background-repeat:repeat-x;
	height:76px;
	margin-top:10px;
}

#flogo {
	position:relative;
	width:800px;
	right:345px;
	top:8px;
}

#ftext {
	position:relative;
	width:800px;
	top:-46px;
	font-size:11px;
	color:#454545;
	line-height:5px;
}

#ftext a {
	font-size:10px;
	text-decoration:underline;
	color:#454545;
	padding:3px;
}

#ftext a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#plogo {
	position:relative;
	bottom:80px;
	left:320px;
}