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

body {
	background-color:#e0e0e0
}
#container {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
}
#main-nav {
	background-color:#8a8c8e;
	width:100%;
	margin:0px;
	height:20px;
}
#main-nav ul {
	display: inline;
	list-style-type:none;
	padding:0px;
	float:left;
	width:600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#main-nav li {
	display: inline;
	list-style-type:none;
	margin-right:5px;
	margin-left:5px;
	font-weight:bold;
	line-height:140%;
	background-color:#8a8c8e;
	height:20px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
}
#main-nav li.current {
	background-color:#e6e7e8;
	height:20px; 
	padding: 4px;
	
}
#main-nav li.current a:link, #main-nav li.current a:visited, #main-nav li.current a:hover {
	color:#00a651;
	padding: 1px 3px 1px 3px;
}
#main-nav li a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
}
#main-nav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
}
#main-nav li:hover {
	background-color:#e6e7e8;
	height:20px;
	padding: 3px;
}

#main-nav li.current:hover {
	padding: 4px;
}
#main-nav li:hover a {
	color:#00a651
}
/* Sub-Nav */

#sub-nav {
	background-color:#e0e0e0;
	width:100%;
	margin:0px;
	height:20px;
	clear:both;
}
#sub-nav ul {
	display: inline;
	list-style-type:none;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-right: 0px;
	float:none;
	width: 700px;
	margin-left: 30px;
}
#sub-nav li {
	display: inline;
	list-style-type:none;
	margin-right:5px;
	margin-left:5px;
	line-height:140%;
	background-color:#e0e0e0;
	height:100%;
	padding:0px;
	font-weight:light;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#sub-nav li a:link {
	color:#00a651;
	text-decoration:none;
}
#sub-nav a:visited {
	text-decoration:none;
	color:#00a651;
	text-decoration:none;
}
#sub-nav li:hover {
	background-color:#e6e7e8;
	display: inline;
	list-style-type:none;
	margin-right:5px;
	margin-left:5px;
	font-weight:100;
	font-size:11px;
	height: 20px;
}
#sub-nav li a:hover {
	color:#00a651
}
/* Main Content */
#index {width:800px;}
#right {width:640px; float:right;}
#index-main {
	margin-right:10px;
	margin-left:10px;
}
#flash-main {
	margin-right:0px;
	margin-left:0px;
}
#main {
	margin-right:45px;
	margin-left:45px;
}
#main h2 {
	color:#00a651;
	font-size:large;
	line-height:135%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E0E0E0;
}
#main h3 {
	color:#666666;
	font-size:medium;
	font-style:italic;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
}
#index-main a:link, #main a:link {
	color:#00a651;
	text-decoration:none;
}
#index-main a:visited, #main a:visited {
	color:#00a651;
	text-decoration:none;
}
#index-main a:hover, #main a:hover {
	color:#8A8C8E
}
#index-main a:active, #main a:active {
	color:#8A8C8E
}
#index-left {
	float:left;
	margin-left: 10px;
	width: 160px;
	margin-right: 10px;
	margin-top:10px;
}
#index-flash {
	width:400px; 
	float:left;
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
}
#index-right {
	float:left;
	margin-left: 5px;
	width: 150px;
	margin-right: 15px;
	margin-top:20px;
	text-align:center;
	padding:10px;
	display:block;
	margin-bottom:5px;
	border: 1px solid #C0C0C0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:135%;
}
#main h4.faq {
	color:#666666;
	font-size:medium;
	font-style:italic;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:-.7em
}
#index-main p, #main p, #main ul li, #main blockquote, #main ol li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:135%;
}
.answer {
	color:#666666;
	font-weight:bold;
	font-style:italic;
	float:left;
	font-size:medium
}
ul.index-buttons {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:135%;
	display:block;
	margin:0px;
	padding: 0;
}
ul.index-buttons li {
	padding:3px;
	width:160px;
	height:100px;
	list-style:none;
	cursor: pointer;
	text-align:center;
	display:block;
	margin-top:10px;
	margin-right:0px;
	margin-left: 0px;
	margin-bottom:5px;
	border: 1px solid #C0C0C0;
}
ul.index-buttons li img {
	border: 1px solid #C0C0C0;
}
ul.index-buttons li:hover {
	background-color:#ffffff;
	background-image: url(images/list-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #666666;
}
ul.index-buttons li:hover img {
	border: 1px solid #666666;
}
.gallery-links {width:600px; margin-top:20px; margin-right:auto; margin-left:auto;}
ul.gallery {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:135%;
	display:inline;
	width:600px;
	margin:0px;
	clear:both;
}
ul.gallery li {
	padding:3px;
	width:160px;
	height:100px;
	list-style:none;
	cursor: pointer;
	text-align:center;
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border: 1px solid #C0C0C0;
}
ul.moreinfo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:135%;
	display:inline;
	width:170px;
	margin:10px 0 0 0;
	float:right;
}
ul.moreinfo li {
	padding:3px;
	width:160px;
	height:110px;
	list-style:none;
	cursor: pointer;
	text-align:center;
	display:block;
	margin-right:20px;
	margin-bottom:20px;
	border: 1px solid #C0C0C0;
}

ul.gallery li.long {height:115px;}
ul.gallery li img {
	border: 1px solid #C0C0C0;
}
ul.gallery li:hover, ul.moreinfo li:hover {
	background-color:#ffffff;
	background-image: url(images/list-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #666666;
}
#gallery-menu { clear:both;
margin-top:200px;width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:135%;
	height:20px;
}
#gallery-menu ul {
	list-style-type:none;
	padding: 0;
	margin-right: 0px;
	margin-left: 0px; width:100%;
}
#gallery-menu ul li { background-color: #FFFFFF; margin-right:0px; text-indent:.2em; 
	cursor: pointer;
	display:inline; margin-left:20px;}
	
	.strip {text-align:center;}
	p.people { clear:both;
	}
	p.people img{float:left; margin:.2em;}
	p.people strong {
	color:#666666;}
	blockquote strong {
	color:#666666;}
	.divider {clear:both;}


.video {text-align:center; margin-top:20px; margin-bottom:20px}
.choices {list-style-type:lower-alpha; margin-bottom:20px;}
.correct {
	font-style:italic;
	color: #03A854;
	font-weight: bold;
}
.research-key li {list-style-type:none;}
.student-teacher li {margin-bottom:20px;}
/*footer */

#footer {
	width:100%;
	clear:both;
	background-image:url(images/footer.jpg);
	height:25px;
	background-repeat:repeat-x;
	background-color:#ffffff;
}
div.end-links {background-color:#ffffff; width:800px;}
div.end-links ul {
	display:inline;
	list-style-type:none;
	float:right;
	margin:0px;
}
div.end-links ul li {
	display:inline;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:10px;
}
div.end-links a {
	color:#79AA41;
	text-decoration:none;
}

.hidden {height:1px; width:1px; position:absolute; top:-200px; left:-200px; visibility: hidden;}
table.guide {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:135%;
	border: thin solid #000;
}
table.guide td {
	padding:5px;
	border: thin solid #000;
}
.float { z-index:2; margin-bottom:0px;}
.left {float:left; margin-right:5px;}
.right { float:right; margin-left:5px;}