/* General Layout */

body, form, p, table, tr, td, th, br, div, span
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size :11px; color: #003823;
	line-height:150%;
	vertical-align:top;
	text-align:left;
	
	
}
body
{
    padding: 0px; margin: 0px; background: #83D161; text-align:center; 
}

h1{font-size :14px;font-weight:bold;padding:0px; margin:0px;}
h2{font-size :13px;font-weight:bold;padding:0px; margin:0px;}
h3{font-size :12px;font-weight:bold;padding:0px; margin:0px;}

ol,ul {margin-left:10px; padding-left:10px; }

li {}

select{font-size:12px; margin-top:2px;}
option{font-size:12px; color: #50007D; }
textarea{font-size:12px; color: #50007D;}
input{font-size:12px; color: #50007D; }
img {border: none 0px #ffffff;}

/* URLS */
a:LINK {text-decoration:underline; color:#C7590C; font-weight:bold; }
a:VISITED {text-decoration:underline; color:#C7590C; font-weight:bold; }
a:HOVER {text-decoration:underline; color:#FFCC01; font-weight:bold; }
a:ACTIVE {text-decoration:underline; color:#C7590C; font-weight:bold; }

#divWrapper
{
		position:absolute;
		margin-left:-385px;
		left:50%;
		width:770px; text-align:left;
		border:solid 3px #005032;
}
#divLHSMenu
{
	width:244px; float:left;background-image:url('static_images/lhs_bg.gif');  background-repeat:repeat-y;
}
#divMainContent
{
	width:524px;
	float:left;
	background-image:url('static_images/rhs_bg.jpg');  background-repeat:no-repeat;
}
#divFloorPlans
{
	width:524px;
	float:none;
	height:200px;
	border: solid 1px red;
}
#divFeaturesCol1
{
	padding:20px;
	width:220px;
	float:left;
}
#divFeaturesCol2
{
	padding:20px;
	width:220px;
	float:left;
}
#divFooterLogos
{
	text-align:right;
	float:none;
}