html, body, form, fieldset, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div, img, a {
  margin: 0;
  padding: 0;
}

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

body {
  background: #fff url(images/leftline.gif) repeat-y 0px 0px;
  font-size: 100%;
  margin-bottom: 100px;
}


#wrapper {
  width: 1004px;
/*  width: 1000px;  This is what the width was originally set to in the wrapper style below */
  float: left;
  overflow: hidden;
  margin-bottom: 50px;
}

#sitetitle {
  float: left;
}
#sitetitle img {
  border: 0;
}
#sitetitle a:link,#sitetitle a:visited {
  font-size: 26pt;
}

#headerbar {
  float: left;
  height: 54px;
  width: 744px;
  background-color: #C7BC95;
}

.topanchor {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  display: block;
  overflow: hidden;
}
.toplink {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* MENU SECTION */
#menu {
  background:#C7BC95;
  float: left;
}
/* clearfix for menu */
#menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menu {display:inline-block;}
/* Hide from IE Mac \*/
#menu {display:block;}
/* End hide from IE Mac */
/* end clearfix */

.level1 {
  float: left;
  height: 52px;
  width: 744px;
  padding:0;
  margin:0;
}

.level1 li {
width:122px;
display: block;
float: left;
background:#000;
margin-right: 2px;
}

.level1 .farright {
margin:0;
}

.about {
width:122px;
height:52px;
display: block;
float: left;
background:url('images/about.jpg') no-repeat; 
background-position: 0 0;
}

.meetings {
width:122px;
height:52px;
display: block;
float: left;
background:url('images/meetings.jpg') no-repeat; 
background-position: 0 0;
}

.transit {
width:122px;
height:52px;
display: block;
float: left;
background:url('images/transit.jpg') no-repeat; 
background-position: 0 0;
}

.state {
width:122px;
height:52px;
display: block;
float: left;
background:url('images/state.jpg') no-repeat; 
background-position: 0 0;
}

.bike {
width:122px;
height:52px;
display: block;
float: left;
background:url('images/bike.jpg') no-repeat; 
background-position: 0 0;
}

.planning {
width:124px;
height:52px;
display: block;
float: left;
background:url('images/transport.jpg') no-repeat; 
background-position: 0 0;
margin:0;
}

.level1 a:hover, .level1 a:active, .level1 .selected {
  background-position:0 -52px;
}

.level2 {
  float: left;
  clear: both;
  width: 226px;
  overflow: hidden;
}

.level2 li {
  list-style-type: none;
  width: 226px;
}
.level2 li a:link,.level2 li a:visited {
/*  color: black;
  text-decoration: none;*/
}

.level2 .spacer {
  border: none;
  width: 9px;
  height: 0px;
}

.level3 {
  margin: 0 0 0 20px !important;
}

.level3 li {
  list-style-type: none;
}

.level3 .selected {

}

/* END MENU SECTION */


/* HOMEPAGE TOP LINKS */
#toplinks {
  width: 100%;
  float: left;
}

#toplinks ul {
  margin: 16px 0 0 350px;
}
#toplinks li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
}
#toplinks li a:link,#toplinks li a:visited,#toplinks li {
  text-decoration: none;
  color: white;
  font-size: 11px;
}
#toplinks .bar {
  color: black;
}
#toplinks ul li {
  margin-top:3px;
}
#toplinks ul li a:hover {
  color: black;
}
#toplinks .selected a:link, #toplinks .selected a:visited{
 color: black;
}
.search {
  padding:0;
  margin:8px 0 0 0;
  width: 180px;
  overflow: hidden;
}

.searchfield {
  width: 150px;
  padding:0;
  margin: 0 0 0 12px;
}
.sbutton {
  font-size:10px;
  color: white;
  margin:0;
  padding: 3px 0 2px 0;
  background-color:#ad9e73;
  border: none;
}

/* END HOMEPAGE TOP LINKS */

/* LEFT NAV */
#leftnav {
  float: left;
  width: 256px;
  /*background-color: #AE9D73;*/
  min-height:200px;
  height:auto !important;
  height:200px;
  _margin-top:-27px; /* Underscore makes it specific to IE6 */
}
#leftnav p {
  float: left;
  width: 226px;
  background-color: #AE9D73;
  color: white;
  padding: 15px;
  line-height: 1.7em;
  font-size: 12px;
  _margin-top:27px;
}

#leftnav strong {
  color: black;
}
#leftnav ul {
  margin: 15px 0 0 15px;
}
#leftnav ul li {
  color: white;
  font-size: 11px;
  margin-bottom: 10px;
}
#leftnav ul li a:link,#leftnav ul li a:visited {
  font-size: 11px;
  color: black;
  text-decoration: none;
  font-weight: bold;
}
#leftnav ul li a:hover {
  color: #0073cf;
}
#leftnav .selected a:link, #leftnav .selected a:visited{
 color: white;
}
#leftnav ul li ul li, #leftnav ul li ul li a:link, #leftnav ul li ul li a:visited{
  font-size: 12px;
}
#leftnav ul li ul li a:link, #leftnav ul li ul li a:visited{
  color: #654E33;
}
#leftnav ul li ul li a:hover {
  color: #FFFFFF;
}
/* END LEFT NAV */

