/* GENERAL STYLES */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/misc/bg_main.gif);
	list-style-image: url(../images/misc/bulletpoint_arrow.gif);
}
h1 {
	font-size: 10px;
	color: #F0A200;
	padding: 2px;
	margin: 0;
	font-weight: normal;	
}
h2 {
	font-size: 12px;
	color: #000000;
}
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/* ******************** */
/* PAGE ITEMS           */
/* ******************** */

#keyHeader {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.mainContainer {
/*	border: 1px solid #FBDFB0; */
}
.headerLogo {
	background-color: #FBDFB0;
	border-bottom: 1px solid #FFFFFF;
}
.headerLoc {
	background-color: #C30036;
	border-bottom: 1px solid #FFFFFF;
}
.contentContainer {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.pageheader {
	padding-bottom: 20px;
	text-align: left;
}
.pageContentCenter {
	text-align: center;
}
.pageAccommRoomType {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
.pageAccommIntro {
	padding: 0px 40px 20px 40px;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}
.pageDescArea {
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}
.pageImageArea {
	text-align: center;
	vertical-align: top;
}
.pageAccommRoomBut {
	padding-top: 10px;
	text-align: left;
}
.pageDivRow {
	height: 25px;
}
.resCaption {
	padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
}
.resNumOptions {
	padding-top: 20px;
	text-align: left;
	vertical-align: top;
}
.resOptions {
	padding-top: 20px;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}
.pageContactHeadings {
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

/* Main Navigation */

.mainNavSec {
	background-color: #F0A200;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
.mainNav {
	padding: 0;
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
	list-style: none;
}
.mainNav li {
	display: inline;
	margin: 0;
	padding:0;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
}

.mainNav a, .mainNav a:link, .mainNav a:visited, .mainNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
}
.mainNav a:hover {
	color:#FFFFFF;
}

/* FOOTER SECTION */

/* Footer Navigation */

.footerNavSec {
	background-color: #C30036;
	border-bottom: 1px solid #FFFFFF;
	text-align: center; 
}
.footerSec {
	background-color: #FBE0B1;
	padding: 5px 20px 5px 20px;
	font-size: 10px;
}
.footerNav {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}
.footerNav li {
	display: inline;
	margin: 0;
	padding:0;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}
.footerNav a, .footerNav a:link, .footerNav a:visited, footerNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
.footerNav a:hover {
	text-decoration: underline;
}
.footerPara {
	padding: 4px;
	margin: 0px;
}
#footerLogo {
	padding: 10px 0 30px 0;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 5px;
	color: #F0A200; 
}
a.siteby:link, a.siteby:visited, a.siteby:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #F0A200;
	background-color:#FEF6E7;
	text-decoration: none; 
}
a.siteby:hover { 
	text-decoration: underline; 
}

a.footeremail:link, a.footeremail:visited, a.footeremail:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: none; 
}
a.footeremail:hover { 
	text-decoration: underline; 
}

/* HOME PAGE ONLY ITEMS */
.hpLeftCol {
	background-color: #FBDFB0;
	text-align: left;
	vertical-align: top;
}
.hpRightCol {
	padding: 20px 20px 40px 20px;
	line-height: 150%;
}
