﻿html	{
	font: 62.5%/1.5 Times, serif;
}

body	{
	color: #825005; /*light brown*/
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

h1	{
	font-size: 1.6em;
	margin: 10px 0 10px 0;
}

h2	{
	font-size: 1.3em;
}

h3	{
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	text-align: center;
}

img 	{
	border-style: none;
}

/*Use block quote for any prayers*/
blockquote	{
	font-style: italic;
}

a	{
	color: #000; /*dark brown*/
	text-decoration: underline;
}

a:hover	{
	color: #6C6926; /*hunter green*/
}

.link img	{
	border: 10px solid #D4CC96;
}

.link img:hover	{
	border: 10px solid #825005;
}

.hideroot {
	display: none;
}

#ctl00_Breadcrumb	{
	font-size: 90%;
}

#ctl00_Breadcrumb a	{
	text-decoration: underline;
}

/*********************/
/**Splash Page Tags**/
/********************/

#splash-wrapper	{
	height: 517px;
	margin: 0 auto;
	width: 689px;
}

#splash-top	{
	background: url(../images/background.jpg) no-repeat;
	height: 436px;
	width: 689px;
}	

#splash-button	{
	background: url(../images/button.png) bottom no-repeat;
	height: 19px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 81px;
}

* html #splash-button	{
	background: url(../images/button.jpg) bottom no-repeat;
}

#splash-footer	{
	background: url(../images/footer.jpg) no-repeat;
	height: 81px;
	width: 689px;
}

/*********************/
/***Inner Page Tags**/
/********************/

#wrapper	{
	border: 1px solid #D7CF9E;
	margin: 0 auto;
	width: 861px;
}

#header	{
	background: #825117; /* url(../images/header.jpg) no-repeat;*/
	height: 121px;
	width: 861px;
	
}

#innerwrapper	{
	background: #F0EAC3 url(../images/nav-back.jpg) left top repeat-y; /*khaki*/
	overflow: hidden;
	width: 861px;
}

#nav	{
	float: left;
	width: 186px;
}

#quote	{
	background: url(../images/quote.png) bottom no-repeat;
	bottom: 0;
	float: left;
	height: 68px;
	margin: 0;
	padding: 0 0 20px 0;

	width: 186px;
}

* html #quote	{
	background: url(../images/quote.jpg) bottom no-repeat;
}

#content	{
	font-size: 1.2em;
	float: left;
	padding:  10px 30px 30px 30px;
	width: 605px;
}

/*********************/
/*****Nav Styles*****/
/********************/

.nav-styles	{
	margin: 20px 0 0 -40px;
}

*:first-child + html .nav-styles	{
	margin: 20px 0 0 0;
}

* html .nav-styles	{
	margin: 20px 0 0 0;
}


.nav-styles li	{
	font-size: 1.5em;
	list-style-type: none;
	padding: 5px 0 5px 10px;
	width: 160px;
}

.nav-styles li span	{
	color: #000; /*light brown*/
	display: block;
	text-decoration: none;
}

.nav-styles li a	{
	color: #825005; /*light brown*/
	display: block;
	text-decoration: none;
}

.nav-styles li a:hover, .nav-styles li a.over 	{
	color: #000;
}

.nav-styles ol	{
	margin: 0 0 0 20px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 140px;
}

.nav-styles ol li	{
	font-size: 0.8em;
	padding: 0;
}

.nav-styles ol li.active	{
	visibility: visible;
}

.nav-styles ol li a	{
	color: #825005; /*light brown*/
	display: block;
	padding: 3px 0;
}

.nav-styles ol li a:hover, .nav-styles ol li a.over	{
	color: #fff;
}

ol.activeParent	{
	position: relative;
}

.nav-styles li.active ol, .nav-styles ol.activeParent li {
	position: relative;
	visibility: visible;
}

.nav-styles ol li span	{
	display: block;
	padding: 3px 0;
}

fieldset {
margin: 10px;
width: 250px;
text-align:left;
color: #000
}

legend {
color: #825005;
font-size:125%;
font-weight:bold
}

