
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #AAAAAA url("/images/bg.gif") repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	padding: 0 0 20px 0;
}

h1 { font-size: 44px; }

h2 { font-size: 26px; }

h3 { font-size: 18px; }

.review_number { 
	border-left: 3px solid #FF9C02;
	/*background: url(/images/login_button_bg.gif) repeat-x center;*/
	font-weight: bold;
	font-size:13px;
	color:#666;
	padding-left: 5px;
	text-align:left;
	display: block;
	margin-bottom: 7px;

	
}

.review_title {
	font-weight:bold;
	background: #000;
	padding: 3px;
	color: #fff;
	margin-bottom: 5px;

}

p, ul, ol {
	margin-top: 0;
	/*line-height: 120%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a { color: #840000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

.breadcrumb {
	color: #000;
}

.lesson_title {
	font-weight:bold;
}

#search_results {
	padding: 8px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #eee;
	color: #000;
}

.grade_display {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-style:italic;
}


hr { display: none; }

select {
	margin: 1px;
	padding: 2px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	color: #000;
}
label {
	float: left;
	width: 5em;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 3px;
	background: #ddd;
	padding: 2px;
}

form {
	padding: 10px;
	background: #fff;
}

/* Header */

#header-wrapper {
	height: 104px;
	background: url(images/bg_home_header_side.jpg) repeat-x top;
}

#header {
	width: 730px;
	height: 104px;
	margin: 0 auto;
	padding: 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background: #ffffff url(images/bg_home_header.jpg) repeat-x top;

	
}
#header-wrapper-internal {
	height: 34px;
	background: #d0c1c1 url(images/bg_internal_header_side.jpg) bottom;
}

#header-internal {
	width: 750px;
	height: 34px;
	margin: 0 auto;
	/*padding: 5px;*/
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background: #ffffff url(images/bg_internal_header.jpg) bottom;
}

#topnav {
	width: 730px;
	height: 60px;
	margin: 0 auto;
	padding: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #ffffff;
}

#logo {
	float: left;
	width: 400px;
	margin: 0 0 0 5px;
}

#login {
	float: right;
	width: 280px;
	height: 50px;
	padding: 0px;
	/*border: 1px solid #cccccc;*/
	/*background: #eeeeee;*/
	margin: 0px;
}

#login form {
	padding: 0px;
	margin: 0px;
}

#login input {
	border: 1px solid #000000;
	font-size: 11px;
}
#login input.button {
	border: 2px solid #FF9C02;
	background: url(/images/login_button_bg.gif) repeat-x center;
	font-weight: bold;
	font-size:11px;
	color:#000000;
	text-align:center;
}

input.button {
	border: 2px solid #FF9C02;
	background: url(/images/login_button_bg.gif) repeat-x center;
	font-weight: bold;
	font-size:11px;
	color:#000000;
	text-align:center;
}
-->

#login a {
	font-size: 12px;
	font-weight: bold;

}

#login td {
	font-size: 11px;
}

.error {
	font-size: 10px;
	color: #cc0000;
	font-weight: bold;
}

label {
	float: left;
	width: 11em;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 3px;
	background: #fff;
}
fieldset#check_boxes {
	margin: 1em;
	padding: 0;
	border: 1px solid #fff;
	background: #fff;
	width: 400px;
}
#check_boxes h2 {
	width: 11em;
	float: left;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

#check_boxes div {
	width: 8em;
	float: left;
	padding:0;
	background: #fff;
}
#check_boxes p {
	margin: 0;
}
.clear {
	clear: both;
}
#check_boxes label {
	width: 5em;
	float: none;
	display: inline;
	font-weight: normal;
}


legend {
	font-weight: bold;
	font-size: 13px;
	color:#666;
}

#home_title {
	float: left;
	width: 400px;
	background: transparent;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:200;
	padding: 5px;
	margin: 10px 0 10px 10px;
	color:#FFFFFF;
	/*letter-spacing: 0.5px;*/
}

.home_search_btn {
	float: left;
	width: 130px;
	padding: 5px;
	margin: 10px 0 10px 5px;
	background: transparent;
}


/* Menu */

#menu {
	float: left;
	width: 700px;
	height: 34px;
	/*background: #339933 url(images/img04.gif) no-repeat;*/
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 15px;
	/*padding: 20px 0 0 20px;*/
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 0;
	margin-top: 0;
	padding: 8px 10px 0px 10px;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 22px;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	background: #000 url(images/bg_navigation_highlight.jpg) repeat-x;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 74px;
	background: url(images/img05.gif) no-repeat right top;
}

#search form {
	margin: 0;
	padding: 36px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	margin-left: 12px;
	background: #BE7BA2 url(images/img07.gif) repeat-x;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	background: #ffffff;
	/*border: 5px solid #FFFFFF;*/
}



