/* Global Styles */

a:link, a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F727F; 
}

hr {
	color: #85A6B2;
}

p {	
	font-size: 12px;
}

ul {
	font-size: 10px;
	color: #4F727F;
	line-height: 1.5;
}

ul.links {
	font-size: 12px;
	color: #4F727F;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	color: #4F727F;
}

td.header_footer {
	color: #FFFFFF;
	background-color: #85A6B2;
	border-bottom: 1px solid;
	border-top: 1px solid;
	empty-cells: show;
	font-style: italic;
	font-size: 11px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .25em;
	padding-bottom: .25em;
	height: 20px;
}

table.amenities td {
	vertical-align: top;
	
}

table.specials {
	color: #FFFFFF;
	border-width: 1px;
	border-style: outset;
	border-color: #85A6B2;
	border-collapse: separate;
	background-color: #85A6B2;
	border-spacing: 0px;
	font-size: 10px;
	empty-cells: show;
}

td.specials_header {
	background-color: #4F727F;
	font-weight: bold;
	font-size: 12px;
	padding: 2;
}

td.specials {
	padding: 5;
	line-height: 2;
}

table.general_info {
	border-spacing: 0px;
	empty-cells: show;
}

table.general_info td {
	padding: 0px;
}

/* ID Styles */
#navigation td {
	background-color: #85A6B2;
	border-bottom: 1px solid #F0F5F7;
}

#navigation a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
}

#navigation a:hover {
	background: #4F727F;
}