/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Times New Roman',Times,serif;
	font-size: 90%;
	text-align: center;
}
a {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	color: #61ad63;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #000000;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #006633;
	border-top: 1px solid #006633;
	border-right: 20px solid #006633;
	color: #006633;
	font-size: 130%;
	font-weight: bold;
	margin: 5px 5px;
	background: #ffffff;
}
h2 {

	color: #006633;
	font-size: 130%;
	font-weight: bold;
	margin: 5px 5px;
	background: #ffffff;
	}
	
h3 {

	color: #006633;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 5px;
	background: #ffffff;
	}
h4 {

	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 5px;
	background: #ffffff;
	font-style: italic;
	}
h5 {
	
	border: 1px solid #fffff0;
	color: #ffffff;
	font-size: 75%;
	font-weight: bold;
	margin : 5px 5px;
	background: #006633;
	font-style: italic;
	}	
	
	dd {
	
	border: 1px solid #006633;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin : 5px 5px;
	background: #ffffff;
	font-style: normal;
	}	
	
#column2 input {
	background: #ffffff;
	margin: 10px 20px;
	width: 130px;
}
#column2 ul {
	margin: 44px 0;
	
}
#column2 ol {
	margin: 44px 0;
	
}
#column2 li {
	color: #000000;
	text-indent: 20px;
	line-height: 100%;
	font-size: 95%;
	}
	
		#column2 dd {
	
	border: 0px solid #006633;
	color: #000000;
	font-size: 95%;
	font-weight: normal;
	margin : 0px 0px;
	background: #ffffff;
	font-style: normal;
	}
.login {
	border: 1px solid #666;
	color: #999;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}
#submit {
	border: 1px solid #c9dcea;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}
/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(Images/arrow.gif);
	background-image: url(Images/arrow_outline.gif);
	background-image: url(Images/background.gif);
	background-image: url(Images/Books/1.jpg);
	background-image: url(Images/Books/2.jpg);
	background-image: url(Images/Books/3.jpg);
	background-image: url(Images/Books/4.jpg);
	background-image: url(Images/Books/5.jpg);
	background-image: url(Images/Books/6.jpg);
	background-image: url(Images/Books/7.jpg);
	background-image: url(Images/header.gif);
	background-image: url(Images/selector.gif);
	background-image: url(Images/selector_sub.gif);
	background-image: url(Images/homenav_normal.jpg);
	background-image: url(Images/aboutnav_normal.jpg);
	background-image: url(Images/contactnav_normal.jpg);
	background-image: url(Images/betternav_normal.jpg);
	background-image: url(Images/pubsnav_normal.jpg);
	background-image: url(Images/Ordersnav_normal.jpg);
	background-image: url(Images/authorsnav_normal.jpg);
	background-image: url(Images/retailnav_normal.jpg);
	background-image: url(Images/returnnav_normal.jpg);
	background-image: url(Images/compnav_normal.jpg);
	background-image: url(Images/techdynnav_normal.jpg);	
	background-image: url(Images/techpeachnav_normal.jpg);
	background-image: url(Images/selector.gif);
	background-image: url(Images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
	background: url(Images/header.gif) left no-repeat;
	color: #61ad63;
	margin: 0px 0px 0px 0px;
	width: 600px;
	height: 100px;  
	         
}
#nav {
	padding-bottom: 9px;
	width: 160px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */


/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #c9dcea url(Images/selector.gif) center right no-repeat;
	color: #000;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 9px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #d7e5ef;
	text-indent: 9px;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(Images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 190px;
	height: 600px;
}
#column1 img {
	border: 1px solid #c9dcea;
	margin: 5px 10px;
	padding: 5px 10px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: right !important;
	margin-left: 0px !important;
	padding: 0px 20px 20px 9px;
}
#column2 p {
	line-height: 120%;
	font-size: 95%;
	
}

#footer {
	clear: both;
	color: #000;
	font-size: 10px;
	padding: 10px 0 10px 0;
	text-align: center;
}
#footer a {
	color: #61ad63;
	text-decoration: underline;
}

.white {
	background: #000;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.order {
	color: #000000;
	font-family: "Arial",Helvetica,sans-serif;
	font-size: 90%;

}

.credits {
color: #000000;
	font-family: "Arial",Helvetica,sans-serif;
	font-size: 80%;

}

.faq {
	color: #ffffff;
	font-family: "Arial",Helvetica,sans-serif;
	font-size: 90%;
	font-weight: bold;
background: #006633;
}

.hints {
	border-bottom: .01pt solid #000000;
	border-top: .01pt solid #000000;
	border-right: .01pt solid #000000;
   	border-left: .01pt solid #000000;
	color: #000000;
	font-size: 85%;
	font-weight: normal;
	margin: 5px 5px;
	background: #ffffff;
}

.endorse {
	color: #006633;
	font-family: "Arial",Helvetica,sans-serif;
	font-size: 78%;
	font-weight: normal;
	border: 1px solid #006633;
}