﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body
{
	background-color:White;
	color:#666666;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana;
}

a {color:#666666; text-decoration:none;}
a:hover {text-decoration:underline;}

p {line-height:18px; margin-bottom:10px; color:#666666}

ul li {list-style-type:none; color:#999999}

h1 {color:#003366; font-size:24px; font-weight:bold;margin-bottom:10px;}
h2 {font-size:18px; font-weight:bold;}

strong {font-weight:bold}

#container 
{
	min-height:100%;
	width:800px;
	margin:auto;
	background-repeat:no-repeat;
	position:relative;
}

#header 
{
	position:relative;
	height:301px;
}

#footer
{
	background-color:#525252;
	font-size:10px;
	position:absolute;
	padding:7px 2px 2px 8px;
    bottom:0;
    height:30px;   /* Height of the footer */
}

#content
{
	padding:28px 0 28px 0;
	padding-bottom:55px;
}

#footer a {color:#999999}
#footer a:hover {text-decoration:underline;}

#authorisedText
{
	position:absolute;
	top:302px;
	text-align:right;
	width:795px;
	font-size:11px;
}

#logo 
{
	position:absolute;
	height:80px;
	top:23px;
	width:361px;
	background-image:url(../images/logo.png);
}

#menu 
{
	position:absolute;
	padding-top:14px;
	height:162px;
	top:126px;
	width:800px;
	background-image:url(../images/menu_background.png);
}

.paddedMain {padding: 0 132px 0 132px;}
.paddedMain p {margin-left:5px;}

.col1 {width:234px;float:left;padding:5px;margin-right:10px;}
.col2 {width:234px;float:left;padding:5px;margin-right:10px;}
.col3 {width:234px;float:left;padding:5px;}

.col1 img, .col2 img, .col3 img {border: solid 1px #e3e6ed}

.contact_col1 {width:233px;float:left;padding:5px;}
.contact_col2 {width:243px;float:left;padding:5px;}

.track {padding:10px 0px 15px 0px;}
.track img {border: solid 1px #e3e6ed}

.clearBoth
{
	clear:both;
}