@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #2f2a3f;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.divider {
	border-right-style: solid;
	border-right-color: #FFF;
	border-right-width: 1px;
	padding-right: 3px;
	padding-left: 3px;
}
.divider_both {
	border-right-style: solid;
	border-right-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 3px;
}
#main_nav {
	background-image: url(images/navbar_off_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	clear: both;
	height: 46px;
}
#main_nav a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: bold;
	margin: 0px;
	clear: both;
	display: inline-block;
}
#main_nav a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: bold;
	margin: 0px;
	clear: both;
	display: inline-block;
}
#main_nav a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2d284e;
	text-decoration: none;
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: bold;
	background-image: url(images/navbar_on_bg.jpg);
	background-repeat: repeat-x;
		margin: 0px;
	clear: both;
	display: inline-block;
}
#main_nav a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2d284e;
	text-decoration: none;
	background-image: url(images/navbar_on_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: bold;
		margin: 0px;
	clear: both;
	display: inline-block;
}
.oneColFixCtrHdr #mainContent {

	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/navbar_off_bg.jpg);
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 40px;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#pg_header {
	height: auto;
	width: 100%;
}
#dots {
	float: left;
	background-image: url(images/dots_new.gif);
	height: 55px;
	width: 243px;
}
#pg_title {
	float: right;
	height: 55px;
	width: 536px;
	background-color: #eaeaea;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.pg_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	float: left;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 17px;
}
.curve_title {
	float: left;
}
.title_curve {
	float: right;
}
#nav{
	float: left;
	width: 243px;
	background-color: #7f73ce;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#nav a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-bottom: -10px;
	padding: 5px;
}
#nav a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-bottom: -10px;
	padding: 5px;
}
#nav a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2d284e;
	text-decoration: none;
	background-image: url(images/navbar_on_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	margin-top: 0px;
	margin-bottom: -10px;
	padding: 5px;
	font-weight: bold;
}
#nav a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2d284e;
	text-decoration: none;
	background-image: url(images/navbar_on_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	margin-top: 0px;
	margin-bottom: -10px;
	padding: 5px;
	padding: 5px;
	font-weight: bold;
}
#nav_items {
	clear: both;
	width: 243px;
}
#nav_bottom {
	text-align: right;
	width: 243px;
}
#pg_text {
	float: right;
	width: 507px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.tour_table a:link{
	text-decoration: none;
	color: #FFF;
	background-image: url(images/navbar_off_bg.jpg);
	display: block;
}
.tour_table a:visited {
	text-decoration: none;
	color: #FFF;
	background-image: url(images/navbar_off_bg.jpg);
	display: block;
}
.tour_table a:active {
	text-decoration: none;
	color: #2d284e;
	background-image: url(images/navbar_on_bg.jpg);
	display: block;
}
.tour_table a:hover {
	text-decoration: none;
	color: #2d284e;
	background-image: url(images/navbar_on_bg.jpg);
	display: block;
}
.tour_table {
	font-size: 11px;
}
.oneColFixCtrHdr #footer a:link{
	text-decoration: none;
	color: #FFF;
	display: inline-block;
}
.oneColFixCtrHdr #footer a:visited {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
}
.oneColFixCtrHdr #footer a:active {
	text-decoration: none;
	color: #2d284e;
	background-image: url(images/navbar_on_bg.jpg);
	display: inline-block;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: none;
	color: #2d284e;
	background-image: url(images/navbar_on_bg.jpg);
	display: inline-block;
}
.oneColFixCtrHdr #amenities{
	text-align: right;
}
.oneColFixCtrHdr #amenities a:link{
	text-decoration: none;
}
.oneColFixCtrHdr #amenities a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr #amenities a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #amenities a:hover {
	text-decoration: none;
}

