﻿body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
li {
  color: White;  
}
#navcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #02539B;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#historyContainer {
    padding-top: 230px;
    padding-left: 20px;
}
#historyContainer a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
#historyContainer a:hover {
	color: #02539B;
}
#navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18px;
	padding-left: 20px;
}
#container {
	width: 970px;
	background: url(../../img/bg_main.gif) repeat-y scroll;
	margin: 20px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: url(../../img/header_mainpage.jpg) no-repeat scroll;
	height: 310px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	padding-right: 20px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	height: 400px;
	padding: 30px 0 30px 30px;
	overflow: auto;
}
#mainContent {
	padding: 0 352px 0 230px;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
#footer p {
}

#footer {
	padding: 0 10px 0 35px;
	width: 602px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background: #01539A;
} 
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #02539B;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #FFFFFF;
}
#sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 130px;
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
}
#sidebar2 a:hover {
	color: #0093D0;
}
#sidebar2 a:visited {
	color: #C2C2C2;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8ac4e4;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #86C0E2;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #FFFFFF;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.callustext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.freetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
.telno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #F6D317;
}
.footer {
	margin: 0;
	padding: 10px 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.heading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.thumbnail {
    clear: left;
    width: 40px;
    float: left;
}
.description {
    padding: 0px 0px 0px 60px;
}
.btn
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	min-width:100px;
}

.contactForm {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.validationError {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:Red;
}
.formCaption
{
vertical-align:top;
}