html {
	overflow-y: scroll;
}
body {
	background-color: #002b5c;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

a {
	text-decoration: none;
}

p {
	font-family: Helvetica, Arial;
	font-size:13px;
	line-height:1.2em;
}

.light_gray {
	color:#b2b4b6;
}

.clear {
	clear:both;
}

.bold {
	font-weight:bold;
}

.white_text {
	color:#FFFFFF;
}

.orange_text {
	color:#eeb211;
}

.off_blue_text {
	color:#66809d;
}

.light_blue {
	color:#66809D;
}

.dark_blue {
	color:#002b5d;
}

.center {
	text-align:center;
}

.left {
	float: left;
}

.right {
	float:right;
}


#site_container {
	background: url(../images/container-background.jpg) top left no-repeat #00224a;
	width:960px;
	margin: 10px auto 10px auto;
	padding-bottom:10px;
}


#site_container_news {
	background: url(../images/container-background-news-and-events.jpg) top left no-repeat #00224a;
	width:960px;
	margin: 10px auto 10px auto;
	padding-bottom:10px;
}



ul#top_navigation {
	width:960px;
	height: 23px;
	display:block;
	font-family: Helvetica, Arial; 
	font-size: 12px;
	line-height:16px;
	margin: 0px 25px 0px 23px;
	position:relative;
}

ul#top_navigation li {
	height:23px;
	display:inline-block;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	float: left;
	margin-left: 1px;		
}

ul#top_navigation li a {
	color:#d1d3d4;
	display:block;
	height:19px;
	padding-top:4px;	
}

ul#top_navigation li a:hover, ul#top_navigation li a.selected {
	color:#002B5C;
}

ul#top_navigation li.home a {
	background:url(../images/top-navigation.jpg) 0px 0px no-repeat;
	width:69px;
}

ul#top_navigation li.home a:hover, ul#top_navigation li.home a.selected {
	background-position: 0px -23px;
}

ul#top_navigation li.run-your-own-pub a {
	background:url(../images/top-navigation.jpg) -69px 0px no-repeat;
	width:132px;
	color:#002B5C;
}

ul#top_navigation li.run-your-own-pub a:hover, ul#top_navigation li.run-your-own-pub a.selected {
	background-position: -69px -23px;
	color:#CCD5DE;
}

ul#top_navigation li.our-pubs a {
	background:url(../images/top-navigation.jpg) -201px 0px no-repeat;
	width:85px;
	color:#574319;
}

ul#top_navigation li.our-pubs a:hover, ul#top_navigation li.our-pubs a.selected {
	background-position: -201px -23px;
	color:#CCD5DE;
}

ul#top_navigation li.stay-the-night a {
	background:url(../images/top-navigation.jpg) -286px 0px no-repeat;
	width:111px;
}

ul#top_navigation li.stay-the-night a:hover, ul#top_navigation li.stay-the-night a.selected {
	background-position: -286px -23px;
}

ul#top_navigation li.meet-the-family a {
	background:url(../images/top-navigation.jpg) -397px 0px no-repeat;
	width:118px;
}

ul#top_navigation li.meet-the-family a:hover, ul#top_navigation li.meet-the-family a.selected {
	background-position: -397px -23px;
}


ul#top_navigation li.our-beers a {
	background:url(../images/top-navigation.jpg) -515px 0px no-repeat;
	width:89px;
}

ul#top_navigation li.our-beers a:hover, ul#top_navigation li.our-beers a.selected {
	background-position: -515px -23px;
}


ul#top_navigation li.news a {
	background:url(../images/top-navigation.jpg) -604px 0px no-repeat;
	width:66px;
}

ul#top_navigation li.news a:hover, ul#top_navigation li.news a.selected {
	background-position: -604px -23px;
}


ul#top_navigation li.tenant-resources a {
	background:url(../images/top-navigation.jpg) -670px 0px no-repeat;
	width:133px;
}

ul#top_navigation li.tenant-resources a:hover, ul#top_navigation li.tenant-resources a.selected {
	background-position: -670px -23px;
}


ul#top_navigation li.contact a {
	background:url(../images/top-navigation.jpg) -803px 0px no-repeat;
	width:104px;
}

ul#top_navigation li.contact a:hover, ul#top_navigation li.contact a.selected {
	background-position: -803px -23px;
}



ul#top_navigation li span {
	width:910px;
	clear:both;
	display:none;
	position:absolute;
	left:-6px;
	top:23px;
	padding: 2px 8px 6px 8px;
	z-index:2;
	font-family: Helvetica, Arial; 
	font-size:13px;
	line-height:16px;
	height:20px;
	overflow:hidden;
}

ul#top_navigation li span.open {
	display:block;
}

ul#top_navigation li.run-your-own-pub span a.tenancy { 
	float:left;
	margin-right: 18px;
	color: #66809D;
	width:auto;
	background:none;
}

ul#top_navigation li.run-your-own-pub span a.tenancy:hover { 
	color: #FFFFFF;
}

ul#top_navigation li.our-pubs span a.pubs { 
	color: #ba880f;
	float:left;
	margin-right: 20px;
	width:auto;
	background:none;
}

ul#top_navigation li.our-pubs span a.pubs:hover { 
	color: #e7e7ab;
}

ul#top_navigation li span a.tenancy.last { 
	margin-right: 0px;	
}

#sub_navigation {
	width:960px;
	height: 30px;
	display:block;
	margin: 0px 0px 2px 0px;
	background:url(../images/subnav.png) top center no-repeat;
	clear:both;
}




#footer {
	padding: 20px 0px 0px 0px;	
}

#footer p {
	font-family: Helvetia, Arial;
	font-size:11px;
	line-height:15px;
	padding: 0px 0px 10px 31px;
}

#footer a {
	color:#b2b4b6;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.off_blue_text a {
	color:#66809d;
}

#footer-drinkaware {
	background:url(../images/footer-drinkaware.png) no-repeat top left;
	width: 98px;
	height:25px;
	display:inline-block;
}

#footer-realale {
	background:url(../images/footer-campignforrealale.png) no-repeat top left;
	width: 71px;
	height:25px;
	display:inline-block;
}






.hidden {
	display:none;
}

.white_arrow {
	width: 8px;
	height:7px;
	display:inline-block;
	background: url(../images/white-arrow.png) top left no-repeat;
	margin: 4px 0px 0px 5px;
	vertical-align:top;
}

#flash_height_fix {
	height: 250px;
	width: 100%;
	position: relative;
	top: 0; left: 0;
}

#flash_logo {
	position: absolute;
	top: 26px; left: 28px;
}

#footer .spacer {
	width:6px;
	display: inline-block;
}

