/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#homePage h2 {
	margin:0 !important;
	background-color:transparent !important;
	padding:0 !important;
	border-width:0 !important;
}
#homePage p {
	color:#787878;
	margin-left:1em;
	font-family:"trebuchet ms",verdana,arial,helvetica,sans-serif;
	line-height:1.3em;
}


#homeSelector {
	text-align:center;
}
#homePage h3 {
	clear:both;
	border-style:solid;
	border-color:#5ABE5F;
	border-width:1px 1px 0 1px;
	background-color:#44B54A;
	color:#FFF;
	padding:0.2em 10px;
	margin:1em auto 0 auto;
	width:430px;
}

#homePage h4 {
	clear:both;
	color:#44B54A;
	padding:0.2em 10px;
	margin:0.1em auto 0 auto;
	text-align:center;
	font-size:2.3em;
	font-family:"trebuchet ms",verdana,arial,helvetica,sans-serif;
}

#homePage #homePageSearch {
	text-align:left;
	border:1px solid #5ABE5F;
	margin:0 auto 1em auto;
	padding:10px;
	width:430px;
}
#homePage #homePageSearch p {
	margin:0 0 1em 0;
}
#homePage #homePageSearch label {
	font-weight:bold;
	float:left;
	width:80px;
	padding-left:20px;
	text-align:right;
}
#homePage #homePageSearch select {
	display:block;
	margin:2px 0 1px 110px;
	width:300px;
}
#homePage #homePageSearch #homeSearchGo {margin-left:110px;}



#homePage #homeFeatured {
	clear:both;
	text-align:left;
	border:1px solid #5ABE5F;
	margin:1em auto 1em auto;
	padding:0px;
	min-width:450px;
	max-width:600px;
}
#homePage #homeFeatured h3 {
	margin:0;
	width:auto;
	text-align:center;
}
#homePage .listing {
	display:block;
	text-align:center;
	max-width:40%;
	width:40%;
	padding:1em 5%;
	float:left;
	color:#A00;
}
#homePage .listing img {
	display:inline;
	border:1px solid #000;
}
#homePage .listing strong {
	display:block;
	padding:2px 0;
	color:#000;
}
#homePage #homeFeatured hr {
	margin:0;
	padding:0;
	clear:both;
	visibility:hidden;
}