/* CSS Document */


/* ============ holds the background color of the site ===================== */
body {
	background-color: #FFCC99;
	background-image:url(../images/pattern_038.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

/* ============ container that holds all content as well as creates the outer border ================*/
#holder {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	position: relative;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	left: 3px;
	top: 0px;
	background-color:#FFFFFF;
	
	
	border-right: solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #990000;
	border-left: solid;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #990000;
	border-bottom: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #990000;
}


#header {
	z-index: 2;
	height: 200px;
	width: 846px;
	background-repeat: no-repeat;
	background-position: top;
	top: 0px;
	margin: 0px;
	padding: 0px;
}


#banner {
	height: 200px;
	width: 846px;
	z-index: 3;
	background-image: url(../scripts/php/random-banner.php);
	background-repeat: no-repeat;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

/* ===== begin menu section, holds the menu container, do not edit unless you know what you are doing ======== */
/*
#menu {
	width: 100%;
	position: relative;
	top: 200px;
	z-index: 500;
	background: #990000;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #990000;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 9em;
	float: left;
}

#menu a, #menu h1 {
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	display: block;
	color:#FFFFFF;
	background: #990000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
}

#menu h1 {
	color:#FFFFFF;
	background: #990000;
	padding: 0;
	margin: 0;
}

#menu a {
	color:#FFFFFF;
	background: #990000;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #330000;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menuDown h1 a:link, #menuDown h1 a:visited, #menuDown h1 a:hover, #menuDown h1 a:active {
	display: block;
	color:#000000;
	background-color:#FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	text-decoration:none;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
*/

#menu {
/*
	width: 846px;
	position: relative;
	top: 200px;
	background: #990000;
	*/
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	width: 100%;
background: #990000;
float: left;
z-index: 500;
}

#menu ul {
/*
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	*/
	list-style: none;
margin: 0;
z-index: 501;
padding: 0;
width: 6em;
float: left;
}


#menu h1 a:link, #menu h1 a:visited {
	z-index: 502;
	display: block;
	color:#FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	text-decoration:none;
}

#menu h1 {
	color:#FFFFFF;
	background: #990000;
	padding: 0;
	margin: 0;
}

#menu h1 a:hover {
	color: #FFFFFF;
	background-color: #330000;
}


#menuDown h1 a:link, #menuDown h1 a:visited, #menuDown h1 a:hover, #menuDown h1 a:active {
	display: block;
	color:#000000;
	background-color:#FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	text-decoration:none;
}

#menu .sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #990000;
	width: 175px;
	margin: 0;
}
	

#menu .sub a {
	color: #FFFFFF;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}

#menu .sub a:hover  {
	color: #FFFFFF;
	background-color: #330000;
}

#menu li {
	position: relative;
}


#menu ul ul ul {
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}
/* ===== end menu section ==================================================== */

/* ===== begin CONTENT section ===========================*/
#contentHeader, #splashBoxHeader {
	clear: left;
	float: left;
	/* left: 0px; */
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 5;
	/* top: 380px; */
	height: 20px;
	width: 800px;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

#contentBox, #splashBox {
	clear: left;
float: left;
	color: #000000;

	margin-left: 20px;
	margin-top: 5px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 800px;
	z-index: 5;
	height: 100%;
	/*
	height: 350px;
	overflow: auto;
	overflow-y: scroll; 
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	*/
}

#contentBox td {
	color: #000000;
	background-color: #FFFFFF;
	border: #FFFFFF;
	width: 800px;
}

#contentBox a:link, #contentBox a:visited {
	color: #990000;
	border-bottom: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}

#contentBox a:hover {
	color: #660000;
	border-bottom: solid;
	border-bottom-width: 1px;
}

/* =========== end CONTENT section ======================================== */

/* ===== begin NEWS section, shown only on the home page ===========================*/
#newsHeader, #siteMapHeader {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 10px;
	z-index: 5;
	height: 20px;
	width: 450px;
	margin-right: 10px;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

#newsBox, #siteMap {
	float: left;
	clear: left;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	margin-left: 10px;
	width: 450px;
	z-index: 5;
	height: 100%;
	/*
	height: 350px;
	overflow: auto;
	overflow-y: scroll; 
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	*/
}
/* =========== end NEWS section ======================================== */

/* =========== begin FOOTER section ==================================== */
#footer {
	width: 846px;
	height: 17px;
	position: relative;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #990000;
	background-repeat: no-repeat;
	clear: both;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	z-index: 5;
}
/* ========= end FOOTER section ======================================= */

/* ========= QUICK LINKS section ====================================== */
#quickHeader {
	/* left: 450px; */
	/*
	clear: right;
	float: right;
	*/
	clear: right;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 5;
	height: 20px;
	width: 325px;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

#quickBox {
	/*
	float: right;
	clear: right;
	*/
	float: right;
	clear: right;
	margin: 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	width: 325px;
	z-index: 5;
	height: 100%;
	/*
	height: 350px;
	overflow: auto;
	overflow-y: scroll; 
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	*/
}

#quickBox ul {
	list-style: none;
	margin-left: 10px;
	padding: 0;
}

#quickBox a:link, #quickBox a:visited {
	display: block;
	color:#990000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	margin: 0;
	text-decoration: none;
}

#quickBox a:hover {
	color: #FFFFFF;
	background-color: #660000;
}
/* ================ end QUICK LINKS section ==============================*/

/* ========= begin FEATURED BOOK section, show only on the home page ============================== */
#featuredHeader {
	/* left: 450px; */
	clear: right;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 5;
	top: 380px;
	height: 20px;
	width: 325px;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

#featuredBox {
	float: right;
	clear: right;
	margin: 10px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	width: 325px;
	top: 400px;
	z-index: 5;
	height: 100%;
	/*
	height: 350px;
	overflow: auto;
	overflow-y: scroll; 
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	*/
}

#featuredBox img {
	border: 2px solid #CCCCCC;
	padding: 5px;
}

/* ========= end FEATURED BOOK section, show only on the home page ============================== */

/* ============= begin site map link formatting ============================================*/
#siteMap ul {
	list-style: none;
	margin-left: 10px;
	padding: 2px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#siteMap a:link, #siteMap a:visited {
	color: #990000;
	border-bottom: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}

#siteMap a:hover {
	color: #660000;
	border-bottom: solid;
	border-bottom-width: 1px;
}
/* ============= end site map link formatting ============================================*/

/* ========= MAIN LINK SPLASH PAGES section ====================================== */
#splashBox ul {
	list-style: none;
	margin-left: 10px;
	padding: 0;
	margin: 0;
}

#splashBox a:link, #splashBox a:visited {
	display: block;
	color:#990000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	margin: 0;
	text-decoration: none;
}

#splashBox a:hover {
	color: #FFFFFF;
	background-color: #660000;
}
/* ================ end QUICK LINKS section ==============================*/

