/*------------------------------------------------------------------
Project:		American Association of Railroads
Author:			Ryan Dudek
Last change:	2008-12-10
-------------------------------------------------------------------*/
/* RESET ALL MARGINS */
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;
	font-size:100%;
	vertical-align:baseline;
	border:0;
	outline:0;
	background:transparent;
}
blockquote, q { quotes:none; }
:focus { outline:0; }
table { border-collapse: collapse;border-spacing: 0; }

/* $Id: print.css,v 1.5 2005/06/19 08:50:46 dries Exp $ */

body {
  margin: 1em;
  background-color: #fff;
  width: 100%;
  height: 100%;
  font: 12px Arial, Helvetica, sans-serif; 
}

img {
	border: none;
}

html {
	width: 645px;
	margin: 5px auto 0 auto;
	color: #000;
}

a {
	color: #174169;
	text-decoration: underline;
}

a:hover {
	color: #174169;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #163e63;
	font-weight: bold;
	margin-bottom: 1em;
}

h1 {
	font-size: 15px;
	color: #6c5911;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
p {
	margin-bottom:1em;
	color: #000;
	font-size: 12px;
	line-height: normal;
}
blockquote {
	margin: 0 15px 1em 15px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #000;
	font-size: 12px;
	clear: both;
}

hr {
	margin: 0 5px 1em 5px;
	border: none;
	border-bottom: 1px solid #CCC;
	height: 1px;
	padding: 0;
}

ul {
	margin: 0px 0 1em 30px;
	padding: 0;
	font-size: 12px;
	list-style: outside;
}
ol {
	list-style: decimal;
	margin: 0px 0 1em 30px;
	padding: 0;
	font-size: 12px;
}	
li {
	margin: 3px 0 0px 0px;
	padding: 0;
}

.floatLeft {
	float: none;
}
.floatRight {
	float: none;
}

.photoAlignRight {
	float: none;
	margin: 0 0 5px 0;
}
.photoAlignLeft {
	float: none;
	margin: 0 0 5px 0;
}

.imgPlusCaption-right {
	float: none;
	margin: 0 0 5px 0;
}
.imgPlusCaption-left {
	float: none;
	margin: 0 0 5px 0;
}
.imgPlusCaption-right p, 
.imgPlusCaption-left p {
	color: #000;
	font-size: 11px;
	margin: 0;
}
.imgPlusCaption-right img, 
.imgPlusCaption-left img {
	padding: 1px;
	margin: 0;
}
.greyBorder {
	border: solid 1px #ccc;
}
.darkGrey {
	color: #000;
}
.boldItalic {
   font-weight: bold;
   font-style: italic;
}
.bold {
	font-weight:bold;
}
.uppercase {
	text-transform: uppercase;
}
.noBot {
	margin-bottom: 0;
}

/* SITE WIDE TEMPLATE STYLES */
#siteContain {
	width: 645px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	padding: 0;
	clear: both;
	text-align: left;
	overflow:visible;
}

#header {
	width: 645px;
	background: none;
}
#header .header-logo {
	float: none;
}
#header .header-search {
	display: none;
	visibility: hidden;
}
#header .header-search ul.header-nav {
	margin: 0 3px 15px 0;
	display: inline;
	font-size: 11px;
}
#header .header-search ul.header-nav li {
	display: inline;
	text-transform: uppercase;
	padding-left: 10px;
	margin-left: 13px;
}
#header .header-search ul.header-nav li a, 
.ds-leftBar li a {
	color: #000;
	text-decoration: none;
}
#header .header-search ul.header-nav li a:hover, 
#header .header-search ul.header-nav li a.active,
.ds-leftBar li a:hover {
	color: #000;
	text-decoration: none;
}
			
#header .header-search form#headerSearch {
	display: none;
	visibility: hidden;
}
	
#nav {
	display: none;
	visibility: hidden;
}

	
#footer {
	width: 645px;
	background: none;
	text-align: center;
	color: #000;
	clear: both;
	margin: 10px 0 0 0;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
}
#footer li {
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 1px 0 1px;
}
#footer p {
	color: #000;
	font-size: 10px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
	
ul.redArrow {
	margin: 0 0 1em 15px;
	list-style: circle;
}
ul.redArrow li {
	padding: 0;
	margin: 3px 0 0px 0px;
	display: block;
}
ul.blueArrow {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.blueArrow li {
	padding: 0 0 0 15px;
	margin: 3px 0 0px 0px;
	display: block;
}
	
.greyBreak {
	width: 270px;
	height: 5px;
	margin: 0 auto 5px 0;
}


/* HOMEPAGE ONLY STYLES */

#homeDetails-Container {
	clear: both;
	width: 645px;
	margin: 0 0 15px 0;
	padding: 0;
}
#homeDetails-Container a {
	text-decoration: none;
}
#homeDetails-Container a:hover {
	text-decoration: underline;
}

.homeDetails {
	width: 277px;
	margin: 10px 0 15px 0;
	border: 1px solid #ccc;
	padding: 0 15px 5px 15px;
	clear: both;
}
	.homeDetails img {
		margin-left: -15px;
		position: relative;
	}
