@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:#223017 url("../images/grass.jpg");
	font-family:Tahoma, Arial, sans-serif;
}
	
body {
	text-align:center;
}

/*Layout*/
#container{
	text-align:left;
	width:900px;
	margin:30px auto 0px auto;
	background:#FFF url("../images/bg.png") top left repeat-y;
	border:1px solid black;
}


#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 0px auto;
	width:600px;
	height:61px;
}
#subtitle{
	font-size:120%;
	margin-top:20px;
	color:#004800;
}

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

}

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

#content{
	padding:20px;
	margin:0px;
	padding-bottom:0px;
	background:#fff url("../images/ball.jpg") right top no-repeat;
}


#footer{
	text-align:center;
	width: 100%;
	font-size:100%;
	padding-bottom:10px;
}

#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;
}
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:Tahoma, sans-serif;
	font-size: 90%;
	text-decoration: none;
	background:transparent url("../images/right.gif") top right no-repeat; 
	color: #004800;
	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:30px;
	padding-right:30px;	
}

#navigation ul li.selected a,
#navigation ul li a:hover{
	background-color: #004800;
	background-position: bottom right;
	color:#FFF;
	
}

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

#content a{
	color:#004800;
}
#content a:hover{
	color:red;
}

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

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

#content h3{
	font-size:200%;
	font-weight:bold;
}
#content h4{
	font-size:170%;
	font-weight:normal;
}
#content h5{
	font-size:150%;
	margin-top:10px;
	font-weight:normal;
}

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


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

/*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}