body, *, input, textarea {margin: 0; padding: 0; font-family: Arial, Verdana, Helvetica, sans-serif; color: #000;}
body {
	/* resetting default size to 10px or 62.5% of the 16px default */
	font-size: 62.5%;
	background: #fff url(top-bar.png) top left repeat-x;
}

/* General layout
*******************************************************/

#wrapper {margin: 0 auto; width: 950px;}

#header {height: 138px; position: relative;}
	#logo {position: absolute; left: 0; bottom: 38px;}
	#tagline {position: absolute; right: 0; bottom: 38px; color: #666; font-style: italic; font-size: 1.2em; text-align: right;}

#content {}
	#left-sidebar {float: left; width: 175px;}
	#right-sidebar {float: right; width: 175px;}
	#main-content {margin: 0 190px; padding: 0 15px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; min-height: 500px;}

#footer {clear: both; margin-top: 15px; padding: 15px; border-top: 1px solid #ccc; color: #666; font-size: 1.1em; text-align: center;}
	#footer b {color: #000;}
	
.clear {clear: both; height: 0;}

.black-border {border: 1px solid #000;}

.warning {margin: 10px 0; padding: 10px; font-size: 12px; color: #000;}
	.success {border: 1px solid #3ADB00; background: #E4FCDC;}
	.failure {border: 1px solid #FF001E; background: #FCDCE0;}
	
.facebook-link {margin-left: 20px; display: block;}


/* Image links
*******************************************************/

#logo {display: block; width: 215px; height: 75px; background: url(logo.png) top left no-repeat;}
	#logo h1 {display: none;}

.NIH-link {display: block; width: 160px; height: 39px; background: #fff url(nih.png) top left no-repeat;}
.NCRR-link {display: block; width: 160px; height: 51px; background: #fff url(ncrr.png) top left no-repeat;}
.NDATC-link {display: block; width: 160px; height: 51px; background: #fff url(ndatc.png) top left no-repeat;}
.NSF-link {display: block; width: 160px; height: 51px; background: #fff url(nsf.png) top left no-repeat;}	
	.NIH-link span, .NCRR-link span, .NDATC-link span, .NSF-link span {display: none;}
	
/* Normal links
*******************************************************/

.main-nav a, .archive-list a {color: #666; text-decoration: none;}
	.main-nav a:hover, .archive-list a:hover {color: #000; text-decoration: underline;}
	
	/* for highlighting main nav based on page */
	#nav-home .nav-home {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-about .nav-about {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-partners .nav-partners {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-people .nav-people {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-links .nav-links {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-contact .nav-contact {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-administrativecore .nav-administrativecore {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-bioinformaticscore .nav-bioinformaticscore {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-researchcore .nav-researchcore {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-tribaloutreach .nav-tribaloutreach {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-opportunities .nav-opportunities {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-programs .nav-programs {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-community .nav-community {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-meeting .nav-meeting {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-careers .nav-careers {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-photos .nav-photos {color: #000; font-weight: bold; text-decoration: underline;}
	#nav-downloads .nav-downloads {color: #000; font-weight: bold; text-decoration: underline;}
	/* end main nav */

#main-content a {color: #3684D8;}
		#main-content a:hover {color: #ff7200;}


.current {color: #000; font-weight: bold; text-decoration: underline;}
	
/* Navigation and lists
*******************************************************/

.main-nav {list-style: none; margin-bottom: 25px; font-size: 1.2em; padding-left: 15px; padding-top: 7px;}
	.red{border-left: 5px solid #e33000;}
	.orange{border-left: 5px solid #ff7200;}
	.green{border-left: 5px solid #02c510;}
	.purple{border-left: 5px solid #9c01ae;}
	.main-nav li, .archive-list li{line-height: 16px; padding-bottom: 7px;}
	
.archive-list {list-style: none; font-size: 1.2em; padding-left: 15px;}
.support-list {list-style: none; font-size: 1.2em;}

.alert-list {list-style: none; font-size: 1.2em; margin-bottom: 15px;}
	.alert-list li {list-style: none; padding-bottom: 15px; padding-left: 20px; background: url(alert-bullet.png) top left no-repeat;}
	
/* Sidebar box elements
*******************************************************/

.sidebar-box {margin-bottom: 25px;}
	.sidebar-box h3 {display: block; padding: 0 15px; margin-bottom: 5px; line-height: 30px; font-size: 1.2em; color: 666; background-color: #ccc; font-weight: normal;}


/* Main content area
*******************************************************/

.mast-head {height: 149px; margin-bottom: 30px; background: #fff url(home-mast.jpg) top left no-repeat;}
.cont-title {font-size: 1.6em; line-height: 30px; display: block; margin-bottom: 15px; border-bottom: 1px dotted #ccc; font-weight: bold;}
.cont-subtitle {font-size: 1.2em; line-height: 30px; display: block; margin-bottom: 15px; border-bottom: 1px dotted #ccc; font-weight: bold;}
.content-wrapper {padding-bottom: 15px;}
	.content-wrapper ul, .content-wrapper ol {padding: 15px 30px; font-size: 1.2em;}
		.content-wrapper li {color: #444; margin-bottom: 15px;}
	.content-wrapper p {font-size: 1.2em; margin-bottom: 15px; line-height: 18px;}
	.content-wrapper blockquote {font-size: 1.2em; display: block; margin: 30px; border-left: 3px solid #a1a2a5; padding: 15px; background: #e2e2e2;}
	
	/* Blog elements */
	.blog-entry {padding-bottom: 45px;}
		.entry-title {font-weight: bold; margin-bottom: 15px; font-size: 1.6em;}
		.read-more {text-align: right;}
		.news-img {float: right; margin: 0 0 10px 10px; border: 1px solid #000;}
		.clear-right {clear:right;}
	
	/* Partners and People pages */
	.partner {-moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f2f2f2; padding: 15px 0 15px 15px; margin-bottom: 15px; float: left;}
		.partner p {display: block; width: 225px; float: left; margin: 0 15px 0 0; }
	.people {padding: 15px 0 15px 15px; margin-bottom: 15px;}
		.people p {display: block; width: 225px; margin: 0 15px 15px 0;}
		










