@charset "utf-8";
/* eric meyer global reset - modified */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12pt;
}
/* html selectors */
body {
	background-color: #fff;
	color: #000;
	width: 100%;
	font-family: serif;
	font-size: 12pt;
}
ul {
	list-style:disc;
}
dt {
	font-weight: bold;
}
th {
	text-align:left;
	font-weight:bold;
}
a {
	text-decoration: underline;
	color: #00f;
}
table {
	margin: 1em auto;
	border-collapse:collapse;
	border: none;
}
td, th {
	padding: 4px 8px;
	vertical-align:top;
}
table tbody tr {
	border-bottom: 1px solid #aaa;
}
/**************** layout ****************/
#skipNav {
	display: none;
}
#mainNav { /*top navigation bar wrapper. spans the whole page */
	display: none !important;
}
#secondaryContent {
	display: none !important;	
}
/*wrapper for content section, spans the page*/
#outerWrapper { 
	clear: none;
	background: none;
	float: none;
	width: 100%;
}
/***** begin section of page beneath top navigation bar ******/

#innerWrapper { /*fixed-width wrapper for page content*/
	width: 100%;
	margin: auto;
}
#header { /* contains ORAU logo and tagline  */
	display: none !important;
}
/* begin section of page containing columns of content */
#contentWrapper {
	float: none;
	width: 100%;
	clear: none;
}
body.threeColumn #contentWrapper {
	background: none;	
}
body.twoColumn #contentWrapper, body.sectionEntry #contentWrapper {
	background: none;
}
#banner {
	display: none !important;
}
#columns {
	float: none;
	background: none;
	width: auto;
}
#banner-shadow {
	display: none !important;
}
#secondaryContent { /* contains accordion menu and any other secondary content in left column */
	display: none !important;
}
.quickLinks { /* list of links that appear in the left column of the home page and non-accordion section pages */
	border-bottom: none;
}
.quickLinks a {
	background-color: transparent;
	border-bottom: none;
	color: #000;
	display: inline;
	padding: 0;
}
#mainContent .secondary .quickLinks ul a.active { /* active page menu style for right column */
	background-color: transparent;
	color: #000;	
}
.highlight { /* callout content in sidebars */
	margin: 0;
	border-bottom: none;
	padding: 0;
}

.highlight p, .highlight h2, .highlight h3 {
	padding: 0;
	margin: 1em 0;
}
.highlight ul,  #mainContent .secondary .highlight ul {
	margin: 1em 20px 1em 35px;
	font-size: 12pt; 
	line-height: 1.7em;
	list-style-image:none;
	list-style-type: disc;
 }

.highlight ul.arrowList a {/* special list formatting with arrow grfx bullet */
	display: inline;
	color: #000;
	font-weight:normal;
	background: none;
	padding: 0;
 }
 
#mainContent {/* center content column on all pages */
	width: 100%;
	float: none;
}
#mainContent .primary { /*larger content column in three column layout*/
	width: auto;
	float: none;
}

#mainContent  table {
	width: auto;
	margin: 1em auto 1.5em auto;
}
#mainContent .primary table {
	width: auto;
	margin: 1em auto;
}
#mainContent .secondary {/*smaller content column in three column layout, currently positioned on the right*/
	width: auto;
	float: none;
}
#mainContent .secondary .quickLinks {
	border-bottom: none;
}
#mainContent .secondary .quickLinks h3 {
	background-color: transparent;
	color: #000;
	font-size: 13pt;
	padding: 0;
	border-bottom: none;
}
#mainContent .secondary .quickLinks ul a {
	background-color: transparent;
	border-bottom: none;
	color: #00f;
	display: inline;
	padding: 0;
}
#mainContent .secondary .quickLinks ul {
	list-style:disc;
	font-size: 12pt;
	margin: 0;
}
#mainContent div.centerColLgImg {
	width: 100%;
	margin: .5em 0;
	padding: 5px 0;
}
#mainContent div.centerColLgImg img { /* 407px max image width for 3-column layout */
	display: block;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #999;
}

