/*adopt-a-highway.org stylesheet*/
/* portions from http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*back to custom styles*/
/* to get window height */
html, body, #container, #content, #homeContent {
	min-height: 100%;
	width: 100%;
	height: 100%;
	}

html>body, html>body #container,  html>body #container #content, html>body #container #content #homeContent {
	height: auto;}

body {
	margin: 0px; 
	background-color: #ffffff;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	}
   
	/*safe fonts: Arial, 'Arial Black', 'Comic Sans MS', 'Courier New', Georgia, Impact, 'Times New Roman', 'Trebuchet MS', Verdana*/
	/*font: 76% is best cross-browser solution; font: 62.5%  equals 10px*/
	
#container {
   position:absolute;
   top: 0;
   left: 0;
   min-height: 100%;
   voice-family: "\"}\"";
   voice-family: inherit;
   height: auto;
   padding-bottom:150px;    /*Height of the footer */
   }

#header {
	position: relative;
	height: 125px;
	background-color: #060A63;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: bold;
	border-bottom: 5px solid #ffd700; /*original color was #ffcc33*/
	}

#header img {
	height: 100px;
	}

#logo {
	height: 125px;
	}

#tagline {
	font: bold italic 1.15em/1.2em Georgia, 'Times New Roman', serif;
	color: #ffd700;
	}

#content {
	width: 76%;
	position: relative;
	float: right;
	background-color: #ffffff;
	padding-bottom: 70px;
	font-size: 1em;
	}

#homeContent {
	margin-top: 10px;
	padding-right: 10px;
	}

/*navigation box and list styling*/
#navBox {
	height: 400px; /*required to push down footer for history flash content*/
	width: 20%;
	position: relative;	
	float: left;
	margin: 10px 10px;
	font-weight: bold;
	color: #060A63;
	background-color: #ffffff;
	z-index: 100;
	}


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu {
	position: relative;
	top: .5em;
	left: .5em;
	width: 95%;
	}

#menu dt {
	cursor: pointer;
	background: #A9BFCB;
	height: auto;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid gray;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 8em;
	margin-top: -1.6em;
	width: 15em;
	background: #A9BFCB;
	border: 1px solid gray;
	}

#menu ul {
	padding: 2px;
	}

#menu li {
	text-align: left;
	padding-left: 5px;
	}

#menu li a, #menu dt a {
	color: #060A63;
	text-decoration: none;
	display: block;
	}

#menu li a:hover {
	text-decoration: underline;
	}

#membersNav {
	list-style-type: none;
	text-align: left;
	margin-top: 15px;
	}

#membersNav li {
	display: inline;
	background: #A9BFCB;
	border: 1px solid gray;
	margin-right: 2px;
	padding: 5px;
	}

#membersNav li a {
	color: #060A63;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	}

#membersNav li a:hover {
	text-decoration: underline;
	}
/*end nav styling*/

/*googleTransBox*/
#googleTransBox {
	margin-top: 8px;
	margin-left: 5px;
}

/*image gallery styling*/
/*never could get tooltip styling to work*/
#imageGallery {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	background-color: #fff;
	}
	
/*preload classes for image gallery*/ 
.svw {
	background: #fff;
	}

.svw ul {
	position: relative; 
	left: -999em;
	} 
 
/*core classes for image gallery*/ 
.stripViewer {  /* this is the div container for the UL of images */
	position: relative; 
	overflow: hidden; 
	border: solid thin #ffcc33;   
	margin: 0 0 1px 0; 
	} 

.stripViewer ul { /* this is the UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	list-style-type: none;
	} 

.stripViewer ul li {  /* each image is arranged horizontally */
	float:left; 
	} 

.stripTransmitter { /* this is the div for the transmitter (the UL generated at run time that commands the list)*/
	position: absolute;
	top: 350px;
	left: 0px;
	overflow: auto; 
	width: 350px; 
	height: 45px;
	} 

.stripTransmitter ul { /* the auto-generated set of links */
	margin: 0; 
	padding: 0; 
	position: relative; 
	width: 350px;
	list-style-type: none; 
	} 

.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
	} 

.stripTransmitter a{ /* the links. */
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	background: #060A63; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	} 

.stripTransmitter a:hover, a.current{ /* current */
	background: #ffd700;
	color: #060A63;
	}
/*end of gallery styles*/

/*tooltips formatting; but tooltips plugnin not working*/
#tooltip {
background: #fff;
color: #000;
opacity: 0.85;
border: 5px solid #dedede;
}

