/* CSS Document */

body { 
	background:url(images/background.gif); 
	margin-top: 7px; 
	font-family: Arial, Helvetica, sans-serif;
} 
hr {  color: #00018d; background-color: #00018d; height: 3px; border: none;  }
h2 { font-size: 14px; margin-bottom: 0px; }
hr.no-margin { margin: 0px; }

p, td { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #00018d; margin-top: 0px;}
h1 { text-transform: uppercase; font-weight: bold; color: #00018d; font-size: 18px; margin-bottom: 0px; }

ul { list-style: square; margin-left: 20px;}
li { padding: 0px 0px 10px 0px;}

a:link    { color: #00018d; text-decoration: none; }
a:visited  { color: #00018d; text-decoration: none; }
a:hover	  { color: #00018d; text-decoration: underline; }

td.footer-bottom { 
	background:url(images/site-shadow-b.gif) repeat-x; 
	font-size: 10px;
	color: #6bb7e5;
	height:15px;
	vertical-align: bottom;
}

.footer-bottom a:link, .footer-bottom a:visited { color: #6bb7e5; }

td.opening-times {
	height: 266px;
	color: #FFFFFF;
	font-size: 14px;
	background:url(images/open-hours-bg.gif);
	height: 266px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
}

#navigation { font-size: 14px; color:#FFFFFF; }
#navigation h1 { font-size: 14px; color: #0598ff; text-transform: none; }
#navigation ul { list-style: square; margin-left: 0px;}
#navigation li { padding: 0px 0px 10px 0px;}

#navigation a { color: #FFFFFF; text-decoration: none; }
#navigation a:hover { color: #0598ff; font-weight: bold; }

#footer { border: 2px solid #00018d;}
td.footer-element { color: #00018d; font-size: 19px; }

#blue-table { border: 2px #00018d solid; height:586px; background: #FFFFFF; }

/* information tables */

table.info-table  { 
	border-top: solid 1px #00018d; 
	border-right: solid 1px #00018d;  
}
table.info-table td { 
	font-size: 12px; 
	text-align: center; 
	line-height: 1.5; 
	border-left: solid 1px #00018d;
	border-bottom: solid 1px #00018d;
}

#getting-here ul { list-style: square; margin-top: 0px; padding-left:0px;}
#getting-here  li { padding: 0px 0px 0px 0px;}
#getting-here h2 { margin-top: 0px; }

input.input-box { font-family: Arial, Helvetica, sans-serif; font-size: 10px; width: 100%; }


