#mainnav {
	margin-bottom: 0;
}
#leftarea {
	float: left;
	width: 720px;
}
/*===================== RIGHT COL ======================== */
#rightcol {
	width: 230px;
	float: right;
	margin-right: 10px;
}
/* Fix IE6 and earlier - double margin bug rightcol */
* html #rightcol {
	display: inline;
}
#rightcol h2 {
	margin-top: 0;
	padding-top: 10px;
	font-size: 1.3em;
	text-align:center;
	background: url(../images/news_top.gif) top left no-repeat;
}
#rightcol h2 a {
	text-decoration: none;
	color: #346615;
}
#rightcol a {
	color: #e05408;
}
/*===================== NEWS ======================== */
#news {
	width: 230px;
	background: url(../images/news_bg.jpg) top left repeat-x; 
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 10px;
	color: #346615;
}
#news h2 {
	font-size: 1.3em;
}
.newsitem h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
}
#rightcol .newsitem h3 a {
	color: #346615;
	text-decoration:none;
}
.newsitem p {
	padding-top: 0;
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}
/*===================== SKIP HIRE ======================== */
#skiphire {
	width: 230px;
	background: url(../images/news_bg.jpg) top left repeat-x;
	padding-bottom: 10px;
}
#skiphire p {
	padding-left: 10px;
	padding-right: 10px;
}

#skiphire h2 {
/*	margin-top: 0;
	padding-top: 0;*/
	font-size: 1.7em;
	text-align:center;
}
/*===================== WHAT WE DO ======================== */
ul.whatwedo {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	width: 170px;
}
ul.whatwedo li {
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 5px;
}
ul.whatwedo li.title {
	color: #346615;
	font-size:1.1em;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
}
ul.whatwedo a {
	background-color: transparent;
	text-decoration: underline;
	color: #346615;
	font-size: 0.9em;
	margin-left: 0;
	padding: 2px 0;
}
ul.whatwedo a:hover {
	/*background-color: #346615;*/
	text-decoration: none;
	color: #000;
	color: #e05408;
	/*color: #fff;*/
}

/*===================== FEATURES ======================== */
#features {
	width: 530px;
	float: right;
}
.feature {
	position: relative;
	width: 260px;
	min-height: 180px;
	/*padding: 5px;*/
	float: right;
	background:url(../images/feature_bg.jpg) top left no-repeat;
	background: url(../images/feature_footer.jpg) bottom left no-repeat;
}
* html .feature {
	width: 260px;
	w\idth: 260px;
}
.feature h2 {
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fbeb38;
	font-size: 1.3em;
	text-align:center;	
	background: url(../images/feature_heading.jpg) top left no-repeat;
}
.feature h2 a {
	color: #fbeb38;
	text-decoration: none;
}
.feature p {
	font-size: 1.2em;
	color: #fff;
	margin-top: 0;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.feature p a {
	color: #fbeb38;
}
.feature p a:hover {
	text-decoration: none;
}
.feature img {
	float: left;
	margin-right: 5px;
	border: 0;
	/*padding-bottom: 10px; */
}
.feature img.womanbinX {
	position: absolute;
	left: 0;
	bottom: 0px;
}