@charset "utf-8";
#container {
	background-color: #761856;
	background-image: url(../images/topbar.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container1 {
	background-image: url(../images/bg_repeat.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #761856;
   height: expression( this.scrollHeight < 789 ? "789px" : "auto" ); /* sets min-height for IE */
   min-height: 789px; /* sets min-height value for all standards-compliant browsers */	
}
#container2 {
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 956px;
	margin: auto;
}
#content {
	width: 900px;
	margin: auto;
}
#homecontent {
	background: url(../images/lifestyle.jpg) no-repeat top left;
	height: expression( this.scrollHeight < 500 ? "500px" : "auto" ); /* sets min-height for IE */
   	min-height: 500px; /* sets min-height value for all standards-compliant browsers */	
}
#homeleft {
	width:370px;
	margin: 350px 0 40px 56px;
	float: left;
}
#homeright {
	width: 460px;
	float: right;
}
#tour {
	width: 344px;
	float: right;
}
#messages {
	width: 311px;
	float: right;
	margin-right: 70px;
}
#spanish,
#quotation,
#starbucks {
	/*font-size:28px;
	color: #7b1b59;*/
	text-align: right;
	padding-top: 20px;
}
/*#quotation p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
#quotation .quotelink {
	background: url(../images/arrow.png) no-repeat top right;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
#quotation a:hover {
	text-decoration: none;
}*/
#adblock {
	padding-top: 50px;
	text-align:right;
}
#maincontent {
	height: expression( this.scrollHeight < 600 ? "600px" : "auto" ); /* sets min-height for IE */
   	min-height: 600px; /* sets min-height value for all standards-compliant browsers */	
	background: url(../images/insidebg.gif) repeat-y top left;
}
#mainleft {
	width: 185px;
	margin: 20px 20px 20px 30px;
	float: left;
	font-size: 85%;
}
#mainleft h1 {
	color: #5d1a4d;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
}
#mainright {
	width: 540px;
	margin: 20px 80px 20px 0px;
	float:right;
}
#bottomright {
	float: right;
	width: 300px;
	margin-left: 10px;
}
#mainleft {
	width: 185px;
	margin: 20px 20px 20px 30px;
	float: left;
	font-size: 85%;
}
#mainright .breadcrumbs {
	font-size: 85%;
	text-transform: uppercase;
}
#mainright h1 {
	color: #5d1a4d;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-top: 28px;
}
#mainright h2 {
	color: #5d1a4d;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 24px;
}
#mainright .title {
	font-size: 12px;
}
#menu {
	width: 682px;
	margin: 0 auto;
	background: url(../images/menu682.png) no-repeat top left;
	padding-left: 12px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	height: 40px;
	line-height: 30px;
	background: url(../images/menubreak.gif) no-repeat left top;
}
#menu a {
	color: #e5eff9;
	display: block;
	text-align: center;
	height: 40px;
}
#menu a:hover {
	color: #731b56;
	text-decoration: none;
}
#menu ul ul {
	background: url(../images/submenubg.png) bottom left no-repeat;
	border-top: solid 1px #dbdc6f;
}
#menu ul ul a {
	width: 139px;
	text-align: left;
	padding: 6px;
	height: auto;
	color: #a68c63;
	background: url(../images/submenubreak.gif) no-repeat bottom left;
}
#menu .lastsub {
	background: none;
}
#menu ul ul a:hover {
	color: #731b56;
}
#menu li {position: relative;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul {
	display: block;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul,div#menu ul ul li:hover ul,div#menu ul ul ul li:hover ul{
	display: block;
}
#menu #home {
	background: none;
}
#menu #home a {
	width: 62px;
}
#menu #home a:hover {
	background: url(../images/home_ro.png) no-repeat top left;
}
#menu #aboutus a {
	width: 81px;
}
#menu #aboutus a:hover {
	background: url(../images/aboutus_ro.png) no-repeat top left;
}
#menu #community a {
	width: 143px;
}
#menu #community a:hover {
	background: url(../images/community_ro.png) no-repeat top left;
}
#menu #costs a {
	width: 148px;
}
#menu #costs a:hover {
	background: url(../images/costs_ro.png) no-repeat top left;
}
#menu #homeowners a {
	width: 136px;
}
#menu #homeowners a:hover {
	background: url(../images/homeowners_ro.png) no-repeat top left;
}
#menu #contactus a {
	width: 90px;
}
#menu #contactus a:hover {
	background: url(../images/contactus_ro.png) no-repeat top left;
}
#logos {
	float: left;
	width: 120px;
	margin-left: 90px;
	padding-top: 4px;
	padding-bottom: 20px;
}
#copyright {
	float: right;
	width: 670px;
}
#copyrighttxt {
	color: #7d1b5a;
	text-align: right;
	padding-right: 19px;
	padding-top: 34px;
}
#copyrighttxt p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 11px;
}
#copyrighttxt a {
	color: #7d1b5a;
}
#copyrighttxt a:hover {
	color: #7d1b5a;
}
#bottom {
	background: url(../images/insidebg.gif) repeat-y top right;
}
#footer {
	height: 14px;
}
#overlay {
	width: 100%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/modalbg.png);
}
.modal {
	width: 903px;
	height: 659px;
	top: 30px;
	background: url(../images/modalmainbg.png) top left no-repeat;
	position: absolute;
	z-index:1000;
}
#modal1content {
	background: url(../images/modal1bg.jpg) top left no-repeat;
	position: absolute;
	top: 157px;
	left: 52px;
	width: 799px;
	height:412px;
}
#modal2content {
	background: url(../images/modal2bg.jpg) top left no-repeat;
	position: absolute;
	top: 157px;
	left: 52px;
	width: 799px;
	height:412px;
}
#modal3content {
	background: url(../images/modal3bg.jpg) top left no-repeat;
	position: absolute;
	top: 157px;
	left: 52px;
	width: 799px;
	height:412px;
}
#modal4content {
	background: url(../images/modal4bg.jpg) top left no-repeat;
	position: absolute;
	top: 157px;
	left: 52px;
	width: 799px;
	height:412px;
}
.closemodal {
	position: absolute;
	top: 24px;
	left: 832px;
}
.nextmodal {
	position: absolute;
	top: 308px;
	left: 797px;
}
.modalcontenttext {
	color: #505050;
	margin: 24px 24px 0 24px;
	width: 385px;
	height: 350px;
}
.modalcontenttext h1 {
	color: #5d1a4d;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
}
.modalcontenttext ul {
	padding-left: 18px;
}
.modalcontenttext li {
	margin-bottom: 4px;
}
#modal1content li {
	margin-bottom: 18px;
}
#modal2content li {
	margin-bottom: 16px;
}
#modal3content p {
	margin-right: 40px;
}
.disclaimer {
	font-size: 85%;
}
.links {
	list-style-type: none;
}
.links li {
	font-weight: bold;
	padding-left: 28px;
	padding-bottom: 10px;
	background: url(../images/arrowbullet.png) no-repeat left top;
	line-height: 20px;
}
.links ul {
	list-style-type:square;
	padding-top: 3px;
}
.links ul li {
	font-weight: normal;
	background: none;
	padding: 0;
	line-height: 14px;
}
.modalcontenttext .speaker {
	padding-left: 230px;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}
