@charset "utf-8";
/* CSS Document */
.greenheader {
	margin-bottom:8px;
}

.greenheader h3 {
	background:url(images/greenheaderbg.gif) top left repeat-x #4cb507;
	margin:0px;
}

.greenheader h3 .Head {
	display:block;
	background:url(images/greenheaderleftbg.gif) top left repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:13px 13px 13px 23px;
	font-weight:bold;
}

.greenbarheader {
	border:1px solid #e7e7e7;
	padding:11px 10px;
	background:#FFFFFF;
	margin-bottom:8px;
}

.greenbarheader h3 {
	background:url(images/greenheaderbg.gif) top left repeat-x #4cb507;
	margin:0px 0px 1px 0px;
}

.greenbarheader h3 .Head {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:13px 13px 13px 20px;
}

.greenbarheader .ContentPane {
	padding:13px 19px;
	background:#f2f7ee;
	color:#363636;
	line-height:18px;
}

.greenbarheader .ContentPane a {
	text-decoration:none;
	color:#363636;
}


.greentitle {
	border:1px solid #e7e7e7;
	padding:24px 25px;
	background:#FFFFFF;
	margin-bottom:8px;
}

.greentitle h1 {
	margin:0px;
}

.greentitle h1 .Head{
	font-size:24px;
	font-weight:bold;
	color:#3b7e00;
}

.greentitle .ContentPane{
	font-size:12px;
	line-height:18px;
}


.results h1 {
	margin:0px 0px 10px 0px;
}

.results h1 .Head{
	font-size:20px;
	font-weight:normal;
	color:#4aa701;
}

.results {
	margin-bottom:19px;
}

.results .ContentPane {
	border:1px solid #e7e7e7;
	padding:18px 10px 20px 10px;
	background:#FFFFFF;
	margin-bottom:8px;
}
.results .listingname {
	font-size:14px;
	font-weight:bold;
	color:#3b7e00 !important;
	text-decoration:none;
}
.results .listingcats a {
	color:#666666 !important;
	text-decoration:none;
}

.notitle .ContentPane {
	border:1px solid #e7e7e7;
	padding:11px 10px;
	background:#FFFFFF;
	margin-bottom:8px;
}

.orangecontainer {
	margin-bottom:8px;
}
.orangecontainer .content {
	border:#FF9933 solid 1px;
	background:#FFE6CC;
	padding:13px;	
}

.orangecontainer .content a {
	color:#666666;
}
