/*------------------------------------------------------------------
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; }

/* SITE WIDE GENERIC STYLES */
body {
	width: 100%;
	height: 100%;
	background-image: url(/aarsitedesign/aarimages/template/aar-body-bg.gif);
	background-repeat: repeat-x;
	background-color: #d5cfbf;
	font: 11px Arial, Helvetica, sans-serif; 
}

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: #242424;
	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: #242424;
	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;
}
ol {
	list-style: decimal;
	margin: 0px 0 1em 30px;
	padding: 0;
	font-size: 12px;
}	
li {
	margin: 3px 0 0px 0px;
	padding: 0;
}

img {
	border: none;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.photoAlignRight {
	float: right;
	margin: 0 0 5px 5px;
}
.photoAlignLeft {
	float: left;
	margin: 0 5px 5px 0;
}

.imgPlusCaption-right {
	float: right;
	margin: 0 0 5px 5px;
	border: solid 1px #ccc;
}
.imgPlusCaption-left {
	float: left;
	margin: 0 5px 5px 0;
	border: solid 1px #ccc;
}
.imgPlusCaption-right p, 
.imgPlusCaption-left p {
	color: #aaa;
	font-size: 11px;
	margin: 0;
	padding: 4px;
	width: 190px;
}
.imgPlusCaption-right img, 
.imgPlusCaption-left img {
	padding: 1px;
	margin: 0;
}
.greyBorder {
	border: solid 1px #ccc;
}
.darkGrey {
	color: #242424;
}
.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: 935px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	padding: 10px;
	clear: both;
	text-align: left;
	overflow:visible;
}

#header {
	width: 935px;
	height: 104px;
	background: url(/aarsitedesign/aarimages/template/aar-header-bg.jpg) top left no-repeat;
}
#header .header-logo {
	float: left;
}
#siteContain #header .header-search {
	float: right;
	margin: 15px 22px 0 0;
	text-align: right;
}
#header .header-search ul.header-nav {
	margin: 0 3px 15px 0;
	list-style: none;
	display: inline;
	font-size: 11px;
}
#header .header-search ul.header-nav li {
	background: url(/aarsitedesign/aarimages/template/aar-list-whiteArrow-onBlue.gif) left 2px no-repeat;
	display: inline;
	text-transform: uppercase;
	padding-left: 10px;
	margin-left: 13px;
}
#header .header-search ul.header-nav li a, 
.ds-leftBar li a {
	color: #fff;
	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: #7cadd7;
	text-decoration: none;
}
#header .header-search ul.header-nav li:hover, 
#header .header-search ul.header-nav li.active {
	background: url(/aarsitedesign/aarimages/template/aar-list-whiteArrow-onBlueOV.gif) left 2px no-repeat;
}
			
#header .header-search {
	margin: 8px 0 0 0;
	padding: 0;
}
#header .header-search input.form-text {
	background: url(/aarsitedesign/aarimages/template/header-searchInput.jpg) top left no-repeat;
	width: 202px;
	height: 22px;
	border: none;
	color: #757575;
	font-size: 9px;
	padding: 4px 15px 0 40px;
	vertical-align: middle;
}
#header .header-search input.form-submit {
	background: url(/aarsitedesign/aarimages/template/header-searchSubmit.jpg) top left no-repeat;
	width: 100px;
	height: 25px;
	border: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}

#header .header-search .space {
	line-height: 40px;
}
	
#nav {
	width: 935px;
	height: 29px;
	margin-bottom: 4px;
}
#nav ul {
	list-style: none;
	margin: 0;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#footer {
	width: 935px;
	height: 39px;
	background: url(/aarsitedesign/aarimages/template/aar-footer-bg.jpg) top left no-repeat;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	clear: both;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding-top: 6px;
}
#footer li {
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 1px 0 1px;
}
#footer p {
	color: #fff;
	font-size: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
	
