/* 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
8. fmcsa.css styles (from http://www.fmcsa.dot.gov/factsfigs/factsfigs.htm)

*/

/* ******** SECTION 1: Elements. ********* */

body {
	font-family:  verdana, arial, sans-serif;
	color: #000;
	background-color: white;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:  verdana, arial, sans-serif;
	font-weight: bold;
}

h1 {
	margin: 0;
	font-size: 18px;
	color: #2127A0;
	padding: 10px 0 0 0;
	}

h2 {
	font-family:  verdana, arial, sans-serif;
	font-size: 16px;
	color: #2127A0;
	padding: 10px 0 0 0;
	}
	
h3 {
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	color: #4763E8;
	}

h4 {
	font-size: 12px;
	color: #000066;
	padding: 10px 0px 0px 0px;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0;
	padding: 0;
	}
	
h6 {
	font-size: 10px;
	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: 12px;
	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;
	font-weight: bold;
	}
	
.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 4: Links ********* */
.top0 a:link, .top0 a:visited, .top0 a:active, .top0 a:hover {
	color: #fff;
	text-decoration: none;
}
/* ******** SECTION 5: Major sections of the template. ********* */
	
.fhwa-bar {
	background-color: #006;
	}
	
#fhwa-links {
	text-align: right;
	}

.banner {
 	background:  url(images/main/headerphotos.gif) repeat top left; 
	}

#header-pics {
	background-color: #006;
	}

#skiplink a {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	}
#skiplink a:active, #skiplink a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background-color: Gray;
	color: white;
	top: 3px;
	left: 3px;
	padding: 3px 5px 5px;
	border: 1px solid White;
	font-weight: bold;
	font-size: 13px;
	z-index: 5;
	}

.headerBar {
	position: relative;
	overflow: visible;
	}

#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;*/ 12px;
	font-weight: bold; 
	padding: 0;
	margin-top: 2px;
	margin-bottom: 25px;
	}

/* 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;
	}

.summary {
	background-color: #ECECEC;
	border: 1px solid #CCC;
	padding: 10px;
}

.figure {
	padding: 0;
	margin-bottom: 2px;
}

.footnote {
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	}

.footnote p {
	font-size: 90%;
	margin: 5px 0 10px 0;
	}

.footnote li {
	font-size: 90%;
	margin: 2px 0 3px 0;
	}
	
.shaded {
	background-color: #e4e4e4;
	}
	
/* ************ SECTION 8: fmcsa.css styles ******************* */
/* from http://www.fmcsa.dot.gov/factsfigs/factsfigs.htm */
body {
	background-color:#FFFFFF;
	margin-left:0px;
	margin-top:0px;
	font: normal 14px Arial, Helvetica, sans serif;
	width:100%;
}

li, a, p {
	font: normal 12px Arial, Helvetica, sans serif;
}

td, th {
	font: normal 12px Arial, Helvetica, sans serif;
	vertical-align:top;
}

.navigation {
	font: normal 11px Arial, Helvetica, sans serif;
	text-decoration:none;
}

.topic {
	font: bold 13px Arial, Helvetica, sans serif;
	text-decoration:none;
}

table.formatting {
	border-width:0px;
	padding:0px;
	width:100%;
}

table.top {
	border-width:0px;
	padding:0px;
	width:100%;
	background-color:#000066;
}

td.top0 {
	vertical-align:middle;
	text-align:right;
	color:#FFFFFF;
	font: bold 12px Arial, Helvetica, sans serif;
	text-decoration:none;
	padding-right:4px;
}

.white {
	color:#FFFFFF;
	font: bold 12px Arial, Helvetica, sans serif;
	text-decoration:none;
}

.nav_element {
	text-align:left;
	padding-left:25px;
	width:100%;
}

.nav_element2 {
	text-align:left;
	padding-left:31px;
	width:100%;
}

.smaller {
	font: normal 10px Arial, Helvetica, sans serif;
}

.big {
	font: normal 14px Arial, Helvetica, sans serif;
}

.bigger {
	font: bold 24px Arial, Helvetica, sans serif;
}

.pbu {
	text-decoration:underline;
	font-weight:bold;
}

.double_space {
	line-height:200%;
}

.section {
	font: bold 14px Arial, Helvetica, sans serif;
}

.bold {
	font-weight:bold;
}
