@charset "utf-8";
/* CSS Document */
body {
	background: #464646 url(../images/bgMain.jpg) repeat-x;
	font: 100% arial, helvetica, verdana, geneva, san-serif;
	margin: 0px;
	padding: 0px;
	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: #666464;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	outline: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #60a450;
}
a:visited {
	text-decoration: none;
	color: #2d5f2e;
}
img {
	border: none;
}
#container {
	background: #fff url(../images/bgContainer.jpg) repeat-y;
	width: 926px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	position: relative;
}

/************* header and nav  *************/
.logo {
	border: none;
}
.navItem {
	display: block;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	height: 27px;
	color: #545454;
}
.navItem:hover {
	background-image: url(../images/bgNavHover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #74c060;
}
.navBreak {
	float: left;
}
#header {
	background: #fff url(../images/bgHdr.jpg) repeat-x;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 0px;
    border-bottom: solid 7px;
    border-color: #70b85d;
	width: 900px;
}
#nav {
	width: 900px;
	height: 27px;
}
#nav ul{
	list-style-type: none;
	font-size: .75em;
	margin: auto;
	display: block;
	margin-left: 6px;
	padding: 0px;
}
#extra-marketplace-links {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #73bc60;
}
#extra-marketplace-links li {
	float: none;
	font-size: 10pt;
	display: inline;
	color: white;
	background: #73bc60;
}
#extra-marketplace-links a {
	float: none;
	font-size: 10pt;
	display: inline;
	color: white;
	background: #73bc60;
}
#nav li{
	display: inline;
}
/************* main image  *************/
.mainImg {
	margin-left: 13px;
}
/************* content  *************/
.columnHdr {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}
.leftColContainer {
	background-image: url(../images/leftColBg.jpg);
	background-repeat: no-repeat;
	width: 251px;
	margin-top: 0px;
}
.columnContent {
	padding-left: 15px;
	padding-right: 10px;
}
.signUp {
	font-weight: bold;
	color: #6fb85e;
	text-align: right;
	padding-right: 10px;
}
.topPar {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
}
.pdfImg {
	float: left;
	padding: 10px 10px 10px 15px;
}
.pdfPar {
	margin: 0px;
	padding: 0px;
	width: 210px;
	float: left;
	padding-top: 10px;
}
#content {
/* 	background-image: url(../images/bgContent.jpg); */
	background-repeat: repeat-y;
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 13px;
	padding: 0px;
	font-size: .7em;
}
/*#leftCol {
	position: relative;
	float: left;
	width: 251px;
}*/
#leftCol li {
	list-style-image: url(../images/bulletArrow.jpg);
	vertical-align: middle;
	height: 30px;
}
#rightCol {
	padding-left: 7px;
/*	margin-left: 251px;
	width: 642px;*/
}
#pdfPanes {
	height: 100px;
	margin: 0px;
	padding-top: 15px;
}
#pdfPaneLeft {
	background: url(../images/bgPdf.jpg);
	width: 304px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
#pdfPaneLeft:hover {
	background: url(../images/bgPdfmOver.jpg);
}
#pdfPaneRight {
	background: url(../images/bgPdf.jpg);
	width: 304px;
	height: 100px;
	padding: 0px;
}
#pdfPaneRight:hover {
	background: url(../images/bgPdfmOver.jpg);
}
/************* footer  *************/
.clearfloat {
	clear: both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#footer {
/* 	background-image: url(../images/bgFooter.jpg); */
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	background-repeat: no-repeat;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#footer p {
	position: absolute;
	bottom: 0px;
	background-color: #70b85d;
	margin-bottom: 0px;
	color: #c1dcba;
	padding-left: 5px;
	padding-right: 5px;
}

.classified {
 border: 1px solid green;
 padding: 5px;
 line-height: 15px;
 text-align: center;
 vertical-align: middle;
 float: left;
 width: 200px;
 height: 150px;
 margin: 5px;
}

.advertisement {
 border: 1px solid green;
 float: left;
 width: 200px;
 height: 150px;
 margin: 5px;
}
.advertisement .adTitle {
 padding: 5px;
 text-align: center;
 font-weight: bold;
 height: 20px;
}
.advertisement img {
 display: block;
 max-width: 200px;
 max-height: 120px;
 margin-left: auto;
 margin-right: auto;
}
.adImage {
 margin-left: auto;
 margin-right: auto;
 display: block;
 max-width: 800px;
}
#big-ad {
 z-index: 10;
}
#adCategories {
 border-bottom: 1px solid green;
}
#adCategories div.category {
 display: inline;
 font-weight: bold;
 font-size: 12pt;
}
#adCategories a.category {

}

#contact_header
{
    float:right;
    margin:-75px 10px -10px 0;
    width:300px;
/*     border:solid 1px black; */
    text-align:right;
    font-size:10pt;
    line-height:17px;
}

.rightColContent
{
    background: url(../images/title_bg.jpg) no-repeat top;
    width:642px;
}

#page_content
{
    padding:0 3px 0 3px;
}

.page_title
{
    background: url(../images/title_bg_900.jpg) no-repeat top;
    padding:10px 0 0 10px;
    color:white;
    font-weight:bold;
    height:40px;
    font-size:20pt;
    margin-top:0px;
}

.page_title_home
{
    padding:10px 0 0 10px;
    color:white;
    font-weight:bold;
    height:40px;
    font-size:20pt;
    margin-top:0px;
}

.marketplace
{
    background-color:#6FB85E;
    color:white;
}

.marketplace:hover
{
    background-image: none;
    color: white;
    text-decoration:underline;
}

.customerComments {
    padding: 10px 20px;
    background-color:#CCFF99;
    width: 300px;
    clear: both;
    float: right;
}
.testimonial {
}

#contact_ul li
{
    list-style:none;
    float:left;
    width:180px;
    text-align:right;
/*     border:solid 1px black; */
}

#contact_form2_div
{
    margin-left:-20px;
/*     margin-top:-20px; */
    width:600px;
/*     border:solid 1px blue; */
}

#contact_h3
{
    margin-bottom:-2px;
}

#message
{
    border:solid 1px gray;
    background-color:#FFFF9B;
    color:gray;
    padding-left:5px;
}

