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

body{
	background-color:#d1d6c0;
	background-repeat:repeat-x;
	margin:0 0 0 0;
	padding:0;
	height:100%;
	width:100%;
	width:998px;
	height:auto;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 14px;
	color: #444;
}

a {
	border: none;
	color: #930;
	cursor:pointer;
}

ul, li {
	margin-top: 1em;
}

a:link {color: #87a342; text-decoration: underline; border: none;}
a:visited {color: #506225; text-decoration: underline;}
a:hover {color: #87a342; text-decoration: none;}
a:active {}

h1 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #930;
}

h2 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #930;
}

h3 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #360;
}

h4 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#000;
}

#photocredit {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 8px;
	font-weight:normal;
	font-style:italic;
	color:#000;
	padding-right:4px;
}

h5 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000;
}

#homeLink {
	position: absolute;
	width: 315px;
	height: 36px;
	left: 30px;
	top: 0px;
}	

#wrap {
	width:998px;
	min-height: 100%;
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
}


#flashcontent {
	marging:0;
	padding:0;
	top:0px;
	overflow:hidden;
	
}

#header {
	background-image: url("../images/header_short.jpg");
	background-repeat: no-repeat;
	/*width: 1018px;*/
	height: 36px;
	background-color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}

#header h1 { 
	margin: 0;
	padding: 0;
	height: 36px;
	display: block;
	text-indent: -555em;
}


#nav_bar{
	height:20px;
	float:top;
	text-align:left;
	vertical-align:middle;
	border-top: 4px solid #91af49;
	/*border-bottom: 4px solid #91af49; */
	padding-left:30px;
	padding-right:4px;
	background-color:#91af49;
	font-size:13px;
	color:#FFF;
}

#nav_bar a {
	color: #FFF; 
	text-decoration:none; 
	border: none; 
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}

#nav_bar a:hover {
	color: #FFF; text-decoration: underline;
}

#sub_nav {
	text-align:right;
	padding-right:10px;
	padding-top:30px;
}

#ral_header {
	background-image: url("../images/ral_header_short.jpg");
	background-repeat: no-repeat;
	/*width: 1018px;*/
	height: 36px;
	float:top;
	background-color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}

#ral_header h1 { 
	margin: 0;
	padding: 0;
	height: 36px;
	display: block;
	text-indent: -555em;
}

#contentMain {
	background-color: #e5ead6;
	float: left;
	height: 100%;
	width: 100%;
}

#featuredContent { 
	background-color:#FFF;
	height:300px;
	padding-top:5px;
	/*border-top: 4px solid #91af49;*/
}

#featuredContent table{
	width:100%;
	background-color:#FFF;
}

#featuredContent td {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

#featuredContentBottom {
	width:1109px;
	height:41px;
	margin:0px;
}

#featuredLabs {
	float:left;
	height:300px;
	margin-left:10px;
	background-color:#FFF;
}

#featuredLabs_right {
	float:right;
	height:300px;
	margin-right:10px;
	background-color:#FFF;
}

#homepageVideos {
	float:right;
	height:300px;
	width:520px;
	background-color:#FFF;
	margin-right:15px;
}

#homepageVideos_left {
	float:left;
	width:400px;
	height:300px;
	background-color:#FFF;
	margin-left:15px;
}

#announcementsbg {
	background-image: url("../images/paper1.jpg");
	background-repeat: no-repeat;
	margin-left: 39px;
	width: 404px;
	height: 197px;
	float: left;
}

#announcements {
	padding: 0px 35px 15px 35px;
}

#announceSpacing {
	margin-left: 1em; 
	margin-top:-0.2em;
}

#join {
	background:url("../images/microscope.jpg");
	height: 197px;
	background-repeat: no-repeat;
	float: right;
	width: 524px;
}

#jointext {
	margin: 0.5em 1em 0em 7em;
}

#footer {
	background-color: #91af49;
	padding: 8px 15px 8px 15px;
	vertical-align: middle;
	color: #ffffff;
	font-family: "Tahoma", "Verdana", sans-serif;
	font-size: 12px;
	float: left;
}

#footerLeft {
	float: left;
	width: 65%;
	margin-right: 1em;
}

#footerRight {
	float: right;
	width: 25%;
	text-align: right;
}

#contentInternal {
	background-color: #e5ead6;
	/*border-top: 4px solid #91af49;*/
	min-height: 100%;
	width: 998px;
	float: left;
}

#internalNav {
	color: #930;
	size: 14px;
	text-align: right;
	margin: 2em 2em 0em 0em;
}

	#internalNav a {color: #930; size: 14px; font-weight: bold; text-decoration: none;}
	#internalNav a:visited {color: #930; size: 14px; font-weight: bold; text-decoration: none;}
	#internalNav a:hover {color: #930; size: 14px; font-weight: bold; text-decoration: underline;}

#right {
	background-image: url("../images/paper2.jpg");
	background-repeat: no-repeat;
	margin: 0em 1em 0em 0em;
	width: 583px;
	float: right;
}

#rightContent {
	width: 505px;
	background-color: #fff;
	padding: 1em 2.4em 2em 2em;
	margin: 1em 0em 0em 0em;
	min-height: 435px;
}

#centerContent {
	width: 505px;
	text-align:center;
	background-color: #fff;
	padding: 1em 2.4em 2em 2em;
	margin: 1em 0em 0em 0em;
	min-height: 435px;
}

#browseBy {
	padding-right:10px;
}

#browseBy a {
	font-weight:bold;
}

#browseBy a:hover {
	text-decoration:underline;
}

#browseItems table {
	margin-left:20px;
}

#browseItems th {
	padding-right:5px;
	width:70px;
	padding-top:7px;
	padding-bottom:7px;
	vertical-align:top;
}

#browseItems td {
	padding-top:7px;
	padding-bottom:7px;
}

#browseItems h2 {
	padding-bottom:4px;
	margin-bottom:0px;
	margin-top:0px;
}

#browseItem_description table {
	margin-left:0px;
}

#browseItem_description th {
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin-left:0xp;
	width:105px;
	font-weight:bold;
}

#browseItem_description td {
    padding:1px;
}

#curriculum_badge {
	text-align:right;
	padding-top:3px;
}

#labImage {
	position: relative;
	text-align: right;
	width: 400px;
	height: 217px;
	margin: 1em 0em 0em 0em;
	float: left;
}

#demo {
	width: 395px;
	height: 234px;
	float: left;
	margin: 1.5em 0em 0em 0em;
	text-align: right;
}


#borderThick {
	border: 8px solid #91af49;
}

#borderThin {
	border: 4px solid #91af49;
}

#caption {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 13px;
	text-align: right;
	float: left;
	width: 250px;
	padding: 1em 1em 1em 1em;
	margin-left: 8em;
}

#contactInfo {
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 13px;
	text-align: right;
	float: left;
	width: 350px;
	padding: 1em 1em 1em 1em;
	margin-left: 1em;
	
}
#h2-hsversion {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #930;
}

table.visible {
	border-width:thin;
	border-style:solid;
	border-spacing:0px;
}

table.visible th {
	border-width:thin;
	border-style:solid;
	padding:5px;
}

table.visible td {
	border-width:thin;
	border-style:solid;
	padding:5px;
}