ul.redArrow {
	list-style: none;
	margin-left: 0;
}
ul.redArrow {
	list-style: none;
	margin-left: 0;
}
ul.redArrow li,
ul#homeDetails-Container li ul.redArrow li {
	background:  url(/aarsitedesign/aarimages/template/aar-list-redarrow.gif) left 3px no-repeat;
	padding: 0 0 0 15px;
	margin: 3px 0 0px 0px;
	display: block;
}
ul.blueArrow {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
ul.blueArrow li {
	background:  url(/aarsitedesign/aarimages/template/aar-list-blueArrow.gif) left 3px no-repeat;
	padding: 0 0 0 15px;
	margin: 3px 0 0px 0px;
	display: block;
}
	
.greyBreak {
	width: 270px;
	height: 5px;
	background: url(/aarsitedesign/aarimages/template/aar-greybar.gif) top left no-repeat;
	margin: 0 auto 5px 0;
}


/* HOMEPAGE ONLY STYLES */

#homeDetails-Container {
	clear: both;
	width: 935px;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#homeDetails-Container a {
	text-decoration: none;
}
#homeDetails-Container a:hover {
	text-decoration: underline;
}

.homeDetails {
	float: left;
	width: 307px;
	margin: 6px 7px 0 0;
}
.home-last {
	margin-right: 0;
}
.homeDetails .homeContent {
	width: 275px;
	margin-top: 1px;
	border: 1px solid #ccc;
	background: url(/aarsitedesign/aarimages/template/homeDetail-gradient.gif) bottom left repeat-x;
	padding: 0 15px 25px 15px;
		_padding-right: 0; /* IE6 HACK */
}
.homeDetails .homeContent h2.yellowDetail {
	width: 290px;
	height: 24px;
	background: url(/aarsitedesign/aarimages/template/homeDetail-yellowbar.gif) top left no-repeat;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 0 0 15px;
	margin: 0 0 15px -15px;
	position: relative;
}
.homeDetails .homeContent h2.yellowDetail a {
	color: #fff;
}
#homeDetails-Container .homeDetails .homeContent h2.yellowDetail a:hover {
	text-decoration: none;
}
.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: 935px;
	height: 147px;
	margin-bottom: 6px;
	background: url(/aarsitedesign/aarimages/template/dsheader-bg1.jpg) top left no-repeat;
}
#dsHeader h1 {
	font-size: 33px;
	color: #FFF;
	padding: 116px 0 0 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.ds-leftBar {
	width: 162px;
	float: left;
	margin: 0 8px 0 0;
	background-color: #195177;
	padding: 15px 12px 0px 11px;
}
		
ul.whiteArrow-onBlue {
	list-style: none;
	margin-left: 0;
}
ul.whiteArrow-onBlue li {
	background:  url(/aarsitedesign/aarimages/template/aar-list-whiteArrow-onBlue.gif) left 1px no-repeat;
	padding-left: 13px;
	font-size: 10px;
	margin-bottom: 15px;
}
	ul.whiteArrow-onBlue li ul {
		list-style: none;
		color: #FFF;
		margin: 5px 0 0 0;
	}
	ul.whiteArrow-onBlue li ul li {
		background:  none; 
		padding-left: 8px; 
		font-size: 10px; 
		margin-bottom: 5px; 
		text-transform: none; 
		background:  url(/aarsitedesign/aarimages/template/smallarrow.gif) left 4px no-repeat;
     }
ul.whiteArrow-onBlue li:hover, ul.whiteArrow-onBlue li.active {
	background:  url(/aarsitedesign/aarimages/template/aar-list-whiteArrow-onBlueOV.gif) left 1px no-repeat;
}
ul.whiteArrow-onBlue li ul li:hover, ul.whiteArrow-onBlue li ul li.active {
		background:  url(/aarsitedesign/aarimages/template/smallarrow-over.gif) left 4px no-repeat;
}
	
.ds-mainContent-contain {
	width: 505px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	background: url(/aarsitedesign/aarimages/template/dsMainContent-borderBG.gif) top left repeat-y;
}
.ds-mainContent-break {
	width: 505px;
	height: 8px;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	background: url(/aarsitedesign/aarimages/template/dsContent-whitebreak.gif) top left repeat;
}
.ds-mainContent-close {
	width: 490px;
	height: 36px;
	padding: 0 15px 0 0;
	margin: -36px 0 0 193px;
	position: relative;
	float: left;
	z-index: 10;
	.margin: -41px 0 0 193px; /* HACK TO GET ALIGNMENT PROPER IN IE */
		_float: none; /* HACK FOR IE6 */
	background: url(/aarsitedesign/aarimages/template/dsMainContent-bottomBG.gif) bottom left no-repeat;
}
#ds-bottomRow .ds-mainContent-close .print-email {
	padding: 0;
	margin: 0;
	float: right;
}
.ds-mainContent {
	width: 473px;
	border: 1px solid #ccc;
	background: url(/aarsitedesign/aarimages/template/homeDetail-gradient.gif) bottom left repeat-x;
	padding: 8px 15px 8px 15px;
	margin: 0 8px 0 0;
		_margin-right: 4px; /* IE6 HACK...WHY IE6, WHY?!!! */
	float: left;
}

