﻿/* This CSS holds the top and side nav bar layouts */
/* Top bar is first, then the side bar stuff starts around line 105 */
/* The main page template layout, main text, H, P & Li level fonts are held where the monkey keeps his nuts */

/* Top Nav Buttons CSS */
.navbarfill_wht {
	clear:both;
	margin: 0px;
	padding: 0px;
	height:0.15em;
	background-color:#FFFFFF;
	width: 100%;
	font-size:0px;/* fixes IE6 Small height bug */
}
	
.navbarfill_bei {
	clear:both;
	margin: 0px;
	padding: 0px;
	height:0.15em;
	background-color:#FFF2DC;
	width: 100%;
	font-size:0px;/* fixes IE6 Small height bug */
}

.navbarfill_blu {
	margin: 0px;
	padding: 0px;
	height:0.15em;
	background-color:#005E98;
	width: 100%;
	font-size:0px;/* fixes IE6 Small height bug */
}
.navbardress {
	margin: 0px;
	padding-top:0em; 
	padding-bottom:0em;
	padding-left:0em;
	padding-right:0em;
}

.topnavbar {
	/* left, right & bottom margins set to zero */;
	margin: 0px;
	padding: 0px;
	height:44px;
	width: 750px;
}
.topnav {
	position: relative; 
	float: left;
	margin: 0px;
	padding: 0px;
/*	border: 0px;	*/
	font-family: Verdanna, helvetica, arial, sans serif;
	background: url('../Images/Buttons/Blank-Vlb.JPG') no-repeat;
	background-color:#005E98;
	width: 125px;
	height: 22px;
	overflow:hidden;
/*	overflow: visible; /* for ie to hide extra height */
/*	white-space: nowrap;	*/
/*	display: block;			*/
}
.topnav a {
	display: block;
	color: black;
/*	font-size: 11px; */
	font-size: 0.8em;
	width: 120px;
	height: 22px;
	float: left;
	font-weight: bold;
	text-decoration:none;
	overflow:hidden;
/*	overflow: visible; /* for ie to hide extra height */
/*	border: 0px;	*/
/*	padding: 0px;	*/
/*	margin: 0px;	*/
}
.topnav img {
	width: 120px;
	height: 22px;
	border: 0px;
/*	padding: 0px;	*/
/*	margin: 0px;	*/
}
* html a:hover {
	visibility: visible;
}
.topnav a:hover img {
	visibility: hidden;
}
.topnav span {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 120px;
	height: 22px;
	cursor: pointer;
}

/* End of Top Nav BAr CSS */
/* Start of Side Bar NAv Buttons - Blue ones first then the yeller 'uns around line 150 /*
/* Start of Blue Side Nav Buttons CSS */
.blu_sidenav {
	position: relative;
	font-family: Verdanna, helvetica, arial, sans serif;
	background: url('../Images/Buttons/Blank-lb-side.jpg') no-repeat;
	display:block;
	width: 130px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
.blu_sidenav a {
	display:block;
	float: left;
	color: white;
	font-size: 0.8em;
	width: 130px;
	height: 22px;
	font-weight: bold;
	text-decoration:none;
}
.blu_sidenav img {
	width: 130px;
	height: 22px;
	border: 0px;
}

* html a:hover {
	visibility: visible;
}
.blu_sidenav a:hover img {
	visibility: hidden;
}

.blu_sidenav span {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0em;
	padding:0em;
	cursor:pointer;
	text-align: center;
	width: 130px;
	height: 22px;
}
/* End of Blue Side Nav Buttons CSS */

/* Start of Yellow Side Nav Buttons */
.yel_sidenav {
	position: relative;
	font-family: Verdanna, helvetica, arial, sans serif;
	background: url('../Images/Buttons/Blank-ly-side.jpg') no-repeat;
	display:block;
	width: 130px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
.yel_sidenav a {
	display: block;
	float: left;
	color: black;
	font-size: 0.8em;
	width: 130px;
	height: 22px;
	font-weight: bold;
	text-decoration: none;
}
.yel_sidenav img {
	width: 130px;
	height: 22px;
	border: 0px;
}

* html a:hover {
	visibility: visible;
}
.yel_sidenav a:hover img {
	visibility: hidden;
}

.yel_sidenav span {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0em;
	padding:0em;
	cursor:pointer;
	text-align: center;
	width: 130px;
	height: 22px;
}
/* end of yellow side nav CSS */

