/* This style sheet is for Managing Travel for Planned Special Events: FAQ, Fact Sheet, Subject Presentation, Brochure, and Handbook

This style sheet is divided into the following sections: 

1. Elements
2. Lists
3. Tables
4. Links
5. Major sections of the template. This section has several sub-sections.
6. Classes
7. Page-specific Classes and IDs

*/

/* ******** SECTION 1: Elements. ********* */

body {
	font-family:  verdana, arial, sans-serif;
	color: #000;
	background-color: white;
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:  verdana, arial, sans-serif;
	font-weight: bold;
}

h1 {
	margin: 0;
	font-size: 135%;
	color: #fff;
	padding: 0 15px 15px 10px;
	}

h2 {
	font-family:  verdana, arial, sans-serif;
	font-size: 120%;
	color: #000066;
	}
	
h3 {
	font-size: 110%;
	padding: 10px 0px 0px 0px;
	color: #7B0400;
	}

h4 {
	font-size: 105%;
	color: #000066;
	padding: 0px 0px 0px 0px;
	}

h5 {
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0;
	}
	
h6 {
	font-size: 90%;
	color: #000066;
	padding: 0;
	margin: 0;
	}
	
/* ******** SECTION 2: Lists. ********* */
	
ul {
	margin-top: 0;
	margin-bottom: 10px;
	}

/* ******** SECTION 3: Tables. ********* */

/* these styles are for data tables. make sure to apply a class="datatable" for these styles to work */

.datatable {
	font-size: 86%;
	font-family:  verdana, arial, helvetica, sans-serif;
	background-color: #ccc;
	}
	
.datatable th {
	background-color: #e4e4e4;
	color: #000;
	text-align: left;
	padding: 4px 10px 4px 10px;
	}
	
.datatable td {
	padding: 6px 12px 5px 12px;
	background-color: #fff;
	}
	
.datatable caption {
	text-align: center;
	font-weight: bold;
	font-weight: bold;
	padding-bottom: 3px;
	}
	
.datatable td li {
	padding: 0;
	}

.datatable tr {
	vertical-align: top;
	}

.tablenote {
	font-size: 85%;
	padding: 10px 0px 20px 0px;
	text-align: left;
	}
	
/* these styles are for tables on the table of contents page (toc.htm) */

.toctable {
	font-size: 86%;
	font-family:  verdana, arial, helvetica, sans-serif;
	border-top: 5px solid #fff;
	}
	
.toctable th {
	background-color: #e4e4e4;
	color: #000;
	text-align: left;
	padding: 4px 10px 4px 10px;
	border-top: 5px solid #fff;
	}

.toctable td {
	padding: 2px 2px 2px 10px;
	}
	
.toctable caption {
	font-family:  verdana, arial, sans-serif;
	font-size: 115%;
    font-weight: bold;
    text-align: left;
	}
	
/* ******** SECTION 5: Major sections of the template. ********* */
	
.fhwa-bar {
	background-color: #006;
	}
	
#fhwa-links {
	text-align: right;
	}

#header-pics {
	background-color: #006;
	}
	
#skiplink a:link, #skiplink a:visited {
	color: #006;
	font-size: 11px;
	background-color: #006;
	}
	
#footer {
	background-color: white;
	font-size: 75%;
	padding: 10px 2px;
	text-align: left;
	border-top: #000063 20px solid;
	}

#footer_links {
	background-color: white;
	font-size: 75%;
	padding: 10px 2px;
	text-align: center;
	border-top: #000063 20px solid;
	}

#javadate {
	background-color: white;
	font-size: 75%;
	padding: 10px 0;
	text-align: right;
	border-top: #000063 20px solid;
	}

.subhead {
	margin-top: 0;	
	font-size: 85%;
	}

.title {
	color: #fff;
	margin-top: 0;	
	font-weight: normal;
	}
		
.content h2 {
	margin-bottom: 0;
	}
		
img.logo {
	float: right;
	display: inline;
	padding-left: .5em;
	}
	
.navbar, .content {
	font-size: 80%;
	}
	
/* Tell NS4 to ignore these styles.... */
/*/*/
.content {
	padding: 25px;
	}
/* Okay, we can let NS4 see the rest.... */

.navbar {
	background-color: #eee;
	padding: 25px 10px 0 10px;
	}
	
a:link {
	color: #000080; 
	text-decoration: underline;
	}
	
/* ******** SECTION 6: Classes. ********* */
/*this is for the figure photos*/
	
/* Tell NS4 to ignore these styles.... */
/*/*/
div.inset-photo {	
	float: right;
	margin: 30px;
	width: 255px;
	}

div.inset-photo img, div.photo img, {
	margin-bottom: 0;
	border: 1px solid #000;
	}
/* Okay, we can let NS4 see the rest.... */
	
div.inset-photo p.caption, div.photo p.caption { 
	margin-top: 3px;
	padding: 0;
	}

.caption {  
	font-size: /*10pt;*/ 90%;
	font-weight: bold; 
	padding: 0px 0 5px 0;
	}

/* Insets (floating boxes, mostly images for garnish */

.inset {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 135%;
	float: right;
	margin: 30px 30px 30px 30px;
  	padding: 0;
	background-color: #eee;
	width: 227px;
	border: 1px solid #ccc;
	}

.indent {
	font-size: 1em;
	padding: 0px 0px 0px 48px;
	}
	
.inset-content {
	float: none;
	padding: 1em;
	}