/* HOME PAGE SPECIFIC */

#contenthome {
  float:left;
  width: 744px;
  height: 100%;
  padding:0;
  margin:0;
  overflow: hidden;
}

#contenthome p {
	padding:20px;
}

#rightbar {
	float:right;
	width:160px;
	padding:10px 5px 10px 5px;
	background-color: #C7BC95;
	text-align:center;
}

#rightbar p {
	padding:5px 0 0 0;
	}

#homeimages {
  float: left;
  width: 744px;
  height: 109px;
}
#homeimages {
  float: left;
  width: 744px;
  height: 109px;
  overflow: hidden;
}
#homeimages li {
  float: left;
  width: 124px;
  list-style-type: none;
}
#homeimages li img {
  display: block;
  border: 0;
}
#homehotbuttons {
	clear: both;
	margin:0 auto;
	padding:30px 0 0 0;
	width: 624px;
}
#hpfspace {
  /*padding: 0px 0 0 50px;*/
}
#homehotbuttons li {
  float: left;
  list-style-type: none;
  margin: 0 !important;
}
#homehotbuttons li a {
  float: left;
  height:60px;
  width:100px;
  padding:10px 12px 0 12px;
  margin:0 auto;
  color:#0073cf;
  font-weight:bold;
  text-align:center;
  font-family:helvetica, arial;
  font-size:1.2em;
  text-decoration:none;
  border-right: 1px solid #0073cf;
}

#homehotbuttons li a:hover {
	color:#b8a985;
	}

#homehotbuttons .rightmost a {
  border:none!important;
}
/* END HOME PAGE SPECIFIC */
#headimage {
  float: left;
  _margin-top:-27px; /* Underscore makes it specific to IE6 */
}

#headfiller {
  float: left;
  width: 322px;
  height: 55px;
  background-color: #C7BC95;
  _margin-top:-27px; /* Underscore makes it specific to IE6 */
}

#sitemap ul, #sitemap ul ul {
  margin-top: 10px;
}

p {
  margin-bottom: 10px;
  line-height: 17px;
}

h1 {
  font-size: 13pt;
  font-weight: bold;
  color: #9A8B79;
  margin-bottom: 10px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #005DB6;
  padding-top: 6px;
  margin-bottom: 8px;
}

h3 {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0px;
}

a:link {
 color:#005DB6;
}

a:visited {
  color:#005DB6;
}

.plain {
  margin-bottom: 10px;
}

.plain li {
  list-style-type: none;
}


.doubletable td {
  width: 300px;
}

#content table {
  border: solid #C7BC95 1px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

#content .onepx {
  padding:0;
  }

#content table td, #content table th {
  border-top: solid #C7BC95 1px;
  text-align: left;
  padding: 5px;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c7bc95;
}

table .phone {
  width: 80px;
}

#content .plaintable {
  border: 0;
}
#content .plaintable td, #content .plaintable th {
  border: 0;
  padding: 5px;
}

.missing {
  color: red;
  display: none;
}

#homepage {
  float: left;
  width: 744px;
  overflow: hidden;
}
#smallcontent {
  float: left;
  clear: right;
  padding-left: 94px;
  width: 496px;
}

#content {
  float: left;
  width: 580px;
  height: 100%;
  padding: 30px 124px 0 30px;
  margin:0;
  overflow: hidden;
}

#content ul {
  line-height: 14px;
  margin-bottom: 10px;
}

#content li {
  margin-left: 25px;
  margin-bottom: 7px;
  line-height: 14px;
}

#content ol {
  margin-bottom: 10px;
}

#content ol ol li {
  list-style-type: lower-alpha;
}

#content blockquote {
  font-style: italic;
}

#specialLink a:hover{
  font-size: 12px;
  font-weight: bold;
  color: #005DB6;
  }

/* FOOTER */
#footer {
  clear: both;
  margin:0 0 25px 0;
  /*width: 719px;*/
  width: 748px;
  padding: 50px 0 0 253px;
 }
#footer ul {
/*  float: right;*/
	margin: 0 auto;
	text-align: center;
}
#footer li {
  /*float: left;*/
  display: inline;
  list-style-type: none;
  border-left: 1px #D5CBB0 solid;
  padding: 0 5px 2px 5px;
  margin: 0 !important;
}
#footer li a:link,#footer li a:visited {
  text-decoration: none;
  color: black;
  font-size: 10px;
  line-height: 10px;
}
#footer .rightmost {
  border-right: 1px #D5CBB0 solid;
}
#footer ul li a:hover {
  color: #9a8b79;
}
#footer .selected a:link, #footer .selected a:visited{
 color: #9a8b79;
 }

/* END FOOTER */

/*arrays styles*/

.PrimaryNavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d05b60;
	line-height: 11px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.PrimaryNavOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 11px;
	text-align: center;
	vertical-align: middle;
}
.PrimaryNavBorder {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}

.acronyms {
	border-bottom-style: double;
	border-bottom-color: #000000;
}

/* BLANK TEMPLATE */

.page-blank {
	background-image: none;
	background-color: #fff;
	color: #000;
}