#mainContent div.centerColLgImg p {
	margin: 1em 0;
	padding: 0;
	font-size: inherit;
	color: #000;
}
/* thumbnail images and text */
#mainContent .primary div.thumbnail {
	margin: 1em 40px;
	padding: 5px 0 5px 125px;
	overflow:auto;
}
#mainContent .primary div.thumbnail p {
	margin: 0;
	padding-right: 10px;
	font-size: 100%;
}
#mainContent .primary div.thumbnail h2, #mainContent .primary div.thumbnail h3 {
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
#mainContent .primary div.thumbnail img {
	border:1px solid #999;
	float:left;
	left:-115px;
	margin-right:-123px;
	padding:4px;
	position:relative;
	text-align:center;
	top:3px;
	background-color: #fff;
}
#mainContent .primary div.thumbnail-home {
	padding-left: 125px;
}
#mainContent .primary div.thumbnail-home p {
	margin: 0px 40px 0px 40px;
}

#mainContent .primary div.thumbnail-home img {
	border:1px solid #999;
	float:left;
	left:-125px;
	margin-right:-110px;
	padding:4px;
	position:relative;
	text-align:center;
	top:3px;
}
/* breadcrumb navigation */
#mainContent #breadcrumbs {
	display: none !important;
}
.breadcr {
	display: none !important;
}
.line-seperate {
	display: none !important;
}
/* end of breadcrumb navigation */
#footer {
	border-top: none;
	clear: none;
	text-align: center;
	padding: 0;
	color: #000;
}
/*typography*/
#mainContent a:visited {
	color: inherit;
}
#mainContent p {
	color: #000;
	font-size: 12pt;
	line-height:1.7em;
	margin: 1em 0;
	padding: 0;
}
#mainContent ul {
	color: #000;
	font-size: 12pt;
	line-height:1.7em;
	margin: 1em 50px 1em 90px;
	list-style: disc;
}
#mainContent ul ul {
	font-size: 12pt;
	margin: .5em 10px 0 20px;
	list-style-image:none;
	list-style-type: disc;
}
#mainContent ol {
	color: #000;
	font-size: 12pt;
	line-height:1.7em;
	margin: 1em 50px 1em 90px;
}
#mainContent dl {
	color: #000;
	font-size: 12pt;
	line-height:1.7em;
	margin: 1em 40px 1em 60px; 
 }
#mainContent dt {
	margin: 1.2em 0 0 0;	
}
#mainContent dd {
	margin: .5em 0;
	padding-left: 15px;
}
#mainContent h1 {
	color: #000;
	font-size: 16pt !important;
	margin-top: 0;
	margin-bottom: .5em;
	padding: 0;
}
#mainContent h2, #mainContent h3 {
	color: #000;
	padding: 0;
}
#mainContent h2 {
	font-size: 13pt;
	margin: 1em 0;
}
#mainContent h3 {
	font-size: 12pt;
	margin: 1em 0;
}
#mainContent blockquote p  { /* intro text on section landing pages */
	font-size: 12pt;
	color: #000;
	margin: 1em 0;
	padding: 0;
	line-height: 1.7em;
	letter-spacing:0;
}
/* pull quotes in center column */
#mainContent blockquote.quoteFull p, #mainContent blockquote.quoteLeft p, #mainContent blockquote.quoteRight p  {
	color: #000;
	font-family: serif;
	letter-spacing: 0;
}
#mainContent blockquote.quoteFull {
	background-color: transparent;
	border-left: none; /*#6D86B5*/
	padding: 0;
	margin: 1em 0;
}
#mainContent blockquote.quoteFull p {
	font-size: 12pt;
	padding: 0;
	margin: 1em 0;
}
#mainContent blockquote.quoteLeft {
	width: auto;
	float: none;
	background-color: transparent;
	border-right: none;
	padding: 0;
	margin: 1em 0;
	display: block;
}
#mainContent blockquote.quoteLeft  p {
	padding: 0;
	margin: 1em 0;
	font-size: 12pt;
	line-height:1.7em;
}
#mainContent blockquote.quoteRight  {
	width: auto;
	float: none;
	background-color: transparent;
	border-left: none;
	padding: 0;
	margin: 1em 0;
	display: block;
}
#mainContent blockquote.quoteRight p  {
	padding: 0;
	margin: 1em 0;
	font-size: 12pt;
	line-height:1.7em;
}
#mainContent .primary p {
	margin: 1em 0;
	padding: 0 ;
	font-size: 12pt;
	line-height:1.7em;
}
#mainContent .secondary p, #secondaryContent p {
	margin: 1em 0;
	padding: 0;
	font-size: 12pt;
	line-height:1.7em;
}
#mainContent .primary h2, #mainContent .primary h3 {
	margin: 1em 0;
	padding: 0;
}
#mainContent .secondary h2, #mainContent .secondary h3, #secondaryContent h2, #secondaryContent h3 {
	margin: 1em 0;
	padding: 0;
}
#mainContent .primary h2 {
	font-size: 13pt;
}
#mainContent .primary h3 {
	font-size: 12pt;
}
#mainContent .secondary h2, #secondaryContent h2 {
	font-size: 12pt;
}
#mainContent .secondary h3, #secondaryContent h3 {
	font-size: 12pt;
	padding: 0;
}
#mainContent .primary h2.rssWhite {
	background: none;
	padding: 0;
	margin: 1em 0;
}
#mainContent .primary h2.rssBlue {
	background: none;
	color: #000;
	padding: 0;
	border: none;
}
#mainContent .primary h3.rssBlue {
	background-color: transparent;
	color: #000;
	padding: 0;
	border-bottom: none;
}
#event {
	background: none;	
}
#career {
	background: none;	
}
#career a {
	color: #000;
	display: inline;	
}
#mainContent .primary h2.rssBlue a:visited, #mainContent .primary h3.rssBlue a:visited {
	color: #000;	
}
#news {
	background: none;	
}
#news a {
	color: #000;
	display:inline;
}
#mainContent .secondary h2.rssWhite, #secondaryContent h2.rssWhite {
	background: none;
	padding: 0;
	margin: 1em 0;
}
#mainContent .secondary .highlight p {
	padding-left: 0;
}

