/* Begin GENERAL PAGE LAYOUT */
body {
	margin:0px auto;
	margin-top: 20px;
	background-color: #708090;
	background-image:url(../img/page_img/background3.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	font-size:1em;
	font-family:"Papyrus", "Tempus Sans ITC", "Monotype Corsiva", "Comic Sans MS", sans-serif;
	}
	/* Ancor Styles (href's) */
a:link {
	color:#2A00FF; 
	text-decoration:none; 
	}
a:visited {
	color:#2A00FF; 
	text-decoration:none; 
	}
a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	}
a:active {
	color:#000000; 
	text-decoration:none; 
	}
/* End GENERAL PAGE LAYOUT */

/* Begin WEBPAGE CONTENT AREA LAYOUT */
	/*	Defines the entire Page Area including:
			Header, Main Area, and Footer
			and any AD areas	*/
	/*	This area has no text style definitions	*/
#pageboarder{
	position: relative;
	overflow: visible;
	margin:auto;
	width:990px;
	}
/*	End WEBPAGE CONTENT AREA LAYOUT	*/
	
/* Begin HEADER STYLES */
#header {
	float:left;
	width:990px;
	height:125px;
	}
/* End HEADER STYLES */

/* Begin MAIN AREA STYLES	*/
	/*	Defines Main Content Area
		Creates place for Navigation Bar and Page Box	*/
	/*	This area has no text style definitions	*/
#mainHolder {
	width:990px;
	margin: auto;
	}
/* End MAIN AREA STYLES	*/

/* 	Begin ROUND CORNERS STYLES	*/
	/*  This area creates the corner elements 
		for page contenet boxes  */
#TLcorner {
	height:14px;
	width:14px;
	float: left;
	background-image:url(/img/page_img/popHomeTLcorn.gif);
	}
#TRcorner {
	height:14px;
	width:14px;
	float: right;
	background-image:url(/img/page_img/popHomeTRcorn.gif);
	}
#BLcorner {
	height:14px;
	width:14px;
	float: left;
	background-image:url(/img/page_img/popHomeBLcorn.gif);
	}
#BRcorner {
	float:left;
	height:14px;
	width:14px;
	background-image:url(/img/page_img/popHomeBRcorn.gif);
	}
/* End ROUND CORNERS */

/* 	Begin NAVIGATION STYLES	*/
	/*	Navigation is the Left Side Bar
		where Site Map/Pages are listed	*/
#nav {
	float:left;
	width:170px;
	min-height:500px;
	height:auto;
	text-align: left;
	font: "Tempus Sans ITC";
	}
#navTop {
	font-size:6px;
	width:170px;
	height:14px;
	float:left;
	}
#navFillMiddle {
	font-size:3px;
	width:142px;
	float: left;
	background-color:#9AB4CF;
	height: 14px;
	}
#navBody {
	width:170px;
	min-height:478px;
	height:auto;
	float:left;
	background-color:#9AB4CF;
	}
#navBodyMiddle {
	float:left;
	width:170px;
	text-align: left;
	min-height: 478px;
	height:auto;
	padding-top: 6px;
	list-style: none;
	}
#navBottom {
	font-size:6px;
	float:left;
	width:170px;
	height: 14px;
	}
	/*	Misc Area Styles	*/
#navBodyMiddle a {
	text-decoration:none;
	}
.subjects {
	margin:0px;
	line-height:100%;
	padding-left:5px; 
	list-style:none; 
	text-decoration:none;
	font-weight:500;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.pages {
	margin:0px;
	line-height:100%;
	padding-left:15px; 
	list-style:none; 
	text-decoration:none;
	font-weight:500;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.selected {
	font-weight:bold;
	}
/* End NAVIGATION STYLES	*/

/* Begin PAGE STYLES	*/
	/*	Page is the content area. */
#page {
	float:right;
	width:800px;
	min-height:500px;
	height:auto;
	margin-left:10px;
	text-align:left;
	}
#pageTop {
	float:left;
	width:800px;
	height:14px;
	font-size:6px;
	}
