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

<!-- 
html {
	overflow-Y: scroll;
}
<!--
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url('../img/bg-body.jpg') top left repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #B7D45D;
	background: #fff;
}
.oneColFixCtrHdr #header {
	background: #EBF2E4; 
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #nav-top {
	background: #B7D45D;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	position:relative;
	padding: 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 960px;
}
#mainContent #sidebar{
	width: 200px;
	padding: 10px;
	float: left;
}
#mainContent #main{
	margin: 0 0 0 240px;
	background-color: #EAEAEA;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 20px 0 20px 0;
}
.oneColFixCtrHdr #subContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E8F3B1;
	width: 450px;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	margin: 0;
	padding: 10px; 
	background: #B7D45D;
	text-align: center;
}
.flt-lt {
	margin: 3px 10px 5px 10px;
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
}
.flt-rt {
	margin: 3px 10px 5px 10px;
	padding: 2px;
	border: 1px solid #ccc;
	float: right;
}
h1, h2, h3, h4, h5 {
	color:#060;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top: 8px;
	margin-bottom: 3px; 
}	
h1{
	font-size: 1.6em;
	margin-top: 2px;
	margin-bottom: 10px;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
} 
h4{
	font-size: 1em;
} 
h5{
	font-size: 1.1em;
	color:#FB4D02;
} 
p {
	margin: 3px 0 20px 0;
}
hr {
	color:#CCC;
	height:1px;
	margin: 20px 10px;
}
a img {
	border:0;
}
a {
	color:#06C;
	text-decoration: none;
}
a:link {
	color:#06C;
	text-decoration: none;
}
a:hover {
	color:#09F;
	text-decoration: underline;
}

.participant {
	border: 1px solid #B7D45D;
	margin-bottom: 20px;
	padding: 10px;
}
.participant img{
	float: left;
	margin: 10px 10px 10px 0;
	padding: 2px;
	border: 1px solid #ccc;
}
.resources, .participant .contact {
	border: 1px solid #B7D45D;
	background: #F5FADC url(/img/hover-menu-sample-glass-panel-body.png) top no-repeat;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 300px;
	float: right;
}
.resources h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.resources ul {
	margin: 3px;
	padding-left: 10px;
}
.resources li {
	color: #060;
	margin-left: 10px;
	margin-bottom: 5px;
}
.participant .contact h3 {
	margin-top: 0;
}
.participant .contact ul {
	padding: 5px;
}	
.participant .contact li {
	list-style: outside;
	color: #060;
}
li {
	padding-left: 10px;
}
li, .pubs li {
	line-height: 1.5em;
	margin-bottom: 1.0em;
}
#faq li {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#faq li:first-line {
	font-weight: bold;
	font-size: 1.25em;
}
table.people td {
	width: 200px;
	height: 240px;
	text-align: center;
	vertical-align: top;
}
table.left-top td {
	text-align: left;
	vertical-align: top;
}
.data-table {
	text-align: center;
	margin: 10px;
}
.data-table table {
	background-color:#e8e8e8;
	border: 1px solid #e8e8e8;
}
.data-table h3 {
	font-size: 1.1em;
	margin: 10px;
}
.data-table p {
	font-size: .8em;
}
.data-table table th {
	padding: 8px 3px;
	font-size: 1em;
	font-color: #ccc;
}
.data-table table td {
	padding: 5px;
	font-size: .9em;
	text-align: left;
}
.lightbox {
	width: 400px;
	text-align: left;
	overflow: hidden;
}
.lightbox img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.lightbox p{
	margin-top: 0;
	margin-bottom: 5px;
}
.lightbox hr {
	color:#CCC;
	width:80%;
	height:1px;
}
.tile {
	float: left;
	width: 155px;
	height: 155px;
	display: inline;
	margin: 0; 
	padding: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    line-height: 0px;
}
#login {
	float:right;
	padding:5px;
	background:#060;
}
#login a{
	color:#E9E9E9;
	text-decoration:none;
}
#login a:hover{
	color:#fff;
	text-decoration:none;
}
ul#tile-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
}
ul#tile-menu li span
{
	padding: 0;
}
ul#tile-menu li.trigger
{
	padding: 1em;
}
/* ul#tile-menu hover menu position override */
ul#tile-menu .trigger ul.menu
{
	margin-top: 3em;
	margin-left: 3em;
}
/* ++ Hover menu styles */
.trigger ul.menu
{
	display: none;
	position: absolute;
	margin: 0;
	padding: .4em .4em 1em .4em;
	list-style: none;
	background: #F5FADC url(/img/hover-menu-sample-glass-panel-body.png) top no-repeat;
	max-width: 240px;
	border: solid 1px #DBEC7C;
	font-color: #666;
	font-size: .85em;
}
.trigger ul.menu h3
{
	color: #060;
	font-size: 1.25em;
	margin: 3px 0 4px 0;
}
.trigger ul.menu hr
{
	color: #CCC;
	margin: 5px;
}
.trigger ul.menu li
{
	padding: .1em .5em;
}
.trigger ul.menu li a
{
	display: block;
}
.trigger:hover
{	
	background: transparent url(/img/hover-menu-sample-glass-panel-body-selected.png) top left no-repeat;
}
.trigger:hover ul.menu
{
	display: block;
}
#news {
	background: #F9FDFF url('../img/bg-news.png') top left repeat-x;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 20px 0;
}
#news ul {
	margin: 5px 20px;	
	padding: 0;
	list-style: outside;
	color: #003;
	font-size: 85%;
}
#news li {
	margin: 0 0 3px 0;	
}
p.padding {
	padding-left: 2cm;
}