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 {
	float: left;
	margin-left: 2px;	
}

ul#top_navigation li.blue a, ul#top_navigation li.yellow a, ul#top_navigation li.gray a {
	color:#d1d3d4;
	display:block;
	height:19px;
	width:112px;
	padding-top:4px;	
}

ul#top_navigation li.blue a {
	color:#002b5c;
}

ul#top_navigation li.yellow a {
	color:#574319;
}


ul#top_navigation li{
	width: 112px;
	height:23px;
	display:inline-block;
	text-align:center;
	background:url(../images/tab-double-gray.png) no-repeat left top;
	text-decoration: none;
	cursor: pointer;
}

ul#top_navigation li.blue {
	background:url(../images/tab-double-blue.png) no-repeat left top;
}

ul#top_navigation li.yellow {
	background:url(../images/tab-double-yellow.png) no-repeat left top;
}


ul#top_navigation li:hover, ul#top_navigation li.selected {
	background-position:bottom;
}

ul#top_navigation li.blue:hover a, ul#top_navigation li.yellow:hover a, 
ul#top_navigation li.blue.selected a, ul#top_navigation li.yellow.selected a {
	color:#ccd5de;
}


ul#top_navigation li:hover a, ul#top_navigation li.selected a{
	color:#002b5c;
} 


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.blue span a.tenancy { 
	float:left;
	margin-right: 20px;
	color: #66809D;
	width:auto;
}

ul#top_navigation li.blue span a.tenancy:hover { 
	color: #FFFFFF;
}

ul#top_navigation li.yellow span a.pubs { 
	color: #ba880f;
	float:left;
	margin-right: 20px;
	width:auto;
}

ul#top_navigation li.yellow span a.pubs:hover { 
	color: #e7e7ab;
}


ul#top_navigation li span a.tenancy.last { 
	margin-right: 0px;	
}

 

ul#top_navigation li:hover span {  
	display: block; 
}

#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 {
	margin: 20px 18px 0px 18px;	
}

#footer a.email {
	color:#b2b4b6;
	text-decoration:none;
}

#footer a.email:hover {
	text-decoration:underline;
}

#footer p {
	color:#b2b4b6;
	font-family: Helvetia, Arial;
	font-size:11px;
	line-height:15px;
	margin: 0px 0px 10px 0px;	
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#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;
}

#footer-addthis {
	margin-left: 10px;
	line-height:25px;
	margin-top: 4px;
	vertical-align:top;
	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;
}

#footer .off_blue_text .spacer {
	width:10px;
}
