/*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:#330000;
	font-family:Arial, sans-serif;
}
	
body {
	text-align:center;
}

/*Layout*/
#container{
	border:5px outset #663300;
	text-align:left;
	width:900px;
	margin:20px auto 0px auto;
	background:#FFFFCC url("../images/bg.png") top left repeat-y;
}

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


#bottomround{
	float:right;
	width:100%;
	background:#FFF 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;
	width:100%;
	color:#000;
}

#title{
	margin:20px auto 0px auto;
	width:532px;
	height:61px;
}
#subtitle{
	font-size:120%;
	color:#663300;
}

#navigation{
	font-family: Tahoma;
	position: absolute;
	clear: both;
	bottom: 0px !important;
	bottom: -5px;
	color: #000;
	height: 30px;
	left: 15px;
	padding:0px;
	margin:0px;
	z-index:200;
}

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

#content{
	padding:20px;
	padding-bottom:0px;
	margin-bottom:10px;
}


#footer{
	margin-top:20px;
	text-align:center;
	width: 100%;
	color:#000;
	font-size:80%;
	font-weight:bold;
	clear:both;
}

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

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

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

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


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

/*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: 3px;
	cursor:pointer;
}


#navigation ul li a {
	display: block;
	width:auto !important;
	width:1px;
	white-space: nowrap;
	height: 25px !important;
	height: 30px;
	line-height: 25px;	
	font-size: 90%;
	text-decoration: none;
	color: #000;
	top: 0px;
	padding-left:15px;
	padding-right:15px;	
	padding-top:5px;
}


#navigation ul li.selected a,
#navigation ul li a:hover{
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;	
	background-color: #531911;
	border:#663300 5px inset;
	border-bottom:none;
	color:#FFF;
}


/*Content*/

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

#content #content_text{
	float:left;
	display:inline;
	width:540px;
}

#content p{
	line-height:130%;
	text-align:justify;
	margin-bottom:15px;
	margin-top:15px;
}

#content h3{
	font-size:120%;
	font-weight:bold;
	color:#660000;
}

#content h4{
	font-size:100%;
	font-weight:bold;
}

#content h5{
	font-size:150%;
	margin-top:10px;
	font-weight:normal;
}

#content #imageblock {
	float: right;
	width: 300px;
	text-align:center;
}

#content #imageblock img{
	width:146px;
	height:109px;
}


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

.hidden{
	display:none;
}

address,#address,#phone_number,#email,#footer div:after{display:inline;}

.albion-bg {
	background-color: #F1E3AC;
}

/*Footer*/

#footer #address{
	font-style:italic;
}

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

#imageblock iframe{
	width:300px;
	height:400px;
}


/*Tables*/

table{
	width:100%;
	background:#FFF;
	border-collapse:collapse;
	text-align:center;
	margin-bottom:20px;
	margin-top:10px;
}

tr{

}
td{
	border:5px inset #663300;
	padding:5px;

}