/*******************************************
File: feature.css
Purpose: styles /inc/feature.inc.php
********************************************/
.featureWrapper {
	padding: 10px 0;
	background-color:#fff;
	text-align: center;
}

.featureContent a {
  width:230px;
  height:138px;
  margin:auto;
  padding:0;
  display:block;
  background-image:url(/assets/images/home/aw2008b.gif); 
 }

/*.featureContent {
  width:230px;
  height:138px;
  margin:auto;
  padding:0;
  display:block;
  background-image:url(/assets/images/home/aw.gif); /* Preloads hover *
 }

/*
.featureContent a:link, .featureContent a:visited {
  text-align:center;
  width:230px;
  height:138px;
  margin:auto;
  padding:0;
  display:block;
  background-image:url(/assets/images/home/awards2007.jpg); /* Replace this with the new image for the default display *
}
.featureContent a:hover,  .featureContent a:active{
  width:230px;
  height:138px;
  margin:auto;
  padding:0;
  display:block;
  background-image:url(/assets/images/home/awards2007-hov.jpg); /* Replace this with the new image for the hover-over effect *
 }
*/
