
/* 
 * Header box for front page features (stuff to round corners usually)
 */

#feature_head {
  background-position: left bottom;      
  background-repeat: no-repeat;
  background-image: url('/img/fp/feature_head.gif');
  width: 502px;
  height: 220px;
}

#feature_head h3 {
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
  padding-left: 20px;
  padding-top: 5px;
}

#feature_head p {
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  color: #111;
  padding-left: 20px;
  padding-top: 53px;
}


/*
 * Style info for the div containing the features.
 */
 


#feature_body {
  font-size: 0.85em;
  text-align: left;
  display: block;
  background: url('/img/fp/feature_body.gif');
  overflow: hidden;
}

#feature_body h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #008691;
  padding: 0px;
  margin: 0px;
}

#feature_body p {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 1.2em;
  color: #333;
}

#feature_body a {
  padding: 0px;
  margin: 0px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#feature_body a:hover {
  text-decoration: underline;
}


/*
 * Class for div containing one feature.
 *
 
- #feature_box is probably in the sites css/layout.css file.

 */

.feature_fp {
  margin: 0px 0px 0px 0px;
  background: #fff;
  overflow: hidden;
  border-bottom:1px solid #CCC;
}

.feature_fp h3 { 
  width:420px;
  margin: 0em 0em .2em 0em;
  padding: 0em;
  font-family: Arial, Helvetica, Verdana, Sans Serif;
  font-size: 1.1em;
  font-weight:bold;
  color:#1c75bc;

}

.feature_fp p{
	line-height:18px;
	font-size:13px;
	margin-left:135px;
}

.feature_image {
  padding: 0px 15px 5px 0px;
  display: inline;
  float: left;
}

.feature_hr {
  margin: 0em;
  padding: 0em;
  clear: both;
}

.allFeatures { 
  margin: 0px 10px 5px 134px;
  color: #608f8b;
  padding: 0em;
  font-size: .8em;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:bold;
  font-family:Arial, Helvetica, Geneva, sans-serif;
}




/*
 * Back office and archive styles.
 */


.feature_archive > div {
  padding: 0.25em;
  margin-bottom: 0.5em;
  border: 1px #999 solid;
  overflow: hidden;
}

/* 
.feature_box {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px #c5c5c5 solid;
}
 */

.feature_box.inactive {
  background: #eee;
}


#content_page .feature_box {
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	
}

#content_page .feature_image  {
	  padding: 0px 15px 35px 0px;
  display: inline;
  float: left;
	
}





#content_page .feature_box .actions {
  float: right;
  width:150px;
  list-style: none;
}

.feature_box .actions li {
  padding-left: 25px;
  padding-bottom:2px;
}

/* This class has been added to provide some sort of control over the flash message layout in the home page */
.feature_massage 
{
  top: -80px;
  position: relative;
  margin-bottom: 30px;
  width: 700px;
}

