/* CSS file for featurebox 2.0 */
/* (c) Erik Gorton 2008 */

/* remove dotted border on links in firefox */
a:active, a:focus {outline: 0}

#featureboxPIC {
	width: 385px;
	height: 266px;
	text-align:center;
	overflow: hidden;
}

#featureboxTXT {
	width: 385px;
	height: 93px;
	overflow: hidden;
	background-color:#ffffff; /* white */
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#29587a; /* dark blue */
}

#featureboxNAV {
	width: 385px;
	height: 20px;
	text-align:center;
	overflow: hidden;
	background-color:#29587a; /* dark blue */
}

#featureboxNAVtable, #featureboxNAVtable a:link, #featureboxNAVtable a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#d6e7ef; /* aqua */
	text-decoration: none;
}
#featureboxNAVtable a:hover {
	color: #000000; /* black */
	text-decoration: none;
}
.featureboxNAVtableSELECTED {
	background-color: #cc7200; /* bright orange */
	color: #ffffff; /* white */
	text-decoration: none;
}

.featureboxTXTheading {
	font-family:"Arial Black";
	font-size:14px;
	padding: 7px 0px 5px 0px;
	display:block;
}

.featureboxTXTmore, .featureboxTXTmore a:link, .featureboxTXTmore a:visited  {
	font-size:10px;
	color: #cb9858; /* burnt orange */
	text-align:right;
	display:block;
	margin: -5px 0px 0px 0px;
	text-decoration: none;
}
.featureboxTXTmore a:hover {
	color: #000000; /* black */
	text-decoration: none;
}


/* -----------------------------------*/
