/* Styles for Homepage */

#homeContent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#homeContent p {
}
#homeContent a {
  color: #065b13;
}
#homeContent h2 a,
#homeContent h3 a,
#homeContent h4 a,
#homeContent h5 a { color : inherit ; color : expression("#6e0c01") ; }
#homeContent h2 {
  font-weight: bold;
  font-size: 1.4em;
  text-transform: none;
  padding-bottom: 5px;
}
#homeContent h3 {
  font-size: 1.2em;
}
#homeContent h3 a:link, #homeContent h3 a:visited {
  color: #065b13;
}
#homeContent h3 a:hover {
  color: #7f1403;
  text-decoration:underline;
}


/* NEWS BLOCK */
#homeContent #newsBlock {
  border-bottom: #c5c5c5 solid 1px;
  padding: 10px 0px;
}
#homeContent #newsBlock .topItem {
  float: left;
  margin-top:3px;
  width: 220px;
		clear: left;
}
#homeContent #newsBlock .topItem img {
  border: #000 solid 1px;
}
#homeContent #newsBlock .topItem p {
  font-size: 1.1em;
}
#homeContent #newsBlock .featureItem {
  float: right;
  width: 240px;
}
#homeContent #newsBlock .featureItem img {
  float: right;
  border: #000 solid 1px;
}
#homeContent #newsBlock .item {
  float: right;
  display: block;
  width: 240px;
}
#homeContent #newsBlock .item h3 {
  font-size: 1.1em;
  background-image: url(/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding: 0 0 0 10px;
  margin: 0px;
}

/* NEWS NAV BLOCK */
#homeContent #newsNavBlock {
  padding: 10px 0px;
  color: #065b13;
}
#homeContent #newsNavBlock ul {
  list-style: none;
  padding: 0px;
  margin: 5px 0 0 0;
  font-weight: bold;
}
#homeContent #newsNavBlock li {
  float: left;
  display: inline;
  padding: 0.5em 0;
}
#homeContent .dateFilter label {
  margin: 10px;
  float: left;
  text-align: right;
  width: 275px;
  text-align: right;
  display: inline;
  color: #7f1403;
}
#homeContent .dateFilter .dropdown {
  margin-top: 10px;
  float: left;
  display: inline;
}
#homeContent .dateFilter .button {
  /*background-image: url(/images/buttons/goGreen.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 0px;
  width: 0px;
  padding: 18px;
  display: inline;*/
}

/* FEATURES BLOCK */
#homeContent #featuresBlock {
  float: left;
  padding:10px 0;
}

#homeContent #featuresBlock .topItem {
  width:160px;
  margin:0 0 1em 0;
}


#homeContent #featuresBlock img {
  float: left;
  margin-right: 5px;
  border: #000000 solid 1px;
}

/* MPU BLOCK */
#homeContent .adtechMPU {
  float: right;
  padding:10px 0;
}

/* CLASSIFIEDS BLOCK */
#homeContent #classifiedBlock {
  padding: 10px 0px;

}
#homeContent #classifiedBlock ul {
  list-style: none;
  float: right;
  margin-right: 70px;
  font-weight: bold;
  color: #065b13;
}
#homeContent #classifiedBlock li {
  display: inline;
  float: left;
}
#homeContent #classifiedBlock li a {
  margin: 0 20px;
}

#homeContent #advertWrapper {
  background:url(/images/class_bg.gif) repeat-y;
  clear:both;
}

#homeContent #advertWrapper h4 {
text-align:center;
margin:0 4px 3px 4px;
font-size:110%;
clear:both;
}

#homeContent .advertBlock {
  text-align: center;
  margin: 2px;
  padding: 10px 5px 5px 5px;
  /*background-color: #eeecd3;*/
 /* background-image: url(/images/advertBlockCorner.gif);
  background-repeat: no-repeat;
  background-position: top right;*/
}
#homeContent .advertBlock h3 a {
  color: #7f1403;
  text-transform: uppercase;
}
#homeContent .advertBlock h3 a:hover {
  color: #065b13;
}
#homeContent .advertBlock h4 a {
  color: #7f1403;
}
#homeContent .advertBlock h4 a:hover {
  color: #065b13;
}
#homeContent .advertBlock:hover {
  /*background-color: #deeed3;*/
  /*background-image: url(/images/advertBlockCornerHover.gif);
  background-repeat: no-repeat;
  background-position: top right;*/
}
#homeContent .advertBlock .item img {
  border: #000 solid 1px;
}

/* FORUM BLOCK */


/* NEWSLETTER BLOCK */
#homeContent #newsletterBox {
  padding: 10px 0;
}
#homeContent #newsletterBox p {
  font-weight: bold;
}
#homeContent #newsletterBox input {
  display: inline;
  float: left;
}
#homeContent #newsletterBox input.email {
  margin: 5px 10px 0 0;
  width: 150px;
}
/* HOME FEATURE 1 */
#homeContent #homefeatureBlock1 {
  padding: 10px 0px;
}

/* HOME FEATURE 2 */
#homeContent #homefeatureBlock2 {
  padding: 10px 0px;
}

#homeContent .gallery {
width:232px;
_width:231px;
background:black; 
}

#homeContent .gallery .background {


text-align:center;
color:white;
padding:0;
margin:0;
}

#homeContent .gallery .background p{
margin-top:0;
padding-top:0;

}

#homeContent .gallery .background a:link, #homeContent .gallery .background a:visited{
margin:0;
padding:0;
color:white;
}


/*************** Ordered Layouts by Peter Jankowski - ExtremeNinja ***************/	
.left {
  float: left;
}
.right {
  float: right;
}
.layout25 {
  width: 24.9%;
}
.layout33 {
  width: 33.3%;
}
.layout50 {
  width: 49.9%;
}
.layout66 {
  width: 66.6%;
}
.layout75 {
  width: 74.9%;
}

/*************** clearfix class goes on a container to save the need to put an empty clearing div in html ***************/	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 0.01%;}
.clearfix {clear: both;}
br.clearfix {line-height: 0px ; margin: 0px ; padding: 0px; font-size: 0px }
/* End hide from IE-mac */

