/* 
CSS for Grove at Wesley Chapel
*/


html {
	overflow-y: scroll;
}
body {
	width: 100%;
	margin: 0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #b0c092;
}
a, a:visited {
	color:#5c7c31;	
}
a:hover {
	color:#000;
	text-decoration:none;
}
img {
	border:none;
}
h1 {
	font-weight:normal;
	font-size:20px;
}
h2 {
	font-weight:bold;
	font-size:18px;
	color:#5c7c31;
}
h3 {
	font-weight:bold;
	font-size:14px;
	color:#5c7c31;
}
h4 {
	font-weight:bold;
	font-size:12px;
	color:#5c7c31;
}
#wrapper {
	width: 899px;
	margin: 0 auto;
	background: url(../images/common/wrapper_bg.png) top left repeat-y;
	border-width: 0 3px 3px 3px;
	border-color: #FFF;
	border-style: solid;
}

/*start header here*/
#header {
	width:100%;
	height:63px;
	float:left;
	position:relative;
	background: #fff url(../images/common/header_bg_grn2.png) top left no-repeat;
}
#header h1 {
	width:200px;
	height:60px;
	float:left;
	position:relative;
	margin:0 0 0 0;
}
#header h1 a {
	width:200px;
	height:60px;
	float:left;
	position:relative;
	margin:0 0 0 0;
	display:block;
	text-indent:-2000px;
}	
	
/* start top menu */
#topmenu {
	width:100%;
	float:left;
	position:relative;
	text-align:right;
	margin:-25px 0 0 0;
}
#topmenu ul {
	float:right;
	height:25px;
	position:relative;
	margin:0 0 0 0;
	padding:0 20px 0 40px;
	background:url(../images/common/top_menu_bg.png) top left;
}
#topmenu ul li {
	display:inline;	
	float:left;
	position:relative;
}
#topmenu ul li a {
	float:left;
	position:relative;
	margin:5px 0 0 0;
	padding:2px 10px 0 10px;
	text-decoration:none;
	font-size:11px;
	font-weight: normal;
	color:#a44122;
	text-transform:uppercase;
}
#topmenu ul li a:hover,
#topmenu ul li a#active_menu-nav,
#leasing a.leasing {
	color:#000000;
	text-transform:uppercase;
}

/* start main menu */
#menu {
	width:100%;
	height:26px;
	float:left;
	position:relative;
	background:#b2612f;
}
#menu ul {
	float:right;
	position:relative;
	margin:0 0 0 0;
	padding:0 20px 0 0;
}
#menu ul li {
	display:inline;	
	float:left;
	line-height:26px;
}
#menu ul li a {
	padding:0 10px 0 10px;
	font-size:11px;
	color:#e5d3be;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
}
#menu ul li a:hover,
#homepage a.homepage,
#directory a.directory,
#directions a.directions,
#contact a.contact {
	color:#fff;
}
#cityname { 
	width:300px;
	padding:0 0 0 30px;
	font-size:11px;
	color:#fff;
	text-align:left;
	line-height:24px;
	float:left;
}

/* start banners */
#banner {
	width:100%;
	float:left;
	position:relative;
	margin:0 0 10px 0;
	padding:0;
	border-bottom: 13px solid #b2612f;
}

/* start content */
#content {
	width:100%;
	float:left;
	position:relative;
	text-align: justify;
}
#content .left {
	width:590px;
	float:left;
	position:relative;
	padding:0 0 0 30px;
}
#content .left_right_mid {
	width:450px;
	float:left;
	position:relative;
	padding:0 0 0 30px;
}
#content .right_mid {
	width:390px;
	float:right;
	position:relative;
	padding:20px 0 10px 10px;
}	
#content .left_right {
	width:830px;
	float:left;
	position:relative;
	padding:0 0 0 30px;
}
#content .right {
	width:240px;
	float:right;
	position:relative;
	padding:20px 0 0 30px;
}
#content ul#mainlevel-tabbed {
	width:100%;
	float:left;
	position:relative;
	display:block;
	margin:10px 0 -10px -40px;
}	
#content ul#mainlevel-tabbed li {
	width:168px;
	height:31px;
	list-style:none;
	display:inline;
	float:left;
	position:relative;
	padding:10px 0 0 0px;
	text-align:center;
	margin:0 3px 0 0px;
	background:url(../images/common/tabbed_menu_bg.jpg) top left no-repeat;
}	
#content ul#mainlevel-tabbed li	a {
	text-decoration:none;
	color:#000000;
}
#content ul#mainlevel-tabbed li	a:hover,
#content ul#mainlevel-tabbed li	a#active_menu-tabbed {
	text-decoration:none;
	color:#b7001c;
}	
		
#content .tab {
	width:580px;
	float:left;
	position:relative;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:0 0 20px 0;
	padding:5px;
	/*background:url(../images/common/tabbed_bg.png) top left repeat-x;*/
}
	
.module-box {
	width:180px;
	min-height:300px;
	padding:15px 15px 0 15px;
	background:url(../images/common/module-box.png) top left no-repeat;
}

.module-rounded {
	width:357px;
	float:left;
	position:relative;
}
.module-rounded div  {
	width:100%;
	float:left;
	position:relative;
	background:url(../images/common/module-rounded-top.png) top left no-repeat;
}	
.module-rounded div div {
	width:100%;
	float:left;
	position:relative;
	background:url(../images/common/module-rounded-bottom.png) bottom left no-repeat;
}
.module-rounded div div div {
	width:340px;
	background:none;
	float:left;
	position:relative;
	margin:20px 10px 20px 15px;
}
/*start footer */
#footer {
	width:100%;
	height:116px;
	float:left;
	position:relative;
	background:url(../images/common/footer_bg_grn2.png) top left no-repeat;
}
#footer .left {
	float:left;
	position:relative;
	font-size:10px;
	color:#8d8d8d;
	padding:8px 0 0 20px;
}
#footer .left a {
	color:#8d8d8d;
	text-decoration:underline;
}
#footer .left a:hover {
	color:#5a7c2b;
	text-decoration:underline;
}
#footer .right {
	float:right;
	position:relative;
	font-size:10px;
	color:#8d8d8d;
	padding:8px 30px 0 0px;
}
#footer .right a {
	color:#5a7c2b;
	text-decoration:none;
}

/* start with component */
.pdfLinks {
	list-style:none;
	margin: 0;
	padding: 10px 0;	
}
.pdfLinks li {
	list-style:none;
	margin: 0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
.pdfLinks a {
	text-decoration:none;
	color:#333;
	margin:0;
	padding: 2px 0 0 20px;
	line-height:120%;
	background: transparent url(../images/common/pdf_icon.png) no-repeat top left;
}
.pdfLinks a:hover {
	color:#5c7c31;
	background: transparent url(../images/common/pdf.png) no-repeat top left;
}

.pdfLinks_size {
	font-size: 9px;
	color:#999;
}

ul.bullets li {
	margin: 0;
	padding: 0 0 5px 0;
}

.module-box p {
	margin: 0;
	padding: 0 0 15px 0;
}

.hdr {
	color:#5c7c31;
}
