/* -----------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2008.06.10
File Purpose:	NMRA - Style sheet for education section
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


.secondary_nav_link_container {
	width: 160px;
	margin: 20px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	float: left;
	font-weight: bold;
	color: #4f6f18;
	background: #ffffff url(/_images/css/nav_divider_1.gif) top left no-repeat;
	position: relative;
}
.secondary_nav_link_text {
	margin: 0px 10px 0px 10px;
	color: #4f6f18;
}
a.secondary_link_off, a.secondary_link_off:visited { font-weight: bold; text-decoration: underline; color: #4f6f18; }
a.secondary_link_off:hover, a.secondary_link_off:active { font-weight: bold; text-decoration: none; color: #4f6f18; }

.section_features_col {
	width: 270px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	background: url(/_images/framework/featured_bg.gif) top left repeat-y #ecefe6;
}

.occurrence_index_location_header {
	width: 180px;
	margin: 0px;
	padding: 4px 0px 6px 10px;
	vertical-align: top;
	background: #4f6f18 url(/_images/css/corner_3.gif) top right no-repeat;
}
.occurrence_header_row {
	font-weight: bold;
	color: #ffffff;
	background: #4f6f18;
}
.table_alt_row {
	background: #ecefe6;
}