/*This one of the style sheets for FHWA Operations.  These are styles that need to be hidden from older browsers, mostly Netscape 4x.  

This style sheet lists the styles that are specific to HOTM-Traffic Analysis Tools: 

More information is available in the FHWA Operations Style and Maintenance Guide and the FHWA Operations Developer's Guide.  */

/* ******** Traffic Analysis Tools specific styles ******** */


/* ******** Traffic Analysis Tools elements ******** */
h1 {	
	font-size: 139%;
	padding: 0;
	margin: 0;
	color: #006;
	}

h2 {	
	font-size: 125%;
	padding: 0;
	margin: 29px 0 0 0;
	color: #006;
	}

h3 {	
	font-size: 110%;
	padding: 0;
	margin: 29px 0 0 0;
	color: #006;
	}

h4 {	
	font-size: 100%;
	padding: 0;
	margin: 29px 0 0 0;
	color: #006;
	}

/* ******** Traffic Analysis Tools template header styles ******** */
#header-pics-tat {
	background: #000 url(images/traffic_analysis_images/tat_header_bg.jpg) no-repeat top left;
	}

#tagline-tat, .opsbanner-tat, .tagline-tat, .quicklinks-tat {
	background: #946D0A; /* #B4933F */ url(images/traffic_analysis_images/21century_bkgd-tall2.gif) repeat top left;
	}
	
/* ******** Traffic Analysis Tools template navigation styles ******** */

#navigation-tat {
	background: /*#FBECCF*/ url(images/traffic_analysis_images/left-nav_bkgd.gif) top left repeat;
	font-size: 80%;
	margin-left: 0;
	margin-top: 0;
	}

#navlinks-tat ul {
	list-style-type: none;
	}

ul.navlink {
	font-size: 90%;
	margin: 10px 0px 10px -1em;
	padding: 0 5px 0 35px;
	}

#navlinks-tat li {
	display: block;
	line-height: 100%;
	margin-top: .25em !important;
	margin-top: 0;
	margin-bottom: .5em !important;
	margin-bottom: -.5em;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	border: none;
	}

#navlinks-tat a:link, #navlinks-tat a:visited {
	text-decoration: none;
	color: #006;
	font-weight: bold;
	line-height: 100%;
	}

#navlinks-tat li a:hover {
	margin: 0;
	color: #FBFCE7;
	text-decoration: none;
	font-weight: bold;
	line-height: 100%;
	background-color: #E8A905;
	border: none;
	}

.navcat {
	background-color: #946D0A; /* #E8A905; */
	color: white;
	font-weight: bold;
	padding: 2px 2px 2px 17px;
	margin: 0 0 0 6px;
	font-size: 90%;
	}

/* ******** Traffic Analysis Tools inset (garnish, text boxes, etc) styles ******** */

.inset-box-tat {	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 95%;
	float: right;
	margin: 10px;
  	padding: 10px 5px 5px 0px;
	border: 1px solid #006;
	background-color: #FFF7E2;
	width: 220px;
	}

.inset-box-tat p {	
  	padding: 0px 3px 0px 15px;
	}	

.tat-inset {
	width: 206px;
	margin: 0  15px 15px 15px;
	padding: 0 10px 0 0;
	border: 0;
	float: right;
	}

.tat-box {
	width: 200px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border: 1px solid #006;
	}

.tat-box h2 {
	background: #FFF7E2;
	font-size: 12px;
	font-weight: bold;
	color: #006;
	border-bottom: 1px solid #006; 
	padding: 5px;
	margin: 0;
	}

.tat-box p {
	margin-top: 0;
	padding: .5em;
	font-size: 90%;
		}