@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
} 


body {
	background: #f5ffe7 url('WebImages/TopAreaBG.gif') repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.wrapper {
	width: 900px;
	margin: 0 auto; 
	padding: 0;  
 	text-align: left;
}

h1 {
	font-size: 18px;
	color: #484848;
	text-transform: uppercase;
	padding: 10px 0 10px 0	
}

a {
color: #000000;
text-decoration: none;
}


a:hover {
color: #636466;
text-decoration: none;
}

a:focus {
    outline: none;
}


.clear {
	clear: both;
}

.blackTxt {
	color: #000;
}

.tealTxtHeader {
	color: #307D88;
	font-size: 20px;
	padding-bottom: 10px;
}

.tealTxtHeader a {
	color: #307D88;
	text-decoration: none;
}

.tealTxtHeader a:hover {
	color: #307D88;
	text-decoration: underline;
}

.greenTxtHeader {
	color: #8DC440;
	font-size: 17px;
	padding-bottom: 10px;
}

/* ------------- TOP AREA ------------ */

.topContent{
	float: right;
	color: #636466;
	padding-top: 7px;
}

.topContent a {
	color: #636466;
	text-decoration: none;
}

.topContent a:hover {
	color: #000;
	text-decoration: none;
}

.logoArea{
	padding: 40px 0 30px 0;
	width: 900px;
	float: left;
	
}

.searchArea{
	padding-top: 45px;
	float: right;
}



/*------------ Menu ----------*/

.menu {
	background: transparent url('WebImages/NavBG.gif') repeat-x top left;
	height: 41px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: inline;
	width: 100px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	color: #000;
}

#nav li {
	float: left;
	padding: 10px 0 0 40px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background: #C8E79C url('WebImages/menuDDBG.gif') repeat-x top left;
	width: 200px;
	padding: 10px 20px 20px 20px;
}

#nav li li a {
	display: block;
	width: 150px;
	text-align: left;
	margin-left: -40px;
	text-transform: none;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#nav li li a:hover {
	text-decoration: underline;
}


#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* ------------- MAIN AREA ------------ */

#main {
	background: url('WebImages/mainSideBarBG.gif') repeat-y top right;
	overflow: auto;
 	width: 100%;
	margin-bottom: 0;
} 

/* ------------- CONTENT ------------ */

.mainContentArea {
	width: 640px;
	float: left;
	display: inline;
}

.breadcrumbs {
	font-size: 14px;
	color: #787878;
	padding-bottom: 30px;
}


.breadcrumbs a{
	text-decoration: underline;
}

.breadcrumbs a:hover{
	text-decoration: none;
}

/* ------------- Sub Category Selection ------------ */

.categorySub {
	width: 100px;
	padding-bottom: 50px;
	text-align: center;
}

.categorySub a {
	color: #8dc440;
	text-decoration: none;
}

.categorySub a:hover {
	color: #8dc440;
	text-decoration: underline;
}

.categorySub img {
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 7px;
	background-color: #fff;
}

/* ------------- Ad Box Content Area - Green ------------ */

.adBoxGreenContent {
	border: 1px solid #CCC;
	color: #666; 
	margin: 0 10px 15px 0;
	width: 250px;
	background-color: #fff;
}

.adBoxGreenContent h2 {
	background: transparent url('WebImages/adBoxTitleBGGreen.gif') repeat-x top left;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	height: 27px;
	padding: 5px 0 0 10px;
}

.adBoxGreenContent p {
	padding-bottom: 10px;
}


/* ------------- Ad Box Content Area - Gray Horizontal Ads ------------ */

.adBoxGrayContent {
	border: 1px solid #CCC;
	color: #666; 
	margin: 0px 0px 15px 0px;
	background-color: #fff;
}

.adBoxGrayContent h2 {
	background: transparent url('WebImages/adBoxTitleBGGray.gif') repeat-x top left;
	color: #5D9212;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	height: 27px;
	padding: 5px 0 0 10px;
}

.adBoxGrayContent p {
	padding-bottom: 10px;
}


.colFirst {
	width: 195px;
	float: left;
	margin: 0 10px 0 15px;
}

.colMiddle {
	width: 195px;
	float: left;
	margin-right: 5px;
}

.colLast {
	width: 195px;
	float: left;
}

/* ------------- Service/Product Search ------------ */

.findServicesArea {
	background-color: #595959;
	color: #fff;
	margin-bottom: 20px;
}

.findServicesArea a {
	color: #B3E868;
	text-decoration: none;
}

.findServicesArea a:hover {
	color: #B3E868;
	text-decoration: underline;
}

.findServicesArea h2{
	background-color: #797F71;
	color: #B3E868;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	height: 30px;
	padding: 10px 0 0 13px;
}

.findServicesAreaTxt {
	padding: 13px;
}

/* ------------- Listings Area ------------ */

.listingsArea {
	background-color: #fff;
	border: 1px solid #666;
	margin-bottom: 20px;
	color: #000;
}

