@charset "UTF-8";/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height:0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background:#792700 url("../images/grass.jpg");
	font-family:Georgia, serif;
}
	
body {
	text-align:center;
}

/*Layout*/
#container{
	text-align:left;
	width:900px;
	margin:30px auto 0px auto;
	background:#FFFFCC;
	border:10px outset #792700;
}


#header_container{
	margin:auto;
	width: 100%;
	clear: both;
	float: left;
}

#header{
	clear:both;
	height:130px;
	text-align:center;
	width:100%;
	color:#000;
}

#title{
	margin:0px auto;
}
#title h1 a img{
	width:469px;
	height:49px;
	margin-top:30px;
}
#subtitle{
	font-size:120%;
	color:#004800;
}

#navigation{
	position: absolute;
	clear: both;
	bottom: 0px !important;
	bottom: -5px;
	color: #000;
	height: 30px;
	left: 3px;
	padding:0px;
	margin:0px;
}

#imagebar{
	margin:auto;
	padding:0px;
	clear:both;
	width:900px;
	height:204px;
	border-top:12px solid #993300;
	border-bottom:12px solid #993300;
}

#content{
	padding:20px;
	margin:0px;
	padding-bottom:0px;
	background:#FFFFCC url("../images/bg.gif") center center;
}


#footer{
	text-align:center;
	width: 500px;
	font-size:100%;
	padding-bottom:10px;
	margin-top:15px;
	float:left;
}

#credit{
	margin-top:5px;
	font-family:Tahoma;	
	color:#fff;
	text-align:center;
	font-size:60%;
}

/*Header*/
#header h1{
	font-size:300%;
	font-weight:normal;
	color:#004800;
}

#header h2{
	font-size:90%;
	font-weight:normal;
	color:#000;
}

#header a{
	text-decoration:none;
	color:#004800;
}


/*Image bar*/
#imagebar img{
	float:left;
	display:block;	
	height:204px;
	width:225px;
}
img.narrow{width:260px;}
img.wide{width:380px;}

/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	position: relative;
	line-height: 1em;

}


#navigation ul li {
	float:left;
	left:0px;
	margin:0px;
	padding:0px;
	margin-right: 1px;
	cursor:pointer;

}


#navigation ul li a {
	display: block;
	width:auto !important;
	width:1px;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-family:Georgia, serif;
	font-size: 90%;
	text-decoration: none;
	color: #421318;
	cursor:pointer;
	padding-left:26px;
	padding-right:26px;	
	border:3px solid #FFFFCC;

}



#navigation ul li.selected a,
#navigation ul li a:hover{
	background-color: #993300;
	color:#FFF;
	border:3px outset #792700;
}

/*Content*/

#content a{
	color:#004800;
}

#content a:hover{
	color:red;
}

#content p{
	line-height:130%;
	font-size:90%;
	text-align:justify;
	margin-bottom:15px;
	margin-top:15px;
	margin-right:300px;
}
#content li ol{
	list-style:lower-alpha;
}
#content li{
	line-height:130%;
	font-size:90%;
	text-align:justify;
}

#content h3{
	font-size:140%;
	font-weight:bold;
	color:#993300;
	width:430px;
}
#content h4{
	font-size:150%;
	font-weight:normal;
}
#content h5{
	font-size:150%;
	margin-top:10px;
	font-weight:normal;
}

#content #imageblock {
	float: right;
	width: 300px;
}


#content #imageblock img {
	background: url('../images/dropshadow.png') no-repeat;
	width:183px;
	height:135px;
	padding-right: 6px;
	padding-bottom: 6px;
}


#content #imageblock #content_image1  {
	position: absolute;
	right: 0px;
	top: 50px;
}

#content #imageblock #content_image2 {
	position: absolute;
	right: 45px;
	top: 160px;
}

#content #imageblock #content_image3 {
	position: absolute;
	right: 90px;
	top: 270px;
}#content #imageblock #content_image4 {
	position: absolute;
	right: 45px;
	top: 380px;
}#content #imageblock #content_image5 {
	position: absolute;
	right: 0px;
	top: 490px;
}#content #imageblock #content_image6 {
	position: absolute;
	right: 45px;
	top: 600px;
}

#availability{
	width:225px;
	height:225px;
}

.hidden{
	display:none;
}


/*Footer*/
#footer #address,address{
	font-style:normal;
}

#footer a{
	color:#000;
	text-decoration:none;
}
	
#footer a:hover,#footer a:focus{
	color:#000;
	text-decoration:underline;
}

/*Credit*/
#credit a{
	color:#fff;
}

#credit a:hover,a:focus{
	text-decoration:none;
}

/*Weather*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	width: 20%;
}

/*MAPS*/
#content #map{
	text-align:right;
	font-size:90%;
	text-align:center;
}
#content iframe{
	width:80%;
	height:300px;
}
/*Tables*/

table{
	width:70%;
	line-height:130%;
	font-size:90%;
	text-align:justify;
	margin-bottom:10px;
}
td{width:100%;padding-left:30px;white-space:nowrap}

#newyears_offer{
	width:360px;
	height:185px;
	padding:65px 100px;
	overflow:hidden;
	background:#990000 url("../images/nybg.jpg") no-repeat;
}#newyears_offer p {
	color:#fff;
	width:100%;
	font-size:110%;
}#newyears_offer a {
	color:#fff;
}#newyears_offer h3 {
	color:#fff;
}