/* ------- Syntax styles -------
 * Class names are UpperCamelCase
 * ID names are lowerCamelCase or under_score
 */

/* ------- Normalize the default renderings of HTML elements ------- */

/* J! I ain't sure where this goes? */
ul#ed_footer {
	margin: 8px;
	padding: 4px;
	text-align: center;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul#ed_footer li {
	display: inline;
	color: #fff;
	font-size: 12px;
}
ul#ed_footer li a {
	color: #fff;
}

/* -m@... :: why is a MAP creating space??? */
map {
	display: none;
}

ul#essentials {
	font-size: 12px;
}

ul#essentials li, .essential_look {
	background-color: #dddddd;
    border-bottom: 1px solid #fff;
    padding: 0 8px 8px 8px;
}

ul#essentials li .StackedKey {
    font-weight: bold;
    line-height: 15px;
	font-size: 10px;
	padding: 4px 0 6px 8px;
}

ul#essentials li .StackedValue {
    line-height: 15px;
    padding: 0 8px 4px 8px;
}

ul#essentials li .Key {
    float: left;
/*    width: 48px; -m@... this seemed to be the culprit as per FireBug*/
	font-weight: bold;
	text-align: right;
    line-height: 15px;
	width: 45px;
	padding: 4px 0 4px 4px;
	font-size: 10px;
}
ul#essentials li .Value {
    float: left;
    padding: 4px 0 4px 8px;
    width: 105px;
    line-height: 16px;
}

ul#essentials li a {
	color:#426480;
}
ul#essentials li a:hover {
	color:#000;
	text-decoration: underline;
}

.showFinger {
	cursor: pointer;
}
#shareForm {
    padding: 4px;
    background-color: #e7e2ce;
}

#shareForm .Row {
    margin-bottom: 1px;
    background-color: #d6cfba;
}

#shareForm .SendRow {
    text-align: right;
}

#shareForm .Key {
    float: left;
    margin-top: 3px;
    width: 102px;
    font-weight: bold;
    color: #5e574c;
    text-align: right;
}

#shareForm .Close {
    float: left;
    margin-top: 5px;
    padding-right: 4px;
    width: 100px;
    font-weight: bold;
    font-size: 10px;
    color: #5e574c;
    text-align: right;
}

#shareForm .Value {
    float: left;
    padding-left: 4px;
}

#shareForm input, #shareForm textarea {
    width: 92px;
}

#whiteHeight {
    height: 8px;
    background-color: #fff;
}



body {
	margin: 0px; 
	padding: 0px; 
	background-color: #006;
}

div#documentBody {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;

}
img {
    border: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    list-style: none;
}

h2 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#555;
	letter-spacing: 0px;
}
/*
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color:#555;
	letter-spacing: 1px;
}
*/
a {
	text-decoration:none;
}
/* ------- Non-element-specific classes ------- */

.TeachersColor {
    color: #a43253;
}

.StudentsColor {
    color: #d6533e;
}

.SchoolGroupsColor {
    color: #7f8959;
}

/* ------- Element-specific classes ------- */
.ImageFrame, .SWFFrame {
    border: 1px solid #858585;
    padding: 2px;
    background-color: #fff;
}
.GuideImageFrame {
    border: 0px;
    padding: 3px;
    background-color: #dddddd;
    text-align: center;
}

div.ClearBoth {
	clear: both;
	height: 1px; 
/*	background-color: #00f; */
}

/*
#available_offerings {
	padding: 10px 10px 0 10px;
	margin: 15px 0 0 0;
	border: 1px solid #CCC;
}
*/

#available_offerings {
	padding: 0;
	margin: 15px 0 0 0;
}


/* ------- Element-specific IDs ------- */

a#education_header:hover img {
    background-color: #858585;
}

a#education_header_teachers:hover img {
    background-color: #a43253;
}

a#education_header_students:hover img {
    background-color: #d6533e;
}

a#education_header_school_groups:hover img {
    background-color: #7f8959;
}
a#education_header_parents:hover img {
	background-color: #978737;
}

div#document {
	margin: auto; 
	width: 774px; 
	background-color: #fff;
}

div#documentBody {
/*	clear: left; */
/*	background-color: #f00; */
}

div#content {
    float: left;
    padding-left: 8px;
    padding-top: 4px;
	width: 540px;
