/*
 * 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: 75px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	color: #595959;
}

div#metaNavBar a {
	color: #595959;
}

div#metaNavBar a:hover {
	color: #220000;
	text-decoration: none;
}


/***************************************************
 *
 * MainNav Bar
 *
 ***************************************************/

div#mainNavBar {
	width: 100%;
	height: 75px;
	/*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-top:  0px;
	/* 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: #5b595c;
}

td.subNavLo a:hover {
	color: #435b6b;
	text-decoration: none;
}

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;
	text-transform: uppercase;
}


/***************************************************
 *
 * SideNav Bar
 *
 ***************************************************/

@media screen {
	td.sideNavSection {
		width: 160px;
		height: 100%;
		vertical-align: top;
		background-color: #b0d0e5;
	}
}

td.sideNavSection a {
	color: #435b6b;
	font-weight: bold;
}

td.sideNavSection a:hover {
	color: #584131;
}

div#sideNavTop {
	padding: 15px 10px 20px 10px;
	color: #000000;
	font-weight: bold;
	background-color: #b0d0e5;
}

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%;
	color: #5b595c;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #333333;
	border-bottom: 3px solid #b4d2ea;
}

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;*/
	padding-top: 4px;
}

td.bottomNav a {
	color: #5b595c;
	font-size: 12px;
}

td.bottomNav a:hover {
	color: #435b6b;
	font-size: 12px;
	text-decoration: none;
}

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;
}
