/*+ New Mississippi River Bridge Project
----------------------------------------------------------------------------------------- */
/*+ Simple Reset */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*+ Elements */
html {
	border-top: 2px solid #8FB9DD;
	height: 100%;
}

body {
	background-color: transparent;
	border-top: 10px solid #4A5E72;
	color: #111111;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 87.5%; 			/* 14px */
	line-height: 1.5em;
}

html, body {
	overflow: inherit;
}

h1, h2, h3, h4, h5, h6 {
	color: #4A5E72;
	font-family: Helvetica, Arial, sans-serif;  
	letter-spacing: 1px;
}

h1 {
	font-size: 3.428571em;		/* 48px */
	line-height: 0.4375em; 
	margin-bottom: 0.4375em; 
	margin-top: 0.4375em;
}

h2 { 
	font-size: 2.28571em;		/* 32px */
	font-weight: normal;
	line-height: 0.583333em;		
	margin-bottom: 0.583333em; 
	margin-top: 0.583333em; 
}

.main .section h2 {		
	margin-bottom: 0.291666em; 
	margin-top: 0.874999em; 
}

h3 { 
	font-size: 1.5em;		/* 21px */
	line-height: 0.875em; 
	margin-bottom: 0.4375em; 
	margin-top: 1.3125em;  
}

h4 { 
	font-size: 1.42857em;			/* 21px */
	/*font-style: italic;*/
	font-weight: normal;
	line-height: 1em; 
	margin-bottom: 0.5em; 
	margin-top: 1.5em;
	text-transform: uppercase;
}

h5 { 
	font-size: 1.285714em;		/* 18px */
	/*font-style: italic;*/
	font-weight: normal;
	line-height: 1.166667em;
	margin-bottom: 0.583333em; 
	margin-top: 1.75em; 
	text-transform: uppercase;
}

h6 {
	font-size: 1.142857em;		/* 16px */
	font-style: italic;
	line-height: 1.3125em;
	margin-bottom: 0.65625em; 
	margin-top: 1.96875em;
	/*text-transform: uppercase;*/
}

blockquote {
	border-left: 4px solid #DDEAF5;
	font-style: italic;
	padding-left: 1em;
}

blockquote .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.285714em;
	line-height: 1.166667em;
	padding: 0 2px;
}

p, .section dd, .section li {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

a, a:link, a:visited {
	border-bottom: 1px solid #AFB0B5;
	color: #363A46;
	font-weight: bold;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted #CC0000;	
}

a:hover {
	background-color: #4A5E72;
	border: 0;
	color: #FAA61A;
}

a:active {
	background-color: #000;
	border-color: #000;
}

a + span {
	font-size: 11px;
	line-height: 1.75;
	margin: 0;
	padding-left: 0.5em;
}

a[href$=".doc"] {
	background-image: url(../img/page_white_word.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}

a[href$=".xls"] {
	background-image: url(../img/page_white_excel.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}

a[href$=".ppt"] {
	background-image: url(../img/page_white_powerpoint.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}

a[href$=".pdf"] {
	background-image: url(../img/pdf.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}

a[href$=".wmv"] {
	background-image: url(../img/film.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}

a[rel="external"]:after, a[target="_blank"]:after {
	content: url(../img/Icon_External_Link.png);
	padding-left: 0.25em;
}

img {
	border: 4px solid #4A5E72;
}

strong, dt, th, tfoot td {
	color: #4A5E72;
}

abbr, acronym {
	border: 0;
	cursor: help;
}

fieldset {
	border: none;
}

table {
	background-color: #fff;
	margin-left: 2.85714em;
}

caption {
	display: none;
}

table {
	border-bottom: 3px solid #DDEAF5;
}

table td {
	background-color: #fff;
	border-bottom: 1px solid #DDEAF5;
}

table th {
	background-color: #DDEAF5;
	text-align: left;
}

table th, td {
	padding: 0.5em 1em;
}

table tr.even td {
	background-color: #F0F5FA;
}

tfoot td {
	background-color: #E9F1F8;
	font-weight: bold;
}

/* Classes */
.factoid { display: none; }

.image a[href$=".pdf"] {
	background-image: none;
	padding-right: 0;
}

.thumbnails a[rel="external"]:after {
	content: '';
	padding-left: 0;
}

.section #interchanges li a[href$=".pdf"] {
	background-image: none;
	padding-right: 0;
}

.section #interchanges li a[rel="external"]:after,
.section #interchanges li a[target="_blank"]:after {
	content: '';
	padding-left: 0;
}

.thumbnails li {
	list-style: none;
}

.thumbnails a {
	border: none;
}

.thumbnails a img {
	border: 2px solid #363A46;
	height: 100px;
	margin-left: 1.5em;
	margin-top: 1.5em;
	text-decoration: none;
	width: 133px;
	vertical-align: middle;
}

.breadcrumb, #oxblue {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding-left: 1em;
}

.caption {
	display: block;
	margin-left: 1.5em;
}

/* IDs */
#header .logo {
	margin-top: 0;
}

#header .logo a {
	border: none;
}

#header .logo a:hover {
	background-color: transparent;
}

#header .logo img {
	border: none;
	padding-left: 15px;
	padding-top: 18px;
}

#header .social, #header .sign-up, #header fieldset, #footer {
	margin-bottom: 1.5em;
	margin-left: 3em;
}

#footer .categories {
	margin-bottom: 1.5em;
}

#container {
	margin-left: 3em;
}

#nav .categories li span {
	font-weight: bold;
}

#nav .sub-categories {
	margin-left: 1.5em;
}