
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 20px 0px 0px 0px;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#adView {
	width: 100%;
	float: left;/*border: 1px #000 solid;*/
}

#adView p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#picsBox p {
	font-size: 100%;
}

#picsBox ul {
	padding: 0px;
	margin: 0px;
	float: left;
}

#picsBox ul li {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	list-style-type: none;
}

#picsBox ul li img {
	padding: 0px;
	margin: 0px;
}
/* START: ads_view page custom css */
@media print {

#header {
	display: none;
}

#mainContent table {
	display: none;
}

#indexImgListings {
	display: none;
}

#footer h2 {
	display: none;
}

#footerLinks {
	display: none;
}
}

.ad_menu {
	float: left;
	width: 100%;
}

.fbookrec {
	float: left;
	height: 50px;
}

#indexImgListings {
	margin: 0px;
	padding: 0px;
	float: right;
}

#indexImgListings li {
	float: left;
	width: 100px;
	height: 100px;
}

#indexImgListings li a img {
	border: 1px #000000 solid;
	padding: 5px 5px 20px 5px;
}

#indexImgListings li {
	list-style-type: none;
}

.figure {
	float: left;
	width: 108px;
	margin: 0px 10px 10px 0px;
}

.figure {
	float: left;
	width: 108px;
	margin: 0px 10px 10px 0px;
}

.photo img {
	border: 1px #000000 solid;
	padding: 4px;
}

.figure p {
	font-size: 10px;
	text-align: center;
	margin: 10px 0 0 0;
	height: 2.5em;
}

#ad_links {
	float: right;
	padding: 0px;
	margin: 0px;
}

