﻿@charset "utf-8";
/* 
Printer Basics CSS Document 
Last Updated - 26/06/2009
*/

body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#ebebeb;
	margin-top:20px;
	text-align:center;
}

h2 {
	font-size:14px;
	margin-bottom:none;
	padding-bottom:none;
	display:inline;
}

a:link {
	color: #0094bb;
}
a:visited {
	color: #0094bb;
}
a:hover {
	color: #000;
}
a:active {
	color: #0094bb;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border:2px solid #CCC;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#banner {
	height:150px;
	margin-bottom:30px;
}

#strapline {
	font-size:18px;
	text-align:center;
}

#content {
	width:820px;
	font-size:14px;
	padding-left:40px;
	padding-right:40px;
	line-height:145%;
	text-align:left;
}

#bottom-nav {
	width:100%;
	background-color:#0094bb;
	margin-top:40px;
}

p.links {
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding:10px 0px 10px 0px;
}

p.links a:link {
	color: #FFF;
}
p.links a:visited {
	color: #FFF;
}
p.links a:hover {
	color: #b5e4f1;
}
p.links a:active {
	color: #FFF;
}


.footer {
	text-align:center;
	color:#666;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}


div.open-hours{
    float:left;
    padding-right: 5px;
}

ul.open-hours {
    list-style:none; 
    display:block; 
    float:left; 
    margin:0; 
    padding-left:0;
}