.home-last {
	margin-right: 0;
}
.homeDetails .homeContent {
	margin: 0;
	border: none;
	background: none;
	padding: 0;
}
.homeDetails .homeContent h2.yellowDetail {
	color: #174169;
	text-transform: uppercase;
	font-size: 13px;
}
.homeDetails .homeContent h2.yellowDetail a {
	color: #174169;
}
.homeDetails .homeContent h5 {
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 6px;
}
.homeDetails .homeContent p {
	line-height: 1.5;
}
	
	
/* DOWNSTREAM PAGE STYLES */
#dsHeader {
	width: 645px;
	margin-bottom: 6px;
}
#dsHeader h1 {
	font-size: 20px;
	color: #000;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}

.ds-leftBar {
	width: 645px;
	float: none;
	margin: 0 0 1em 0;
}
	.ds-leftBar p {
		display: none;
	}
		
ul.whiteArrow-onBlue {
	margin-left: 15px;
}
ul.whiteArrow-onBlue li {
	padding-left: 3px;
	font-size: 10px;
	margin-bottom: 3px;
}
	
.ds-mainContent-contain {
	width: 645px;
	padding: 0;
	margin: 0 0 1em 0;
	float: none;
	clear: none;
	overflow: visible;
}
.ds-mainContent-break {
display: none;
visibility: hidden;
}
.ds-mainContent-close {
	display: none;
	visibility: hidden;
}
#ds-bottomRow .ds-mainContent-close .print-email {
	display: none;
	visibility: hidden;
}
.ds-mainContent {
	width: 645px;
	margin: 0 0 1em 0;
	float: none;
}

.ds-mainContent-wide {
	width: 645px;
	padding: 0;
	margin: 0 0 1em 0;
	float: none;
}

.ds-mainContent-last {
	width: 645px;
	padding: 0;
	margin: 0 0 1em 0;
	float: none;
	position: relative;
	z-index: 1;
}
.ds-mainContent-contain .breadcrumbs, 
.ds-mainContent-wide .breadcrumbs {
	margin-bottom: 10px;
	clear: both;
}
.ds-mainContent-contain .breadcrumbs ul, 
.ds-mainContent-wide .breadcrumbs ul {
	list-style: none;
	margin-left: 0;
}
.ds-mainContent-contain .breadcrumbs li, 
.ds-mainContent-wide .breadcrumbs li {
	display: inline;
	padding: 0 2px 0 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #737373;
}
.ds-mainContent-contain .breadcrumbs a, 
.ds-mainContent-wide .breadcrumbs a {
	color: #194671;
	text-decoration: none;
}
.ds-mainContent-contain .name-date, 
.ds-mainContent-wide .name-date {
	clear: both;
	margin-top: 9px;
}
.ds-mainContent-contain .name-date h4, 
.ds-mainContent-wide .name-date h4 {
	margin: 0;
}
.print-email {
display: none;
visibility: hidden;
}
.rss  {
	display: none;
	visibility: hidden;
}
.viewAll {
	float: none;
}

.rss img {
	margin-right: 5px;
}
.rss a {
	color: #606060;
	text-decoration: underline;
}
.rss a:hover {
	text-decoration: none;
}
.ds-mainContent-contain form#aarInsider {
	margin-bottom: 1em;
}
.ds-mainContent-contain form#aarInsider label {
	margin-top: 5px;
	font-size: 11px;
	color: #000;
}
.ds-mainContent-contain form#aarInsider select {
	height: 19px;
	padding: 1px;
	font-size: 11px;
	color: #000;
}
.ds-mainContent-contain form#aarInsider input.sendSearch {
	height: 19px;
	margin: 0 3px 4px 3px;
	padding: 0;
	font-size: 11px;
	text-align: center;
}

.ds-rightBar-contain {
	width: 645px;
	float: none;
}
.ds-rightBar-break {
display: none;
visibility: hidden;
}
.ds-rightBar-close {
display: none;
visibility: hidden;
}
.ds-rightBar {
	width: 645px;
	padding: 0;
	margin: 0 0 1em 0;
	float: none;
}
.ds-rightBar-last {
	width: 645px;
	padding: 0;
	float: none;
	position: relative;
	z-index: 1;
}
.ds-rightBar-contain h4 {
	margin: 0 0 3px 0;
	color: #6c5911;
}
.ds-rightBar-contain form#ds-eUpdates {
	height: 28px;
}
.ds-rightBar-contain form#ds-eUpdates input.form-text {
	width: 135px;
	height: 17px;
	vertical-align: middle;
}
.ds-rightBar-contain form#ds-eUpdates input.form-submit {
	border: none;
	background: url(../images/eUpdate-submit.gif) top left no-repeat;
	width: 52px;
	height: 28px;
	vertical-align: middle;
}
.ds-rightBar-contain .icons {
	clear: both;
	height: 20px;
	margin-bottom: 5px;
}
.ds-rightBar-contain .icons img {
	display: inline;
	margin-right: 8px;
	vertical-align: middle;
}
.ds-rightBar-contain .icons p {
	display: inline;
	vertical-align: middle;
}
.dsRightBlue {
display: none;
visibility: hidden;
}
