@charset "UTF-8";
/* CSS Document */

/* ie6 png fix */
img, div, a {
	behavior: url(css/iepngfix.htc)
}
/* end fix */

sup,sub {height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative;}
sup {bottom: 1ex;}
sub {top: .5ex;}

div#container {
	width: 750px;
	margin: 15px auto 0 auto;
}

div#header-nav {
	float: right;
}

div#main-nav {
	margin: 12px 0;
	padding: 0;
	height: 37px;
}

#main-nav span {
	display: none;
}

div#main-nav img {
	margin: 0;
	padding: 0;
	float: left;
}

#main-nav a.nav-about {
	background: url(../images/nav-about.gif) 0 0 no-repeat;
	display: block;
	width: 109px;
	height: 37px;
	float: left;
}


#main-nav a.nav-discovery {
	background: url(../images/nav-discovery.gif) 0 0 no-repeat;
	display: block;
	width: 114px;
	height: 37px;
	float: left;
}

#main-nav a.nav-pipeline {
	background: url(../images/nav-pipeline.gif) 0 0 no-repeat;
	display: block;
	width: 103px;
	height: 37px;
	float: left;
}

#main-nav a.nav-pubs {
	background: url(../images/nav-pubs.gif) 0 0 no-repeat;
	display: block;
	width: 205px;
	height: 37px;
	float: left;
}

#main-nav a.nav-careers {
	background: url(../images/nav-careers.gif) 0 0 no-repeat;
	display: block;
	width: 102px;
	height: 37px;
	float: left;
}

#main-nav a.nav-about:hover,
#main-nav a.nav-discovery:hover,
#main-nav a.nav-pipeline:hover,
#main-nav a.nav-pubs:hover,
#main-nav a.nav-careers:hover,
body#about #main-nav a.nav-about,
body#discovery #main-nav a.nav-discovery,
body#pipeline #main-nav a.nav-pipeline,
body#pubs #main-nav a.nav-pubs,
body#careers #main-nav a.nav-careers {
	background-position: 0 -37px;
}

div#home-middle {
	background: url(../images/home-middle-bg.jpg) no-repeat;
	width: 750px;
	height: 243px;
}

#home-middle img {
	float: left;
}

div#home-box {
	background-color: #f6f8e0;
	margin-top: 15px;
}

div#home-box-left {
	float: left;
	width: 464px;
	margin: 8px 15px 10px 20px;
}

div#home-box-left p {
	margin: 0;
}

div#home-box-right {
	float: left;
	margin: 8px 0 10px 15px;
}

div#footer-container {
	background: url(../images/footer-bg.gif) repeat-x;
	height: 199px;
}

div#footer {
	width: 735px;
	margin: 0 auto;
	padding: 116px 15px 0 0;
}

div#factsheet-button a {
	display: block;
	width: 215px;
	height: 42px;
	background: url(../images/fact-sheet-button.gif) 0 0 no-repeat;
	margin: 8px 0 0 16px;
}

div#factsheet-button a:hover {
	display: block;
	width: 215px;
	height: 42px;
	background: url(../images/fact-sheet-button.gif) 0 -42px no-repeat;
	margin: 8px 0 0 16px;
}

div#factsheet-button span {
	display: none;
}

div#media-callout {
	background-color: #eaf0af;
	padding: 0;
	margin: 7px 0;
}



.clear-floats {
	clear: both;
}

/* ORIGINAL STYLES  -----------------------------------------------*/
.MainText {
	color: #737373;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 18px;
}
.MainText-white {
	color: #f6f8e0;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 18px;
}
.PageTitle {
	color: #99bdbb;
	font-size: 15px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 18px;
}
.dates {
	color: #72a80c;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: 700;
	line-height: 18px;
}
.MainText-Dark {
	color: #595959;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 18px;
}
.footer {
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}
body {
	color: #929292;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 18px;
}
p {
	color: #737373;
}
td {
	color: #737373;
}
a:link {
	color: #72a80c;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}

.rule {
	border-bottom: #c4d673 1px solid;
	margin-bottom: 22px;
}


.pub-callout {
	background-color: #deeaa8;
	padding: 12px;
}
