body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #68AA93;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #480D0E;
	}

h1 {font-size: 24px; font-family: Tahoma, Arial, Helvetica, sans-serif;}
h2 {font-size: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif;}
h3 {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
h4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px 0px;
	text-transform : uppercase;
}

a:link img {
text-decoration: none;
}

li.eleprints { list-style: none; margin-bottom: 0px; padding-bottom: 40px; background: url(images/kidseleprints_sm.gif) bottom left repeat-x; width: 200px; }

.small {
	font-size: smaller;
}

.center {
text-align: center;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

#covercontain {
	clear: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#covercontain a {
	text-decoration: none;
}

.covercontain {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.covercontain a {
	text-decoration: none;
}

.cover {
	/* width: 20%; */
	float: left;
	margin: 0;
	padding: 10px;
}

.coversmall {
	height: 190px;
	width: 125px; 
	float: left;
	margin: 0;
	padding: 5px 10px;
}

.cover img, .coversmall img {
	margin: 0;
	padding: 4px;
	border: 1px solid #68AA93; /* COLOR: lIGHT GREEN  */
	border-bottom-color: #568D7A; /* COLOR: DARK GREEN  */
	border-right-color: #568D7A;
}

.cover a:hover img, .coversmall a:hover img {
	margin: 0;
	padding: 3px;
	border: 2px solid #480D0E;
	text-decoration: none;
	background: #F7F4D0;
}

.juv {
font: medium "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
}

#kidsmain {
margin: 0 auto;
position: relative;
width: 475px;
}

#kidsread {
float: left;
width: 125px;
height: 290px;
margin: 0;
padding: 0;
background: url(images/kidswhattoread.gif) no-repeat top center;
}

#kidsread img {
padding: 0;
margin-top: 10px;
border: none;
}

#kidsread a:hover {
height: 100%;
}

.kids {
	font-family: "Comic Sans MS", sans-serif;
	}
h2.kids {padding: 0; margin: 0;}
th {font-size: 11px;}
dt {font-size: 12px; font-weight: bold;}
hr {border-top: 1px solid #68AA93}

a:hover {text-decoration: underline;}

.dropcap {
	float:left;
	color:#568D7A;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
	} 

#box {
	position: relative;
	float: right;
	right: 0px;
	width: 130px;
	margin: 0px 2px 5px 5px;
	padding: 5px 10px 8px 10px;
	border: medium double #CE644F;
	font-size: 11px;
	}

#box h4 {
	text-align: center;
	margin-top: -1px;
	}

.language {
	font-size: 11px;
	text-decoration: underline;
	}

.floatleft { 
float: left;
margin-right: 15px;
}

.floatright {
float: right;
margin-left: 10px;
}

/* Styling for LongImages with Descriptors for a tablelike layout without tables */
#longimg {
	padding: 0;
	margin: 0;
}

#longimg li {
	clear: left;
	margin: 10px 25px;
	padding: 2px;
	list-style-type : none;
	color: #480D0E; /* COLOR: BROWN  */
}

#longimg li a {
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #480D0E;
	text-decoration: underline;
}

#longimg li a:hover {
	color: #480D0E;
	background: transparent;
	text-decoration: none;
}

#longimg img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #68AA93; /* COLOR: lIGHT GREEN  */
	border-bottom-color: #568D7A; /* COLOR: DARK GREEN  */
	border-right-color: #568D7A;
	background: transparent;
}

#longimg a img {
	text-decoration: none;
}

#longimg a:hover img {
	padding: 3px;
	border: 2px solid #480D0E;
}

#longimg p {
margin: 0;
padding: 0;
}

	
/* Styling for Databases page for a tablelike layout without tables */
#dbcontain {
	float: left;
	width: 480px;
	padding: 0;
	margin: 5px;
	/* border: 1px solid #568D7A; */
}
/* IE5/Win compensation by adding margins to the list
instead of padding to the container */

#dbcontain dl {
	float: left;
	width: 460px; /* fixes IE/Mac width bug: container width minus margins  */
	margin: 8px;
	padding: 3px;
	display: inline; /* fixes IE/Win double margin bug */
}

#dbcontain h3 {
	width: 480px;
	font-size: 130%;
	margin: 5px 0 5px 10px;
	padding: 0;
	border-bottom: 1px solid #568D7A;
}

#dbcontain dt a {
	float: right;
	width: 267px; /* container width minus margins minus image width: minus image framing below*/
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #480D0E;
	text-decoration: none;
}

#dbcontain dt a .small {
	font-size: 75%;
}

#dbcontain dt a:hover {
	color: #480D0E;
	background: transparent;
	text-decoration: underline;
}

#dbcontain dd {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #480D0E; /* COLOR: BROWN  */
}

#dbcontain dd.img img {
	float: left;
	margin: 3px 8px 0 0;
	padding: 4px;
	border: 1px solid #68AA93; /* COLOR: lIGHT GREEN  */
	border-bottom-color: #568D7A; /* COLOR: DARK GREEN  */
	border-right-color: #568D7A;
	background: transparent;
}

