@charset "utf-8";
/* CSS Document */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 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 */

body{
	background-image:url(../generalLibrary/wood-8.jpg);
	background-repeat: repeat;
	width: 100%;
	margin: 0;
	padding: 0;
}

div#mainDiv{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-width: 0 4px;
	border-style: solid;
	border-color:  #336600;
	background-color: #ccdbba;
}

/* Begin HaveAGoodDay Top of Header Styles */
/*
div#greenBack div#topHead{
	width: 960px;
	margin: 0 auto;
	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: 960px;
	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 Surround Box */

div.alert{
	
	background-color: #5DC034;
	padding: 1em;
}

div.alert p{
	font-size: 15px;
	font-weight: bolder;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
div#bookMatrix{
	float: left;
	width: auto;
	background-color: #FFC;
	width: 720px;
	padding: 5px;
	margin: 0px;
	border: #FC0 solid 1px;
}


/* Styles for Category Book Boxes*/

h2.subhead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	font-weight: bolder;
	color: #0F4D2A;
	background-color: #25FA82;
	display: block;
	border: 4px solid #000000;
	text-align: center;
	padding: 5px;
	width: 702px;
	margin: 4px;
}
div.linkbox {
	display: block;
	width: 20em;
	float: left;
}


a.linktitle:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #0000ff;
	text-decoration: underline;
	display: block;
	padding-bottom: 0.3em;
}
a.linktitle:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #0F4D2A;
	text-decoration: underline;
	display: block;
	padding-bottom: 0.3em;
}
a.linktitle1:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #104D2C;
	padding-bottom: 0.3em;
}

a.linktitle1:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #0000ff;
	text-decoration: underline;
	padding-bottom: 0.3em;
}
a.linktitle1:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #0F4D2A;
	text-decoration: underline;
	padding-bottom: 0.3em;
}
a.linktitle1:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #104D2C;
	padding-bottom: 0.3em;
}


a.linkbox:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #25FA82;
	padding-bottom: 0.3em;
	display: block;
}
div.linkimg {
	display: block;
	float: left;
	width: 80px;
}
div.linkbox a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.divtext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #000000;
	display: block;
	width: 14em;
	float: left;
	margin-left: 1em;
}
