/* 
WARNING: DO NOT PLACE ANY HTML IN THIS PAGE OR YOU WILL GET ERRORS!
DEV NOTE: CHECK FOR DUPLICATE SELECTORS -- AND REDUNDENT SELECTORS I.E. ".BACKGROUND".
DEV NOTE: USE INTUITIVE NAMES FOR SELECTORS -- ".STYLE13" IS NOT INTUITIVE -- ".FOOTER" IS.
*/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	color: #333300;
}

/*border for layout table*/
#Table_01 {
	border-right: 3px solid #330;
	border-bottom: 4px solid #996;
	margin: 0;
	padding: 0;
}	

/*style for right side of page content*/
.rightcolumn {	
	padding-right: 30px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image:url(../images/DP_10.gif);
	background-color: #f6eddc;
	background-repeat:no-repeat;
	text-align: left;
}

/*style for the left side of page content*/
.leftcolumn {
	background-color: #f6eddc;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
}

/*style for list elements in amenities pages*/
ul {
	margin:15;
	padding:0;
	list-style-type: disc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
}

h1 {
	display:none;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #333300;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	font-size: 16px;
	color: #333300;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: center;
	font-size: 9px;
	color: #333300;
	margin: 0;
	padding: 0;
}


a:link {
	color: #7F0000;
	text-decoration: underline;
}

a:visited {
	color: #7F1F00;
	text-decoration: underline;
}

a:hover {
	color:#AB0101;
	text-decoration: none;
}
		
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #333300;
	background-color: #CCCC99;	
}


body {
	background-color: #635d1d;
	margin-left: 0px;
	margin-top: 0px;
}

/*style for link to textweaver in footer*/
.TWlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
}

/*style for hidden text below footer*/
.hiddenTxt {
	margin-top:100px;
	border: 1px solid #333300;
	color: #333300; 
	font-size: 10px;
	width:650px;
	text-align:left;
	padding: 10px;
}

.hiddenTxt a {
	color:#333300;
	text-decoration:none;
}

.hiddenTxt a:hover {
	color:#333300;
	text-decoration:none;
}


/*style for bi-colored text in includes*/
em {
 font-style:normal;
 color:#7F0000;
}

/*style for footer in ediscount coupon*/
.ediscounts {
	background-color: #CCCC99;
	padding: 20;
}

/*positioning for CM table in floorplan page*/
#FPtables {
	position: relative;
	top: 25px;
	border-top: 2px solid #996;
	border-bottom: 3px solid #996;
	border-left: 2px solid #996;
	border-right: 3px solid #996;
	align: center;
	margin-bottom: 10px;
	left: -1px;
}

.ediscount {
	background-image: url(../images/HappyCouple.jpg);
	background-repeat: no-repeat;
	height: 150px;
	/*background-position: +4em -0em;*/
	padding-top:375px;
}
/*main column in floorplans page*/
.fpcolumn {
	padding-right: 25px;
	padding-top: 0px;
	padding-left: 25px;
	padding-bottom: 0px;
	background-image: url(../images/DP_10.gif);
	background-color: #f6eddc;
	background-repeat: no-repeat;
	background-position: +31em -0em;
	text-align: left;
}

/*main column in contact pages*/
.contact {
	background-image: url(../images/DP_10.gif);
	background-color: #f6eddc;
	background-repeat: no-repeat;
	background-position: +31em -0em;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
}
	
