/* CSS Document */

body {
	text-align: center;
	min-width: 740px;
	padding: 0;
	margin: 0;
	font: 11px Arial, "Trebuchet MS", Verdana, sans-serif;
	color:#5a5a5a;
}

#wrapper {
	text-align: left;
	width: 720px;
	margin:20px auto;
	padding: 0;
	border:solid 1px #8F8F8F;
}

#content {
	margin: 0 20px 0 202px;
}

#content .inner {
	padding-top: 30px;
	margin: 0 ;
}

#side {
	float: left;
	width: 180px;
	margin: 0px 0 0 0px;
	padding:0;
}

#side .inner {
	padding:55px 0px 0 30px;
	margin: 0;
}

#footer #facebook-link {
	margin:-10px 0 0 30px;
	float:left;
}
#footer #facebook-link a {
	text-indent:-9999px;
	display:block;
	height:44px;
	width:144px;
	background:url('../images/facebook.gif') no-repeat;
}

#footer {
	margin-top: 10px;
	clear: both;
	font-size:10px;
}
#footer .inner {
	margin: 55px 0 10px 0;
	padding:0 0 0 202px;
}
/*image styles*/
#banner_img {

}
#banner_img img {
	display:block;
	margin:0 auto;
}
/*navigation styles*/
#side_nav {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:10px;
	color:#999;
	font-weight:bolder;
}
#side_nav  li ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;	
}
#side_nav li {
	padding:5px 0;
}
 #side_nav li ul li {
	padding:7px 0 0 0;
}
#side_nav li a {
	color:#0054ad;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.0125em;
}
#side_nav li a:hover {
	color:#999;
}
#side_nav a.selected {
	color:#999;
}
#nav {
	background: url('../images/logo.gif') no-repeat scroll bottom;
	margin:0 auto;
	padding:0 0 0 156px;
	height: 66px;
}
#nav ul {
	list-style-type:none;
	height: 43px;
	list-style: none;
	display: block;
	overflow: hidden;
}
#nav li {
	list-style: none;
	display: block;
	padding:0;
	float:left;
}
#nav a {
	float: left;
	padding: 22px 17px 0 0px;
	margin:18px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -22px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -22px;
	}
/*the specific link id that show nav images*/
#builders a  {
	width: 66px;
	background: url(../images/builders.gif) top left no-repeat;
	}
#communities a  {
	width: 66px;
	background: url(../images/communities.gif) top left no-repeat;
	}
#development a  {
	width: 66px;
	background: url(../images/dev.gif) top left no-repeat;
}
#homes a  {
	width: 66px;
	background: url(../images/homes.gif) top left no-repeat;
}
#prop_mng a  {
	width: 66px;
	background: url(../images/prop_mng.gif) top left no-repeat;
}
#wlc a {
	width:78px;
	background: url(../images/wlc.gif) top left no-repeat;
	
}
/* ========= */
/* = links = */
/* ========= */
a {
	text-decoration:none;
}
#content a:link, #content a:visited {
	color:#0054ad;
	}
#content a:hover, #content a:active {
	color:#999;
}
#footer a:link, #footer a:visited {
	color:#0054ad;
}
#footer a:hover, #footer a:active {
	color:#999;
}
/*	typography */
#content h2 {
	font-size:15px;
	font-weight:normal;
	color:#5a5a5a;
}
#content p, #content h1,#content h2, #content h3, #content h4, #content h5, #content h6 {
	width:350px;
}
p {
	line-height:14px;
}
.feature_container {
	height:15px;
	width:660px;
	margin:0px 0 0 30px;
	padding:3px 0px;
	float:left;
}
.feature_container p {
	padding:0;
	margin:0;
}
.feature_container .description {
	font-size:10px;
	float:right;
	padding-right:10px;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}
.quote {
	color:#999;
	font-style: italic;
	font-size:95%;
}

.investor-file-list {
	/*border:solid #8F8F8F;
	border-width:0 0 0 1px;*/
	margin:0;
	padding:0;
	list-style:none;
}
.investor-file-list li {
	margin:3px 0;
/*	padding: 0 0 0 10px;
	background:url(../images/file_list_bullet.gif) no-repeat left;*/
	list-style:none;
}

.p7AB {
	width:390px;
}
.p7AB p {
	width:350px !important;
}
.p7AB h1,.p7AB h2, .p7AB h3, .p7AB h4, .p7AB h5, .p7AB h6 {
	width:390px !important;
}

/* ========== */
/* = images = */
/* ========== */
.right {
	float:right;
	margin:0px;
}
.close_button {
	display:block;
	margin:0 0 0 103px;
}
/* ========== */
/* = tables = */
/* ========== */
td {
	padding:5px;
}
.table_heading {
	border-bottom:solid 1px #ccc;
	font-weight:bold;
}