/*----- START Navigation Bar Layout */
/*{
	border: solid 1px orange;
}*/
.navWrapper {
	position:relative;
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*max-width: 1020px;*/
	/*width:expression(document.body.clientWidth > 1020? "1020px": "auto" );*/
	background-image: url("../images/ButtonsAndBackgrounds/bg_greyBlue.png");
	/*background-color: #847D84;*/
	z-index:90
}
.navWrapper a:link {
	color: #000062;
	text-decoration: none;
	font-weight: bold;
}
.navWrapper a:visited {
	color: #000062;
	text-decoration: none;
	font-weight: bold;
}
.navWrapper a:active {
	color: #000062;
	text-decoration: none;
	font-weight: bold;
}
.navWrapper a:hover {
	color: orange;
	text-decoration: none;
}
.navFixedWidth {
	height: 90px;
	width: 660px;
	margin: 0px;
	padding: 0px;
	max-width: 1020px;
	width:expression(document.body.clientWidth > 1020? "1020px": "auto" );
}

.navWeatherImage {
/*height will need to be edited if the BWS logo is changed on the Navigation Bar*/
	height: 53px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}
.navMainMenu {
	display:table;
	width: 660px;
	margin-left: 75px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
}
.navMainMenuCell {	
	height: 23px;
	display:table-cell;
	vertical-align:middle;
	float: left;	
}
.navMainMenuItem {
	width: 100px;
	top:3px;
	position:relative;
}
.navSubMenu {
	height: 14px;
	width: 580px;
	font-size: 12px;
	text-align: center;
	float: left;
}

/*----- END Navigation Bar Layout */