.continue {
	color: #505050;
	margin: 0 24px 0 24px;
	width: 385px;
	height: 30px;
	font-weight: bold;
	color: #5d1a4d;
	clear: both;
	font-size: 110%;
}
.continue .left {
	float: left;
	height: 30px;
	width: 100px;
}
.continue .right {
	float: right;
	height: 30px;
	width: 100px;
	background: url(../images/arrow.png) no-repeat top right;
	padding-right: 24px;
}
#contacttbl th {
	text-align: left;
	font-weight: bold;
	padding: 4px 10px 4px 0;
}
#contacttbl td {
	text-align: left;
	padding: 4px 10px 4px 0;
}
.form td {
	padding: 3px 3px;
	border: none;
}
.contenttbl {
	width: 500px;
}
.contenttbl th {
	color: #761856;
	font-weight: bold;
	padding: 3px;
	border: #fff solid 2px;
}
.contenttbl td {
	background: #feefdd;
	text-align: center;
	padding: 3px;
	border: #fff solid 2px;
	color: #761856;
}
.contenttbl .firstcol {
	background: #761856 url(../images/tblbg.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.click {
	padding-left: 55px;
}
#siteplans {
	float: right;
	width: 300px;
	margin-left: 30px;
}
#siteplans .enlarge {
	margin-top: 0;
	text-align: right;
	padding-right: 22px;
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat right;
	line-height: 30px;
}
#bottomleft {
	float:left;
	width:220px;
}
#bottomright .enlarge {
	margin-top: 0;
	text-align: right;
	padding-right: 22px;
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat right;
	line-height: 30px;
}
.aligncenter {
    text-align: center;
}
.bold {
    font-weight: bold;
}
