/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}

html {
	background-image:url(images/BGtile.jpg);
}
	
body {
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	}
	
a:link, a:visited {
	color:#5B200B;
	}
a:hover {
	text-decoration:none;
	}

p {
	text-indent:1em;
	margin:2px;
}

ul {
	margin-left:30px;
	}
	
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:6px 0 8px;
	color:#591F0B;
	}
h2 {
	margin:0px;
	}
	
.ImgRight {
	float:right;
	margin:5px;
	}
.ImgLeft {
	float:left;
	margin:5px;
	}
	
.HideForPrint {
	display:none;
	}

#container {
	position:relative;
	width:600px;
	margin:0 auto;
}

#header {
	display:none;
}

#navcontainer {
	display:none;
}
#navcontainer ul {
	display:none;
	}

#homeContent {
	background:none;
	height:335px;
	width:600px;
	position:relative;
	padding:15px;
	color:#000000;
}

#innerContent {
	background:url(images/innerBGtile.jpg) repeat-y;
	width:600px;
	margin:0px;
	padding:10px;
	color:#000000;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

/* Communities */

.CommunityDiv {
	width:210px;
	height:75px;
	_width:218px;
	_height:102px;
	float:none;
	display:inline-table;
	margin:4px;
	font-size:12px;
	padding:35px 10px 10px 35px;
	background:none !important;
	}
.CommunityDiv a:link, .CommunityDiv a:visited {
	color:#000000;
	font-size:16px;
	}
.CommunityDiv a:hover {
	text-decoration:none;
	}
#CommunityMap {
	float:right;
	text-align:center;
	margin:12px 10px 5px 10px;
	}
#mapContainer {
	height:300px;
	 border:#54351F 2px solid;
	}
.CommunityName {
	display:block;
	font-size:24px;
	width:650px;
	height:25px;
	float:left;
	}
	
/* Community Details */
#CommunityLinks {
	width:175px;
	float:right;
	}
#CommunityLinks a:link, #CommunityLinks a:visited {
	font-weight:bold;
	line-height:1.5em;
	font-size:12px;
	color:#000000;
	}
	
.navTab {
	float:left;
	height:13px;
	font-family:Verdana; 
	font-size:10px; 
	padding:3px;
	color:#111;
	font-weight:bold;
	border-right:1px solid #54351f;
	border-top:1px solid #54351f;
	background:url(images/navtab_hover.jpg) no-repeat;
	cursor:pointer;
}
.navTab:link, .navTab:visited {
	height:13px;
	font-family:Verdana; 
	font-size:10px; 
	padding:3px;
	color:#111;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #54351f;
	border-top:1px solid #54351f;
	background:url(images/navtab_hover.jpg) no-repeat;
	cursor:pointer;
}
.mainPanelContent {
	width:585px;
	float:right;
	padding:12px;
	background-color:#FFFFFF;
	border:#54351f 1px solid;
	clear:both;
	min-height:350px;
	height:auto;
}
.GalleryDiv {
	background-color:#EFEBE7;
	float:left;
	height:120px;
	border:1px solid  #CCCCCC;
	margin:2px;
	padding:5px;
	}
/* End Community Details */
	
/* End Communitites */


/* plans */

#sortdiv {
	width:560px;
	padding:5px;
	font-size:12px;
	color:#000000;
	height:50px;
	}

.plandiv {
	width:125px;
	height:165px;
	_width:182px;
	_height:184px;
	float:none;
	display:inline-table;
	text-align:center;
	color:#5d1010;
	padding-top:25px;
	padding-right:8px;
	margin:10px 20px;
	background:url(images/plan_bg2.png) no-repeat;
	}
.plandiv a:link, .plandiv a:visited {
	color:#000000;
	font-weight:bold;
	}
.plandiv a:hover {
	text-decoration:none;
	}

.plandiv a:link img, .plandiv a:visited img {
	border:2px #F7F7D5 ridge;
	}
.plandiv a:hover img {
	border:2px #e4e4be ridge;
	}
	
/* End Plans */

/* Plan Details */

#PlanDetailTable {
	width:600px;
	margin:0px;
	}

.PlanImagesTable {
	width:300px;
	margin:0 auto;
	border:#5B200B 2px solid;
	}
.PlanImagesTable td {
	background-color:#FFF;
	}
	
.ElevationImage {
	float:left;
	margin:15px;
	}
.ElevationImage a:link img, .ElevationImage a:visited img {
	border:#5B200B 1px solid;
	}
.ElevationImage a:hover img {
	border:#666 1px solid
	}
	
.PlanImage {
	float:left;
	margin:15px;
	}
.PlanImage a:link img, .PlanImage a:visited img {
	border:#5B200B 1px solid;
	}
.PlanImage a:hover img {
	border:#666 1px solid
	}
	
#PlanDesc {
	border:#5B200B 2px solid;
	background-color:#FFF;
	color:#000000;
	width:250px;
	margin:0 auto;
	}
#PlanDesc tr td {
	padding:3px;
	border-bottom:#5B200B 1px dashed;
	}
	
.exceptional {
	list-style:none;
	list-style-type:none;
	margin:5px;
	}
