﻿body {
	background-color: #447f13;
	background-image: url('images/designBG.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
#wrapper {
	background-position: left top;
	width: 970px;
	margin: 0px auto 0px auto;
	background-image: url('images/wrapperBG.gif');
	background-repeat: repeat-y;
}
#topBanner {
	width: 970px;
	height: 274px;
	background-image: url('images/topBannerBG.gif');
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.clear {
	clear: both;
}
#main {
	clear: both;
	width: 930px;
	margin: 0px auto 0px auto;
}
#footer {
	width: 970px;
	height: 70px;
	background-image: url('images/footerBG.gif');
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	color: #FFFFFF;
	text-align: right;
}
#mainLeft {
	width: 230px;
	display: inline;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainContent {
	padding: 20px;
	float: right;
	display: inline;
	width: 660px;
}
.navLeftHeader {
	background-image: url('images/leftNavNameBG.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
#mainLeft img {
	text-align: center;
	padding: 5px;
}
.centered {
	text-align: center;
}
#logo {
	float: left;
	width: 170px;
	padding-top: 15px;
	padding-left: 30px;
}
#bannerImagesWrapper {
	float: right;
	width: 680px;
	padding-top: 52px;
	text-align: center;
}
.noBorder {
	border-width: 0px;
}
#mainLeft ul {
	padding: 0px;
	margin: 0px;
}
#mainLeft ul li {
	list-style-type: none;
}
#mainLeft ul li a {
	display: block;
	padding: 3px 5px 3px 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	text-decoration: none;
}
#mainLeft ul li a:hover {
	color: #52921D;
	background-image: url('images/tick.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}
#footer p {
	padding-right: 40px;
	padding-top: 17px;
	font-size: 85%;
}
.floatRight {
	float: right;
	margin-left: 20px;
	border: 1px solid #C0C0C0;
	padding: 3px;
	background-color: #FFFFFF;
}
.floatLeft {
	float: left;
	margin: 0px 15px 10px 0px;
}
#box1 {
	padding: 5px;
	border: 1px solid #cccccc;
	width: 300px;
	float: left;
	height: 150px;
	font-size: 90%;
}
#box2 {
	padding: 5px;
	border: 1px solid #cccccc;
	width: 300px;
	float: right;
	height: 150px;
	font-size: 90%;
}
#mainContent h1 {
	background-color: #4C4C4C;
	padding: 6px;
	font-size: 130%;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #7FD835;
	font-weight: normal;
}
.heading {
	font-weight: bold;
	font-size: 110%;
	background-image: url('images/tick.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.FAQ {
	background-color: #F5F5F5;
	padding: 3px;
	color: #3F7612;
	margin-bottom: 5px;
}
.answer {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
}
#box1:hover {
	background-color: #F2FBEC;
}
#box2:hover {
	background-color: #F2FBEC;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
#designedBY {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: right;
	font-size: 85%;
	padding: 3px 20px 10px 3px;
}
#designedBY a {
	color: #CCCCCC;
	text-decoration: none;
}
#designedBY a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
