/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #F8F8F8;
}
#header {
	background: #EEE8DD;
}
#content .container .contentContainer .thumbNails img {
	-moz-opacity: .70;
	opacity: .70;
	filter: alpha(opacity=70)
}
#content .container .contentContainer .thumbNails img:hover {
	cursor: pointer;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100)
}
#content .container .contentContainer .contactForm p {
	text-indent: 0px;
	margin: 0px;
	padding: 3px;
}

#content .container .contentContainer .contactForm .errorList p {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	color: #FF0000;
}
#content .container .contentContainer .contactForm .errorList ul {
	margin-left: 20px;
}
#content .container .contentContainer .contactForm .errorList li {
	color: #FF0000;
	font-family: verdana;
	font-size: 12px;
}

#content .container #homepageText p {
	text-indent: 0px;
	font-family: verdana;
	border: none;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	color: #333
}
#content .container .contentContainer {
	padding: 8px;
}
#content .container .siteMap {
	margin-top: 15px;
}
#content .container .siteMap h3 {
	color: #555;
	font-family: Verdana;
	font-size: 15px;
	border-bottom: 1px solid #CCC;
}
#content .container .siteMap ul {
	margin-left: 50px;
	margin-bottom: 30px;
}
#content .container .siteMap li {
	list-style: circle;
	color: #999;
}
#content .container .siteMap a {
	font-family: verdana;
	font-size: 15px;
	color: #C5A763;
}
#content .container .siteMap a:hover {
	text-decoration: none;
}

#content .container .amenities {
	padding: 8px;
}
#content .container .amenities h3 {
	font-family: verdana;
	font-size: 15px;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	margin-bottom: -8px;
	color: #9B2130;
}
#content .container .amenities p {
	text-indent: 0px;
}
#header .container #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 175px;
	width: 348px;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
}
#header .container {
	position: relative;
	width: 800px;
	height: 175px;
	margin: auto auto;
	background: #FFF;
	border-right: 1px solid #DED3BE;
	border-left: 1px solid #DED3BE;
}
#content {
	background: #F8F8F8;
}
#content .container {
	width: 800px;
	margin: auto auto;
	background: #FFF;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#content .container #homepagePicture {
	height: 450px;
	width: 800px;
	background-image: url("images/homepagePicture.jpg");
}
#content .container h1 {
	font-family: verdana;
	margin-top: 20px;
	font-size: 19px;
	border-bottom: 1px dotted #9C1F2F;
	color: #9C1F2F;
}
#content .container p {
	text-indent: 20px;
	font-family: verdana;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#footer {
	background: #EEE8DD;
}
#footer .container .homepage {
	color: #FFF;

}
#footer .container {
	width: 800px;
	margin: auto auto;		
	background: #FFF;
	padding-bottom: 10px;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #D1924B;
}
#footer .container p {
	font-family: verdana;
	font-size: 12px;
	color: #47443F;
}
#footerLinks {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerLinks a {
	font-family: verdana;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	color: #333;
}
#footerLinks a:hover {
	color: #9C1F2F;
}


#content .container .leftNavBackground {
	background: #DED3BE;
}




#menu {
	background: #DED3BE;
}
#menu .container {
	width: 800px;
	height: 40px;
	margin: auto auto;
	border-right: 1px solid #BF9B44;
	border-left: 1px solid #BF9B44;
	/*background-image: url('images/menuBG.gif');
	background-repeat: repeat-x;*/
	background: #D1924B;
}

#menu .container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu .container a, #menu .container h2 {
	/*font-family: verdana;*/
	font: normal 0.9em/1.7em Verdana, helvetica, sans-serif;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu .container h2 {
	padding: 10px;
	padding-right: 15px;
	text-transform: uppercase;
}

.h2_on {
	background: #DED3BE;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
.h2_off {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu .container a {
	color: #333;
	background: #FFF;
	text-decoration: none;
}

#menu .container a:hover {
	background: #DED3BE;
}

#menu .container li {
	position: relative;
}

#menu .container li:hover h2{
	color: #333;
	text-decoration: underline;
	background: #DED3BE;
}

#menu .container ul ul {
	position: absolute;
}

#menu .container ul ul li {
	border: solid;
	border-top: none;
	border-width: 1px;
	border-color: #D1924B;
	width: 170px;
	margin-bottom: -1px;
}

div#menu .container ul ul,
div#menu .container ul ul li:hover ul ul
{display: none;}

div#menu .container ul li:hover ul,
div#menu .container ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
 #menu .container ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu .container ul li a {height: 1%;} 

#menu .container a, #menu .container h2 {
font: normal 0.85em/1.4em Verdana, helvetica, sans-serif;
}
</style>
<![endif]-->
