﻿/* Type Selectors - Start */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.5em;
	background-image: url(/tpw/images/left_nav_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	height:100%;
}
table {
	padding: 2px;
	text-align: left;
}
p {
	font-size: 90%;
	margin-bottom: 1em;
}
blockquote {
	padding-left: 5.25em;
}
h1, h2, h3, h4, h5 {
	padding: 8px 0;
	font-weight: bold;
}
h1 {
	color: #c90;
	font-size: 135%;
}
h2 {
	color: #666;
	font-size: 110%;
}
h3 {
	color: #666;
	font-size: 100%;
}
h4 {
	color: #999;
	font-size: 90%;
}
h5 {
	color: #990000;
	font-size: 110%;
}
img {
}
form {
	display: inline;
}
ul, ol {
	font-size: 90%;
	list-style-position: outside;
	padding: 2px 0 2px 5.25em;
}
ul li {
	display: list-item;
	list-style-type: disc;
}
ol li {
	display: list-item;
	list-style-type: decimal;
}
ul ul {
	font-size: 100%;
}
hr {
	height: 1px;
}
#master_wrapper {
	position: relative; /*	display:block;*/
	;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header {
	width: 100%;
	height: 138px;
	background-image: url(/tpw/images/layout/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 auto;
	text-align: center;
}
#header img {
	vertical-align: top;
}
#header_print {
	visibility: hidden;
	display: none;
}
#top_nav {
	position: absolute;
	display: block;
	top: 70px;
	left: 430px;
	white-space: nowrap;
	width: 1px;
	height: 28px;
}
#top_nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	list-style-type: none;
	list-style-image: none;
}
/* pre IE 7 height fix */
html > body #top_nav ul {
}
#top_nav li {
	display: inline;
	padding: 4px;
	vertical-align: middle;
}
#top_nav a {
	color: #f9f9f9;
	font-size: 9pt;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
#top_nav input {
	display: inline;
	margin-bottom: +4px;
	vertical-align: middle;
}
#top_nav a:hover {
	color: #f7c42b;
}
#content_wrapper {
	position: absolute;
	display: block;
	top: 115px;
	left: 0;
	width: 100%;
	background-color: #fff;
	background-image: url(/tpw/images/left_nav_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#left_nav {
	display: block;
}
#content_main {
	position: relative;
	display: block;
	text-align: left; /*width: 835px;*/
	;
	width: 83%;
	height: auto;
	margin: -10px 0 0 140px;
	padding: 10px 0 10px 10px;
	min-width: 800px;
}
html > body #content_main {
	padding-bottom: 0;
}
#content_main_photo {
	position: relative;
	display: block;
	white-space: nowrap;
	height: auto;
	width: 820px;
	margin: 0;
}
html > body #content_main_photo {
	width: 99%;
}
#footer_wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	white-space: nowrap;
	border-top: 1px #000 solid;
	clear: both;
}
#footer_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	margin-top: 10px;
	text-align: center;
}
#footer_content ul {
	position: relative;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	list-style-type: none;
	list-style-image: none;
}
/* pre IE 7 height fix */
html > body #footer_content ul {
	height: auto;
}
#footer_content li {
	display: inline;
	padding: 0 2px;
	vertical-align: middle;
}
#footer_content a {
	font-size: 80%;
	color: #666;
	text-decoration: underline;
}
#footer_content a:hover {
	font-size: 80%;
	color: #f7c42b;
}
#footer_note {
	font-size: 70%;
	text-align: center;
	padding: 5px;
}
#footer_note a {
	font-size: 100%;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#footer_note a:hover {
	font-size: 100%;
}
/* Contact Us Page Table - Start */
#contactTable {
	width: 100%;
	margin-top: 20px;
	border: none;
	border-collapse: collapse;
}
#contactTable td {
	padding: 2px 4px;
	border: #333 solid 1px;
}
#contactTable tr {
}
#contactTable th {
	padding: 2px 4px;
	margin: 0px;
	border: none;
	background-color: #333;
	color: #fff;
}
/* Contact Us Page Table - End */