/* Content */

#content_left {
	float: left;
	width: 400px;
	background: #fff;
	margin: 10px 0 0 0px;
	padding: 12px;
}

#content_right {
	float: left;
	width: 250px;
	background: #fff;
	margin: 10px 0 0 50px;
}
/*
#content_box {
	float: right;
	width: 230px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 12px;
	margin-bottom: 10px;
	background: url(/images/content_box_bg.jpg) repeat-x center;
}

#content_box h2 {
	font-size: 18px;
	color: #000000;

}
#content_box p {
	font-size: 12px;
	color: #333333;
	line-height: 120%;


}*/

.content_box {
	float: right;
	width: 230px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 12px;
	margin-bottom: 10px;
	background: url(/images/content_box_bg.jpg) repeat-x center;
}
.content_box h2 {
	font-size: 18px;
	color: #000000;
}
.content_box p {
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}

#content_internal {
	float: left;
	width: 650px;
	padding: 20px;
	background: #fff;
}

#content_internal p {
	/*line-height: 150%;*/
	/*padding: 10px 0 0 10px;*/
}

/* Post */

.post {
	/*margin-bottom: 5px;*/
}


.post a {
	font-size: 12px;
	margin-left: 40px;
	padding: 10px;

}

#featured_lessons, #featured_top_lessons{
	width: 320px;
	background: #fff;
	margin: 0 0 0 30px;
	padding-bottom: 20px;
}

#featured_lessons li, #featured_top_lessons li {
	padding: 5px 0 5px 0;
	color: #840000;
	font-weight: bold;
	/*background: url(/images/featuredlesson_bullet.gif) no-repeat left;*/
}

#featured_lessons li a, #featured_top_lessons li a {
	color: #000;
	font-weight: normal;
	padding-bottom: 5px;
}
#featured_lessons ul, #featured_top_lessons ul {
	list-style-image: url(/images/featuredlesson_bullet.gif);
	background: #fff;
	padding-left: 0px;
	margin-left: 0px;
}
/*
#display_lesson_title {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
}
#display_lesson_title a {
	font-weight:bold;
	padding: 0;
	margin: 0px;
	float: left;
	background: #fff;
}
#display_lesson_info {
	border-bottom: 1px solid #CCCCCC;
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}
*/
.display_lesson_title {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
}

.display_lesson_info {
	border-bottom: 1px solid #CCCCCC;
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.display_lesson_title a {
	font-weight:bold;
	padding: 0;
	margin: 0px;
	float: left;
	background: #fff;
}

/*
.display_lesson1 {
	background: #fff;
}

.display_lesson2 {
	background: #ddd;
}
*/

/* Sidebar */

#sidebar {
	float: right;
	width: 350px;
	background: #eee;
}

#sidebar ul {
	margin: 0 20px 10px 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: 1px solid #ddd;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	background: url(images/img12.gif) repeat-y;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: url(images/spacer.gif);
}

#sidebar h2 {
	margin: 5px;
	padding: 5px;
	background: #fff url(images/img10.gif) repeat-y;
	border-bottom: 2px solid #cccccc;
	font-size: 18px;
}


#sidebar p {
	line-height: 140%;
}

/* Footer */
#footer {
	width: 730px;
	background: #eeeeee;
	height: 80px;
}


#footer p {
	margin: 0;
	padding: 27px 0 0 20px;
	line-height: 150%;
	color: #666;
	font-size: 10px;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
/* this is used for the number nav at the bottom of the product pages */
.search_nav {
color:#000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight:bold;
	padding:6px 9px 6px 9px;
border:1px solid #ffffff;
background:#eeeeee;
margin: 2px;
}
a.search_nav {
  text-decoration: underline;
  color:#000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight:bold;
	padding:6px 9px 6px 9px;
	background:#ffffff;

}

a.search_nav:hover {
  color: #000000;
  text-decoration: underline;
  border:1px solid #840000;
  background:#eeeeee;
  

}

div.reviewHead {
	/*border-top:1px solid #cccccc;*/
	background:#fff;
	padding: 5px;
}


div.reviewBody {
	
	background:#fff;
	padding: 5px;
}


div.reviewFoot {
	border-bottom:1px solid #cccccc;
	background:#fff;
		padding: 5px;
		color: #666;
		font-size: 11px;
		font-style: italic;



}
.review_date {
	color: #666;
	font-size: 11px;
}
#review_window {
border: 1px solid #000;
	width: 630px;
	background: #fff;
	margin: 10px 0 0 10px;
		padding: 12px;

}
#review_window form {
	margin: 0;
		padding: 0;

}
#review_window .alert {
	background: #FBCE44;
	padding: 10px;
	font-weight: bold;

}
#review_window .input, textarea {
	border: 1px solid #CCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}