/*  Hava Printz updated Oct 2006  */
/* author: S. Ann Meadows (m3cats)  */


body {
	margin: 1px 0px 5px 0px;
	color: #F4EFBB;
	background-color: #765122;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat;
}


p {
font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 95%;
	margin-top: 0px;
	padding: 0px 25px 0px 25px;
	text-align: left;
   line-height: 140%;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: optima, Arial, Helvetica, sans-serif, Verdana, Geneva;
	padding: 10px 25px 1px 15px;
	font-weight: bold;
	text-align: left;
	color: #D0B242;
	background-color: transparent;
}

h1, h2{
text-transform: capitalize;
}

h1{
	font-size: 120%;
}

h2{
font-size: 110%;
}
	
h3 {
font-size: 100%;
}

h4 {
font-size: 95%;
}

h5 {
font-size: 85%;
padding: 1px 20px 1px 15px;
}

h6 {
font-size: 80%;
padding: 1px 20px 1px 15px;
text-align: center;
}

/* styles navigation link for other text on the pages */
a, a:link
	{
	color: #F4EFBB;
	background: transparent;
	text-decoration: underline;
}

	
a:visited {
	text-decoration: none;
	color: #F5F5DC;
	background: transparent;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ECBE23;
	background: Black;
}

ul {
	font-size: 90%;
	text-align: left;
	margin-top: 0px;
	margin-left: 50px;
	padding: 2px 10px 2px 10px;
}
	
li {
	padding: 2px 2px 2px 2px;
	text-align: left;
}
	


acronym, abbr, dfn
{
	border-bottom: 1px dotted #330;
	cursor: help;
}

/* -- div ids -- */



#container  /* -- holds page -- */
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 680px;
	margin: 1px 0px 5px 0px;
	padding: 1px 10px 5px 10px;
	background-color: #765122;
	color: #F4EFBB;
	background-image: url(../images/bkgdCont.jpg);
	background-repeat: repeat-y;
	line-height: 130%;
}



	

/* - div to hold main content - */
#content 
{
   width: 660px;
	padding: 170px 0px 10px 0px;
	margin: 15px 15px 15px 15px; 
	clear: both;
}

/* - div to hold picture for main content - */
#pic 
{
   width: 640px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
	clear: both;
}

/* - table to hold catalog on catalog page - */
.inner_table_row {
	color: #F4EFBB;
	background-color: #714D29;
	vertical-align: middle;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 1px 0px;
	border: 3px solid olive;
	width: 100%;
}

/* styles for changing background color to olive green*/
#chgcolor{
	background-color: Olive;
}

#footer
{

	width: 650px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 5px;
	clear: both;
}

	

/* NAVIGATION - FOOTER */

#footer p
{ 
	text-align: center;
	}
	
#footer h4 {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0px 1px 0px;
	color: #B9601C;
}
	

	
 #footer .textNav a{
	padding: 4px 1px 4px 1px;
	font-size: 12px;
	text-decoration: none;
	color: olive;
	font-weight: bold;
	border-top: 1px dotted olive;
	border-bottom: 1px dotted olive;

}
  
 #footer .adminNav a{
	padding: 3px 4px 3px 4px;
	font-size: 14px;
	text-decoration: none;
	color: #E6BE21;
	border-left: 1px solid #E6BE21;
	border-right: 1px solid #E6BE21;
}

#footer .copyright { 
font-size: 10px; 
margin-top: 12px; 
line-height: 150%; 
}

#footer .closing {
	font-size: 12px;
	font-weight: bold;
	color: #FACC17;
	background-color: #333015;
	background-image: url(../images/content.png);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* -- holds logo & top Nav -- */
#top  
{
	position: absolute;
	top: 0px;
	left: 0px;
	vertical-align: top;
	width: 650px;
	height: 116px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	clear: both;
}

	
/* SPECIAL CLASSES TO ADJUST ALIGNMENT */

/* class for the images is right float  */

.rtfloat{
	border: 0px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.imgLft{
	border: 0px;
	float: left;
	padding: 0px 15px 10px 0px;
	margin: 0px 10px 5px 0px;
	clear: both;
}

/* class for the images no border  */
.imgClr {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	clear: both;
	border: 0px;
}
.catImg {
	vertical-align: top;
	padding: 30px 0px 0px 0px;
	clear: both;
	border: 0px;
}


/* box to center items in div */
.cntItems {
width: 600px;
text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
	float: none;
	clear: both;
	border: 0px;
}


hr {
	text-align: center;
	width: 90%;
	height: 1px;
	color: #D0B242;
	background-color: #332F14;
}

span.instruct {
font-family: "Times New Roman", Times, serif;
font-size: 11pt;
font-weight: bold;
color: Black;
background-color: transparent;
}



input {
	color: Black;
	background-color: #F0EDE1;
	font-family: "Times New Roman", Times, serif;
}

legend, label {
	font-size: 10pt;
	font-weight: bold;	
}


/* Styles for Sitemap Page */
#sitemap {
width: 600px;
margin: 1px 15px 15px 15px;
}

	.pageSiteMap{
	width: 375px;
	text-align: center;
	border-right: 3px ridge #00220F;
	border-bottom: 3px ridge #00220F;
	border-left: 3px ridge #00220F;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}
	.menuSiteMap{
	color: #00220F;
	background-color: White;
	background-image: url(../images/sitemapTop.jpg);
	height: 30px;
	text-align: center;
	line-height: 25px;
	border-top: 3px ridge #00220F;
	border-bottom: 3px ridge #00220F;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 375px;
}

/* styles for div in contact form */
#contactform{
	background-color: transparent;
	color: #F0E68C;
	border-top: 5px none #C4A700;
	border-bottom: 5px none #7C7030;
	border-right: 5px none #8D6129;
	border-left: 5px none #BDB76B;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 90%;
	text-align: center;
}


/* GUESTBOOK STYLES */

#guestbk{
	background-color: #333015;
	color: #F0E68C;
	border-top: 5px ridge #C4A700;
	border-bottom: 5px ridge #7C7030;
	border-right: 5px ridge #8D6129;
	border-left: 5px ridge #BDB76B;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 90%;
	text-align: center;
}

.guestbkrow1 {
	background-color: #bdb76b;
	width: 23%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bolder;	
	color: #ffedac;
	
}
.guestbkrow2 {
	background-color: #B8860B;
	width: 77%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffedac;
	text-align: left;
}



/* styles for div spacing in contact form */
.form{
	color: #FFEDAC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 20px;
	margin: 5px;
	border: thin dashed #DAA520;
	text-align: left;
}

