﻿/* CSS Document */
	
html, body {
	position: relative;
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000;
	background: #C2ECFF;
	}
	
/* Container for entire page */	
#container {
	background-color: #FFF;
	font-size: 100%;
	margin: -10px 4px 0px 4px;
	padding: 0;
	}

/* Header styling */	
#header {
	background-color: #006AA2;
	height: 32px;
	}
	
.banner {
	background: url(images/TMB_banner_small.jpg) no-repeat scroll;
	padding-top: 60px;
	}

#header h1 {
	padding-top: 8px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	}
	
/* Pagination container and buttons*/
#nav {
	display: inline;
	
	 }

#nav ul li {
	float:left;
	list-style:none;
	margin: 10px 0 0 0;

	}

#nav ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	border: 1px solid #15689C;
	background-color: #FFF;
	padding: 3px;
	list-style: none;
	}
	
#nav ul li a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	background-color: #C2ECFF;
	padding: 3px;
	}
	
#nav ul li.rightnav {
	float: right;
	margin-right: 10px;
	}
	
.title {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding-top: 10px;
	}
	
#nav ul li.leftnav {
	margin-left: -30px;
	}
	
/* Main contents styling */	
#main {
	width: 96%;
	height: 480px;
	text-align: left;
	background: #FFF;
	font-size: 100%;
	margin: 10px 20px 0 20px;
	}

#main p {
	padding: .5em 1em 0 1em;
	}

#main blockquote {
	margin: 0 20px 8px 20px;
	}

#main .mission {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.2ex;
	} 
	
#main .subject {
	font-weight: bold;
	}

#main .letterbody {
	font-size: 10px;
	}
	
#main .letterhead {
	font-size: 60%;
	}
	
#main h2 {
	font-size: 110%;
	font-weight: bold;
	padding: 2em;
	text-align: center;
	}
	
#main h3 {
	color: #006AA2;
	margin: 0;
	font-size: 105%;
	}
	
#main h4 {
	color: #006AA2;
	font-weight: normal;
	display: inline;
	margin: 0;
	}
	
#main img {
	padding-top:0;
	}
	
#main ol li {
	list-style-position:outside;
	margin: 0px 20px 0 10px;
	padding-top: 3px;
	}

#main ul li {
	list-style: square;
	margin: 20px 20px 0 5px;
	}
	
#main ul li a {
	color: #000;
	text-decoration: none;
	}

#main ul li a:hover {
	color: #F18326;
	}
	
.single {
	line-height: 1.2em;
	}

.half {
	line-height: 1.45em;
	}
	
.double {
	line-height: 1.8em;
	}

.tight {
	margin: -3px 0 5px 0;
	}
	
.smallfont {
	font-size: smaller;
	}

.smallerfont {
	font-size: xx-small;
	}
	
.letter {
	list-style: lower-alpha;
	margin: 20px 20px 0 5px;
	}
	
.makeitfit {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

/* Quiz question styling */
#quiz {
	width: 96%;
	height: 400px;
	text-align: left;
	background: #FFF;
	font-size: 100%;
	margin: 10px 20px 0 20px;
	}

#quiz p {
	margin: 30px 30px 0 40px;
	line-height: 1.5em;
	}

#quiz a {
	color: #000;
	list-style:none;
	}
	
#quiz img {
	border: 0;
	vertical-align:text-top;
	}

#quiz img a {
	text-decoration:none;
	}

#quiz ol li {
	list-style: square;
	margin-bottom: 10px;
	}

#quiz ul {
	margin-left: 10%;
	margin-right: 10%;
	border: 0;
	}

#quiz ul li {
	list-style: none;
	padding: 10px 0 10px 0;
	text-align: left;
	}

#quiz ul li a {
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
	}

#quiz ul li label a {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
	}
	
#quiz ul li a:hover {
	font-size: 90%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #15689C;
	}
		
#quiznav {
	margin-left: 340px;
	padding-top: 26px;
	}
	
#quiz h4 {
	color: #00CC00;
	font-size: 18px;
	margin: 0;
	text-align: center;
	}
	
#quiz .wrong{
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	}
	
/* Footer styling */
#footer {
	/*background: #C2ECFF;*/
	/*background: #15689C;*/
	background: #009999;
	color: #FFF;
	height: 50px;
	margin: -1em 0 0 0;
	font-size: 14px;
	}
	
#footer a{
	color: #FFF;
	font-weight: bold;
	}
	
#footer a:hover{
	color: #F18326;
	font-weight: bold;
	}
	
/* Non-specific styles */

	
/* Lightbox javascript styling */
#lightbox{
	margin: 0;
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
	
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 3px 2px 4px;
	}
	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ 
	margin: 0;
	background-image: url(lightbox/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox/overlay.png", sizingMethod="scale");
	}
	
.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;
    font-size: 1px;
    line-height: 0px;
	}