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

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

}

#topround{
	width:100%;
	padding: 10px;
	margin:0px auto 0px auto;
	background: #006633 url("../images/top.png") bottom left no-repeat;
	height:32px;
}

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


#header_container{
	margin:auto;
	width: 100%;
	clear: both;
	float: left;
	background:url("../images/top_bg.jpg") bottom center no-repeat;

}

#header {
	clear:both;
	height:100px;
	margin-left: 12px;
	margin-bottom:10px;
	width: 100%;
	color: #003300;
}

#title{
	margin-left:90px;
}

#subtitle{
	display: none;
}

#navigation{
	position: absolute;
	clear: both;
	bottom: 0px;
	color: #000;
	height: 30px;
	left: 40px;
	padding:0px;
	margin:0px;
	z-index:200;
}

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

#content{
	padding:20px;
	padding-bottom:0px;
	margin-bottom:20px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}

#footer {
	display:inline;
	text-align:center;
	width: 100%;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:80%;
	color: #000;
	border-top:5px solid #003300;
	padding-top:5px;
}

/*Header*/
#header h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:300%;
	font-weight:normal;
	color:#003300;
}

#header h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:110%;
	font-weight:normal;
	color:#003300;
}

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


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

	width: 225px;
	height: 169px;
		padding: 0px;
		margin: 0px;
}

/*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;
	background: transparent;

}

#navigation ul li a {
	width:auto !important;
	width:1px;
	display: block;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	background:url("../images/right.png") top right no-repeat; 
	color: #000;
	top: 0px;
}

#navigation ul li a span{
	display: block;
	height: 30px;
	left:0px;
	background:transparent url("../images/left.png") top left no-repeat;
	margin-right: 8px;
	margin-left: 8px;
	padding-left:38px;
	padding-right:30px;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
}

#navigation ul li.selected a,
#navigation ul li a:hover{

	background-position: bottom right;
	color:#FFF;
	
}

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

/*Content*/
#content {
	margin: 0px 13px 0px 13px;
	background:#EEEEBC url("../images/content_bg.jpg") bottom left repeat-x;
}

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

#content #content_text h3{
	font-size:250%;
	color:#000;
}
	
#content #content_text p{
	padding:10px;
	font-size:100%;
	text-align:justify;
	line-height: 1.1em;
}

#content #content_text p.menu{
	text-align: center;
}

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

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

#content #imageblock #content_image1  {
	position: absolute;
	left: 20px;
	top: 0px;
	
}

#content #imageblock #content_image2 {
	position: absolute;
	left: 120px;
	top: 120px;
}

#content #imageblock #content_image3 {
	position: absolute;
	left: 20px;
	top: 240px;
}

#whatson {
	margin: 10px auto;
	border:1px solid #000;
}

#whatson th {
	font-weight:bold;
	border-bottom:1px dashed #000;
	padding:6px 17px;
}

#whatson td {
	padding:7px 17px;
}

#whatson tbody tr:hover td {
	background:#CCC;
}

/*Footer*/

address{
	display:inline;
	font-style:normal;
}

#footer a{
	color:#000;
	text-decoration:underline;
}
	
#footer a:hover,#footer a:focus{
	text-decoration:none;
}
#footer div:after {
	clear: none;
	display: inline;
}


address,#address,#email,#phone_number,#fax_number{display:inline;white-space:nowrap;}
/*Credit*/
#credit a{
	color:#000;
}


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

/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
	width: 100%;
}

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

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	width: 80px;
}

/*MAPS*/
#map{
	width:480px;
	height:450px;
}

#map_canvas{
	width:100%;
	height:380px;
}

#submit{

}

#toAddress{
	width:280px;
}

#map_caption{
	font-family: Tahoma, Geneva, sans-serif;
}

