/*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-color:#233E0B;
}
	
body {
	text-align:center;
}

/*Layout*/
#container{
	text-align:left;
	width:926px;
	margin:0px auto 0px auto;
	background:#FAEC89 url("../images/bg.png") top left repeat-y;
}

#topround{
	width:926px;
	margin:20px auto 0px auto;
	height:20px;
	background:transparent url("../images/top.png") top left no-repeat;
}


#bottomround{
	float:right;
	width:100%;
	background:#FAEC89 url("../images/bottom.png") bottom left no-repeat;
	height:32px;
}


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

#header{
	clear:both;
	height:130px;
	text-align:center;
	margin-bottom:10px;
	width:100%;
	color:#553506;
}

#title{
	position:absolute;
	top:10px;
	left:230px;
	z-index:100;
}
#navigation{
	position: absolute;
	clear: both;
	bottom: 0px;
	color: #FAEC89;
	height: 30px;
	left: 40px;
	padding:0px;
	margin:0px;
	z-index:200;
}

#imagebar{
	margin:auto;
	padding:0px;
	clear:both;
	width:900px;
	height:204px;
	border-top:10px solid #233E0B;
	border-bottom:10px solid #233E0B;
	z-index:300;
}

#content{
	padding:20px;
	padding-bottom:0px;
	height: 100%;
	font-family:Georgia, serif;
}

#map{
	margin:10px;
	font-family:Georgia, serif;
	padding-left:13px;
	height: 100%;
	width:880px;
	text-align:center;
}

#map a{
	color:#35600B;
	float:right;
	text-decoration:underline;
}


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

#footer {
	text-align:center;
	width: 100%;
	float: left;
	font-family:Georgia, serif;
	font-size:80%;
}

#credit{
	background:none;
	font-family:Tahoma;	
	color:white;
	text-align:center;
	font-size:60%;
}

/*Header*/
#header h1{
	font-family:Georgia, serif;
	font-size:300%;
	font-weight:bold;
	color:#553506;
}

#header h2{
	font-family:Georgia, serif;
	font-size:90%;
	font-weight:normal;
	color:#553506;
}

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


/*Image bar*/
#imagebar img{
	float:left;
	display:block;	
}

/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	z-index: 400;
	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;
	background:transparent url("../images/right.gif") top right no-repeat; 
	color: #553506;
	top: 0px;
	cursor:pointer;
}

#navigation ul li a span{
	display: block;
	height: 30px;
	left:0px;
	background:transparent url("../images/left.gif") top left no-repeat;
	padding-left:15px;
	padding-right:15px;	
}

#navigation ul li.selected a,
#navigation ul li a:hover{
	background-color: #233E0B;
	background-position: bottom right;
	color:#FAEC89;
	
}

#navigation ul li.selected a span,
#navigation ul li a:hover span{
	background-position: bottom left;
	color:#FAEC89;
}


/*Content*/

#content a{
	color:#233E0B;
}
#content a:hover{
	color:green;
}

#content #content_text{
	float:right;
	display:inline;
	width:490px;
	margin-right:20px;
	margin-left:20px;
}

#content #content_text h3{
	font-size:250%;
	color:#422100;
}

#content #content_text h4{
	font-size:150%;
	color:#422100;
}
	
#content #content_text p{
	padding:10px;
	font-size:100%;
	text-align:justify;
	line-height:25px;
}

#content #content_text li{
	padding-bottom:10px;
	font-size:90%;
	text-align:justify;
}


#content #imageblock {
	float: left;
	width: 350px;
}

#content #mapblock {
	float: left;
	width: 330px;
	margin-left:15px;
	margin-top:50px;
}



#content #imageblock img {
	width:330px;
	height:219px;
}

#content #imageblock .pics{
	margin:15px;
	margin-right:0px;
	border:5px inset #FAE86B;
	width:330px;
	height:219px;
}


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


.hidden{
	display:none;
}

.offer{
	border:2px red dotted;
	font-weight:bold;
	margin:10px;
}

/*Form*/

#contact input{
	border: 3px solid #cccccc;
	padding: 5px;
	margin-bottom:5px;
	background-color:#D8F9A6;
	font-family:Georgia, serif;
	width:90%;
}

#contact label{  
	display:block;
}

.button{
	background-color:#999;
	font-family:Georgia, serif;
	width: 100px;
	margin-top:20px;
	display:block;

}

#message{
	width:90%;
	height: 120px;
	background-color:#D8F9A6;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family:Georgia, serif;
}
/*Footer*/
#footer #address{
	font-style:italic;
}

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

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

#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: 19%;
}

.weather img{
	height:64px;
	width:64px;
}
/*MAPS*/
#map{
	float:left;
	width:310px;
	height:440px;
}#map iframe{
	width:100%;
	height:100%;
}

#availability{
	overflow:hidden;
	height:250px;
	width:300px;
}

#availability object{
	height:100%;
	width:100%;
}