#ad_links li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#ad_links li a {
	display: block;
	float: left;
	padding: 8px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #696;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #73A531;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#73A531), to(#47691A) );
	background: -webkit-linear-gradient(#73A531, #47691A);
	background: -moz-linear-gradient(#73A531, #47691A);
	background: -ms-linear-gradient(#73A531, #47691A);
	background: -o-linear-gradient(#73A531, #47691A);
	background: linear-gradient(#73A531, #47691A);/* -pie-background: linear-gradient(#73A531, #47691A);
	 behavior: url(/PIE.htc); */
}

#ad_links li a:hover {
	background: #47691A;
}

ul.post_listing_buttons {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.post_listing_buttons li {
	list-style-type: none;
	float: left;
	margin: 0 20px 0 0;
}

.post_listing_buttons li a {
	font-size: 175%;
	display: block;
	float: left;
	padding: 8px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #696;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #73A531;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#73A531), to(#47691A) );
	background: -webkit-linear-gradient(#73A531, #47691A);
	background: -moz-linear-gradient(#73A531, #47691A);
	background: -ms-linear-gradient(#73A531, #47691A);
	background: -o-linear-gradient(#73A531, #47691A);
	background: linear-gradient(#73A531, #47691A);/* -pie-background: linear-gradient(#73A531, #47691A);
	 behavior: url(/PIE.htc); */
}

.post_listing_buttons li a:hover {
	background: #47691A;
}

#sideA .adDetls {
	color: #000000;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	background-color: #DAE1D1;
	font-size: 120%;
	width: 500px;
}

#sideA p.descBox {
	color: #000000;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	background-color: #A3B48C;
	font-size: 120%;
	width: 500px;
}

.adSpacer {
	background-color: #47691A;
	color: #ffffff;
	width: 100%;
	height: 25px;
	margin: 0 0 10px 0;
}

/* END: ads_view page custom css */
.oneColFixCtrHdr #subContainer {
	width: 820px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page *//*border: 1px solid #000000;*/

	/*border: 1px #000 solid;*/
}

.oneColFixCtrHdr #container {
	width: 820px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/*border: 1px solid #000000;*/
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	/*border: 1px #000 solid;*/
	float: left;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background: #FFFFFF;
	float: left;
	/*border-bottom: #CCC 1px solid;*/
	width: 100%;
}

a {
	color: #47691A;
}

a img {
	border: none;
}

.oneColFixCtrHdr table {
	border: none;
	padding: 0px;
	margin: 0px;
	float: right;
}

.oneColFixCtrHdr table td {
	border: none;
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #header { /*	background: #DDDDDD; */
	padding: 0px 0px 20px 0px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 117px;
	width: 820px; /*border: 1px #000 solid;*/
	border-bottom: 1px #CCC solid;
	margin: 0px;
}

.oneColFixCtrHdr #header #headerLogo {
	float: left;
}

.oneColFixCtrHdr #header #headerInfoColumn {
	float: right;
	width: 500px; /*	border: 1px #000 solid;*/
}

.oneColFixCtrHdr #header #headerInfoColumn #headerLinks {
	float: right;
}

#headerLinks a {
	font-size: 120%;
	display: block;
	float: left;
	padding: 8px;
	margin: 0 0 0 10px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #696;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #73A531;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#73A531), to(#47691A) );
	background: -webkit-linear-gradient(#73A531, #47691A);
	background: -moz-linear-gradient(#73A531, #47691A);
	background: -ms-linear-gradient(#73A531, #47691A);
	background: -o-linear-gradient(#73A531, #47691A);
	background: linear-gradient(#73A531, #47691A);/* -pie-background: linear-gradient(#73A531, #47691A);
	 behavior: url(/PIE.htc); */
}

#headerLinks a:hover {
	background: #47691A;
}

.oneColFixCtrHdr #header #headerSearches {
	margin-top: 75px;
}

.oneColFixCtrHdr #mainContent #indexColumnOne {
	float: left;
	padding: 0px 15px 0px 0px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent #indexColumnOne #indexColumnRow {
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent #indexColumnTwo #indexColumnList {
	float: left;
}

.oneColFixCtrHdr #mainContent #indexColumnTwo #indexColumnList ul {
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #mainContent #indexColumnTwo #indexColumnList ul li {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 17px;
}

.smallGreenSquare {
	background-image: url(../img/index_category_type_1.png);
}

.smallRedSquare {
	background-image: url(../img/index_category_type_2.png);
}

.smallBlueSquare {
	background-image: url(../img/index_category_type_3.png);
}

.smallOrangeSquare {
	background-image: url(../img/index_category_type_4.png);
}

.greenBackground {
	background-color: #99ff33;
}

.blueBackground {
	background-color: #184dcc;
}

.redBackground {
	background-color: #b23115;
}

.orangeBackground {
	background-color: #fe5c39;
}

.cat_greenBackground {
	width: 700px;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 12px;
	color: #006600;
	background-color: #99ff33;
}

.cat_greenBackground a:link, .cat_greenBackground a:visited, .cat_greenBackground a:hover, .cat_greenBackground a:active {
	color: #006600;
}

.cat_blueBackground {
	width: 700px;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 12px;
	color: #ffffff;
	background-color: #184dcc;
}

.cat_blueBackground a:link, .cat_blueBackground a:visited, .cat_blueBackground a:hover, .cat_blueBackground a:active {
	color: #ffffff;
}

.cat_redBackground {
	width: 700px;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 12px;
	color: #ffffff;
	background-color: #b23115;
}

.cat_redBackground a:link, .cat_redBackground a:visited, .cat_redBackground a:hover, .cat_redBackground a:active {
	color: #ffffff;
}

.cat_orangeBackground {
	width: 700px;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 12px;
	color: #ffffff;
	background-color: #fe5c39;
}

.cat_orangeBackground a:link, .cat_orangeBackground a:visited, .cat_orangeBackground a:hover, .cat_orangeBackground a:active {
	color: #ffffff;
}

.oneColFixCtrHdr #mainContent #indexColumnTwo #indexColumnList ul li a {
	font-size: 85%;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent #indexColumnTwo #indexColumnList ul li a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent #indexColumnTwo {
	float: left;/**//*border-left: 1px #000 solid;*/
}

.oneColFixCtrHdr #mainContent #indexColumnTwo .borderAndPadding {
	margin-left: 15px;
	border-left: 1px #CCC solid;
	padding-left: 15px;
}

.oneColFixCtrHdr #footer {
	padding: 0px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	float: left;
}

h2 {
	color: #000;
}

.oneColFixCtrHdr #footer h2 {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 120%;
	border-top: 1px #CCC solid;
}

.oneColFixCtrHdr #footerBox {
	padding: 0px 0px 15px 0px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px 0px 15px 0px;
	float: left;
	width: 100%;
	height: 100%;/* border-bottom: 1px #CCC solid; */
}

.oneColFixCtrHdr #footer .footerBoxRow {
	padding: 0px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	float: left;
	width: 100%;
	margin-bottom: 3px;
}

.oneColFixCtrHdr .footerBoxRow ul {
	padding: 0px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	float: left;
	width: 820px;
	margin: 0px;
}

.oneColFixCtrHdr .footerBoxRow ul li {
	padding: 0px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-right: 3px;
	list-style-type: none;
	float: left;
	width: 270px;
	height: 84px;/*border: 1px #000 solid;*//*background-color: #BDFF51;*/
}

.oneColFixCtrHdr .footerBoxRow ul li img {
	padding: 0px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.oneColFixCtrHdr .footerBoxRow ul li p {
	padding: 0px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 5px 5px 0px 0px;
	font-size: 85%;
}

p#copyRight {
	font-size: 85%;
	color: #333;
}

ul#footerLinks {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 85%;
}

