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

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 28, 2014 */





html {
	font-size: 90%;
}

body {
	background: #bebebe url(../images/Capture_of_the_City_of_Washington3.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #3a4346;
	line-height: 1.3;
}



/* UMBC HEADER */

table.home {
	border: none;
	width: 880px;
	margin-bottom: 15px;
}

#toplinks {
	font-size: 10px;
	text-align: right;
	padding: 5px;
	margin-right: 10px;
	font-weight: normal;
}

#toplinks a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}

#toplinks a:hover {
	color: #940000;
	font-weight: normal;
	
}

.umbc_top {
	float: left;
	margin: 15px 0 10px 10px;	
}

#umbc-search {
	display: block;
	padding: 0;
	float: right;
	white-space: nowrap;
	margin: 0 20px;
}

#umbc-search label {
	margin-bottom:2px;
}

#umbc-search-query {
	border-color:#999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
	border-style:solid;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
	padding: 2px;
	width:130px;
}

/* BASIC STYLES */

ul { list-style: none; 
 margin-right: 50px;}
ol { margin-left: 25px; margin-right: 25px; }
ol li { margin-bottom: 10px; }
hr { margin-left: 25px; margin-right: 25px; border-top:0;}

p:last-of-type { margin-bottom: 30px; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
small { font-size: 70%; }
img { border: 0; }
.clear { clear: both; }





h1 {
	color: #666;
	font-size: 3.5em;
	margin: 10px 0 5px 25px;
	font-family: 'Rokkitt', Arial, Helvetica, sans-serif;
	text-align: center;
}



 
a:link, a:visited {
	color: #633;
	text-decoration: none;
}

a:hover, a:active {
	color: #C30;

}



h1 a:link, h1 a:visited {
	color: #666;
}




/******PAGE LAYOUT *******/

.banner {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	background-image:url(../images/header_bkg.jpg);
	background-repeat:no-repeat;
	
	
}


#panel {
	
	width: 960px;
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px #35383a;
	-moz-box-shadow: 0 0 10px #35383a;
	box-shadow: 0 0 10px #35383a;
}

#inner_container {
	width: 960px;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/left-bar_subpages.gif);
	
	
}




.left_col {
	float: left;
	width: 360px;
	padding:0;
	margin: 0;
	position: relative;
	
}



.right_col {
	float: right;
	width: 600px;
	margin: 0;
	font-size: 110%;
	line-height: 150%;
	background-image:url(../images/right_bar_header.jpg);
	background-repeat:no-repeat;

}

.right_col a,  .right_col a:visited {
	font-weight: bold;
	color: #600;
	
}

.right_col a:hover,  .right_col a:active {
	font-weight: bold;
	color: #C30;
	
}

.right_col h2 {
	font-family: 'Rokkitt', Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color: #FFF;
	margin:  0 0 40px 30px;
	padding: 35px 0 0;
	line-height: 100%;


	
}



.right_col h3 {
	font-size: 1.2em;
	margin:0;
	padding: 0 0 0 30px;
	color: #666;
	
	
	
}

.right_col p {
	padding: 0 50px 0 0;
	margin-left: 30px;
}

ul.about  {
	list-style-type:disc;
	padding: 0 0 50px 45px;
}

ul.about  li {
	padding: 0 50px 10px 0;
}

ul.about li a {
	font-weight: bold;
	
}




.contact {
	margin: 0 0 40px 30px;
	position: relative;
	top: 20px;
	color: #5a5a5a;
	font-size: 90%;
	
}

.contact p a {
	color: #666;
	font-weight: bold;
	
}

.contact a:hover, .contact a:active,{
	color: #C00;
	
	
}
	
.facebook {
	margin-left: 50px;
	padding-right: 10px;
	
}
	
.social {
	font-weight: bold;
	font-size: 90%;
	
	
}

.social a {
	color: #5a5a5a;
	
}




nav {
	margin: 20px 30px;
}

nav h5 {
	font-family: 'Rokkitt', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #296d98;
	margin: 0 0 5px;
	
}


nav ul {
	margin: 0 0 20px;
	padding: 0;
	color: #333;

}

nav ul li a {
	font-weight: bold;
}

nav ul li {
	padding: 5px 0;
	
	
}


ul.sub li {
	margin-left: 20px;
	border-bottom: 1px dotted #666666;
	
}



ul.sub li ul {
	margin: 0 0 10px 0;	
}

ul.sub li ul li{
	border-bottom: none;
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: .9em;
}



ul.sub li ul li:first-of-type {
	border-right: thin solid #999;
	padding-right: 20px;
} 

nav ul li ul {
	margin: 0;
	padding: 0;
	
}

nav ul li ul li {
	
}

.description {
	font-style: italic;
	line-height: 150%;
	font-size: .9em;
	
}
	
.title {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 190%;
	
	
}

.title a {
	color: #666;
}


.title a:hover, .title a:active {
	color: #C00;
}
 
/****** TABLES*******/

table {
	margin: 25px;
}


/*ERAS*/


