@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
}

#container
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	height: 80px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

#navigation
{
	height: 55px;
	margin-bottom: 16px;
	background-image: url(../images/navbg1.png);
}

#navigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li
{
	text-decoration: none;
	float: left;
	padding: 20px;
}

#navigation li a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#navigation li a:hover
{
	color: #D2CC5C;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#navigation li .active
{
	color: #D2CC5C;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#mainImage
{
	height: 310px;
	margin-bottom: 14px;
	background-image: url(../images/mainImageBg1.png);
	background-repeat: no-repeat;
}

#mainImageLeft
{
	width: 486px;
	float: left;
	height: 258px;
	margin: 14px;
	background-image: url(../images/mainImage.png);
	background-repeat: no-repeat;
}

#mainImageRight h1
{
	font-size: 16px;
	text-align: center;
	color: #FFF;
}

#mainImageRight
{
	float: right;
	margin-right: 14px;
	margin-top: 14px;
	color: #FFF;
	width: 420px;
}

#mainBody
{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#mainBody h1
{
	color: #136000;
	font-size: 12px;
}

#footer
{
	padding: 5px;
	background-color: #bcb9aa;
}

#footerCentre
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#footerLeft
{
	float: left;
	width: 49%;
}

#footerRight
{
	float: right;
	width: 49%;
}

#footerBottom
{
	text-align: center;
	padding: 5px;
	background-color: #ADAA98;
}

#clear
{
	height: 0px;
	display: block;
	clear: both;
}

a
{
	color: #136200;
}

label
{
	width: 150px;
	display: block;
	float: left;
}
