@charset "utf-8";
/* CSS Document */

body{
	background: url(/images/template/bg.jpg) no-repeat #a8b6cd;	
	background-position: center 0px;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
}
/********************************************************
Page - this container holds everything on the page
********************************************************/
#page{
	width: 1278px;
	margin: auto;
	position:relative;
}
/********************************************************
Header
********************************************************/
#header{
	height: 175px;
	font-size:12px;
}	
	#logo{
		padding-top: 10px;
	}
		#logo a{
			display: block;
			height: 130px;
			width: 624px;
			background:url(/images/template/logo.png) no-repeat;
			margin: auto;
		}
	#horizontal-ruler{
		background: url(/images/template/horizontal-ruler.png) no-repeat;
		height: 4px;
		width: 1064px;
		position:absolute;
		top: 170px;
		left: 75px;
	}
/********************************************************
nav
********************************************************/
#nav{
	position: absolute;
	left:  195px;
	top: 145px;
}
	#nav ul{
		list-style: none;
		
	}
		#nav ul li{
			float: left;
		}
			#nav ul li a{
				display:block;
				height: 12px;
				margin: 0px 8px 0px 8px;
				background-position: 0px 0px;
			}
				#nav ul li a:hover{
					background-position: 0px -16px;
				}
				#nav ul li a.selected{
					background-position: 0px -16px;
				}
			#nav-resort-style-living{
				background: url(/images/template/nav/resort-style-living.png) no-repeat;
				width: 187px;
			}
			#nav-community{
				background: url(/images/template/nav/community.png) no-repeat;
				width: 112px;
			}
			#nav-floor-plans{
				background: url(/images/template/nav/floor-plans.png) no-repeat;
				width: 112px;
			}
			#nav-about{
				background: url(/images/template/nav/about.png) no-repeat;
				width: 58px;
			}
			#nav-clubhouse{
				background: url(/images/template/nav/clubhouse.png) no-repeat;
				width: 98px;
			}
			#nav-sport-park{
				background: url(/images/template/nav/sport-park.png) no-repeat;
				width: 100px;
			}
			#nav-contact{
				background: url(/images/template/nav/contact.png) no-repeat;
				width: 84px;
			}
/********************************************************
content_pane
********************************************************/
#content-pane{
	height: 580px;
	width: 929px;
	margin: auto;
	background: url(/images/template/content-bg-normal.png) no-repeat;
	position:relative;
	padding: 29px 50px 50px 35px;
}
	#content{
		position: relative;
		height: 598px;
	}
		#content img.header{
			margin: 0px 0px 10px 10px;	
		}
/********************************************************
dropdown
********************************************************/
#dropdown{
	overflow: hidden;
	height: 39px;
	position:absolute;
	top: 29px;
	left: 197px;
	z-index:1000;
	font-size:12px;
}
	#dropdown-content{
		margin-top: -160px;
	}
		#dropdown-bg-wrapper{
			padding: 0px 7px 0px 2px;
		}
			#dropdown-bg{
				background-color: #e9f5f8;
				padding: 10px 10px 0px 10px;
				height: 150px; /*need to set a height so firefox and ie are the exact same height, otherwise there is a pixel of overflow*/
				width: 146px;
			}
				#dropdown-bg p{
					margin-bottom: 0px;
					padding-bottom: 10px;
				}
				#dropdown-bg a{
					text-decoration: underline;
					color: #2e89c2;
				}
	#dropdown-tab{
		background:url(/images/template/dropdown/blue-tab-bg.png);
		display: block;
		height: 49px;
		width: 175px;
		font-size: 10px;
		font-weight: bold;
		text-align:center;
		color: white;
	}
/********************************************************
footer
********************************************************/
#footer{
	position:relative;
	color: #384863;
	font-size: 12px;
	text-align: center;
}
	#footer a{
		background:url(/images/template/emerald-park-villas.png) no-repeat;
		padding-left: 80px;
		display: inline-block;
		height: 30px;
		vertical-align: middle;
		margin-left: 5px;
		padding-top: 12px;
		color: #384863;
	}
		#footer a:hover{
			color: white;
			background-position: 0px -42px;
		}
		
		
/********************************************************
general classes
********************************************************/	
#content ul.bullet{
	margin-left: 15px;	
}
#content ul.bullet li {
	list-style:disc outside;	
}
div.hr{
	margin: 1em;
	background-color: white;
	height:1px;	
}
#content ul.softReturn{
	margin-top: 0px;	
}
#content p.softReturn{
	margin-bottom: 0px;	
}
div.verticalLine{
	height: 185px;
	width: 1px;
	background-color: #765737;
	margin-top: 20px;
}
div.horizontalLine{
	width: 80%;
	height: 1px;
	margin: auto;
	background-color: #765737;
}

/**********************************************************
/ add this button that goes on top right of the pages
**********************************************************/
.addthis-top-right {
	float:right; 
	margin:14px 0 0 0;
}