﻿/*****************
WHAT TO DO HYPERLINKS 
*****************/
div.feature .fTitle a:link, div.feature .fTitle a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #CC0000;
}

div.feature .fTitle a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

div.feature .fTitle a:active
{
    text-decoration: none;
    font-weight: bold;
    color: #CC0000;
}

a.openFeatureLink, a.openFeatureLink:link, a.openFeatureLink:visited, a.openFeatureLink:hover, a.openFeatureLink:active, a.closedFeatureLink, a.closedFeatureLink:link, a.closedFeatureLink:visited, a.closedFeatureLink:hover, a.closedFeatureLink:active  {
	font-weight: bold;
	display: block;
	color: #CC0000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-bottom: 15px;
	font-size: 12px;
}


a.openFeatureLink, a.openFeatureLink:link, a.openFeatureLink:visited, a.openFeatureLink:hover, a.openFeatureLink:active  {
	background-image: url('../images/icn_link_red2.gif');
}

a.closedFeatureLink, a.closedFeatureLink:link, a.closedFeatureLink:visited, a.closedFeatureLink:hover, a.closedFeatureLink:active {
	background-image: url('../images/icn_link_red1.gif');
}

div.featureLinks a 
{
    color: #CC0000;
    font-weight: bold;
}

/*****************
WHAT TO DO ELEMENTS
*****************/

div.feature {
    clear: both;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
}

div.feature .fImage 
{
    float: left;
    margin-right: 10px;
}

div.feature .fTitle {
    color:#CC0000;
    font-weight: bold;
}

div.featureLinks 
{
    margin: 10px;
    width: 180px;
}

div.featureLinks div
{
    margin-bottom: 5px;
}

ul.featList 
{
    padding-left: 10px; 
    list-style-type: circle;
    margin: 0 0 10px 10px;
}

/********************************
OLD STYLE FROM PREVIOUS SITE VERSION
********************************/

div.featureStory {
	clear: both;
	width: 620px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 25px;
}

div.featTxt { 
	margin-bottom: 15px;
	padding: 3px;
}

div.featTxt p { 
	margin-bottom: 10px; 
}

div.featureSummary 
{
	border-bottom: 1px solid #999999;
	clear: both;
	margin-bottom: 20px;
}

div.featureSummary .featureSummaryTitle 
{
    color: #CC0000;
    font-weight: bold;
    text-transform: uppercase; 
    margin-bottom: 10px;
    font-size: 14px;
}

div.featureSummary p {
    margin-bottom: 15px;
    line-height: 170%;
}     