/*
 * SoftChalk LessonBuilder StyleSheet (C)2004-2005
 * SoftChalk LLC, www.softchalk.com
 */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}


/*  BANNER STYLE  */
#banner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	background-color: #D2691E;
	height: 86px;
	z-index: 1;
}

#banner h1 {
	margin-left: 56px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	color: #ffffff;
	font-weight: normal;
	line-height: 130%;
}


/*  NAVIGATION STYLE  */
#nav {
	position: absolute;
	top: 85px;
	left: 0px;
	color: #D2691E;
	background-color : #efefef;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-size: 70%;
	border-top: 1px solid #D2691E;
	width: 100%;
}

#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	margin-right: 0px;
	padding: 2px 0 0 0;
	z-index: 5;
}

#nav ul li {
	display: inline;
}

#nav li a {
	color: #D2691E;
	background-color: #efefef;
	text-decoration: none;
}

#nav li a:hover {
	color: #D2691E;
	background-color: #fff;
	border-bottom: 1px solid #D2691E;
}


/*  CONTENT STYLES  */
#content {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	line-height: 140%;
	left: 170px;
	top: 190px;
	padding-right: 160px;
	z-index: 4;
}

#content hr {
	height: 1px;
	color: #D2691E;
}

#content h1 {
	margin: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #D2691E;
	font-weight: normal;
	line-height: 130%;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #D2691E;
	font-weight: normal;
	line-height: 115%;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #D2691E;
	font-weight: bold;
	line-height: 100%;
}

#content a {
	color: #D2691E;
	background-color: transparent;
	text-decoration: underline;
}

#content a.textpopper {
	color: #D2691E;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content a.textpopper:hover {
	text-decoration: none;
}


/* SIDE BAR STYLE  */
#sidebar {
	position: absolute;
	top: 1px;
	right: 10px;
	width: 130px;
	font-size: 70%;
	z-index: 2;
}

#sidebar div.feature {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #efefef;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 140%;
}

#sidebar div.feature ul {
	margin-left: -1em;
	padding-left: 1em;
	list-style-type: none;
}

#sidebar div.feature ul li a{
	color: #D2691E;
	background-color: transparent;
	text-decoration: none;
	display: block;
	border: 1px dotted #ccc;
	line-height: 1em;
	width: 100px;
	padding: 3px;
}

#sidebar div.feature a {
	color: #D2691E;
	background-color: transparent;
	text-decoration: none;
}

#sidebar div.feature a:hover, div.feature a:active {
	text-decoration: underline;
	background-color: transparent;
}

#sidebar div.feature ul li a:hover {
	background-color: #efefef;
	border: 1px solid #D2691E;
	text-decoration: none;
}

#sidebar div.feature ul li a:active {
	background-color: transparent;
	border: 1px solid #D2691E;
	text-decoration: none;
}

#sidebar h1 {
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #D2691E;
}


/*  PHOTO STYLES  */
#photo {
	position: absolute;
	left: 20px;
	top: 140px;
	z-index: 2;
	width: 216px;
	height: 162px;
}

#photo2 {
	position: absolute;
	left: 56px;
	top: 150px;
}

.brochure {
	float: left;
}


/*  FOOTER  */
#footer {
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	font-size: 80%;
	line-height: 120%;
	border-top: 1px solid #D2691E;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 6px 0 0 0;
}


/*  OTHER  */
#content p.top {
	font-size: 90%;
	color: #D2691E;
	float: left;
}

#content p.top a {
	color: #D2691E;
	background-color: transparent;
	text-decoration: none;
}

#content p.top a:hover {
	text-decoration: underline;
}

.yourhere {
	color: #D2691E;
	background-color: #fff;
	border-bottom: 1px solid #D2691E;
	font-weight: bold;
}


/*  REPORT  */
#report {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #D2691E;
	margin: 0 0 30px 0;
}

#report table td {
	text-align: center;
	border: thin ridge #F0B080;
	background: #FFE4B5;
	padding: 15px 15px;
}


/*  QUIZPOPPER  */
.collapse {
	visibility: hidden;
	position: absolute;
}

.expand {
	visibility: visible;
	position: relative;
}



