@charset "UTF-8";
body  {
	font: 100% 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; /* sthis centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #8e5d01;
	background-image: url(../Images/SiteBkgWood.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
.thrColFix #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 50px #000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	background-image: url(../Images/containerBkgd.png);
	background-repeat: repeat-y;
} 
.red {
	color: #C00;
}
.grey {
	color: #666;
}
.horizontal { 
	display: inline;
	line-height: 20px;
	height: 20px;
}
.miniHeader {
	color: #630;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	border-bottom-color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	line-height: 2;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px;
	color: #333;
	font-size: 14px;
}
.thrColFix #sidebar1 ul {
	padding: 7px 7px 7px 15px;
	margin: 10px;
	font-size: 100%;
	list-style-type:none;
	list-style-image: url(../Images/bulletpointBrownSm.png);
}
.thrColFix #sidebar1 li {
	background-position: 0px 0px; 
	padding-left: 0px;
	padding-bottom: 5px;
}
.thrColFix #mainContent ul {
	padding: 7px;
	margin: 10px;
	font-size: 100%;
	list-style-type:none;
	list-style-image: url(../Images/bulletpointBrown.png);
}
.thrColFix #mainContent li {
	background-position: 0px 0px; 
	padding-left: 0px;
	padding-bottom: 5px;
}
.yellowBulletPoint {
	list-style-type:none;
	list-style-image: url(../Images/bulletpointYellow.png);
}
.bookList {
	padding: 0;
	margin: 0;
}
.thrColFix #mainContent {
	padding: 0 15px;
	margin: 0px 10px 0px 200px;
	font-size: 100%;
}
.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 */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tableDropshadow {
	box-shadow: 0px 0px 25px #000;
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
}
.tableDoubleBorder {
	border: 3px double #000000;
}
.tableSingleBorder {
	border: 1px solid #630;
	background-color: #FFF;
}
.tableHeader {
	font-size: 18pt;
	font-weight: bold;
}
.thrColFix #container #mainContent table tr td p {
	font-size: 12pt;
}
.smallerFont {
	font-size: 11pt;
}
.blurb {
	font-size: 11pt;
	color: #000;
}
.thrColFix #container #mainContent table tr td H2 {
	font-size: 24pt;
	font-weight: bold;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 0px;
}
.thrColFix #container #mainContent h1 {
	color: #FFF;
	background-image: url(../Images/H1Background.jpg);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.thrColFix #container #mainContent h2 {
	margin-top: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #000;
	border-top-style: dotted;
	border-top-width: 1px;
}
.thrColFix #container #mainContent h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.liListIndent {
	padding: 7px;
	margin: 10px;
}
.thrColFix a:link {
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
.thrColFix a:active {
	color: #090;
	text-decoration: none;
}
.thrColFix a:visited {
	color: #060;
	text-decoration: none;
}
.thrColFix a:hover {
	color: #090;
	text-decoration: none;
}
.product{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.product li{
	border:1px solid #FC9;
	border-width:1px;
	display:inline;
	font-size: 14px;
	float: left;
	margin:7px;
}
.product #noborder li{
	border:1px solid #FFF;
	border-width:1px;
	display:inline;
	font-size: 14px;
	float: left;
	margin:7px;
}
.product a{
    display:inline-block;
    padding:20px;
	float: left;
    height: 240px;
	width: 130px;
}
.product a:hover{
	background-color: #EDE0B8;
}