#dbcontain dd.img a img {
	text-decoration: none;
}

#dbcontain dd.img a:hover img {
	padding: 3px;
	border: 2px solid #480D0E;
}

/* reverse float 

#dbcontain .alt dt a {
	float: left;
}

#dbcontain .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
}
*/


	
.tableheader {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #480D0E;
	text-transform : uppercase;
	background-image : url(http://www.noblenet.org/salem/images/spacer_68AA93_1x1.gif);
	background-position : bottom;
	background-repeat : repeat-x;
	;
}
	
.boxjustify {
	text-align: justify;
	}

.fines {
	padding: 0px 5px 10px 5px;
	border: medium double #CE644F;
	font-size: 12px;
	}
	
#catalog_drawers {
	position: relative;
	background-image : url(images/drawers.gif);
	background-repeat : no-repeat;
	height : 110px;
}

#catalog_salem a {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 51px;
	margin-top: 25px;
	padding : 2px 2px 2px 2px;
	background-color : #F7F4D0;
	font-family : Arial, Helvetica, sans-serif;
}

#catalog_noble a {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 195px;
	margin-top: 25px;
	padding : 2px 2px 2px 2px;
	background-color : #F7F4D0;
	font-family : Arial, Helvetica, sans-serif;
}

#kidsmagnifier {
	position: relative;
	float: right;
	width: 200px;
	height: 310px;
	background-image : url(images/kidsmagnifier.gif);
	background-repeat : no-repeat;
	text-align: center;
	}

#kidsbooklist {
	position: relative;
	float: right;
	right: 0px;
	width: 175px;
	height: 325px;
	}


#booklistcover img {
	clear: right;
	float: right;
	margin: 20px 20px 0 5px;
	padding: 4px;
	border: 1px solid #68AA93; /* COLOR: lIGHT GREEN  */
	border-bottom-color: #568D7A; /* COLOR: DARK GREEN  */
	border-right-color: #568D7A;
	background: transparent;
}

#booklistcover a img {
	text-decoration: none;
}

#booklistcover a:hover img {
	padding: 3px;
	border: 2px solid #480D0E;
}

.booklist {
clear: left;
}


.booklist img {
	float: right;
	margin: 20px 20px 0 5px;
	padding: 4px;
	border: 1px solid #68AA93; /* COLOR: lIGHT GREEN  */
	border-bottom-color: #568D7A; /* COLOR: DARK GREEN  */
	border-right-color: #568D7A;
	background: transparent;
}

.booklist a img {
	text-decoration: none;
}

.booklist a:hover img {
	padding: 3px;
	border: 2px solid #480D0E;
}
	
#photo {
	position: relative;
	float: right;
	right: 0px;
	padding: 5px 15px 5px 5px;
	}

#master {
	position: relative;
	height: 100%;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #68AA93;
	text-align: left;
	}

#logo {
	position: absolute;
	width:185px;
	height:126px;
	top: 0px;
	left: 0px;
	background-color: #68AA93;
	}

#breadcrumb {
	position: absolute;
	height: 25px;
	width: 100%;
	top: 98px;
	right: 185px;
	left: 0px;
	background-color: #F7F4D0;
	text-indent: 200px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	text-transform : uppercase;
	padding-top: 3px;
	color: #68AA93;
	}

#breadcrumb a {
	color: #68AA93;
	text-decoration: none;
	}
	
#breadcrumb a:hover {text-decoration: underline;}
	
#picture {
	position: absolute;
	height:90px;
	width: 500px;
	padding: 4px 0px 0px 5px;
	top: 0px;
	right: 0px;
	background-color: #568D7A;
	}

#address {
	position: absolute;
	top: 14px;
	left: 330px;
	font-weight: bold;
	font-size: 12px;
	color : #F7F4D0;
	}

#address a {	
	font-weight: bold;
	font-size: 11px;
	color : #F7F4D0;
	text-decoration: none;
	}
	
#address a:hover {	
	text-decoration: underline;
	}
	
#nav {
	position: absolute;
	top: 126px;
	left: 0px;
	width:153px;
	background-color: #68AA93;
	text-align: right;
	}
	
.navSection {
	color: #F7F4D0;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	line-height: 16px;
	padding-right: 5px;
	}

#content {
	background-color: #F7F4D0;
	position: absolute;
	left: 153px;
	right: 0px;
	top: 126px;
	min-height: 250px;
	padding: 0px 20px 5px 25px;
	}

#content a {
	color: #480D0E;
	}

#content a:hover {
	text-decoration: none;
	background-color: #68AA93;
	color: #F7F4D0;
	}

#splitcontain {clear: both; float: left; margin-top: 25px;}	
.splitcontentleft{clear: left; float:left; width:48%;}
.splitcontentright{clear: right; float:right; width:48%;}
.underline{border-bottom: 1px solid #68AA93; clear: both; padding:5px 0 0 0; margin: 0;}

#footer {	
	clear: both;
	padding-top: 25px;
	position: relative;
	bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	line-height: 24px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}





