p { 
	padding: 15px; 
}

td  { 
	color: #292F20; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif 
}

h1  { 
	color: #292F20; 
	font-size: 17px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	letter-spacing: 3px; 
	border-bottom-width: 50%; 
	border-bottom: 2px solid #A76F5E; 
	padding: 15px 
}

h2  { 
	color: #292F20; 
	font-size: 14px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	letter-spacing: 1px; 
}

li { 
	list-style: disc; 
	list-style-position: outside; 
	line-height: 20px; 
}

.dbl { 
	line-height: 20px; 
}

.bullets { 
	line-height: 12px; 
}

.large  { 
	color: #292F20; 
	font-size: 14px; 
	font-weight: bold 
}

.large2  { 
	color: #A76F5E; 
	font-size: 18px; 
	font-weight: bold 
}

.footer { 
	color: #ffffff; 
	text-align: center; 
}

a { 
	color: #292F20; 
	font-weight: bold; 
	text-decoration: none 
}

a:hover { color: #A76F5E; }


/* CSS Added by Jason Rhodes January 2009*/

	/* Features & Amenities Page */
	
	.divcell { width: 760px; }
	
	h1#main-heading { 
		letter-spacing: 0;
		font-size: 28px;
		font-weight: bold;
		border: none;
		margin-bottom: 15px;
		padding-bottom: 0;
		padding-left: 30px;
	}
	
	.column { 
		width: 330px; 
		float: left; 
		padding: 0 20px; 
	}
	
	.column ul {
		margin-bottom: 40px;
	}
	
	.column h2 {
		padding-left: 10px;
		color: #A76F5E;
	}
	
		.column h2 span {
			font-size: 11px;
			color: #000;
			text-transform: uppercase;
			font-weight: normal;
		}
	
	.column em {
		font-weight: bold;
		font-style: italic;
		font-size: 110%;
	}

	
	#table-footer h3 { 
		clear: both;
		font-size: 24px; 
		margin-bottom: 5px;
		padding-bottom: 0;
		padding-left: 30px;
		margin-top: 0;
	}
	
	#table-footer h4 {
		clear: both;
		font-size: 14px;
		font-weight: normal;
		margin-top: 5px;
		padding-top: 0;
		padding-left: 30px;
	}
	
	#table-footer p, .subtitle { 
		font-size: 11px;
		padding: 0 30px;
	}
	
	a.pdf {
		padding-right: 22px;
		background: url(images/pdficon_small.gif) right center no-repeat;
	}
	
	/* Contact Form */
	
	#contactform #main {
		width: 400px;
		padding: 25px;
		margin: 0 auto;
	}
	
	#contactform label, #contactform input, #contactform textarea, #contactform select {
		float: left;
		clear: left;
		display: block;
	}
	
	#contactform label {
		margin-bottom: 3px;
	}
	
	#contactform input:focus, #contactform input:hover, #contactform textarea:focus, #contactform textarea:hover {
		background-color: #D8EDED;
	}
	
	#contactform select {
		margin-bottom: 15px;
	}
	
	#contactform input {
		width: 200px;
		margin-bottom: 15px;
	}
	
	#contactform textarea {
	 	width: 350px;
		margin-bottom: 15px;
	}
	
	#contactform input#submit {
		width: 100px;
		float: right;
		margin-right: 25px;
	}
	
	#contactform h1 {
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	
	#contactform #main {
		padding-top: 5px;
	}
	