#mainContent td, .researchOps p, .highlight p {
	color: #000;
}
.researchOps h2.rssWhite {
	color: #000;
}
ul.participants {
	border-bottom: none;
	text-align:left;
	margin: 1em 0;
	font-size:12pt;
}
ul.participants li {
	border-top: none;
	clear:none;
	background: none;
	padding: 0;
	font-weight:normal;
}
/* adds an rss icon for the list item bullet - to be used for links to rss feeds*/
#mainContent .primary ul.rss, #mainContent .secondary ul.rss {
	list-style: disc;
	list-style-image: none;
}	

/*classes*/
#mainContent .primary div.thumbnail.altDiv { 
	background-color:transparent;	
}
.insetRt { /* floated image in 3-column layout -- image needs to be 200px */
	width: auto;
	border: none;
	padding: 0;
	float: none;
	margin: 0;
}
.insetRt img {
	display: inline;
	margin: 0;
}
#mainContent .primary .insetRt p {
	font-size: 12pt;
	color: #000;
	padding: 0;
	margin: 1em 0;
}
.fltRight {
	float: none;
	margin: 0;
}
.fltLeft {
	float: none;
	margin: 0;
}
.alignCenter {
	text-align: center;
}
table .altRow, table tbody tr.altRow {
	background-color: #F0F0F6; 
}
table.sortable tbody tr.odd td {
	background-color:#F0F0F6;
}

.clearAll {
	clear: both;
	height: 1%;
}
.nowrap {
	white-space:nowrap;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.shadow {
	display: none !important;
}
.lt-shadow {
	display: none !important;
}
#mainContent .lt-shadow p, #mainContent  p.linkRSSInfo {
	display: none !important;
}
.backToTop {
	display: none !important;
}
.learnMore {
	color: #000;
	display: inline;
	background: none;
	padding-left: 0;
}
.toDo {
	color: #000;
}
.linkPDF, .linkWord, .linkExcel, .linkImage, .linkAudio, .linkVideo, .linkWindow, .linkOffsite, .linkForm, .linkInfo, .linkHelp {
	padding: 0;
	background: none;
}
.linkPDF {
	background-image: none;
}
.linkWord {
	background-image: none;
}
.linkExcel {
	background-image: none;
}
.linkImage {
	background-image: none;
}
.linkAudio {
	background-image: none;
}
.linkVideo {
	background-image: none;
}
.linkOffsite {
	background: none;
	padding-left: 0;
}
.linkInfo {
	background-image: none;
}
.linkHelp {
	background-image: none;
}
.muted, #mainContent p.muted, #mainContent .primary p.muted {
	color: #000;	
}

/* sortable tables */
#mainContent table.sortable th.header {
	background: none;
	padding-left: 0;
}
#mainContent table.sortable th.headerSortDown {
	background: none;
	padding-left: 0;
}
#mainContent table.sortable th.headerSortUp {
	background: none;
	padding-left: 0;
}

#mainContent p.addThis {
	display: none !important;	
}
#mainContent #printLogo {
	display:block !important;	
}
#mainContent .secondary .quickLinks {
	display: none !important;	
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	font-size: 16pt !important;
}