/* archive projects page - Start */
#archive_year_select {
	width: 80%;
	height: 150px;
	line-height: 25px;
}
#archive_year_select ul {
	padding-top: 50px;
	display: block;
	list-style: none;
	list-style-image: none;
	font-weight: bold;
}
#archive_year_select li {
	display: inline;
	float: left;
	padding: 0 10px;
	vertical-align: middle;
}
#archive_year_select a {
	text-decoration: none;
}
/* archive projects page - End */
/* ID Declarations - End */
/* Class Declarations - Start */
.archive_year {
	border: 3px double #E0AD14;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.client_note {
	display: block;
	padding: 5px;
	border: #333 dashed 1px;
	color: red;
	width: 25%;
	font-size: 75%;
	text-align: center;
}
.collage_photo {
	width: 65%;
	float: left;
	text-align: center;
	vertical-align: middle;
}
.county_seal {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}
.date {
	text-align: left;
	padding: 0 5px;
	font-size: 85%;
	font-style: italic;
}
.dept_logo {
	margin: 0 0 0 156px;/*padding: 0 0 0 120px;*/
}
.error {
	font-size: 85%;
	color: #FF0000;
	font-weight: bold;
}
.esub_wrap {
	margin-left: 210px;
}
.esub {
	margin: 5px;
	height: 60px;
}
/* eSubscribe block */
.esub p {
	text-align: center;
}
.esub img {
	vertical-align: middle;
}
.esub a {
	color: #AD5027;
}
/* eSubscribe block end */
.icon {
	vertical-align: middle;
}
.image_left {
	display: inline;
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}

.image_right {
	display: inline;
	position: relative;
	float: right;
	margin: 0px 10px 10px 0px;
}

.image_icon {
	display: inline;
	position: relative;
	float: left;
	margin: -8px 10px 0px 0px;
}
ul.list_item_clean li {
	list-style-type: none;
	list-style-image: none;
}
li.list_item_clean {
	list-style-type: none;
	list-style-image: none;
}
.note {
	border: 1px solid #E0AD14;
	margin: 5px auto;
	width: 70%;
	font-size: 75%;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	vertical-align:middle;
}
.note p {
	text-align: center;
}
.note img {
	vertical-align: middle;
}
ul.pdf_link li {
	line-height: 2em;
	list-style: none;
	margin: -4px 0 0 0;
	padding: 4px 0 0 0;
	background-position: 0 .6em;
	background-image: url(/images/pdf_icon.gif);
	background-repeat: no-repeat;
	text-indent: 24px;
}
li.pdf_link {
	line-height: 2em;
	list-style: none;
	margin: -4px 0 0 0;
	padding: 4px 0 0 0;
	background-position: 0 .6em;
	background-image: url(/images/pdf_icon.gif);
	background-repeat: no-repeat;
	text-indent: 24px;
}
.project_table {
	width: 100%;
	clear: both;
}
/*Project Files Styling - asp/project_files.asp */
.project_files {
	float: left;
	padding: 4px 0;
	margin: 0;
	width: 24%;
}
.project_files ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 1em;
	line-height: 25px;
	list-style-type: none;
	list-style-image: none;
	text-align: left;/*white-space: nowrap;*/
}
.project_files li {
	list-style-type: none;
	list-style-image: none;
}
.project_files img {
	vertical-align: middle;
}
/* Radio Buttons on Search Page */
.radio {
	margin-top: -15px;
}
/* Text on Search Page */
.search_text {
	font-size: 125%;
	text-align: left;
	vertical-align: middle;
}
.top {
	display: block;
	text-align: left;
}
.underline {
	text-decoration: underline;
}
.underlineCenter {
	text-decoration: underline;
	text-align: center;
}
.whats_new_item {
	padding: 0 8px 5px 0;
}
.whats_new_item p {
	padding: 0 8px;
}
/* Class Declarations - End */
/* A (link) Type Declarations - Start */
a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #f7c42b;
	border-bottom: none;
}
/* A (link) Type Declarations - End */
/* What's New and QuickLinks - Start */
#new_quick_container {
	position: relative;
	margin: 0 0 5px 10px;
	padding: 0 3px 3px 3px;
	float: right;
	font-size: 12px; /*font-family: Verdana, Helvetica, Arial, sans-serif;*/ /*z-index: 1;*/
	;
	width: 22%;
}
#whats_new {
	display: block;
	width: 200px;
	margin-top: 0;
}
#whats_new a {
	text-decoration: none;
	color: #900;
	padding: 5px;
}
#whats_new a:hover {
	text-decoration: underline;
	color: #666;
}
#whats_new_header {
	position: relative;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(/tpw/images/layout/box_title_slice.gif) repeat-x transparent;
	color: #666;
	width: 152px;
	margin-left: 24px;
}
#whats_new_left {
	background: url(/tpw/images/layout/box_title_l.gif) no-repeat 0 0;
}
#whats_new_right {
	background: url(/tpw/images/layout/box_title_arrow.gif) no-repeat 100% 0;
}
#whats_new_content {
	padding: 7px 7px 0 7px;
	border: 1px #900 solid;
	border-top: none;
	background-color: #fff;
