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

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #373737;
	background: #c6dd7a;
}

a {
	color: #393D37;
	text-decoration: underline;
}

.clear {
	clear: both;
}

h1 {
	font-size: 28px;
	margin-top: 0px;
	color:#393D37;
}

h2 {
	font-size: 17px;
	margin-top: 0px;
	color:#393D37;
}

h2 a {
	font-size: 17px;
	margin-top: 0px;
	color:#393D37;
	text-decoration: none;
}

h3 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#393D37;
}

h4 {
	font-size: 13px;
	color:#393D37;
}

.contactDetails {
	width:200px;
	float:left;
	padding-right:80px;
}

.contactDetails a {
	color: #324565;
	text-decoration: none;
}

#contentMiddle {
	width:460px;
	float:left;
	padding-top:30px;
}

#contentWrap {
	width: 840px;
	float: left; 
	padding:15px 30px 30px 30px;
}

#footerWrap {
	width: 840px;
	float: left; 
	padding:0 30px 30px 30px;
}

#footerWrap ul {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	padding: 10px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footerWrap ul li {
	display: inline;
	padding-right: 30px;
	color: #393D37;
	font-size: 11px;
	font-weight: bold;
}

#footerWrap ul li a {
	color: #393D37;
	text-decoration: none;
}

#footerWrap ul li a:hover {
	color: #393D37;
	text-decoration: none;
}

#headerWrap {
	width: 900px;
	height: 75px;
	background: #b9cf72;
}

.homeContent {
	width: 508px;
	float: left;
	padding-bottom: 20px;	
}

#homeFooterWrap {
	width: 1100px;
	height:116px;
	margin: 0 auto;
}

#homeFooterWrap ul {
	list-style-type: none;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#homeFooterWrap ul li {
	display: inline;
	padding-right: 30px;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
}

#homeFooterWrap ul li a {
	color: #CCCCCC;
	text-decoration: none;
}

#homeFooterWrap ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#heroWrap {
	width: 900px;
	height: 214px;
}

#innerWrap {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	/*height: 500px;*/
}

#latestNewsWrap{
	width: 292px;
	_width:322px;
	padding: 0px 20px 0px 20px;
	*padding: 0px 20px 0px 20px;
	_padding: 0px 0px 0px 10px;
	float: left;
	margin-top:29px;
	/*background: #D9DCE3 url(../images/home-latestNewsbg.jpg) bottom no-repeat;*/
}

.letterText {
	font-style:italic;
}

#logo {
	width:220px;
	height:75px;
	float:left;
}

#mainWrap {
	width: 1100px;
	margin: 0 auto;
	bottom: 0;
	position: relative;
	/*padding-bottom: 105px;*/
	background: url(../images/content-shadow.jpg) repeat-y;
}

#menuLeft {
	width:195px;
	float:left;
	padding:30px 0px 0px 30px;
}

#menuLeft ul {
	width: 165px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menuLeft ul li {
	width: 165px;
	color: #ffffff;
	margin-bottom: 2px;
	background-color: #324565;
}

#menuLeft ul li a {
	text-decoration: none;
	height: 17px;
	padding: 4px 6px;
	display: block;
	color: #ffffff;
}

#menuLeft ul li a:hover, #menuLeft ul li a.selected {
	text-decoration: none;
	height: 17px;
	color: #ffffff;
	background-color: #F75C17;
	padding: 4px 6px;
	display: block;
}

#navigationWrap {
	width:680px;
	height:75px;
	float:left;
}

#navigationWrap ul {
	list-style-type: none;
	width: 665px;
	float: left;
	text-align: right;
	padding: 0px 15px 0px 0px;
	margin: 30px 0px 0px 0px;
}

#navigationWrap ul li {
	display: inline;
	padding-right: 30px;
	color: #ffffff;
	font-weight: bold;
}

#navigationWrap ul li a {
	color: #ffffff;
	text-decoration: none;
}

#navigationWrap ul li a:hover, #navigationWrap ul li a.selected {
	color: #393d37;
	text-decoration: none;
}

#pageWrap {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 176px;
	background: url(../images/footer-shadow.jpg) no-repeat;
}