.ds-mainContent-wide {
	width: 598px;
	border: 1px solid #ccc;
	background: url(/aarsitedesign/aarimages/template/homeDetail-gradient.gif) bottom left repeat-x;
	padding: 8px 15px 8px 15px;
	margin: 0 8px 0 0;
		_margin-right: 4px; /* IE6 HACK */
	float: left;
}

.ds-mainContent-last {
	width: 473px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: none;
	padding: 8px 15px 8px 15px;
	margin: 0 8px 0 0;
		_margin-right: 4px; /* IE6 HACK */
	float: left;
	position: relative;
	z-index: 1;
}
.ds-mainContent-contain .breadcrumbs, 
.ds-mainContent-wide .breadcrumbs {
	margin-bottom: 17px;
	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 .breadcrumbs a:hover, 
.ds-mainContent-wide .breadcrumbs a:hover {
	text-decoration: underline;
}
.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,
.rss  {
	float: right;
	clear: right;
}
.print-email img {
	margin: 0 3px 0 8px;
}
.print-email a {
	color: #00558d;
	text-decoration: none;
}	
.viewAll {
	float: left;
}
.viewResults p {
	font-size: 10px;
}
	p.pagination {
		text-align: center;
	}

.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: #242424;
}
.ds-mainContent-contain form#aarInsider select {
	height: 19px;
	padding: 1px;
	font-size: 11px;
	color: #242424;
}
.ds-mainContent-contain form#aarInsider input.sendSearch {
	height: 19px;
	margin: 0 3px 4px 3px;
	.margin-bottom: 0; /* IE HACK :( */
	padding: 0;
	font-size: 11px;
	text-align: center;
}

.ds-rightBar-contain {
	width: 229px;
	float: right;
	background: url(/aarsitedesign/aarimages/template/dsRight-borderBG.gif) top left repeat-y;
}
.ds-rightBar-break {
	width: 229px;
	height: 8px;
	float: right;
	position: relative;
	background: url(/aarsitedesign/aarimages/template/dsContent-whitebreak.gif) top left repeat;
}
.ds-rightBar-close {
	width: 229px;
	height: 36px;
	padding: 0;
	margin: -36px 0 0 0;
	.margin: -41px 0 0 0; /* HACK TO MAKE ALIGNMENT PROPER IN IE */
	float: right;
	background: url(/aarsitedesign/aarimages/template/dsRight-bottomBG.gif) bottom left no-repeat;
	position: relative;
	z-index: 10;
}
.ds-rightBar {
	width: 197px;
	border: 1px solid #ccc;
	background: url(/aarsitedesign/aarimages/template/homeDetail-gradient.gif) bottom left repeat-x;
	padding: 8px 15px 8px 15px;
	margin: 0;
	float: right;
}
.ds-rightBar-last {
	width: 197px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: none;
	padding: 8px 15px 2em 15px;
	float: right;
	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(/aarsitedesign/aarimages/template/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 {
	background-color: #195177;
	float:right;
	width:103px;
}


/* Calculator specific styles
--------------------------------------------- */
#calculator h1 {
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
	padding:0 23px;
}
#calculator p {
	padding:0 23px;
}
#calculator #tools {
	height:20px;
	margin:0 0 20px 0;
	padding:0 23px;
}
#calculator .disclaimer {
	clear:both;
	color:#666;
	display:block;
	font-size:13px;
	font-weight:normal;
	margin-top:-18px;
	padding:0 23px;
	width:600px;
}

/* TABLE STYLES */
.ds-mainContent-wide table.newsTables {
 border: 1px solid #CCC;
 border-right: none;
 border-bottom: none;
}

.ds-mainContent-wide table.newsTables td {
 border: 1px solid #CCC;
 border-top: none;
 border-left: none;
 padding: 7px;
}