.right_col_era {
	float: right;
	width: 600px;
	margin: 0;
	font-size: 110%;
	line-height: 150%;
	background-image:url(../images/right_bar_header.jpg);
	background-repeat:no-repeat;

}

.caption {
	font-size: .7em;
	line-height: 120%;
}


.caption a {

}

.era h2 {
	color: #296d98;
	margin: 0 0 10px 30px;	
}


.era h3 {
	margin: 20px 0 10px;
	font-size: 1.3em;
	
}



.subhead {
	font-size: 80%;
	line-height: 140%;
	color: #666;
}

section.era {
	border-top: 1px solid #CCC;
	clear: left;
	margin: 0;
	padding: 0 20px 0 0;
}


section.era ul {
	font-size: 90%;
	position: relative;
	right: 12px;
}

section.era img {
	margin: 30px 0 0 30px;
}






ul.eras {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 90%;
}


ul.eras li {
	display: inline;
	padding: 0 7px;
	margin-right: 6px;
	border-right: 1px solid #999;	
}


ul.eras li:last-of-type {
	border: none;	
}

ul.eras li a {
	

}

*/
div.key {
	position: relative;
	bottom: 10px;

}

ul.key {
	margin:0;
	padding: 10px 20px 10px 40px;
	font-size: 90%;
	position: relative;
	right: 12px;
}

ul.key_1 {
	margin:0;
	padding: 10px 0 0 40px;
	font-size: 90%;
	position: relative;
	right: 12px;
	width: 130px;
	float: left;
}

ul.key li {
	
}

ul.key_2 {
	margin:0;
	padding: 10px 20px 10px 40px;
	font-size: 90%;
	position: relative;
	right: 12px;
	width: 350px;
	float: left;
}

ul.key li {
	
}

.history_lab {
	background-image: url(../resources/images/history_lab.png);
	background-repeat:no-repeat;
	padding: 3px 0 0 30px;
}

.lesson_plan {
	background-image: url(../resources/images/lesson_plan.png);
	background-repeat:no-repeat;
	padding: 3px 0 0 30px;
}

.primary_sources {
	background-image:url(../resources/images/primary_sources.png);
	background-repeat:no-repeat;
	padding: 3px 0 0 30px;
}

.other {
	background-image: url(../resources/images/other.png);
	background-repeat:no-repeat;
	padding: 3px 0 0 30px;
}

/****** FOOTERS *******/

#umbc_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 20px 0 0 0;
	padding: 20px 0 5px;
	clear: both;
	height: 60px;
	
}

#umbc_footer p {
	
	line-height: 180%;

}

#umbc_footer a {

	font-weight: normal;
}

#umbc_footer a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#umbc_footer img {
	float: left;
	margin-left: 30px;
	padding-right: 30px;
	
}



#contact_footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	font-size: .85em;
	color: #fff;
}




#contact_footer a:link, #contact_footer a:visited {
	color: #ffebae;
	text-decoration: none;	
}

#contact_footer a:hover, #contact_footer a:active {
	color: #CC0000;
	text-decoration: underline;	
}



#contact_footer p {
	padding:0;	
	margin: 5px 30px 5px 30px;
	letter-spacing: .1em;
	
}


.contact_footer_top {
	margin: 0;
	background-color: #FFFDF1;
	float: left;
	width: 100%;
	font-size: 130%;

}

.contact_footer_bottom {
	width: 100%;
	float: left;
	background-color: #666;
	padding: 8px 0;

}



.contact_footer_top h6 {
	margin: 0;
	font-size: 1.3em;
	padding: 10px 0 10px 30px;
	color: #FFF;
	background-color:#000;
	width: 330px;


}

.contact_footer_top h6 a {
	color: #ffebae;
}


.contact_footer_top h6 a:hover {
	color: #F30;
}

.fltrgt {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.fltlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


/* RESOURCES*/

table.resources  {
	width: 520px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 130%;
	border-collapse:collapse;
	table-layout:fixed;
	border: 1px solid #069;
	
	margin: 0 0 30px 30px;
	
	
}

table.resources a {
	text-decoration:underline;
}

table.resources th {
	font-size: 100%;
	font-weight: bold;
	border-right: 1px solid #999;
	padding-bottom: 0;
}

table.resources td {
	font-size: 90%;
	border-bottom: 3px solid #069;
	padding: 6px;
	vertical-align: top;
	border-right: 1px solid #999;
}




table.resources th {
	padding-top: 10px;

	
}


ul.resources {
	font-size: 90%;
	margin: 10px 0 0 30px;
	padding: 0;
	line-height: 140%;
}

ul.resources li {
	padding: 0 50px 10px 0;
}

/*PAST PROGRAMS*/

h3.title {
	font-style: italic;
}

ul.past {
	margin: 0 0 0 30px;
}

ul.past li {
	padding-bottom: 10px;
}

ul.disc {
	list-style:disc;
	margin-left: 30px;
	
}

ul.disc li {
	
	
}

/*TAH PROGRAMS*/
p.small {
	line-height: 120%;
	font-size: 80%;
	color: #666;
	
	
}