/* 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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* html selectors */
body {
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	background: #FFF url(../images/body-bg.jpg) repeat-x;
	padding-bottom: 30px;
}
ul {
	list-style-type:none;
	list-style:none;
}
dt {
	font-weight: bold;
}
th {
	text-align:left;
	font-weight:bold;
}
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
table {
	margin: 1em auto;
	border-collapse:collapse;
	border: none;
	width: 90%;
}
td, th {
	padding: 4px 8px;
	vertical-align:top;
	font-size:110%;
}
table tbody td {
	border-bottom: 1px solid #aaa;
}
caption {
	font-size: 120%;
	padding: 1em 0;
	font-weight: bold;
	color: #666;
}
h1, h2, h3, h4 {

}
/**************** layout ****************/
#skipNav {
	position:absolute;
	left: -9999px;
}
#wrapper {
	width: 968px;
	margin: 0 auto 3em auto;
}
#header {
	/*min-height: 80px;
	height: 127px;*/
	width: 968px;
	clear: left;
}
.homePage #header {
	background: url(../images/homepage-title.jpg) no-repeat;
	height: 424px;
}
.contentPage #header {
	background: url(../images/contentpage-title.jpg) no-repeat;
	height: 315px;
}
#mainNav {
	float: left;
	width: 100%;
	background: url(../images/navbar-bg-full.jpg) no-repeat;
	height: 46px;
}

#content {
	min-height: 360px;
	float: left;
	width: 100%;
	background: url(../images/page-tile.jpg) repeat-y;
}
#contentContainer {
	width: 940px;
	float: left;
	margin-left: 20px;
	display: inline;
}
.contentPage #mainContent {
	float: left;
	width: 640px;
}
.contentPage #secondaryContent {
	float:right;
	width: 320px;
}
#footer {
	clear: both;
	text-align:center;
	background: url(../images/footer-bg.jpg) no-repeat;
	min-height: 91px;
}
* html #footer {
	height: 91px;
}
.row {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
}
.column {
	float: left;	
}
.column.half {
	width: 50%;	
}
.column.half.logo {
	text-align: right;
}
.column.third {
	width: 33%;	
}
.column.twoThirds {
	width: 66%;	
}
.column.fourth {
	width: 25%;	
}
.column.threeFourths {
	width: 75%;	
}
.column.fifth {
	width: 20%;	
}
.column.twoFifths {
	width: 40%;	
}
.column.threeFifths {
	width: 60%;	
}
.column.sixth {
	width: 16.6%;	
}
/**************** typography ****************/
/*
	__START: #mainNav styles

*/

#mainNav ul {
	float: left;
	margin-top: 6px
}

#mainNav li {
	display:inline;	
}
#mainNav a {
	display: block;
	float: left;
	display: inline;
	color: #fafafa;
	line-height: 40px;
	padding: 0 20px 0 15px;
	background: transparent url(../images/navbar-divider.jpg) no-repeat right 1px;
	font-size: 110%;
	font-weight:600;
	text-transform:uppercase;
}
#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	color:#e7d70a;
}
#lnkHome {
	margin-left: 70px;
}
#pageHome #lnkHome, #pageParticipants #lnkParticipants,
#pageProjects #lnkProjects, #pageActivities #lnkActivities,
#pageNews #lnkNews, #pageGallery #lnkGallery {
	color:#e7d70a;
}
/*
	__END: #mainNav styles

*/
/*
	__START: #header styles
*/
#header h1, #header h2, #header #relatedSites li {
	text-indent: -9999px;	
}
#header h1 {
 display: inline;
 float: left;
 width: 412px;
 height: 93px;
 margin: 12px 0 0 70px;
 background: transparent url(../images/header-h1.jpg) no-repeat;
}
#header h1 a {
	display:block;
	width: 412px;
	height:93px;
	background: transparent url(../images/header-h1.jpg) no-repeat;
}
#header #relatedSites {
	display: inline;
	float: right;
	margin: 30px 74px 0 0;
}
#header #relatedSites li {
	display: inline;
}
#header #relatedSites a {
	display:block;
	float: left;
}
#header #relatedSites a#lnkORAU {
	width: 62px;
	height: 46px;
	background: transparent url(../images/mast-orau-logo.jpg) no-repeat;
}
#header #relatedSites a#lnkORNL {
	width: 100px;
	height: 46px;
	background: transparent url(../images/mast-ornl-logo.jpg) no-repeat;
}

/*
	__END: #header styles

*/


/*
	__START: #content styles

*/
#content h1, #content h2, #content h3, #content h4, #content p {
	margin: 1em 0;
	padding: 0 20px;
}
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 1.5em 0;
	font-size: 120%;
	line-height:1.7em;
}
#content h1 {
	margin: 1em 0;
	font-size: 150%;
	line-height:1.2em;
}
#content h2 {
	margin: 2.5em 0 .5em 0;
	font-size: 130%;
	line-height:1.2em;
}
#content h3, #content h4 {
	margin: 1.5em 0 .5em 0;
	font-size: 110%;
	line-height:1.2em;
}
#content ul {
	list-style: disc;
	margin-left: 45px;
	margin-right: 20px;
}
#content a {
	color: #C60;
	
}
#content a:visited {
	color: #960;
	
}
#content .column.fifth p, #content .column.fifth ul, #content .column.fifth ol{
	font-size: 110%;
}
#content .column.sixth p, #content .column.sixth ul, #content .column.sixth ol {
	font-size: 100%;
}
/*	__END: #content styles */

/* __START: #footer styles */

#footer p {
	line-height: 90px;	
}
#footer a {
	font-size: 110%;
}	
/* __END: #footer styles */


/**************** classes ****************/
.hide {
	display: none;
}
.show {
	display: block;
}
.alignLeft {
	float: left;
	margin: 0 1em 1em 0;
}
.alignRight {
	float: right;
	margin: 0 0 1em 1em;
}
.alignCenter {
	text-align:center;	
}
.clearAll {
	clear: both;	
}
.toDo {
	color: #f00;	
}
.thickbox {
}
.altRow {
	background-color: #dadada;	
}

