/*------GLOBAL------*/

body { margin:10px auto; background:url(../images/layout/bg.jpg) repeat-x #15499D; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }
img { border:none; }
p, h1, h2, ul, li, a, td { font-size:12px; font-family:verdana; color:#333333; text-align:left; text-decoration:none; font-weight:normal; padding:5px 0 5px 0; margin:0; }
h1, h2 { font-size:20px; font-family:tahoma; color:#15499D; }
ul { padding:0; line-height:1; vertical-align:baseline; padding:10px 0 10px 25px; }
ul li { font-weight:bold; padding:6px 0 5px 15px; list-style:none; background:url(../images/layout/bullet.jpg) no-repeat left 9px; }
a { padding:0; color:#15499D; font-weight:bold; }
a:hover { text-decoration:underline; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container { width:808px; border:1px solid #CCCCCC; background:#FFFFFF; }
#innerContainer { width:790px; padding:0 9px 0 9px; }
#header { width:790px; height:72px; position:relative; }
#header #logo { width:330px; height:23px; position:absolute; left:6px; top:21px; }
#header #headerContact { width:392px; height:33px; position:absolute; left:391px; top:16px; }
#mainImgArea { width:790px; height:254px; margin:1px 0 1px 0; }
#content { width:790px; padding:15px 0 15px 0; }
#text { width:570px; padding:0 15px 0 0; float:left; }
#formContainer { width:350px; padding:10px 10px 0 0; float:right; position:relative; display:block; }
#footer { width:770px; padding:10px; }
#footer a { font-size:11px; }

/*------NAVIGATION------*/

#nav { width:790px; height:25px; }
#nav ul { padding:0; }
#nav ul li { float:left; padding:0 0 0 1px; background:none; }
#nav ul li a { height:21px; color:#FFFFFF; font-weight:normal; font-size:11px; padding:4px 6px 0 6px; border-left:1px solid #15499D; border-right:1px solid #15499D; background:url(../images/layout/navbg.jpg) repeat-x; display:block; }
#nav ul li a:hover  { text-decoration:none; background:url(../images/layout/navbghover.jpg) repeat-x; }

/*------INFORMATION AREA------*/

#infoArea { width:205px; float:left; }
#infoArea .box { width:205px; margin:0 0 10px 0; }
#infoArea .box .boxTop { width:205px; height:30px; margin:0 0 10px 0; }
#infoArea .box p { padding:0 0 5px 0; }
#infoArea .box#openingHours p { font-size:11px; }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatLeft { float:left; }
.floatRight { float:right; }
.clearBoth { clear:both; }
.border { border:1px #CCCCCC solid; padding:1px; }
.pageSeperator { width:834px; height:10px; background:#15499D; }
.colour { color:#15499D; }