@charset "utf-8";
/*
	Opper [http://hti.osu.edu/opper/]
	Created: 08-17-2009 Miles Oldenburg
*/

/* Main Styles **********************************************************/
img {
	border: none;
}

body {
	background-color: #FFF;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

#repeatContainer {
	margin: 0px auto;
	width: 960px;
}

#repeatTop {
	background: url(images/repeatTop.png) top left no-repeat;
	height: 4px;
	margin-top: 20px;
}

#repeat {
	background: url(images/repeat.gif) top left repeat-y;
	min-height: 400px;
}

#repeatBottom {
	background: url(images/repeatBottom.png) top left no-repeat;
	height: 4px;
	margin-bottom: 15px;
}

#container {
	margin: 0px auto;
	width: 952px;
}

/* Header ***************************************************************/
#header {
	height: 123px;
}

/* Navigation ***********************************************************/
#navigation {
	background: url(images/navigation.gif) top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #FFF;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#navigation li.leaf {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul.menu {
	border: none;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
}

/* Body *****************************************************************/
#siteContentContainer-sidebar-right {
	float: left;
	width: 802px;
}

#siteContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	min-height: 300px;
	padding: 10px;
}

#siteContent h1 {
	font-size: 140%;
	margin: 0px 0px 5px 0px;
}

.pageTabs {
	font-size: 80%;
}

#siteContent a, #siteContent a:visited, #imageBar a, #imageBar a:visited {
	color: #F00;
	text-decoration: none;
}

#siteContent a:hover, #imageBar a:hover {
	color: #000;
	text-decoration: underline;
}

#imageBarContainer-sidebar-right {
	background: url(images/imageBar.png) top left repeat-y;
	float: left;
	width: 148px;
}

#imageBarContainer-sidebar-right #imageBar {
	padding-top: 10px;
	text-align: center;
}

#imageBarContainer-sidebar-right .imageBarImage {
	padding-bottom: 10px;
}

#imageBarContainer-sidebar-right .imageBarImage img {
	border-style: groove;
	border-width: 4px;
}
.lesson-plan-image {
  text-align: center;
  clear: both;
}

/* Footer ***************************************************************/
#footerContainer {
	border-top: 1px #CCC solid;
	margin-top: 10px;
}

.footerContent {
	padding: 10px;
}

.footerContent img {
	padding-right: 15px;
}

/* Special Styles *******************************************************/
.pageTabs {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 60%;
}