/*
 * CSS style library for page navigation elements
 *
 * @author Shaun Lessman
 * @version $Id: navigation.css,v 1.29 2006/08/04 19:10:50 slee Exp $$Revision: 1.29 $
 * @updated $Date: 2006/08/04 19:10:50 $$Author: slee $
 */


/***************************************************
 *
 * TopNav Section
 *
 ***************************************************/

div#topNavSection {
	width: 100%;
}

div#topNavSection img {
	vertical-align: middle;
}


/***************************************************
 *
 * MetaNav Bar
 *
 ***************************************************/

div#metaNavBar {
	width: 100%;
	height: 24px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
}

div#metaNavBar a {
	color: #660000;
}

div#metaNavBar a:hover {
	color: #220000;
}


/***************************************************
 *
 * MainNav Bar
 *
 ***************************************************/

div#mainNavBar {
	width: 100%;
	height: 25px;
	background-image: url(../images/mainnav_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
}

table#mainNav {
	width: 100%;
}

td.mainNav {
	padding-right: 20px;
	/* Reserved for future use */
}

td.mainNavSearchBox {
	width: 100%;
	text-align: right;
	vertical-align: top;
}


/***************************************************
 *
 * SubNav Bar
 *
 ***************************************************/

div#subNavBar {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #333333;
}

div#subNavBarBackground {
	height: 24px;
	margin-bottom: 1px;
	background-color: #c4c1a0;
}

table#subNav {
	height: 24px;
}

table#subNav td {
	vertical-align: middle;
}

td.subNavLo {
	padding: 0px 5px;
	color: #000000;
	background-color: #c4c1a0;
}

td.subNavLo a {
	color: #000000;
}

td.subNavLo a:hover {
	color: #981c1e;
}

td.subNavHi {
	padding: 0px 5px;
	color: #ffffff;
	background-color: #981c1e;
}

td.subNavHi a {
	color: #ffffff;
}

td.subNavHi a:hover {
	color: #ffffff;
}

td.subNavSeparator {
	/* Reserved for future use */
}


/***************************************************
 *
 * Breadcrumb Trail
 *
 ***************************************************/

div#breadcrumb {
	padding-bottom: 10px;
}


/***************************************************
 *
 * SideNav Bar
 *
 ***************************************************/

@media screen { 
	td.sideNavSection {
		width: 160px;
		height: 100%;
		vertical-align: top;
		background-color: #c4c1a0;
	}
}

td.sideNavSection a {
	color: #660000;
	font-weight: normal;
}

td.sideNavSection a:hover {
	color: #220000;
}

div#sideNavTop {
	padding: 15px 10px 20px 10px;
	color: #000000;
	font-weight: bold;
	background-color: #c4c1a0;
}

div.sideNavTier1 {
	padding: 0px 0px 12px 0px;
}

div.sideNavTier1 span.active a {
	color: #000000;
	font-weight: bold;
}

div.sideNavTier2 {
	padding: 6px 0px 0px 10px;
}

div.sideNavTier3 {
	padding: 6px 0px 0px 10px;
}

div#sideNavSeparator {
	border-top: 2px solid #666666;
	position: relative;
	margin: 0px 10px;
	bottom: 1px;
}

div#sideNavBottom {
	padding: 8px 10px 20px 10px;
}

div#sideNavBottom .title {
	color: #666666;
	font-weight: bold;
}

div#sideNavBottom p {
	margin: 10px 0px;
}


/***************************************************
 *
 * BottomNav Section
 *
 ***************************************************/

div#bottomNavSection {
	width: 100%;
}

div#bottomNavSection img {
	vertical-align: bottom;
}


/***************************************************
 *
 * BottomNav Bar
 *
 ***************************************************/

div#bottomNavBar {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	border-top: 1px solid #333333;
	border-bottom: 3px solid #666666;
}

div#bottomNavBarBackground {
	height: 24px;
	margin: 1px 0px;
	background-color: #c4c1a0;
}

table#bottomNav {
	height: 24px;
}

table#bottomNav td {
	vertical-align: middle;
}

td.bottomNav {
	padding: 0px 5px;
}

td.bottomNav a {
	color: #000000;
}

td.bottomNav a:hover {
	color: #981c1e;
}

td.bottomNavSeparator {
	/* Reserved for future use */
}


/***************************************************
 *
 * Footer (also inside BottomNavSection)
 *
 ***************************************************/

div#footerBar {
	width: 100%;
	height: 23px;
	margin-top: 5px;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
}

div#footerBar img {
	vertical-align: middle;
}

div#footerBar a {
	color: #336699;
}

div#footerBar a:hover {
	color: #003366;
}
