@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 1.3em;
}
.thrColLiqHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	width:1024px;
	max-width:1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px;
	border-style: groove;
	border-color: #CCC;
	background:#fff;
	color: #000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.thrColLiqHdr #header {
	background: url(../images/BooksPanoramic.jpg) no-repeat;
	padding:10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	border: 0px solid #036;
	float: left;
	width: 100%;
	background-image: url(../images/BlueStudentNewsprint.jpg);
	background-repeat:no-repeat;
	margin-bottom: 20px;
	text-align:left;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.mainBox {
	border: 1px solid #036;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 367px;
	height: 100%;
	padding: 10px;
	margin-left: 28px;
	margin-right:325px;
	float: left;
	text-align: left;
}
.mainBox a:visited {
	text-decoration: inherit;
	text-decoration:underline;
}
.mainBox a:hover {
	text-decoration: underline;
}
.mainBox a:active {
	text-decoration: none;
}
.mainBox h1 {
	font-size:130%;
	color: #036;
	font-weight: bold;
	text-align:center;
	line-height: 1.3em;
	font-style: oblique;
}
.mainBox2 {
	border: 0px solid #036;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 200px;
	height: 280px;
	padding-top:12px;
	margin-left: 10px;
	text-align: center;
	float: left;
	color: #fff;
}
.mainBox2 h2 {
	font-size:110%;
	font-style:oblique;
	line-height: 1.3em;
}
.thrColLiqHdr #lowercontent4 a:hover, #lowercontent3 a:hover, #lowercontent2 a:hover, #lowercontent1 a:hover, #lowercontent5 a:hover {
	color: #03F;
	text-decoration:underline;
}
.thrColLiqHdr h3, h4, h5, h6 {
	font-size:120%;
	color: #036;
	text-align:center;
}
.thrColLiqHdr #lowercontent2 {
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 27%;
	border: 1px solid #036;
	margin-bottom: 10px;
	padding: 12px;
	text-align: left;
	height: 390px;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #lowercontent2 ul {
	border:hidden;
	margin-left: -1.0em;
}
.thrColLiqHdr #lowercontent3 {
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 27%;
	margin-left: 28px;
	margin-right: 28px;
	margin-bottom: 10px;
	padding: 12px;
	text-align: left;
	border: 1px solid #036;
	height: 390px;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #lowercontent4 {
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 27%;
	margin-left: 28px;
	margin-bottom: 10px;
	padding: 12px;
	text-align: left;
	border: 1px solid #036;
	height: 390px;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #lowercontent1 {
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 44%;
	margin-left: 28px;
	margin-bottom: 10px;
	padding: 12px;
	text-align: left;
	border: 1px solid #036;
	height: 100%;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#lowercontent1 img {
	padding: 5px;
}
.thrColLiqHdr #lowercontent5 {
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 42%;
	margin-left: 28px;
	margin-bottom: 10px;
	padding: 12px;
	text-align: left;
	border: 1px solid #036;
	height: 100%;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.thrColLiqHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #036;
	color: #FFF;
	text-align:center;
}
#footer a:link {
	text-align:center;
	color:#FFF;
	font-size:90%;
	padding:10px;
}
#footer a:visited {
	text-align:center;
	color: #CCC;
	font-size:90%;
	padding:10px;
}
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	color: #036;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.FunLink {
	font-size:100%;
	font-style: oblique;
	font-weight: bold;
	font-variant:small-caps;
	color: #036;
	text-align: left;
}
.ht2paragraph {
	text-align: left;
	font-style:oblique;
	line-height:1em;
}
.Emphasis {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #036;
	text-align: center;
}
.smallEmphasis {
	font-style: oblique;
	color: #036;
	text-align:center;
	font-size:90%;
}
.headline {
	color: #FF9;
	font-size:150%;
	font-weight:bold;
	text-shadow: 0 1px 0 #000;
	text-align:center;
	text-decoration:blink;
}
.freequote {
	font-style:oblique;
	color: #900;
	text-align:center;
	font-size:140%;
}

#apDiv2 {
	padding: 10px;
	position:inherit;
	margin-right:690px;
	width:310px;
	height:150px;
	z-index:2;
	left: 150px;
	top: 57px;
}
.box {
	border: 2px solid #036;
	padding:5px;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}
.box ul {
	text-align:left;
}
.box img {
	margin: 5px;
}

/*From original file navbar.css  */

ul#navbar {
	float: inherit;
	list-style: none;
	height: 30px;
	background-color:#036;
	text-align:left;
	padding-top:10px;
}
ul#navbar li {
	display:inline;
	list-style-type: none;
	padding-right:30px;
	padding-left:30px;
	color: #FFF;
	font-size: 110%;
	border-right-width:thin;
	border-right-style: groove;
	border-color:#CCC;
}
ul#navbar li a {
	color: #FFF;
	font-size: 90%;
	text-decoration: none;
}
ul#navbar li a:hover {
	color: #69F;
	font-size: 90%;
	text-decoration:underline;
}
ul#navbar li a.current {
	color: #CCC;
	font-size: 90%;
}
#OrderButton {
	display: block;
	width: 120px;
	height: 28px;
	background: url(../images/OrderButton.gif) no-repeat 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#OrderButton:hover {
	background-position: 0 -28px;
	text-align: center;
}
#OrderButton span {
	display: none;
}

/* From navigation.css  */

#navlist {
	background:url(../images/TopBarPlain.gif);
	background-repeat:no-repeat;
	height: 45px;
	text-align: right;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: #FFF;
	font-size: 90%;
}
#navlist li a {
	color: #FFF;
	text-decoration: none;
}
#navlist li a:hover {
	text-decoration:underline;
}
/* End of ordered list for top navigation links */
#navlistTemp li {
	display: inline;
	text-align: right;
	list-style-type: none;
	padding-right: 20px;
	color: #FFF;
	font-size: 80%;
}
#navlistTemp li a {
	color: #FFF;
	text-decoration: none;
}
#navlistTemp li a:hover {
	text-decoration:underline;
}
/*** Nav bar styles ***/

ul.nav, .nav ul {
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}
ul.nav {
	width:140px;
	/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
}
ul.nav>li {
	margin: 0;
	padding: 0px 2px 9px 6px;
}
ul.nav li>ul {
	/*Make the sub list items invisible*/
	display: none;
	position: relative;
	width: 150px;
	margin-top: -1.2em;
	margin-left:130px;
	border:groove;
}
ul.nav li:hover>ul {
	/*When hovered, make them appear*/
	display:block;
}
.nav ul li a {
	/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}
/*** Menu styles (customizable) ***/

ul.nav, .nav ul, .nav ul li a {
	background-color: #fff;
	color: #036;
	font-style:italic;
}
ul.nav li:hover, .nav ul li a:hover {
	background-color: #369;
	color: #fff;
}
ul.nav li:active, .nav ul li a:active {
	background-color: #036;
	color: #fff;
}
.nav a {
	text-decoration: none;
}

