@charset "UTF-8";
/* CSS Document */

/*----------basic styling---------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 85%;
	background-color: #003366;
	background-image: url(../jpegs/bg_body2.gif);
	background-repeat: repeat-x;
}
#clear {
	clear: both;
}
#main {
	width: 880px;
	margin-left: auto;
	border: 1px solid #FFF;
	background-color: #FFF;
	margin-right: auto;
}
.white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	padding-left: 8px;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #264D91;
	text-decoration: none;
}		

a:hover {
	color: #900;
	text-decoration: underline overline;
}
/*----------Header---------------*/
#header {
	height: 229px;
	background-image: url(../jpegs/transportation-plan-logo.jpg);
	width: 880px;
	float: left;
}

#header h1 {
	margin-left: -9000px;
}

#header ul {
	text-align: left;
	list-style-type: none;
	margin: auto;
	padding: 0px;
	list-style-image: none;
	position: absolute;
	top: 0px;
	font-size: 10px;
	width: 100%;
}

#header ul li {
	float: left;	
	
}

#header ul a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
}
	
#header ul a.first {
		
}
		
#header ul a:hover {
	
}


/*----------navigation---------------*/
#side_bar {
	float: right;
	width: 471px;
	background-color: #FFF;
}
#side_bar h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2D59BA;
	text-shadow: white 0px 0px 3px;
	text-align: left;
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side_bar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
}
#side_bar p {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
	padding-top: 5px;
}
#side_bar p.ADA {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
	line-height: 1.2em;
	padding-bottom: 2px;
}
#side_bar ul {
	text-align: left;
	padding-bottom: 10px;
	list-style-type: circle;
	list-style-position: inside;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 13px;
	color: #000;
	text-indent: -20px;
	line-height: 25px;
}

#side_bar ul li {
	
	
}

#side_bar ul a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
	
#side_bar ul a.first {
		
}
		
#side_bar ul a:hover {
}

/*----------content---------------*/
#content {
	float: left;
	width: 400px;
}
#content.wider {
	width: 840px;
	padding-right: 20px;
	padding-left: 20px;
}


#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-transform: none;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 5px;
}

#content h2 {
	color: #2D59BA;
	font-size: 1.2em;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 2px;
	line-height: 1.2em;
	background-repeat: no-repeat;
}

#content h3 {
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 2px;
	line-height: 16px;
	background-repeat: no-repeat;
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	text-align: left;
	padding-left: 10px;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#content p.notice {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 5px;
}

#content ul {
	text-align: left;
	padding-bottom: 3px;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 1.5em;
	font-size: 1em;
	color: #000;
	text-indent: -15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content ul li {

	
	
}

/*----------footer---------------*/
#footer {
	height: 40px;
	background-color: #CCC;
	padding-top: 8px;
	width: 880px;
}

#footer p {
	
}

#footer a {
	text-shadow: white 0px 0px 3px;
	
}

#footer a:hover {
	text-shadow: #ffffff 0px 0px 5px;	
}

/*----------pop-up---------------*/

#subject {
	width: 600px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #999;
	background-color: #FFF;
}
#subject h1{
	text-align: left;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 32px;
}
#subject h2{
	text-align: left;
	color: #666;
	padding-bottom: 5px;
	font-size: 18px;
	text-transform: none;
	line-height: 25px;
}
#subject h3{
	text-align: right;
	color: #900;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
#subject p{
	text-align: justify;
	font-size: 10pt;
	line-height: 16px;
	padding-bottom: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
}
#subject ul {
	text-align: left;
	padding-bottom: 3px;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 25px;
	font-size: 10pt;
	color: #000;
	text-indent: -15px;
}

/*----------commiccioners---------------*/

#bcc {
	width: 880px;
	padding-top: 5px;
}

#bcc h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #900;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 5px;
	background-color: #EDEDED;
}
#bcc h1.bcc {
	background-image: url(../jpegs/BCC_group.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 220px;
	background-color: #FFF;
}

#bcc h2 {
	color: #2D59BA;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 2px;
}

#bcc p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding-left: 10px;
	line-height: 18px;
	padding-bottom: 15px;
	padding-right: 10px;
}

#littlebox {
	width: 115px;
	text-align: center;
	float: left;
	height: 240px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	border: 1px solid #CCC;
	padding: 0px;
}
#littlebox p {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 14px;
}
#littlebox a:hover {
	color: #900;
	text-decoration: underline;
}

#littleboxbudget {
	width: 110px;
	text-align: center;
	float: left;
	height: 225px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	border: 1px solid #CCC;
	padding: 0px;
}
#littleboxbudget p {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 14px;
}
#littleboxbudget a:hover {
	color: #900;
	text-decoration: underline;
}

#video {
	height: 125px;
	float: none;
	clear: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: center;
}

#videohome {
	height: 125px;
	float: none;
	clear: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#content2 {
	width: 880px;
}
#content2 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: left;
	padding-left: 10px;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 3px;
}
#content h1_sm {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: none;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 5px;
}
#banner {
	position: relative;

}
#banner_pchomelink {
	float: none;
	padding-left: 0px;
	background-image: url(images/pchome.gif);
	position: absolute;
	top: 8px;
	height: 93px;
}
.red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #F00;
	padding-left: 20px;
}
s
