body {
	background-color: #CCE1F1;
}

/* Main Body Layout Styles */

table.layout {
	width: 750px;	
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

table.layout td {
	padding: 0px;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

table.layout td.content {
	padding: 10px;
	font-size: 0.8em;
}

/* End of Main Body Layout Styles */


/* Header Styles */

.header {			
	border-top: 10px solid #FFB900;
	font-size: 0.8em;
	margin-bottom: -32px;
}

.header h3 {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 0px;
}

.header img {
	float: left;
}

.topnav_links {
	float: right;
	font-size: 0.9em;
	color: #333333;
	padding-top: 5px;
}

.topnav_links a {
	padding: 0px 15px;
	text-decoration: none;
	color: #333333;
}

.topnav_links a:hover {
	text-decoration: underline;
	color: #333333;
}

.nav {					/* IE Browser Hack */
	background-image: url(images/nav_bkgnd.gif);
	height: 42px;
	position: relative;
	top: -32px;
	width: 100%;	
	text-align: right;
}

html>body  .nav {			/* All Other Browsers */
	background-image: url(images/nav_bkgnd.gif);
	height: 42px;
	position: relative;
	top: -23px;
	width: 100%;	
	text-align: right;
}

.nav a {
	padding: 13px 8px;
	border-right: 1px solid #DDDDDD;
	position: relative;
	top: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.end {
	border-right: 1px solid #006BB7;
}

.nav a:hover {
	color: #FFB900;
	text-decoration: none;
}

.ribbon {				/* IE Browser Hack */
	position: relative;
	top: -21px;
	margin-bottom: -21px;
}

html>body .ribbon {			/* All Other Browsers */
	position: relative;
	top: -21px;
	margin-bottom: -30px;
}

/* End of Header Styles */


/* Footer Styles */

.footer_nav {
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer_nav a {
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
}

.footer_nav a:hover {
	color: #333333;
	text-decoration: underline;
}

.footer {
	height: 17px;
	background-image: url(images/footer_bkgnd.gif);	
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7em;
	vertical-align: middle;
	padding-top: 10px;	
}

/* End of Footer Styles */


/* Content Styles */

table.two_column {
	width: 100%;	
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
}

table.two_column2 {	
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
}

table.two_column td, table.two_column2 td {
	padding: 0px 8px;
	border-spacing: 0px;
	width: 50%;
	vertical-align: top;
}

.blue_box {		/* IE Browser Hack */
	height: 170px;
	background-color: #CCE1F1;
	padding: 13px;
	font-size: 0.8em;
}

html>body .blue_box {	/* All Other Browsers */
	height: 170px;
	background-color: #CCE1F1;
	padding: 13px;
	font-size: 0.8em;
	margin-top: 30px;
}

.blue_box h2 {
	font-size: 1.3em;
	text-align: center;
	margin: 2px 0px 8px 0px;
	padding-top: 6px;
}

.blue_box_img {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
}

.gray_box {
	background-color: #EEEEEE;
	padding: 13px;
	font-size: 0.8em;
	margin-top: 20px;
}

.gray_box h2 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.gray_box img {
	float: left;
	padding-right: 10px;
}

.more_info {
	text-align: right;
	padding-top: 10px;
}

.more_info a {
	color: #006BB7;
	text-decoration: none;
}

.more_info a:hover {
	text-decoration: underline;
}

.homepage_main_photo {
	margin-bottom: 16px;
}

.center {
	text-align: center;
}

.right {
	text-align:right;
}

.required {
	font-weight: bold;
	font-size: 1.2em;
	color: #CC0000;
}

.header_float_right {
	float: right;
	padding-left: 15px;
}

.float_left {
	float: left;
}

.page_header {	
	text-align: right;
	margin-bottom: 50px;
}

h1 {
	color: #006BB7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding-top: 25px;
}

h4 {
	font-size: 1.0em;
	margin: 10px 0px;
}

a {
	color: #006BB7;
	text-decoration: none;
}

a:hover {
	color: #E0A300;
	text-decoration: underline;
}

li {
	margin: 5px 0px;
	list-style-type: disc;
}

.pets {			/* IE Browser Hack */
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 15px 12px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	width: 145px;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
}

html>body .pets {	/* All Other Browsers */
	margin: 0px 10px 0px 0px;
}

table.contact_us {	
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
}

table.contact_us td {
	padding:5px;
	border-spacing: 0px;
	width: 50%;
	vertical-align: top;
}

table.location, table.attractions {	
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 75%;
}

table.location td {
	padding:5px;
	border-spacing: 0px;
	width: 50%;
	vertical-align: top;
}

table.attractions td {
	padding:5px;
	border-spacing: 0px;
	vertical-align: top;
}

table.location tr.gray, table.attractions tr.gray {
	background-color: #EAEAEA;
}

hr {
	width: 100%;
	border-top: 1px solid #006BB7;
	border-bottom: 1px solid #FFFFFF;
}

table.hotel_services {	
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.hotel_services td {
	border-spacing: 0px;
	vertical-align: top;
	padding: 10px;
}

table.hotel_services td.hs_content {
	width: 100%;
}

.hotel_services_nav {			/* IE Browser Hack */
	position: relative;
	top: -12px;
}

html>body .hotel_services_nav {		/* All Other Browsers */
	position: relative;
	top: -13px;
}

.hotel_services_nav li {
	list-style-type: none;
	border: 1px solid #AAAAAA;
	text-align: center;
	width: 150px;
	margin: -1px;
	margin-left: -50px;
	background-color: #DDDDDD;
	padding: 5px;
}

.hotel_services_nav a {
        text-decoration: none;
        color: #333333;
}

.hotel_services_nav a:hover {
        text-decoration: underline;
        color: #333333;
}

.hotel_services_nav li.hotel_services_nav_top {	
        border: 0px;
	width: 151px;
	height: 19px;
	border-right: 1px solid #AAAAAA;
}

.hotel_services_nav li.hotel_services_nav_bottom {
	border: 0px;
	width: 151px;
	height: 19px;
	border-left: 1px solid #AAAAAA;
}

.hotel_services_nav_top {
	background-image: url(images/hotel_services_nav_top.gif);
	background-repeat: no-repeat;	
}

.hotel_services_nav_bottom {
	background-image: url(images/hotel_services_nav_bottom.gif);
	background-repeat: no-repeat;
}

table.photos {	
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
}

table.photos td {
	border-spacing: 0px;
	border: 10px solid #FFFFFF;
	vertical-align: top;
	padding: 0px;
}

/* End of Content Styles */


