body {
	background-color: #CCC;
	margin: 0px;
}

#header {
	background-color: #EEE;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px 10px 10px;
	width: 728px; /*for a total of 768*/
	height: 52px;
}

#header img { /* for both images; evens out behavior among browsers */
  display: block;
  margin-right: 7px;
}

#header .links {
	position: absolute;
	left: 575px;
	top: 4px;
	float: right;
	text-align: right;
	width: 180px;
}

#header .links a {
	font: bold 10px "Trebuchet MS", Verdana, Tahoma, Arial;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}

#header .links a:hover {
	font: bold 10px "Trebuchet MS", Verdana, Tahoma, Arial;
	color: #666666;
	text-transform: uppercase;
	text-decoration: underline;
}

#header h1 {
	font: 11px "Trebuchet MS", Verdana, Tahoma, Arial;
	color: #666;
	margin: 22px 0px 0px 0px;
}

#header .phone_number
{
	font: 11px "Trebuchet MS", Verdana, Tahoma, Arial;
	color:#666;
}

#mainnav {
	padding-top: 10px;
	font: bold 14px "Trebuchet MS", Verdana, Tahoma, Arial;
	position: absolute;
	top: 59px;
	left: 47px;
	text-transform: uppercase;
	}

#mainnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: none;
	/*display: inline;*/
	}
	
#mainnav li {
	margin: 0px;
	text-align: center;
	display: inline;
	padding-right: 5px;
	padding-left: 9px;
	}

#mainnav li a {
	text-decoration: none;
	color:#666;
	display: inline;
	/*width: 100%;*/
	/*border-right: 3px solid #FFFFFF;*/
	}

#mainnav li.btn_book_now a {
	border-top: 6px solid #FFD445;
}

#mainnav a:hover {
	border-top: 3px solid #44AFFF;
	color: #333333;
	}
	
html>body #mainnav li a {
		width: auto;
		}

#main_content {
	font: 12px "Trebuchet MS", Verdana, Tahoma, Arial;
	width: 768px;
	background: #FFFFFF;
	border-top: 20px solid #FFFFFF;
	border-right: none;
	border-bottom: 20px solid #FFFFFF;
	border-left: none;
	float:left;
	clear:both;
	}

#main_content p {
	margin-left: 200px; /*leaving room for left sub nav*/
	margin-right: 240px; /*leaving room for photo strip*/
	color: #666;
}

#main_content h1 {
	font: normal 19px "Trebuchet MS", Verdana, Tahoma, Arial;
	margin-left: 200px; /*leaving room for left sub nav*/
	margin-right: 240px; /*leaving room for photo strip*/
	color: #307AB3;
	margin-top: 10px;
	margin-bottom: 2px;
}

#main_content h2 {
	font: bold 14px "Trebuchet MS", Verdana, Tahoma, Arial;
	color: #666;
	margin: 2px 240px 0px 200px;
}


#main_content ul {
	color: #666;
	margin: 0px 240px 0px 230px;
	padding: 0px;
	}

#main_content a
{
 	/*color:#B37E30; brown*/
	color: #307AB3;
	font-weight: bold;
}


#photo_strip {
	font: 11px "Trebuchet MS", Verdana, Tahoma, Arial;
	width: 207px;
	position: absolute;
	top: 367px;
	left: 560px;
	text-align: center;	/*border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;*/
	}
	
#photo_strip img {
	border: 4px solid #EEE;	
}

#sub_nav {
	font: 13px "Trebuchet MS", Verdana, Tahoma, Arial;
	width: 140px;
	position: absolute;
	top: 367px;
	left: 15px;
	border-top: 1px dotted #CCC;
	padding-left: 5px;
	}

#sub_nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sub_nav li {
	list-style: none;
	margin: 0px;
	padding-top: 1px;
}
	
#sub_nav a {
	color: #B37E30;
	display: block;
	}
	
#sub_nav a:hover
{
	text-decoration: none;
}

#top_nav_placeholder { /*this lives underneath the navigation, makes a white spot.*/
	background: #FFFFFF;
	height: 20px;
	width: 768px;
}
#footer {
	/*background-color: #FFD445; yellow*/
	/*background-color: #B37E30; brown*/
	background-color: #EEE;
	border-top: 4px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	padding: 10px;
	width: 728px;
	font: 11px "Trebuchet MS", Verdana, Tahoma, Arial;
	text-align: center;
	color: #B37E30;
	clear:both;
}

#footer a
{
	color:#B37E30;
	font-weight: bold;
}
