html {
	margin: 0;
	padding: 0;
	}
body {
	color: rgb(90, 74, 66);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 20px 0;
	line-height:185%;
	}
	
.smallbold {font-size:100%;
font-weight:bold;
}

.tiny {font-size:85%;
font-weight:bold}

a {
	color: rgb(43, 56, 143);
	text-decoration: none;
	}
a:active,
a:focus,
a:hover {
	color: white;
	}
acronym {
	border: 0;
	}
blockquote {
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	}
cite {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 1em;
	}
h2 {
	background-color: rgb(233, 234, 206);
	font-size: 150%;
	margin: 0;
	padding: 3px 16px;
	text-transform: uppercase;
	}
h2 small {
	font-size: 75%;
	}
em {
	font-style: normal;
	font-weight: bold;
	}
form {
	margin: 0;
	padding: 0;
	}
form li {
	display: inline;
	margin-right: .5em;
	}
form ul {
	list-style: none;
	padding: 0;
	}
label {
	font-weight: bold;
	}
p {
	margin: 1em 0;
	}
/*	
strong {
	font-size: 115%;
	}
*/
table {
	background: rgb(233, 234, 206);
	border-collapse: collapse;
	font-weight: bold;
	width: 100%;
	}
tbody tr:first-child td,
tbody tr:first-child th {
	border-top: 3px solid white;
	}
tbody td {
	text-align: center;
	}
tbody th {
	text-align: left;
	}
td,
th {
	border-left: 2px solid rgb(209, 211, 186);
	padding: .2em .5em;
	}
td:first-child,
th:first-child {
	border-left: 0;
	}
thead th {
	color: rgb(43, 56, 143);
	}
ul {
	margin: 1em 0;
	padding: 0 0 0 3em;
	}

.contact {
	background-color: rgb(208, 235, 247);
	line-height: 170%;
	padding: 1em .5em;
	overflow: hidden;
	text-align: center;
	}
.contact h2 {
	background: none;
	font-size: 115%;
	text-transform: none;
	}
.contact p {
	margin: 0;
	}
.contact .information {
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	}
.contact .name {
	text-transform: uppercase;
	}

.legend {
	background: rgb(208, 235, 247);
	overflow: hidden;
	padding: 1em 16px;
	}
.legend > dd {
	margin-left: 9em;
	}
.legend > dt {
	clear: left;
	color: rgb(43, 56, 143);
	float: left;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	width: 8em;
	}
.legend dl dd {
	display: inline;
	margin: 0 .5em 0 0;
	}
.legend dl dt {
	display: inline;
	font-weight: bold;
	}

.photo {
	background: white;
	border-color: rgb(109, 155, 151);
	border-style: solid;
	border-width: 0 3px;
	padding-bottom: 18px;
	}
.photo div {
	border-color: rgb(109, 155, 151);
	border-style: solid;
	border-width: 1px 0;
	}
	
.photo img {
	display: block;
	margin: 0 auto;
	}

.section {
	background-color: rgb(233, 234, 206);
	margin-top: 18px;
	max-width: 100%;
	overflow: hidden;
	padding: 0 16px;
	}

#content {
	border-color: rgb(209, 211, 186);
	border-style: solid;
	border-width: 0 24px 24px 24px;
	margin: 0 auto;
	overflow: hidden;
	padding: 72px 24px 24px 24px;
	width: 904px;
	}

#admincontent {
	border-color: rgb(209, 211, 186);
	border-style: solid;
	border-width: 0 24px 24px 24px;
	margin: 0 auto;
	overflow: hidden;
	padding: 72px 24px 24px 24px;
	
	width: 904px;
	text-align:left;
	}

#head {
	background: url("../images/head-background.png");
	height: 203px;
	margin: 0 auto -58px auto;
	position: relative;
	width: 952px;
	}
#head #logo {
	margin: 0;
	position: absolute;
	top: 75px;
	}
#head #logo img {
	border: 0;
	}
#head .navigation {
	/* Caroline takes this out - height: 24px; */
	left: 435px;
	list-style: none;
	margin: 0;
	/* Caroline takes this out - overflow: hidden; */
	padding: 0;
	position: absolute;
	top: 149px;
	}
#head .navigation a {
	display: block;
	/*height: 24px;*/
	height:17px;
	overflow: hidden;
	text-indent: -1000em;
	}
