* {
padding: 0;
margin: 0;
}
body { 
	background-color: #dde2d4; 
	font-size: 10px; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 981px;
	text-align: center;
}
#main {
	border-left-color: #b6bca6;
	border-bottom-color: #e44542;
	border-right-color: #b6bca6;
	border-top-color: #b6bca6;
	background-repeat: repeat-y;
	background-position: 751px top;
	background-image: url(../images/sidebar.jpg);
	float: left;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-right-width: 3px;
	border-top-width: 0px;
	font-size: 1em;
	color: #274630;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	height: 288px;
	width: 975px;
	background-image: url(../images/masthead.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#home {
	width: 50px;
	z-index: 300;
	top: 0px;
	left: 20px;
	position: relative;
}
#home img {
	border:none;
}
#content {
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 675px;
	float: left;
	text-align: left;
	font-size: 1.1em;
}
#sidebar {
	float: right;
	z-index: 200;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	min-height: 400px;
	width: 201px;
}
#navigation {

	position: relative;

	top: -35px;

	z-index: 200;

	color: #0d3e26;

	margin-left: 22px;

	padding-top: 8px;

	font-size: 1.1em;

	text-align: right;

}
#navigation li {
	display: inline;
}
#navigation a {
	text-decoration: none;
	color: #0d3e26;
	margin-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 12px;
}
#navigation a:hover {
	color: white;
	background-color: #de4640;
}
#navigation .current a {
	background-color: #dce2d4;
	text-decoration: none;
	color: #0d3e26;
	margin-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 12px;
}
#navigation .current a:hover {
	color: white;
	background-color: #de4640;
}
h2 	       { padding-bottom: 10px; font-size: 1.7em; color: #0d3e26; font-family: Georgia, "Times New Roman", Times, serif; line-height: 14pt; text-align: left; }
h3 	        { padding-bottom: 10px; margin-top: 10px; font-size: 1.5em; color: #c1cbad; font-family: Georgia, "Times New Roman", Times, serif; line-height: 14pt; text-align: left; }
p {
	margin-bottom: 20px;
}
.border       { text-align: left; margin: 10px; padding: 5px; border: solid 2px #6c3; }
#content a:link	   { color: #e64441; text-decoration: none; }
#content a:visited	 { color: #b5bca7; text-decoration: underline; }
#content a:hover	    { color: #db3a38; text-decoration: underline; }
#content a:active	 { color: #5b6256; text-decoration: none; }
#front {
	float: left;
	width: 675px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#front img {
	border: none;
}
.front-left {
	display: block;
	float: left;
	width: 325px;
}
.front-right {
	padding-right: 10px;
	display: block;
	float: right;
	width: 325px;
}
.content-left {
	text-align: left;
	float: left;
	width: 430px;
}
.content-right {
	left: 5px;
	position: relative;
	text-align: left;
	float: right;
	width: 215px;
}
.content-right img {
	margin-bottom: 20px;
	border-color: #b5bca7;
	border-width: 3px;
	border-style: solid;
}
.content-left table {
	font-size: 1.3em;
}
.content-left td {
	padding-bottom: 5px;
}
#floorplan {
	text-align: center;
}
.details {
	text-align: center;
}
.show-details, .hide-details {
	background-color: white;
	color: #b4c3a8;
	margin-left: -2px;
	font-style: italic;
	font-weight: bold;
	border-color: #b4c3a8;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 80px;
	padding-left: 80px;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
}
#features {
	font-size: 1.3em;
}
#sidebar h3 {
	font-size: 1.8em;
	color: white;
	margin-bottom: 10px;
}
#features ul {
}
#features li {
	padding-bottom: 10px;
	text-align: left;
	list-style-type: none;
}
.new {
	margin-right: 6px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-top: 4px;
	font-style: italic;
	font-weight: bold;
	color: white;
	background-color: #fa4544;
}
#footer { 
	color: #003e26; 
	clear: both; 
	top: 25px; 
	position: relative; 
	font-size: 0.9em; 
	line-height: 150%; 
	text-align: center; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-left: 10px; 
	z-index: 5; 
	height: 100px; 
}
#footer a { 
	color: #003e26; 
	text-decoration: none; 
}
#footer a:hover { 
	color: #e64441; 
}
.clear {
	clear: both;
}
/**slideshow**/
#slides {
	height: 475px;
	float: left;
	text-align: left;
}
#slides img {
	border-color: #b5bca7;
	border-width: 3px;
	border-style: solid;
}
.rotator-caption {
	padding-top: 10px;
	position: relative;
	font-size: 1em;
	width: 430px;
}
.rotator-item {
	display: none;
}
.clear-rotator {
	margin-top: 200px;
}
.slide-advance {
	color: #b5bca7;
	font-size: 0.9em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.rate {
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	color: #e64441;
}
/**I love IE**/
#IEroot #wrapper {
	text-align: center;
}
#IEroot #main {
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
}
#IEroot #sidebar {
	top: 10px;
	left: -10px;
	position: relative;
	float: right;
}
#IEroot .content-right {
	position: relative;
	left: 30px;
	width: 210px;
	position: relative;
	top: -485px;
}
#IEroot .content-left {
	width: 570px;
}
#IEroot .haccordion .content {
	width: 320px;
}
#IEroot .haccordion .content h3 {
	margin-left: 10px;
}
#IEroot .haccordion .content.top-hat {
	width: 550px;
}
#IEroot .haccordion .content.undercover {
	width: 550px;
}
#IEroot .haccordion .content p {
	padding-left: 10px;
	width: 320px;
}
#IEroot .haccordion .content img {
	border: none;
	display: none;
}
#IEroot .haccordion img {
	border: none;
}
#IEroot #home {
	left: -444px;
}
#IEroot #footer {
	margin-left: 185px;
}