ul#footerLinks li {
	list-style-type: none;
	float: left;
	margin: 0px 10px 0px 0px;
}

ul#footerLinks li a {
	text-decoration: none;
}

ul#footerLinks li a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr .greyText {
	color: #999;
}

.oneColFixCtrHdr #headerSearchForm label {
	font-size: 85%;
}

.oneColFixCtrHdr #container h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#page_subheading {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #B3B3B8;
}

#searchLevelOne {
	list-style-type: none;
}

#searchLevelTwo {
	list-style-type: none;
}

#searchLevelTwo li {
	float: left;
	display: inline;
	margin: 0 3px 0 3px;
}

#resultsWrapper {
	margin: 0px;
	padding: 0px;
}

#resultsWrapper ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#resultsWrapper li {
	padding: 0px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	list-style-type: none;
	padding-left: 25px;
	background-image: url(../img/results_square.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 14px;/*border: 1px #000 solid;*//*background-color: #BDFF51;*/
}

#resultsWrapper .featuredResultListing {
	float: left;
	background-color: #BDFF51;
	/*border: 1px #000 solid;*/
	padding: 3px 0px 3px 3px;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

#resultsWrapper .featuredResultListing img {
	float: left;
	margin-right: 5px;
}

#resultsWrapper .featuredResultListing a {
	float: left;
	display: block;
	padding-top: 15px;
	text-decoration: none;
}

#paginator {
	float: right;
}

a#quickSearchButton {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 69px;
	height: 26px;
	float: left;
	background-image: url(../img/MASTER_search_button.png);
	background-position: top left;
	background-repeat: no-repeat;/*	border: 1px #000000 solid;*/
}

a#quickSearchButton:hover {
	background-position: 0 -27px;
}

.main-box {
	float: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

.index_list {
	width: 200px;
	padding: 0px;
	margin: 0px;
	/*border: 1px #06F solid;*/
	float: left;
	font-weight: 900;
	line-height: 130%;
	overflow: hidden;
}

.index_list li {
	list-style-type: none;
}

.index_list li, .index_list li a {
	font-size: 11px;
	padding: 0 0 5px 0;
}

.index_list li a {
}

/* START: Search results and category selection results output */

.dataList {
	position: relative;
	float: left;
	border-top: 1px #CCCCCC dotted;
	border-left: 1px #CCCCCC dotted;
	border-right: 1px #CCCCCC dotted;
	vertical-align: middle;
	width: 555px;
	text-overflow: hidden;
	padding: 10px;

}

.dataList a {
	text-decoration: none;
}

.dataList a, .dataList img {
	vertical-align: middle;
}

/* END: Search results and category selection results output */

a {
	color: #47691A;
}

a:hover {
	color: #4D7333;
}

#indexImgListings {
	margin: 0px;
	padding: 0px;
}

#indexImgListings li {
	float: left;
	width: 100px;
	height: 100px;
}

#indexImgListings li a img {
	border: 1px #000000 solid;
	padding: 5px 5px 20px 5px;
}

#indexImgListings li {
	list-style-type: none;
}

.indexIntroListingsWrapper {
	width: 750px;
	float: left;
	height: 100%;
}

.figure {
	float: left;
	width: 108px;
	margin: 0px 10px 10px 0px;
}

.photo img {
	border: 1px #000000 solid;
	padding: 4px;
}

.figure p {
	font-size: 10px;
	text-align: center;
	margin: 10px 0 0 0;
	height: 2.5em;
}


/*
 * Styles below control the pagination links on the footer of the index page.
 */

#pagination-menu {
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		width: 500px;
		float: left;
	}
	
	
/* //////////////////////////////////////////////// */
#pagination-menu .pagination-arrows {
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	#pagination-menu .pagination-arrows a {
		display: block;
		margin: 0px 5px 0px 0px;
		padding: 10px ;
		float: left;
		text-align: center;
		background-color: #fff;
		text-decoration: none;
		color: #47691A;
	}
	
				#pagination-menu .pagination-arrows a:hover {
		text-decoration: underline;
	}
	
/* //////////////////////////////////////////////// */	
	
	
	
	#pagination-menu  .paginator-box-link-active,
	#pagination-menu .paginator-box-link a {
		border: 1px #47691A solid;
		margin: 0px 3px 0px 0px;
	}
	

	#pagination-menu  .paginator-box-link-active {

		padding: 10px;
		float: left;
		background-color: #47691A;
		color: #ffffff;
		font-weight: 900;
	}
	
		#pagination-menu .paginator-box-link a {
		display: block;


		padding: 10px;
		float: left;
		text-decoration: none;
		color: #47691A;
	}
	
			#pagination-menu .paginator-box-link a:hover {
		text-decoration: underline;
	}