#pageFillMiddle {
	float: left;
	width:772px;
	height: 14px;
	background-color:#9AB4CF;
	font-size:3px;
	}
#pageBody {
	float:left;
	width:800px;
	min-height:478px;
	height:auto;
	background-color:#9AB4CF;
	}
#pageBodyMiddle {
	float:left;
	width:788px;
	min-height: 478px;
	height:auto;
	padding:6px;
	text-align: left;
	}
#pageBodyTitle{ 
	padding-bottom:4px;
	text-align:center; 
	font-weight:bold;
	font-size:2em;
	color:#02456C;
	}
#pageBodyContent {
	font-size:1.0em;
	text-align:left;
	}
#pageBottom {
	font-size:6px;
	float:left;
	width:800px;
	height: 14px;
	}
	/* Content Styles */
#pageList {
	width:770px;
	text-align:center;
	font-size:1em;
	}
.pageList {
	width:50%;
	}
#timeList{
	width:300px;
	font-size:1em;
	}
#staffList{
	width:770px;
	font-size:1em;
	text-align:center;
	}
.clergyList{
	width:33.3%;
	}
.staffList{
	width:50%;
	}
.staffpics{
	border:none;
	width:150px;
	height:150px;
	}
#arcserml{
	width:380px;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	border:groove;
	border-color:#0033FF;
	border-collapse:collapse;
	border-width:medium;
	}
#arcsermr{
	width:380px;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	border:groove;
	border-color:#0033ff;
	border-collapse:collapse;
	border-width:medium;
	}
.arcsermTitle{
	font-size:2em;
	}
.arcsermSetTitle{
	font-size:1.5em;
	}
.errors {
	color:#FF0000;
	}
.hidden{
	display:none;
	}
/* End PAGE STYLES */

/* Begin AD STYLES	*/
	/*	AD - addtional area of page.
		AD area could be: 
			Right Side, IN Main Area
			below, OUTSIDE Main Area */
#bottom {
	float:left;
	height:190px;
	width:1010px;
	margin-top:10px;
	}
#botMini {
	float:left;
	height:190px;
	width:190px;
	margin-right:10px;
	}
#botMiniLast {
	float:left;
	height:190px;
	width:195px;
	margin:0px 0px;
	}
#botMiniTop {
	float:left;
	height:14px;
	width:190px;
	font-size:3px;
	}
#botMiniFillMiddle {
	float: left;
	height: 14px;
	width:162px;
	background-color:#9AB4CF;
	font-size:3px;
	}
#botMiniBody {
	float:left;
	height:162px;
	width:190px;
	background-color:#9AB4CF;
	}
#botMiniBodyMid {
	float:left;
	height:162px;
	width:162px;
	padding:0px 14px;
	overflow:hidden;
	}
#botMiniBodyPic{
	height:65%;
	margin-bottom:5px;
	overflow:hidden;
	text-align:center; 
	}
#botMiniBodyTitle{
	height:35%;
	overflow:hidden;
	font-size:1.0em;
	text-align:center;
	/*text-shadow:#B1657C .1em .1em .2em;*/
	}
#botMiniBottom {
	font-size:3px;
	float:left;
	width:190px;
	height: 14px;
	}
/* End AD STYLES */

/* Begin BOTTOM NAV STYLES */
#botNav {
	margin-top:20px;
	float:right;
	width: 990px;
        text-align:center;
	font-size:0.8em;
	font-weight:bold;
	color:#FFFBF0;
	}
/* End BOTTOM NAV STYLES */

/* Begin FOOTER STYLES */
#footer {
	margin-top:20px;
	float:left;
	width: 990px;
	font-size:0.8em;
	font-weight:bold;
	color:#FFFBF0;
	}
/* End FOOTER STYLES */

/* Begin MISC STYLES 
	(in all parts of page) */
ol li {
	margin-top:10px;
	}
.invis_selected {
	font-style:italic;
	font-weight:bold;
	color:#CCCCCC;
	}
.ulSpace li {
	margin-top:10px;
	}
.divWidth {
	width:400px;
	}
.paragraphSpace {
	margin-top:20px;
	}
/* end MISC STYLES */
