/*
COLORS:

Dark Blue: 0B7899
Medium Blue: 48a9c7
Light Blue: aad9e7
Gold: fcb131
Medium Gold: fdd083
Light Gold: fee7c1

*/

body {
	margin: 0;
	background-color: #FFF;
	padding: 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

div#Primary { width: 790px; margin: 0 auto; padding: 0; }

div#PageContent {
	width: 100%;
	margin: 0;
	padding: 0 0 30px;
}

div#PageContent h3 { margin-top: 0; font-size: 16px; line-height: 22px; }

div#PageContent h4 { margin-top: 0; font-size: 12px; line-height: 16px; }

div#PageContent h5 { margin: 0; padding: 0; font-size: 16px; }

div#Spotlights { text-align: center; }

div#Spotlights img { border: 0; }

/************************************************
* BEGIN tables
************************************************/

table.form td { padding: 4px 0; }

table.login td { padding: 4px 6px; }

table.profile td { padding: 2px 0; font-size: 11px; line-height: 14px; }

table.form td.formlabel,
table.login td.formlabel { padding-right: 20px; }

table.profile td.formlabel { padding-right: 12px; }

table.form td.formtitle,
table.profile td.formtitle {
	border-top: 10px solid #FFF;
	background-color: #0B7899;
	padding: 6px;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #aad9e7;
}

table.form td.formtitle a:link,
table.form td.formtitle a:visited,
table.profile td.formtitle a:link,
table.profile td.formtitle a:visited { color: #FFF; font-size: 11px; }

table.form td.formtitle a:hover,
table.form td.formtitle a:active,
table.profile td.formtitle a:hover,
table.profile td.formtitle a:active { color: #aad9e7; font-size: 11px; }

table.list {
	border-collapse: collapse;
}

table.list th {
	border-left: 1px solid #aad9e7;
	border-bottom: 1px solid #2D1D0A;
	background-color: #0B7899;
	padding: 6px;
	font-weight: bold;
	font-size: 9px;
	line-height: 9px;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
	white-space: nowrap;
}

table.list th:first-child {
	border-left: 0;
}

table.list td {
	border-bottom: 1px solid #0B7899;
	background-color: #aad9e7;
	padding: 4px 4px 4px 4px;
}

table.modifylist {
	border-collapse: collapse;
}

table.modifylist th {
	border-left: 1px solid #aad9e7;
	background-color: #0B7899;
	padding: 4px;
	font: bold uppercase 9px/9px;
	text-align: left;
	color: #FFF;
	white-space: nowrap;
}

table.modifylist th:first-child {
	border-left: 0;
}

table.modifylist td {
	border-bottom: 1px solid #0B7899;
	background-color: #aad9e7;
	padding: 6px;
	vertical-align: top;
}

/************************************************
* END tables
************************************************/

/************************************************
* BEGIN forms
************************************************/

form,
form * { margin: 0; }

textarea { width: 99%; }

/************************************************
* END forms
************************************************/

/************************************************
* BEGIN log in top strip
************************************************/

div#LogInTopStrip {
	margin: 0 0 1px;
	background-color: #0B7899;
	padding: 5px 7px;
	font: normal 11px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #aad9e7;
}

div#LogInTopStrip a:link,
div#LogInTopStrip a:visited { font-weight: bold; color: #FFF; }

div#LogInTopStrip a:hover,
div#LogInTopStrip a:active { color: #aad9e7; }

div#LogInTopStrip span { padding: 0 0 0 20px; }

div#LogInTopStrip span a { margin: 0 7px 0 0; }

/************************************************
* END log in top strip
************************************************/

/************************************************
* BEGIN text
************************************************/

h1 { display: none; }

h2 {
	width: 790px;
	height: 41px;
	margin: 0 0 11px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: -1000em;
}

body.Events.Details h2 { display: none; }

.formlabel {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

.headline { font-weight: bold; font-size: 13px; line-height: 18px; }

.title { font-weight: bold; font-size: 18px; line-height: 20px; }

.content { font-size: 11px; line-height: 16px; }

.subtitle { font-weight: bold; font-size: 14px; line-height: 16px; }

.subcontent { font-size: 11px; line-height: 14px; }

.smallcontent { font-size: 10px; line-height: 12px; }

.error { font-weight: bold; color: #C00; }

.required { color: #C00; }

span.required {
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.nowrap { white-space: nowrap; }

/************************************************
* END text
************************************************/

/************************************************
* BEGIN links
************************************************/

/*
a:link { color: #039; }

a:visited { color: #000; }

a:hover,
a:active { color: #369; }

*/

/************************************************
* BEGIN links
************************************************/

/************************************************
* BEGIN top menu
************************************************/

#menu_top {
	width: 714px;
	height: 28px;
	margin: 0;
	background: transparent url(../images/bg_menu_top_options.gif) 0 -28px no-repeat;
	padding: 0;
	list-style: none;
}

	#menu_top li {
		float: left;
	}
	
	#menu_top li a:link,
	#menu_top li a:visited {
		display: block;
		float: left;
		height: 28px;
		background: transparent url(../images/bg_menu_top_options.gif) 0 0 no-repeat;
		font-size: 1px !important;
		line-height: 1px !important;
		text-indent: -9999em !important;
		text-align: left;
	}
	
		#menu_top li.forms a:link,
		#menu_top li.forms a:visited {
			width: 103px;
			background-position: 0 0;
		}
		
		#menu_top li.summer_program a:link,
		#menu_top li.summer_program a:visited {
			width: 114px;
			background-position: -103px 0;
		}
		
		#menu_top li.faqs a:link,
		#menu_top li.faqs a:visited {
			width: 42px;
			background-position: -217px 0;
		}
		
		#menu_top li.about_us a:link,
		#menu_top li.about_us a:visited {
			width: 68px;
			background-position: -259px 0;
		}
		
		#menu_top li.support_us a:link,
		#menu_top li.support_us a:visited {
			width: 78px;
			background-position: -327px 0;
		}
		
		#menu_top li.classroom_assistants a:link,
		#menu_top li.classroom_assistants a:visited {
			width: 144px;
			background-position: -405px 0;
		}
		
		#menu_top li.whats_new a:link,
		#menu_top li.whats_new a:visited {
			width: 80px;
			background-position: -549px 0;
		}
		
		#menu_top li.contact a:link,
		#menu_top li.contact a:visited {
			width: 77px;
			background-position: -629px 0;
		}
	
	#menu_top li a:hover,
	#menu_top li a:active {
		background: none;
		text-decoration: none;
		color: #2a324c;
	}

/************************************************
* BEGIN top menu
************************************************/