#navSub {
  background: #177c90 url('/images/head-color-radius-teal.gif') right bottom no-repeat;
  border-top: 1px solid #fff;
  float: right;
  height: 205px;
  width: 307px;
}

  #navSub ul {
    position: relative;
  }

  #navSub ul li {
    list-style-type: none;
  }

    #navSub ul li a {
      border: none;
      color: #fff;
      font-size: 145%;
      line-height: 2.5em;
      text-transform: uppercase;
    }

#mainContainer {
  background: url('/images/column-bg.gif') 436px 0px repeat-y;
}

#lefty {
	float: left;
	padding: 0 10px 10px 0;
	width: 432px;
}

#righty {
	float: right;
	padding: 10px 0  10px 10px;
	width: 295px;
}

#footContact {
	border-right: 1px solid #ddd;
  float: left;
  width: 432px;
  font-size: 90%;
  margin-top: -15px;
	border-top: 1px solid #ddd;
  padding: 5px 10px 5px 0;  
}

#footContact p {
	margin: 0;
}

#footSpanish {
	border-right: 1px solid #ddd;
  float: left;
  width: 442px;
  font-size: 85%;
  padding-bottom: 15px;
}

#copyright {
  border-right: 1px solid #ddd;
  font-size: 75%;
  float: left;
  height: 50px;
  line-height: 1.7em;
  padding-top: 25px;
  width: 442px;
}

#search {
  float: right;
  width: 306px;
}

#searchContainer {
  background: #aac77e url('/images/head-color-radius-teal.gif') right bottom no-repeat;
  height: 75px;
  width: 306px;
}

#formContainer {
  position: relative;
  top: 10px;
  left: 25px;
  width: 285px;
}

#eGov_searchTerms {
  width: 200px;
  font: 14px 'Trebuchet MS';
  color: #177c90;
  height: 20px;
  border: none;
  background: #fff url('/images/search/search-input-teal.gif') left top no-repeat;
  margin-right: 1px;
  padding-left: 10px;
  float: left;
  position: relative;
  top: 8px;
}

#eGov_buttonSearchSubmit {
  position: relative;
  float: left;
  margin: 0;
  border:none;
  top: 8px;
}

#eGovManager {
  margin: 0;
  padding: 0;
}

#eGovManager label {
  font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 120%;
  color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase;
}

/* Calendar Styles */
.calendarToday {
	border: 1px solid #aac77e;
	text-align: center;
}

.calendarDayHeader {
	font-weight: bold;
}

td.calendar {
	text-align: center;
	padding: 0;
}

.calendarHeader {
	font-weight: bold;
}
.calendar a:link 			{ border:none; }
.calendar a:link:visited 	{ border:none; }
.calendar a:hover 			{ border-bottom: 1px solid #177d91; }
.calendar a:visited:hover	{ border:none; }