#tooltip h3 {
font: normal 10px Verdana; 
margin: 0; 
padding: 6px 2px; 
border: 0;}
/*end of tooltip styles*/

/*misc regular styles*/	
h1, h2, h3 {
	font-family: Georgia, 'Times New Roman',serif;
	text-align: left;
	/*margin-bottom: -10px;*/
	}

h1 {
	font-size: 2em;
	line-height: 2em;
}


h1 a {
	text-decoration: none;
	}
	
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	padding-bottom: .5em;
}

h3 {
	font-size: 1.25em;
	line-height: 1.25em;
}

a { 
	outline: none;
	}

p {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	padding-right: 20px;
	padding-bottom: 1em;
	}

p.center {
	text-align: center;
	}

p.error {
	color: red;
	}
	
p span.note {
	
	font-weight: bold;
}


#txtHint {
	width: 350px;
	float: left; 
	height: auto;
	overflow: auto;
	text-align: left;
	overflow: visible;
	}
	
img.map {
	float: right;
	margin-right: 15px;
}

p.searchResults {	
	position: relative;	
	top: 10px; 
	margin-left: 15px;	
	float: left;
	text-align: left;
	}

p.searchResults a {
	text-decoration: none;
	}

#payPal {
	border: none;
	}

table.nav {	
	width: 20%;
	float: right;
	table-layout: fixed;
	margin-top: 10px; 
	margin-right: 10px;
	border-collapse: collapse;
	}

table.searchResults {	
	border-collapse: collapse;
	empty-cells: hide; padding: 0;
	}

tr.left {
	float: left;
	margin-right: 15px;
	}

table.searchResults td {
	text-align: left;	
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	}

td {
	padding-bottom: 5px;
	}

#footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 65px;
	padding-bottom: 2px;	
	background-color: #060A63;
	color: #ffd700;
	border-top: solid 5px #ffcc33;
	}

#footer p {
	text-align: center;
	}

#footer a, #footer a:visited {
	color: #ffd700;
	}

/*html>body #footer {position: fixed;}/*

/*styles for history page flash div*/
#historyFlash {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 420px;
	height: 360px;
	padding-top: 10px;
	background-color: #ffd700;
	border: solid 3px #060A63;
}
/*end of history page styles*/

form.programsAdd, form.programsEdit {
	text-align: left;
	padding-left: 20%;
}

form.highway {
	text-align: left;
}

form.members {
	text-align: left;
}

form.members label {
	display: block;
	float: left;
	width: 185px;
	font-weight: bold;
}

#tablePrograms {
	text-align: left;
}

#tablePrograms tr {
		empty-cells: hide;
}

table.updateList {
	font-size: 1em;
	table-layout: fixed;
	border-collapse: collapse;
}

table.updateList td {
	padding-right: 10px;
}

#membersList {
	text-align: left;
}

#membersList td {
	padding-right: 10px;
}

#membersList tr.odd {
	background-color:#A9BFCB;
}

#membersList tr.even {
	background-color:white;
}

#membersList tr.off {
	background-color:red;
}

#membersList tr.on {
	background-color:blue;
}

#membersList tr.hover {
	color: #060A63;
	text-decoration: underline;
	cursor:pointer;
}

#membersList tr.selected {
	font-style:italic;
}

#fileview {
	text-align: left;
}

#fileview th {
	background-color: #A9BFCB;
	border: 1px solid gray;
}

#fileview th, a {
	color: #060A63;
}

#fileview th a {
	text-decoration: none;
}

#fileview img {
	border: none;
}

#fileview.sortable td {
	padding-right: 10px;
}

#fileview.sortable tr.even {
	background-color: #A9BFCB;
}

#fileview.sortable tr.hover {
	text-decoration: underline;
}

td.reports {
	text-align: right;
	padding-right: 100px;
}

span.pdf {
	color: #757558;
	font-size: .75em;
}
/* end misc regular styles */

/*admin styles*/
div.contentAdmin {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#byline {
	width: 40%;
	margin: 0 auto;
	font-weight: bold;
	background-color: #ffd700;
	color: navy;
	border: solid thin navy;
	text-align: center;
	padding-bottom: 3px;
	}
	
h2.admin, h3.admin {
	text-align: center;
}

	
p.admin {
	font-size: 1em;
}

p.adminTitle {
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	padding-top: 5px;
	}
	
form.admin {
	text-align: left;
}

table.admin {
	width: 20%;
	font-size: 1em;
	table-layout: fixed;
	border-collapse: collapse;
	}
/*end admin styles*/