@import "reset.css";

body {
	font: normal 67.5% "Helvetica Neue", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #adaeae;
	background: #f1f1f1;
}

.nostripe #stripe {
	display: none;
}

div.wrapper {
	width: 873px;
	position: relative;
	margin: 0 auto;
}

div#header {
	width: 100%;
	height: 120px;
	background: url(/images/header_bg.gif) top left repeat-x transparent;
}

div#header h1 a {
	width: 253px;
	height: 44px;
	display: block;
	background: url(/images/plus_logo.gif) left top no-repeat transparent;
	text-indent: -9999px;
	position: absolute;
	top: 29px;
}

div#header span.people {
	width: 230px;
	height: 42px;
	display: block;
	float: right;
	background: url(/images/header_people.gif) top right no-repeat transparent;
	position: relative;
	top: 35px;
}

div#header ul {
	width: 100%;
	height: 28px;
	position: absolute;
	top: 92px;
	left: -2px;
}

div#header ul li {
	float: left;
}

div#header ul li a {
	float: left;
	width: 95px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	display: block;
	background: url(/images/nav_tabs_bg.gif) left center repeat-x transparent;
	margin-left: 2px;
	color: #fff;
}

div#header ul li a:hover {
	background: url(/images/nav_tabs_bg.gif) left bottom repeat-x transparent;
	color: #01598c;
}

div#header ul li.active a, div#header ul li.active a:hover {
	background: url(/images/nav_tabs_bg.gif) left top repeat-x transparent;
	color: #00325a;
	font-weight: bold;
}

div#stripe {
	width: 100%;
	padding: 8px 0;
	height: 250px;
	overflow: hidden;
	display: block;
	background: url(/images/stripe_bg.gif) bottom left repeat-x #f1f1f1;
}

div#content {
	width: 100%;
	min-height: 300px;
	display: block;
	background: url(/images/content_bg.gif) top left repeat-x #fff;
	overflow: hidden;
	padding-bottom: 1.0em;
}

div#footer {
	width: 100%;
	padding: 20px 0;
	display: block;
	background: url(/images/footer_bg.gif) top left repeat-x transparent;
}

div#flashWallContainer {
	width: 860px;
	height: 250px;
	display: block;
	position: relative;
	margin: 0 auto;
}

div.main_column {
	width: 555px;
	float: left;
	padding-top: 1.0em;
	padding-right: 13px;
}

div.side_column {
	width: 283px;
	float: right;
	padding-left: 14px;
	padding-top: 1.0em;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #018cfb;
	line-height: 1.6em;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0.5em;
	margin-top: 1.0em;
}

.RecentJobPostings li a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #018cfb;
	padding: 0.7em 0;
	width: 100%;
	display: block;
	border-bottom: 1px dotted #e0e0e0;
}

.RecentJobPostings li a:hover {
	background: #efefef;
}

.RecentJobPostings li a span {
	padding-right: 6px;
	font-weight: normal !important;
	font-size: 1.0em;
	color: #666;
	
}

p {
	font-size: 1.2em;
	color: #606060;
	line-height: 1.3em;
}

h3.timelineYear {
	font-size: 1.3em;
	color: #808080;
	margin-top: 1.0em;
}

.majorEvents {
	list-style: disc;
	width: 88%;
	position: relative;
	margin: 1.0em auto;
}

.majorEvents li {
	font-size: 1.2em;
	color: #808080;
}

#copyright, #sitelinks {
	width: 100%;
	text-align: center;
	color: #666;
	line-height: 2.0em;
	display: block;
	font-size: 1.0em;
}
