/* Begin Clearing Styles */ 

div.clearleft {
	clear: left;
	margin: 2px;
}
div.clearer{
clear: left;
height: 5px;
display: block;
}

div.clear2{
clear: right;
height: 5px;
display: block;
}

div.clearBoth{
clear: both;
height: 5px;
display: block;
}


/* Begin HaveAGoodDay Initial Styles
 * Specific for Image Maps */

body{
	background-image:url(../generalLibrary/wood-8.jpg);
	background-repeat: repeat;
	width: 100%;
	margin: 0;
	padding: 0;
}

div#mainDiv{
	width: 2020px;
	margin: 0;
	padding: 0;
	border-width: 0 4px;
	border-style: solid;
	border-color:  #336600;
	background-color: #ccdbba;
}

/* Begin HaveAGoodDay Top of Header Styles 
* These styles are specific to map
 * */

div#greenBack div#topHead{
	width: 2020px;
	margin: 0;
	background-color: #030;
}

div#greenBack #topHead img{
	margin: 10px;
}

div.fr1{
	float: left;
	width: 300px;
}

div.fr2{
	float: left;
	width: 200px;
}

/* Begin HaveAGoodDay Bottom of Header Styles */
/*
div#wider {
	background-image: url(../generalLibrary/logo_back.jpg);
	background-repeat: repeat;
	background-color: #133f26;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: solid #9adb4d 1px; 
}

#header {
	width: 960px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	background-image: url(../generalLibrary/logo_back.jpg);
	background-repeat: repeat;
	background-color: #133f26;
}

#header img {
	float: left;
	padding: 25px;
}

#textholder {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	display: block;
	float: left;
	width: 32em;
	padding-bottom: 30px;
}
#textholder h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	font-weight: bolder;
	color: #ecc93d;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-style: italic;
}
#textholder h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bolder;
	color: #ECC93D;
}

/* Styles for Menu Under Header Div 
*/
div#headerMenu{
	height: 50px;
	background-color: #09F;
	width: 100%;
	background-image:url(../generalLibrary/menuHeaderPics/home.jpg);
	background-repeat: repeat-x;
}
/*
div#homeButton{
	float:left;
	height: 50px;
	width: 80px;
	border-right: #FFF 2px solid;
}

div#homeButton h1 a:link, div#bible h1 a:link, div#bibleSearch h1 a:link, div#library h1 a:link, div#books h1 a:link, div#dvds h1 a:link, div#contact h1 a:link{
	padding: 14px 8px 13px 8px;
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#ccdbba;
	display: block;
}

div#homeButton h1 a:visited, div#bible h1 a:visited, div#bibleSearch h1 a:visited, div#library h1 a:visited, div#books h1 a:visited, div#dvds h1 a:visited, div#contact h1 a:visited{
	padding: 14px 8px 13px 8px;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#ccdbba;
	display: block;
}

div#homeButton h1 a:hover, div#bible h1 a:hover, div#bibleSearch h1 a:hover, div#library h1 a:hover, div#books h1 a:hover, div#dvds h1 a:hover, div#contact h1 a:hover{
	padding: 14px 8px 13px 8px;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FC3;
	display: block;
}

div#homeButton h1 a:active, div#bible h1 a:active, div#bibleSearch h1 a:active, div#library h1 a:active, div#books h1 a:active, div#dvds h1 a:active, div#contact h1 a:active{
	padding: 14px 8px 13px 8px;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FC3;
	display: block;
}

*/


/*

div#bible{
	float:left;
	height: 50px;
	width: 150px;
	border-right: #FFF 2px solid;
}
div#bibleSearch{
	float:left;
	height: 50px;
	width: 130px;
	border-right: #FFF 2px solid;
}

div#library{
	float:left;
	height: 50px;
	width: 210px;
	border-right: #FFF 2px solid;
}


div#books{
	float:left;
	height: 50px;
	width: 100px;
	border-right: #FFF 2px solid;
}


div#dvds{
	float:left;
	height: 50px;
	width: 100px;
	border-right: #FFF 2px solid;
}

div#contact{
	float:left;
	height: 50px;
	width: 160px;
	border-right: #FFF 2px solid;
}


/* Styles for Menu 

div#menu {
	display: block;
	padding: 2px;
	width: 216px;
	float: left;
	margin-top: 0px;
	background-color:#9adb4d;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	float: left;
	padding: 0;
}
#menu ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu ul li a:link {
	color: #9adb4d;
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	padding: 4px;
	text-decoration: underline;
	background-color: #030;
	border-bottom: solid #9adb4d 2px; 
}
#menu ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #8ab27c;
	text-decoration: underline;
	display: block;
	text-align: left;
	padding: 4px;
	border-bottom: solid #9adb4d 2px;
	background-color: #030;
	font-size: 1.25em;
}
#menu ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-decoration: underline;
	display: block;
	border-bottom: solid #9adb4d 2px;
	padding: 4px;
	color: #f0d91a;
	background-color: #030;
}

#menu ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-decoration: underline;
	display: block;
	border-bottom: solid #9adb4d 2px;
	padding: 4px;
	color: #f0d91a;
	background-color: #030;
}

/* Styles for bookInfo.php Include */

div#bookMatrix{
	float: left;
	width: 1800px;
}

div#bookMatrix h1.bookRec{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.8em;
	text-align: left;
	color: #6F6;
	background-color: #060;
	width: auto;
	padding: 5px;
	margin: 5px;
	border: #FC0 solid 1px;
}

div#bookMatrix div#bookDetailsDiv{
	background-color: #FFC;
	width: auto;
	padding: 5px;
	margin: 5px;
	border: #FC0 solid 1px;
}

div#bookMatrix div#bookDetailsDiv h2.bookDetails{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	text-align: left;
	color: #060;
	background-color: #FFC;
	width: auto;
	padding: 5px;
}

h2.bookDetails em{
	font-style:italic;
	color: #960;
}

div.bookImageDiv{
	text-align: center;
	background-color: #FFC;
	width: auto;
	padding: 5px;
	margin: 5px;
	border: #FC0 solid 1px;
}

/* Styles For Buying Book */

div.divide {
	float: left;
	width: 50%;
}

div.half {
	background-color: #FFC;
	margin: 5px;
	padding: 5px;
	width: auto;
	border: 2px solid #000;
}
div.half h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #060;
	background-color: #FF6;
	text-align: center;
	width: auto;
	border: 2px solid #000;
	margin: 5px;
	padding: 0.5em;
}
div.half p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #000;
	text-align: center;
}


.tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	
