/* General */
html { overflow-y: scroll; } /* this shows the scroll bar even when unnecessary in firefox */
body {
	background-color: #143ea8;
	color: #3c3227;
	margin: 0;
	padding: 0;
}

hr {
	border: none;
	border-bottom: solid 1px #cfcfcf;
}
.center { text-align: center; }
.right { float: right; }
.border { border: 5px double #000; }
td, th {
	padding: 4px;
	border: 0;
}
a.noBorder { border: 0; }
a:hover.noBorder { border: 0; }
/*tr.approxDate { background: #decedc; }
tr.approxDate td { border-bottom: 1px solid #ccadc7; }*/
p, ul, ol, dl { line-height: 1.62em; }
a img { border: 0; }
/* Tables */
table { border: none; }
	table th {
		background-color: transparent;
		border: none;
		text-align: left;
	}
		table th a {
			color: #3c3227;
			border-bottom: none;
		}
	table td {
		border: none;
		border-bottom: solid 1px #c3cde5;
		padding: 5px;
	}
	table td a { font-size: 12px; }
div.paging .current {
	color: #cd1313;
	font-style: italic;
}
div.paging a { border-bottom: none; }

/* Typography & Links */
h1, h2, h3, h4, h5, h6 { font-family: Trebuchet MS, Arial, sans-serif; }
h2 span { font-family: Arial, sans-serif; }
h3 {
	color: #cd1313;
	font-size: 1.1em;
	text-transform: uppercase;
}
h4 {
	font-size: 1.05em;
	font-weight: bold;
}
a {
	color: #5e515d;
	text-decoration: none;
	border-bottom: 1px dotted #5e515d;
}
	a:hover {
		text-decoration: none;
		border-bottom: 1px solid #5e515d;
	}
strong { font-weight: bold; }
#header p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 0;
}
	#header a {
		color: #ffffff;
		border-color: #ffffff;
	}
	#header h3 {
		color: #fff;
		font-weight: normal;
		text-transform: none;
	}
#navigation .tabs a {
	border: 0;
	font-family: Trebuchet MS, Arial, sans-serif;
}
	#navigation .tabs a:hover, #navigation .tabs li.on a {
		background: url('../img/tab-hover-bg.png') repeat-x;
		color: #ffffff;
	}
#content h1, .people.index h1 {
	line-height: 0.9em;
	font-size: 32px;
}
	#content h1 span, .people.index h1 span {
		background: #fffde3;
		font-size: 11px;
		margin-left: 10px;
		padding: 3px;
	}
#footer {
	padding: 20px;
	text-align: center;
}
	#footer a { color: #ffffff; }
	#footer p { margin-bottom: 0; }

/* Site-wide Width */
#header .inside, #navigation .inside, #content, .siteInside {
	margin: 0 auto 0 auto;
	width: 900px;
}

/* Structure */
#body {
	background: #fff url('../img/body-background.png') repeat-x;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
}
#header {
	/*background: #a39ca2 url('../img/header-bg.png') repeat-x;*/
	background: #143ea8;
	border-bottom: none;
	color: #ffffff;
	height: 86px;
	padding: 0;
}
	#header .inside { padding: 20px 0; }
	#header #cup {
		position: absolute;
		top: 0;
	}
	#header #tree {
		position: absolute;
		top: -20px;
		right: -60px;
	}
	#header h1, #header h2, #header h3 {
		margin: 0 0 0 50px;
		padding: 0;
	}
	#header h1 {
		overflow: hidden;
		position: absolute;
		text-indent: -9999px;
	}
	#header h2 {
		font-size: 28px;
		font-weight: normal;
		position: relative;
		top: -10px;
	}
	#header h3 {
		font-size: 28px;
		font-weight: normal;
		position: relative;
		font-style: italic;
	}
	#headerRight {
		float: right;
		margin-right: 60px;
		position: relative;
		width: 200px;
		z-index: 100;
	}
#navigation {
	background-color: #7390d8;
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
}
	#navigation .tabs { padding-left: 0; }
	#navigation .tabs a {
		color: #fff;
		font-weight: bold;
		padding: 5px 20px;
		text-transform: uppercase;
	}
		#navigation .tabs li.first a { margin-left: -20px; }
	#userInfo { float: right; }
		#userInfo a {
			border-color: #ffffff;
			color: #ffffff;
			font-size: 12px;
			position: relative;
			top: 3px;
		}
#content {  }
	#searchForm {
		background-color: #ebebeb;
		margin-bottom: 30px;
		padding: 10px;
	}
		.people.index #searchForm {
			background-color: transparent;
			padding: 10px 0 10px 0;
		}
		#searchForm label { margin-right: 30px; }
		#searchForm .input { display: block; }
	#searchResults, .data {
		background-color: #dae1f2;
		border-top: solid 2px #c3cde5;
		padding: 20px 0 20px 0;
	}
	#legend { float: right; margin: 5px 0 0 0; }
#footer {
	background: #143ea8;
	color: #e7eae5;
}
	#footer a { border-bottom: 1px dotted #fff; }
	#footer p { font-size: .75em; }
	#pharrout { margin-top: 20px; }
	#pharrout a { border: 0; }