﻿@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 18px;
	color: #630;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
h2 {
	font-size: 14px;
	color: #690;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
h3 {
	font-size: 14px;
	color: #06F;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.margin {
	background-color: #DFFEC0;
	width: 793px;
	height:100%;
	padding: 20px;
}
.Header {
	background-color: #FFF;
	height:229px;
	width: 100%;
}
.logo {
	background-color: #FFF;
	float: left;
	width: 180px;
	height: 229px;
}
.headingimage {
	background-color: #FFF;
	float: right;
	width: 595px;
	height: 229px;
}
#navigation {
	background-color: #FFF;
	width: 180px;
	height: 300px;
	float: left;
}
#navigation ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navigation ul li {
	display: block;
	float: left;
	text-align: left;
	width: 180px;
	height: 25px;
	padding: 12px 0 0 12px;
	margin: 0;
	background-image:url(images/nav_off.jpg);
	background-repeat:repeat-y;	
}
#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 15px,0,0,0;
	color: #063;
	vertical-align:middle;
}
#navigation ul li a:hover {
	color: #063;
}
body#home a#homenav,
body#about a#aboutnav,
body#rooms a#roomsnav,
body#extras a#extrasnav,
body#history a#historynav,
body#find a#findnav,
body#area a#areanav,
body#contact a#contactnav{
	color: #fff;
}
body#home ul li#home,
body#about ul li#about,
body#rooms ul li#rooms,
body#extras ul li#extras,
body#history ul li#history,
body#find ul li#find,
body#area ul li#area,
body#contact ul li#contact{
	background-image:url(images/nav_on.jpg);
	background-repeat:no-repeat;
}
#quote {
	background-image: url(images/quotes.gif);
	width: 180px;
	height: 220px;
	float: left;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #008080;
	text-align: center;
}
.main {
	background-color: #FFF;
	height: 100%;
	width: 100%;		
}
.maintext {
	background-color: #FFF;
	float: right;
	width: 595px;
	height: 100%;
	min-height:525px
}
.maintop {
	background-image:url(images/brown_back.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
	width: 586px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-top: 1px;
	float: left;
	}	
.rightsmall {
	background-image:url(images/blue_back.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
	width: 285px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #666;
	text-align: left;
	padding-left: 5px;
	float: left;	
}
.rightsmall a {
	color: #06F;
}
.leftsmall {
	background-image:url(images/green_back.gif);
	background-repeat:repeat-x;
	float: left;
	width: 150px;
	background-color: #FFF;
	width: 291px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-align: left;
	margin-right: 5px;
	padding-left: 5px;
}
.leftsmall a {
	color: #690;
}
.links {
	background-color: #DFFEC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: center;
	word-spacing: 0px;
}