/*	text-align: justify;*/
	white-space: normal !important;
}
#whats_new_content .bold {
	font-weight: bold;
}
#quick_links {
	display: block;
	width: 200px;
	margin-top: 1.5em;
}
#quick_links_header {
	position: relative;
	height: 24px;
	line-height: 24px;
	background: url(/tpw/images/layout/box_title_slice.gif) repeat-x transparent;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	color: #666;
	width: 152px;
	margin-left: 24px;
}
#quick_links_left {
	background: url(/tpw/images/layout/box_title_l.gif) no-repeat 0 0;
}
#quick_links_right {
	background: url(/tpw/images/layout/box_title_r.gif) no-repeat 100% 0;
}
#quick_links_content {
	border: 1px #f7c42b solid;
	border-top: none;
	padding: 1px;
	background-color: #fff;
	text-align: left;
	border-top: none;
}
#quick_links_content ul {
	/* margin: TOP RIGHT BOTTOM LEFT*/
		margin: 0;
	padding: 0 0 5px 25px;
}
#quick_links_content li {
	/* margin: TOP RIGHT BOTTOM LEFT*/
		padding: 2px;
	display: list-item;
}
.quick_links_esubscribe {
	display: block;
	text-align: center;
	padding: 5px 0;
}
/* What's New and QuickLinks - End */
/* Road Closure Table - Start */
.road_closure {
border: #000 solid 1px;
}

.road_closure caption{
text-align:center;
padding: 0 0 4px 0;
font-weight:bold;
color:#AD5027;
}

.road_closure_header {
	white-space:nowrap;
	background-color:#ccc;
	
}
.road_closure_header th {
	text-align:center;
	border-top: #000 solid 1px;
	padding: 4px 2px;
}

.road_closure_data td{
padding: 0 4px;
border-top: #000 solid 1px;
border-right: #000 dotted 1px;
}

.road_closure_data_center{
text-align:center;
}

.road_closure_paging{
width:100%;
text-align:right;
}

/* Road Closure Table - End */.tableHeading {
	font-size: 80%;
	font-weight: bold;
}

#accessibleOptions {padding-left:0.5em; background-color:#676767; font-family: Verdana, Helvetica, Arial, sans-serif;}
#accessibleOptions a {color:#ffffff; font-size:70%; font-weight:bold}
#accessibleOptions a:hover, #divViewOptions a:focus {color:#f7c42b; text-decoration:underline}

/* new styles for contact info */
.indent2em {
	margin-left:2em}
	
dl.tableLayout {
	float:left; 
	overflow:visible; 
	width:100%; 
	line-height:1.4em}
	
dl.tableLayout dt {
	clear:both; 
	display:block; 
	float:left; 
	font-weight:bold; 
	height:auto; 
	margin:0; 
	padding:.5em .5em .5em 0; 
	text-align:right}

dl.tableLayout dd {
	display:block; 
	float:left; 
	margin:0; 
	padding:.5em 0 .5em .5em}

dl.titlePercent10 dt, dl dt.titlePercent10 {
	min-width:4em; 
	width:10%}

dl.titlePercent10 dd, dl dd.titlePercent10 {
	width:80%}

dl.titlePercent20 dt, dl dt.titlePercent20 {
	min-width:8em; 
	width:25%}

dl.titlePercent20 dd, dl dd.titlePercent20 {
	width:66%}

.hide{display:none}

ul.getDirections{font-weight:normal; padding-left:1em; margin-left:1em;}

