
/* MENU 'CAP' DIV STYLES */

.nav_CapTop {
	width: 136px; 
	height: 15px; 
	padding: 0px; 
	margin: 0px; 
	background: url("../Graphics/Menus/cap_top_green1.gif") no-repeat top left;
	color: #182220;
	text-align: center;
	font-size: 8px;
	line-height: 8px;
}

.nav_CapBottom {
	width: 136px; 
	height: 15px; 
	padding: 0px; 
	margin: 0px; 
	background: url("../Graphics/Menus/cap_bottom_green1.gif") no-repeat bottom left;
	color: #182220;
	text-align: center;
	font-size: 8px;
	line-height: 8px;
}

/* NAVIGATION SIDEBAR BOX STYLES */

.navSubWrap {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 5px solid #f0fff0;
	border-right: 5px solid #f0fff0;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 130px !important; /* IE 5.0 */
}

.navSubHeader {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 0px 4px 0px;
	font-size: 11px; 
	height: 15px;
	color: #ffffff;
	background: #002300 url("../Graphics/Menus/header_130px_expanded.gif") no-repeat top left;
	width: 130px !important; /* IE 5.0 */
}

.navSubFooter {
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 9px;
	font-size: 5px;
	line-height: 5px;
	background: url("../Graphics/Menus/header_130px_bottom.gif") no-repeat bottom left;
	width: 130px !important; /* IE 5.0 */
}

.navSubErrorWrap {
	width: 140px; 
	margin: 0px 8px 0px 8px;
	padding: 0px;
}

.navSubErrorLinks a:link, .navSubErrorLinks a:visited, .navSubErrorLinks a:active {
	color: #ffffff;
	text-decoration: none;
}

.navSubErrorLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* NAVIGATION PANELBAR MASTER STYLES */

.navMaster {
	margin: 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #182220;
	border-right: 1px solid #182220;
	background-color: #B5C1B5;
	width: 136px !important; /* IE 5.0 */
}

.navCommon {
	/*width: 100%;*/
	font-size: 11px; 
	line-height: 14px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	text-decoration: none;
}

/* NAVIGATION PANELBAR HEADER STYLES */

.navHeaderCommon {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 3px 0px 3px 4px;
	font-size: 11px; 
	line-height: 14px; 
	height: 15px;
	white-space: normal;
	border-left: 3px solid #B5C1B5;
	border-right: 3px solid #B5C1B5;
}

.navHeaderDefault {
	color: #ffffff;
	background-color: #182220;
	/* background: #002300 url("../Graphics/Menus/header_130px_collapsed.gif") no-repeat top left;*/
}

.navHeaderHover {
	color: #E46A11;
	background-color: #ffffff;
	/* background: #002300 url("../Graphics/Menus/header_130px_hover.gif") no-repeat top left;*/
}

.navHeaderExpand {
	color: #E46A11;
	background-color: #ffffff;
	/* background: #002300 url("../Graphics/Menus/header_130px_expanded.gif") no-repeat top left;*/
}

/* NAVIGATION PANELBAR ITEM STYLES */

.navItemCommon {
	color: #000000;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 3px solid #B5C1B5;
	border-right: 3px solid #B5C1B5;
	/*display: block;  <-- this caused Opera to insert massive spacing between menu items */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: normal;
	background-color: #ffffff;
	padding: 3px 1px 4px 1px;
}

.navItemCommon img {
	padding: 0px;
	margin: 4px 3px 0px 0px;
}

.navItemDefault {
	font-weight: normal;
}

.navItemHover {
	font-weight: normal;
	color: #E46A11;
}

.navItemSelected {
	font-weight: bold;
}

/* QUOTES ROTATOR */

.rotator_QuotesWrap {
	width: 136px;
	border: 0px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

.rotator_QuotesContent {
	margin: 0px;
	padding: 0px 3px 0px 3px;
	border: 0px;
	background-color: #182220;
}

.rotator_QuotesText {
	color: #ffffff;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-top: 2px solid #B5C1B5;
	border-bottom: 2px solid #B5C1B5;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	white-space: normal;
	overflow: visible;
}

.rotator_QuotesSubmit {
	color: #F79D33;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border: 0px;
	font-size: 12px;
	line-height: 13px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	white-space: normal;
	text-align: left;
}

.rotator_QuotesSubmit a:link, .rotator_QuotesSubmit a:visited, .rotator_QuotesSubmit a:active {
	color: #f0fff0;
	font-weight: normal;
	text-decoration: none;
}

.rotator_QuotesSubmit a:hover {
	color: #F9DD66;
	font-weight: normal;
	text-decoration: none;
}