.listingsArea a {
	color: #0074be;
	text-decoration: none;
}

.listingsArea a:hover {
	color: #0074be;
	text-decoration: underline;
}

.listingsAreaContent {
	padding: 20px;	
}

.listing {
	border-bottom: 1px solid #C8E79C;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.listing h1 {
	color: #000;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.listing Img {
	float: left;
	padding-right: 20px;
}

/* ------------- Article Boxs ------------ */

.articleBoxOne {
	border: 1px solid #CCC;
	color: #666; 
	margin: 0 10px 15px 0;
	width: 400px;
	background-color: #fff;
	padding: 10px;
	float: left;
}

.articleBoxOne img {
	float: left;
	margin-right: 10px;
}


.articleBoxTwo {
	border: 1px solid #CCC;
	color: #666; 
	margin: 0 0 15px 0;
	width: 183px;
	background-color: #fff;
	padding: 10px;
	float: left;
}

.articleBoxTwo img {
	float: left;
	margin-right: 10px;
}

/* ------------- SIDE AREA ------------ */

.sideArea {
	float: right;
	width: 250px;
	height: 100%;
	padding: 0;
	background-color: #fff;
}


/* ------------- Info Box ------------ */

.infoBox {
	margin: 7px 7px 7px 7px;
	border: 1px dotted #d1e7b3;
	padding: 10px; 
	color: #666;
}

.infoBox h1 {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	background: transparent url('WebImages/h1BG.gif') no-repeat;
	padding: 3px 0 15px 15px;
	text-transform: none;
	
}

.infoBox p {
	padding-bottom: 10px;
}

.infoBoxGreenTxt {
	color: #8dc440;
	font-weight: normal;
}

/* ------------- Ad Boxs ------------ */

.adBoxTxtArea {
	padding: 10px;
}

.adBoxTxtAreaSmaller {
	padding: 10px;
	font-size: smaller;
}

.adBoxTxtAreaImg {
	padding-bottom: 10px;
}

.adBoxTxtAreaImg Img {
	border: .5px solid #666;
	margin: 0 5px 5px 0;
	float: left;
}

/* ------------- Ad Box - Green ------------ */

.adBoxGreen {
	border: 1px solid #CCC;
	color: #666; 
	margin: 7px 7px 15px 7px;
}

.adBoxGreen h2 {
	background: transparent url('WebImages/adBoxTitleBGGreen.gif') repeat-x top left;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	height: 27px;
	padding: 5px 0 0 10px;
}

.adBoxGreen p {
	padding-bottom: 10px;
}

/* ------------- Ad Box - Gray ------------ */

.adBoxGray {
	border: 1px solid #CCC;
	color: #666; 
	margin: 7px 7px 15px 7px;
}

.adBoxGray h2 {
	background: transparent url('WebImages/adBoxTitleBGGray.gif') repeat-x top left;
	color: #5D9212;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	height: 27px;
	padding: 5px 0 0 10px;
}

.adBoxGray p {
	padding-bottom: 10px;
}

/* ------------- FOOTER AREA ------------ */

#footer {
	background: #c1c1c1 url('WebImages/footerTop.gif') repeat-x;	
    font-size: 10px;
} 

/* ------------- Footer Upper  Content Area ------------ */

#footer .contentTop {
	padding: 50px 0 20px 0;
	text-transform: lowercase;
}

#footer .contentTop li {
	list-style: none;
	padding: 3px 0 3px 0;
}

#footer .contentTop a {
	color: #000;
	text-decoration: none;
}

#footer .contentTop a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 3px dotted #C8E79C;
}

#footer .contentTop h3 {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px
}

#footer .colOne {
	width: 170px;
	float: left;
	padding: 0 10px 20px 0;
}

#footer .colTwo {
	width: 170px;
	float: left;
	padding: 0 10px 20px 0;
}

#footer .colThree {
	width: 170px;
	float: left;
	padding: 0 10px 20px 0;
}

#footer .colFour {
	width: 170px;
	float: left;
	padding: 0 10px 20px 0;
}

#footer .colFive {
	width: 170px;
	float: left;
	padding-bottom: 20px;

}



/* ------------- Footer Bottom Content Area ------------ */

#footer .bottom {
	background-color: #e1f4c8;
	padding: 10px 0 10px 0;
}

#footer .bottom a {
	color: #000;
	text-decoration: none;
}

#footer .bottom a:hover {
	color: #335800;
	text-decoration: none;
}


.categorypad img {
border: 1px solid #666;
padding: 10px;
margin-bottom: 7px;
background-color: #fff;
}


.categorypad img a {
border: 1px solid #666;
padding: 10px;
margin-bottom: 7px;
background-color: #fff;
}

.topfind a 
{
    font-size: 10px;
	color: #000;
	text-decoration: none;
}

.topfind a:hover 
{
    font-size: 10px;
	color: #335800;
	text-decoration: none;
}
