/* Created using Style Master from Western Civilisation CSS2 { 2 2 558 625 } */

/* Colours: Blue = 0142C0, Green = 58DB25, Mustard = FCA336 */

div.clearer {
clear: both;
}

/* display: block stops images being displayed inline and having 3px space underneath border: none removes the default border that images have when they are links - this could be done in a separate statement specifically for link images */

img {
display: block;
border: none;
}

p {
margin: 0;
}

a {
text-decoration: none;
color: #FFFFFF;
}

body {
color: #FFFFFF;
font-family: "Verdana", sans-serif;
font-size: 11pt;
margin: 0;
text-align: center;
background-color: #FCA336;
}

/* Margin-left + margin-right = auto centres the div id 'page' which contains the entire page. The text-aligns in body and #page make this work in some faulty versions of IE */

#page {
background-position: 50% 50px;
width: 785px;
margin-top: 3px;
margin-left: auto;
margin-right: auto;
text-align: left;
border: 1px #0142C0 solid;
background-color: #FFFFFF;
margin-bottom: 3px;
}

#title {
width: 779px;
height: 230px;
border-bottom: 1px #FFFFFF;
border-left: 1px #0142C0;
border: 3px #FFFFFF solid;
margin: 0px;
position: relative;
}

#menubar {
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 11pt;
}

#menubar a.menu {
color: #FFFFFF;
font-size: 12pt;
float: left;
display: block;
width: 106px;
padding: 2px;
text-align: center;
border-right: solid #FFFFFF 3px;
}

a.menu:link, a.menu:visited, a.menu:active {
background-color: #0142C0;
}

a.menu:hover {
background-color: #58DB25;
}

#menubar a.menuend {
color: #FFFFFF;
font-size: 12pt;
float: left;
display: block;
width: 103px;
padding: 2px;
text-align: center;
}

a.menuend:link, a.menuend:visited, a.menuend:active {
background-color: #0142C0;
}

a.menuend:hover {
background-color: #58DB25;
}

strong {
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12pt;
font-weight: normal;
}

strong.big {
font-size: 16pt;
}

a.email:hover, a.email:active {
text-decoration: underline;
}

#footer {
background-color: #0142C0;
font-size: 8pt;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0;
}

p.footercomp {
display: block;
margin-left: 5px;
}

p.footercomp2 {
float: right;
display: block;
margin-right: 5px;
}

img.vehicle {
border: 1px #0142C0 solid;
margin-bottom: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
