
/* Main Menu */

.nav {
	/*border-collapse: collapse;*/
	margin-top: 5px;
	clear: both;
}

.nav td {
	/*border: 1px solid #ccc;*/
    padding: 0px;
	vertical-align: bottom;
	text-align: center;
	width: 150px;
}

.nav td a {
	display: block; /* occupy full width of cell */
	margin: 0px;
	font-weight: bold;
	
	border: 1px solid #999966;
	border-right-width: 0px;
	
	
	/*height: 100%;*/
    /*height: 20px;*/
	padding: 5px;
}
	
.nav td a:link, .nav td a:visited {
	color: #003333;
	/*background-color: red;*/
	text-decoration: none;
}

.nav td a:active, .nav td a:hover {
	color: #F5EED6;
	background-color: #335922;
	text-decoration: underline;
}

/* Popup Menu */

.popup.nav {
	position: absolute;
	z-index: 2;
   /* left: 105px;
	top: 85px; */
	visibility: hidden;
	background-color: #FFFFFF;
	text-align: left;
}

.popup.nav ul {
  border: 2px solid #005300;
  border-top: 1px solid #005300;
  padding: 0;
  margin: 0;
  list-style: none;
}

.popup.nav li {
	padding: 0px;
	margin: 0px;
}

.popup.nav a {
	padding: 5px;
	display: block; /* occupy full width of cell */
	background-color: #F5EED6;
	/*width: 146px;*/
	border-top: 1px solid #005300;
}

.popup.nav a:link, .popup.nav a:visited {
	color: #003333;
	/*background-color: red;*/
	text-decoration: none;
}

.popup.nav a:active, .popup.nav a:hover {
	color: #F5EED6;
	background-color: #005300;
	text-decoration: underline;
}

/* Logos */

#logo_left {
	float: left;
	width: 140px;
	padding-top: 13px
}

#logo_right {
	float: right;
	width: 105px
}

/* Listing Search */

.search_box {
	background-color: #F5EED6; 
	padding: 6px;
}

.search_button {
	height: 22px;
	width: 45px;
	font-size: 9px;
}

/* Some overrides of main stylesheet */
.content {
	width: 745px;
}

.breadcrumb_navigation {
	font-size: 11px;
	font-weight: bold;
	color: rgb(0, 51, 51);
}

.breadcrumb_navigation a, .breadcrumb_navigation a:visited {
	font-size: 11px;
	font-weight: bold;
	color: rgb(0, 0, 200);
}

.masthead a, .masthead a:visited, .footer a, .footer a:visited{
	color: rgb(0, 51, 51);
    text-decoration: none;
    font-weight: bold;
}

.masthead a:hover, .footer a:hover  {
	color: rgb(255, 255, 204);
    text-decoration: underline;
}

h2 { font-size: 18px; }

.contentHeader, .contentHeader a, .contentHeader a:visited, .contentHeader a:hover {
	text-align: left;
	border-bottom: 3px double #555555;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tabUnselected, .tabUnselected a, .tabUnselected a:visited, .tabUnselected a:hover {
	text-decoration: none;
}

.tabSelected, .tabSelected a, .tabSelected a:visited, .tabSelected a:hover {
	background-color: #335922;
	color: #FFFFFF;
	text-decoration: none;
}

#iframe_helper {
	position: absolute;
	z-index: 1;
	display: none;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}

.title {
	padding-top: 10px;
}