.exceptional li {
	margin:5px;
	}
.exceptional li a, .exceptional li a:visited {
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	}
.exceptional li a:hover {
	text-decoration:underline;
	}
.exceptional li ul {
	list-style:inside;
	font-size:11px;
	padding:2px;
	margin:2px;
	color:#000000;
	}
	
.divPic {
	width:16px;
	height:16px;
	}
.divFIX {
	width:16px;
	height:16px;
	float:left;
	background:url(../images/doorC.gif) no-repeat;
	margin-right:5px;
	}
	
#divLeft {
	float:left;
	width:325px;
	margin:5px;
	}
#divRight {
	float:left;
	width:325px;
	margin:5px;
	}
/* End Plan Details */

#InformationBlock {
	border:#5B200B 2px solid;
	background-color:#FFF;
	color:#000000;
	width:250px;
	margin:0 auto;
	}
#InformationBlock tr td {
	padding:3px;
	border-bottom:#5B200B 1px dashed;
	}

/* Available Homes */

#AvailableContainer {
	width:600px;
	margin:0 auto;
	}

#AvailableSort {
	width:600px;
	margin:0 auto;
	}
#AvailableSort tr td {
	padding:2px;
	}
	
.AvailableDiv {
	width:250px;
	height:105px;
	_width:330px;
	_height:150px;
	float:none;
	display:inline-table;
	margin:5px;
	}
.AvailableInfoRight {
	cursor:pointer;
	width:112px;
	height:80px;
	float:left;
	text-align:left;
	margin:3px;
	margin-top:21px;
	padding:5px;
	}

.imagewrapperleft {
	float:left;
	margin:5px;
	margin-top:20px;
	}

.address {
	color:#000000;
	font-size:11px;
	}
.price {
	color:#990000;
	font-weight:bold;
	font-size:14px;
	}
.bedrooms {
	color:#000000;
	font-size:11px;
	}
.bathrooms {
	color:#000000;
	font-size:11px;
	}
	
	
/* Listing Details */

#ListingDetailTable {
	width:700px;
	margin:0 auto;
	}
#ListingDetailTable td {
	padding:3px;
	}
	
#ListingImagesTable {
	border:#5B200B 2px solid;
	background-color:#FFF;
	width:330px;
	margin:0 auto;
	}
#ListingImagesTable td {
	text-align:center;
	}
#ListingImageDiv {
	background-color:#FFF;
	border:#5B200B 2px solid;
	text-align:center;
	margin-top;:2px;
	width:330px;
	}
	
.thumbimages {
	float:left;
	margin:25px;
	}
.thumbimages a:link img, .thumbimages a:visited img {
	border:#5B200B 1px solid;
	}
.thumbimages a:hover img {
	border:#666 1px solid;
	}
	
#ListingDescriptionTable {
	background-color:#FFF;
	border:#5B200B 2px solid;
	width:250px;
	margin:0 auto;
	}
#ListingDescriptionTable td {
	padding:5px;
	text-align:center;
	}

/* End Listing Details */
	
/* End Available Homes */

/* Contact Page */
#ContactTableOne {
	width:300px;
	height:315px;
	float:left;
	}
#ContactTableOne td {
	padding:2px;
	}
#ContactTableTwo {
	width:300px;
	height:315px;
	float:left;
	}
#ContactTableTwo td {
	padding:2px;
	}
	
.contactinput {
	width:181px;
	height:17px;
	background:url(/images/contact_input.gif) no-repeat left;
	padding:3px;
	border:#54351f 1px solid;
	}
*html .contactinput {
	background:url(/images/contact_input.gif) no-repeat fixed left;
	}
.contacttextarea {
	width:200px;
	height:90px;
	background-color:#FFF;
	border:#54351f 2px solid;
	padding:5px;
	}
.contactselect {
	width:65px;
	height:20px;
	background-color:#FFF;
	border:#54351f 2px solid;
	color:#54351f;
	}
.contactradio {
	width:17px;
	height:17px;
	margin:2px;
	}
.contactcheckbox {
	vertical-align:middle;
	margin:1px;
	}
.contactsend {
	margin:3px;
	border:#54351f 1px solid;
	background-color:#FFF;
	}
	
#contactcontainer {
	width:620px;
	margin:0 auto;
	}
	
#dividervert {
	width:5px;
	margin-left:5px;
	margin-right:5px;
	height:325px;
	float:left;
	background:url(../images/vertdivider.jpg) no-repeat;
	}
	
#messagekey {
	display:block;
	width:50px;
	height:30px;
	margin:5px;
	padding:5px;
	font-weight:normal;
	border:1px solid #54351f;
	background-color:#FFF;
	text-align:center;
	font-family:Verdana;
	font-size:18px;
	}
	
/* End Contact Page */

/* Testimonials */

.sig {
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:4px;
	}

/* End Testimonais */

#footer {
	display:none;
}

#bottomNav {
	display:none;
}

#bcfooter {
	display:none;
}

.NoBorder {
	border:none !important;
	border-bottom:none !important;
	border-top:none !important;
	border-right:none !important;
	border-left:none !important;
	}