/*	background-color: #0f0;  */
}
div#content li, div#contentLeft li, div#contentRight li {
	padding:3px;
}
div#contentLeft {
	float: left;
	width: 176px;
/*	background-color: #d7553f; */
}

div#contentRight {
	float: left;
	margin-left: 13px;
	margin-right: 5px;
  	width: 345px;
/*	background-color: #7d895b; */
}

div#sidebar {
    float: left;
    margin-left: 8px;
	width: 210px;
	background-color: #eee;
}
div#sidebar h2 {
/*	margin-top:20px; */
}

/* ------- To-do: Categorize ------- */

h1 {
	color: #666;
/*	font-variant:small-caps; */
}

#sidebar_header {
	background-color:#eeeeee;
	margin:0px 0px 0px 0px; 
	padding:4px 4px 0px 4px;
	text-align: center; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #777;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	border-top: 12px solid #FFF;
}

#essentials_header {
	background-color:#dddddd;
	margin:0px 0px 0px 0px; 
	padding:4px 4px 0px 4px;
	text-align: center; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #777;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}
/*
#essentials_header {
	background-color:#E7E2CE;
	margin:1px 0px; 
	padding:4px;
	text-align: center; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; 
	font-size: 11px;
}
*/
#hall_nav {
	margin-top: 14px;
}
#hall_nav div.tray
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 -4px;
	width: 100%;
}

#hall_nav div.item
{
	margin: -4px 0 0 -6px;
	float: left;
	height: 28px;
}


#hall_nav div.item a
{
	padding: 6px 8px;
	margin: 6px;
	background-color: #999;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}

#hall_nav div.item a:hover
{
	padding: 6px 8px;
	margin: 6px;
	background-color: #666;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}

#offering_header, #program_header, #audience_header {
	margin-bottom: 8px;
	color: #fff; 
	font-weight: normal; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 10px; 
	font-size: 10px;
}
/*
#offering_header, #program_header, #audience_header {
	margin-bottom: 8px;
	color: #fff; 
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 10px; 
}
*/
#offering_header {
	font-size: 14px; 
}
#program_header {
	padding: 8px 16px; 
	font-size: 24px; 
}
#audience_header {
	font-size: 18px; 
	
}
.indent {
	margin-left:20px;
}

.tmpBorder {
	margin-top:4px;
	border: 1px dotted #FF98A4;
}
.tmpBorder h2 {
	background-color: #FF98A4;
	color: #fff;
}

.SidebarTitle {
    margin: 0px; 
    padding: 4px;
}
#content ul li, #contentRight ul li {
	list-style-image:url(/education/media/li_square_bullet.gif);
	margin-left:20px;

}
#contentLeft ul li {
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;

}
.expired {
	font-size:9px;
	color:white;
	padding:0px 2px;
	background-color:red;
	font-weight:bold;
}
#null_search_result_touts .sidebar_tout {
	margin:30px;
	display:inline;
}
.credits {
	color:#000;
	font-size:13px;
/*	background-color:#eee; */
/*	border-top:1px solid #BBB; */
	padding-top:5px;
	margin-top:10px;
}
#inlinedefinitions {
	display:none;
	background-color:#eee;
	border:1px solid #000;
	color:#333;
	font-size:11px;
	padding:5px;
	margin:5px;
	z-index:10;
	position: absolute; 
	width:320px;
}
div#fileNotFound {
	border:1px solid #666;
	background-color:#eee;
	padding:10px;
	margin:5px 20px;
	text-align:center;
}
div#sitemap ul {
	padding-left:20px;
}	
div#sitemap ul li {
	list-style-type: none;
	font-size:13px;
	margin:0px;
	padding:2px;
}
ul#orphans li {
	font-size:12px;
	border-bottom:1px dotted #000;
}
div#contentRight h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0px;
}
/*
div#contentRight h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
}
*/
.toggle_arrow {
	margin:4px 6px 0px 0px;
}
.related_resource_links ul {
	padding-left:20px;
	}
.related_resource_links li {
	margin:-8px;
	}
	
#grades td {
	padding: 0 8px 3px 0;
}

#subscribe ul {
	margin: 6px;
    padding: 0px;
    list-style: square;
}
#plan_your_visit_tracker {
	background:gray url(/education/media/plan_header.jpg) no-repeat 0 0 ;
	margin: 0 40px 5px 0;
	height:20px;
	width:530px;
	text-align: right;
	padding:35px 5px 5px;
}