#head .navigation .active a,
#head .navigation a:active,
#head .navigation a:focus,
#head .navigation a:hover {
/*	background-position: 0 -24px;*/
		background-position: 0 -17px;
	}
#head .navigation li {
	float: left;
	margin-right: 15px;
	}
#nav-about-us a {
	background-image: url("../images/nav_about_us.png");
	width: 90px;
	}
#nav-our-services a {
	background-image: url("../images/nav-our-services.png");
	width: 125px;
	}
#nav-our-team a {
	background-image: url("../images/nav-our-team.png");
	width: 92px;
	}
#nav-resources a {
	background-image: url("../images/nav-resources.png");
	width: 97px;
	}


#navigation {
	border-color: rgb(208, 235, 247);
	border-style: solid;
	border-width: 0 3px;
	font-weight: bold;
	margin-bottom: 12px;
	min-height: 3.5em;
	}
#navigation li {
	border-left: 1px solid rgb(90, 74, 66);
	float: left;
	padding: 0 8px;
	}
#navigation li:first-child {
	border-left: none;
	}
#navigation p {
	padding: 0 16px;
	}
#navigation ul {
	background: rgb(152, 204, 133);
	font-size: 115%;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: .3em 8px;
	text-transform: uppercase;
	}
#navigation ul a {
	color: rgb(90, 74, 66);
	}
#navigation ul .active a,
#navigation ul a:active,
#navigation ul a:focus,
#navigation ul a:hover {
	color: white;
	}


#left-column,
#right-column {
	border-color: rgb(208, 235, 247);
	border-style: solid;
	border-width: 0 5px;
	display: inline;
	padding-bottom: 24px;
	}
#left-column > :first-child,
#right-column > :first-child {
	margin-top: 0 !important;
	}

#center-column {
	float: left;
	}
#left-column {
	float: left;
	margin-right: 24px;
	}
#right-column {
	float: right;
	margin-left: 24px;
	}

.footer {text-align:center;
}
a.footer:active {color:#000;}
a.footer:hover {color:#000;}

.intro {font-size:120%;}

strong .intro {font-size:60%;}

.highlight {font-weight:bold; text-transform:uppercase; color:#6D9B97;}

.lessonfind {margin-left:43px;}

/* Caroline's CSS */
.navigation li ul {position: absolute; left: -9999px; top: 10px; list-style: none; text-transform: uppercase; font-weight: bold; font-size: 120%; background-color: #fff; padding: 8px 5px 8px 20px;}
#nav-about-us {padding: 8px;  padding-right:4px; padding-left:4px; margin-top: -8px; border: 1px solid transparent;}
#nav-about-us:hover {border-left: 1px solid #5B4B43; border-right: 1px solid #5B4B43; border-top: 1px solid #5B4B43; background-color: #fff;}
#nav-about-us:hover a {background-position: 0 -17px;}
#nav-about-us:hover ul {left: -150px;}


#nav-our-services {padding: 8px;  padding-right:4px; padding-left:4px; margin-top: -8px; border: 1px solid transparent;}
#nav-our-services:hover {border-left: 1px solid #5B4B43; border-right: 1px solid #5B4B43; border-top: 1px solid #5B4B43; background-color: #fff;}
#nav-our-services:hover a {background-position: 0 -17px;}
#nav-our-services:hover ul {left: -25px;}

#nav-our-team {padding: 8px; padding-right:4px; padding-left:4px; margin-top: -8px; border: 1px solid transparent;}
#nav-our-team:hover {border-left: 1px solid #5B4B43; border-right: 1px solid #5B4B43; border-top: 1px solid #5B4B43; background-color: #fff;}
#nav-our-team:hover a {background-position: 0 -17px;}
#nav-our-team:hover ul {left: 35px; width: 600px;}

#nav-resources {padding: 8px; padding-right:4px; padding-left:4px;  margin-top: -8px; border: 1px solid transparent;}
#nav-resources:hover {border-left: 1px solid #5B4B43; border-right: 1px solid #5B4B43; border-top: 1px solid #5B4B43; background-color: #fff;}
#nav-resources:hover a {background-position: 0 -17px;}
#nav-resources:hover ul {left: 145px; width: 600px;}


.navigation li ul a {text-indent: 0px !important; background-image: none !important; width: auto !important; color: #2A3B8F;}
.navigation li ul a:hover {color: #5B4B43;}
.navigation li ul li {border-right: 2px solid #727272; padding: 0 8px 0 0; line-height: 20px; margin: 0 8px 0 0 !important;}

