@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	width: 66em;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0.6em;
	border-top-style: solid;
	border-top-color: #13144A;
	position: relative;
	border-bottom-width: 0.6px;
	border-bottom-style: solid;
	border-bottom-color: #13144A;
}
.burgundy {
	background-image: url(assets/images/backgrounds/accommodation_back.jpg);
}
.green {
	background-image: url(assets/images/backgrounds/weddings_back.jpg);
}
.orange {
	background-image: url(assets/images/backgrounds/banqueting_back.jpg);
}
.blue {
	background-image: url(assets/images/backgrounds/conferences_back.jpg);
}
.cream {
	background-image: url(assets/images/backgrounds/restaurants_back.jpg);
}
.xmas {
	background-image: url(assets/images/backgrounds/Xmas_back.jpg);
}



#content h1 {
	height: 7em;
	background-color: #00265D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(resources/barton-grange-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content h1 a {
	position: absolute;
	top: -999em;
}
#imagebox {
	height: 7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 17em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#imagebox img {
	width: 46em;
	height: 7em;
}

#textbox {
	background-color: #FFFFFF;
	padding: 1em;
	width: 44em;
	float: right;
	position: relative;
	margin-right: 3em;
	display: inline;
	min-height:40em;
    height:auto !important;
    height:40em;
}
#navigation {
	float: right;
	background-color: #003E83;
	position: relative;
	width:17em;
}

#textbox h2 {
	font-size: 1.8em;
	color: #00265D;
	padding-bottom: 1em;
}
#textbox h3 {
	font-weight: bold;
	padding-bottom: 1em;
}

#textbox p {
	font-size: 1em;
	padding-bottom: 1em;
}
#textbox a {
	color: #00265D;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
	
}
#footer  ul, #footer ol {
	list-style-type: none;
	position: relative;
	width: 49em;
	left: 17em;	
}
#footer    ul   li, #footer  ol  li {
	padding-right: 0.5em;
	position: relative;
	float: left;
	padding-left: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footer  ul  li  a, #footer ol li a {
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
	position: relative;
	padding-bottom: 0.3em;
	white-space: nowrap;
}
#legal {
	background-color: #00265D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#legal p {
	color: #FFFFFF;
	text-align: right;
	padding-right: 5em;
	font-size: 0.7em;
	padding-bottom: 0.5em;
}




.clear {
	clear: both;
}
#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	float : left;
	
	/*width : 11em;*/
	width : 16.9em;
	
	padding: 0em;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	/*width: 11em;*/
	width: 16.9em;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	/*margin-left : 11.05em;*/
	margin-left : 16.9em;
	margin-top : -2.15em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	/*width: 11em;
	w\idth : 10em;*/
	width: 16.9em;
	w\idth : 15.9em;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	text-transform: capitalize;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
	
	#nav li a:hover {
		color : white;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#nav li:hover, #nav li.hover {  
    position: static;  
}  

#nav li a.burgundy {
	color: #FFFFFF;
}
#nav li a.burgundy:hover {
	color: #999999;
}
#nav li a.green {
	color: #FFFFFF;
}
#nav li a.green:hover {
	color: #999999;

}
#nav li a.orange {
	color: #FFFFFF;
}
#nav li a.orange:hover {
	color: #999999;

}
#nav li a.blue {
	color: #FFFFFF;
}
#nav li a.blue:hover {
	color: #999999;
}
#nav li a.cream {
	color: #00265D;
}
#nav li a.cream:hover {
		color: #999999;

}
#topnav {
	position: absolute;
	top: 2em;
	right: 3em;
	text-align: right;
}
#topnav li {
	display: inline;
	padding-left: 2em;
}
#topnav li a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.8em;
}
#nav li a.xmas {
	color: #FFFFFF;
}
#nav li a.xmas:hover {
	color: #999999;
}

/*#robocatcher {
	position: absolute;
	top: -800em;
}*/

.formbutton {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00265D;
}
.formtext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00265D;
}
.errors {
	font-weight: bold;
	color: #FF0000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#textbox     .blackbutton  {
	font-size: 2em;
	text-align: center;
	display: block;
	background-image: url(assets/images/black-button-back.jpg);
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1em;
	margin-bottom: 0.5em;
	height: 88px;
	padding-top: 30px;
	width: 118px;
	clear: right;
	float: right;
}
#textbox .redbutton {
	font-size: 2em;
	text-align: center;
	display: block;
	background-image: url(assets/images/red-button-back.jpg);
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1em;
	margin-bottom: 0.5em;
	height: 88px;
	padding-top: 30px;
	width: 118px;
	clear: right;
	float: right;
}
#textbox a:hover {
	text-decoration: underline;
}
.greentext {
	color: #95DF4C;
	font-weight: bold;
}
.orangetext {
	color: #E38734;
	font-weight: bold;
}
#textbox strong {
	font-weight: bold;
}
#textbox em {
	font-style: italic;
}
.menubanner {
	position: relative;
	float:left;
	width: 15em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 1em;
	display: block;
	padding-left: 0.5em;
}
#legal p a {
	color: #FFFFFF;
	text-decoration: none;
}
#legal p a:hover {
	color: #C30;
}


.menubanner img {
	height: auto;
	width: auto;
	position: relative;
	
	display: block;
	margin-right: auto;
	margin-left: auto;
}
