/*  Hava Printz updated June 2006  */
/* author: S. Ann Meadows (m3cats)  */


body {
	margin: 1px 0px 5px 0px;
	color: black;
	background-color: white;	
}


p {
font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 95%;
	margin-top: 0px;
	padding: 0px 30px 0px 30px;
	text-align: left;
   line-height: 140%;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: optima, Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-weight: bold;
	text-align: left;
	color: black;
	background-color: white;
}

h1, h2{
text-align: center;
text-transform: capitalize;
}

h1{
	padding: 20px 30px 2px 30px;
	font-size: 130%;
}

h2{
 padding: 10px 30px 0px  30px;
font-size: 115%;
}
	
h3 {
padding: 10px 30px 0px  30px;
font-size: 105%;
}

h4 {
padding: 10px 30px 0px  30px;
font-size: 95%;
}

h5 {
padding: 10px 30px 0px 30px;
font-size: 85%;
}

h6 {
padding: 10px 30px 0px 30px;
font-size: 75%;
}

/* styles navigation link for other text on the pages */
a, a:link
	{
	color: black;
	background: white;
}

	
a:visited {
	text-decoration: none;
	color: black;
	background: white;
}
a:hover, a:active {
	text-decoration: underline;
	color: black;
	background: white;
}

ul {
	font-size: 90%;
	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 -- */
{
	width: 650px;
	margin: 5px 0px 5px 0px;
	background-color: white;
	color: black;
	line-height: 130%;
}


/* -- holds logo & top Nav -- */
#top  
{
display: none;
}


/* - div to hold main content - */
#content 
{
   width: 630px;
	padding: 30px 10px 30px 10px;
	margin: 0px 0px 0px 0px; 
	clear: both;
}

/* - div to hold picture for main content - */
#pic 
{
   width: 640px;
	padding: 50px 0px 10px 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
	clear: both;
}

/* - table to hold catalog on catalog page - */
.inner_table_row {
	color: black;
	background-color: #F5F5F5;
	vertical-align: middle;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 1px 0px;
	border: 1px solid black;
	width: 100%;
}

/* styles for changing background color to olive green*/
#chgcolor{
	background-color: silver;
}

#footer
{
display: none;
}

	

/* NAVIGATION - FOOTER */

#footer p
{ 
	display: none;
	}
	
#footer h4 {
display: none;
}
	

	
 #footer .textNav a{
display: none;
}
  
 #footer .adminNav a{
	display: none;
}

#footer .copyright { 
display: none;
}

#footer .closing {
display: none;
}



	
	
/* SPECIAL CLASSES TO ADJUST ALIGNMENT */

/* class for the images is right float  */

.rtfloat{
display: none;
}

.imgLft{
display: none;
}

/* class for the images so border  */
.imgClr {
display: none;
}



hr {
display: none;
}

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 */

	.pageSiteMap{
	width: 380px;
	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 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;	
}


/* 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;
}

