@charset "UTF-8";
/* colors
	Green #7E8D51  
	Brown #a65300
	Gray #666
*/
body {
	font-family: "Times New Roman", Times, serif;
	background: white;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:.9em;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	color:#666;/* font color*/
	text-align:left; /* this overrides the text-align: center on the body element. */
}
#container a:link, #container a:visited {
	text-decoration: none;
	color: #a65300;
}
#container a:hover, #container a:active {
	text-decoration: none;
	color: #7E8D51;
}
#header {
	padding: 0 10px 0 20px;
	width: 780px;
}
h1 {
	color:#7E8D51;
	margin: 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	Font-size:1.2em;
}

/*sub Nav is the sub navigation for the about, faith and directors pages */
	#subNav {
		/*border-bottom: solid #a65300 1px;
		border-left: solid #a65300 1px;*/
		font-size:.9em;
		width:724px;
		float: left;
		text-align: left;
		margin:0;
		padding:0 0 0 5px;
		border-left: solid #a65300 1px;
	}
	
	#subNav ul {
		list-style:none;
		margin:0 10px 0 0px;
		padding:0;
		float:left;
		width:350px;
	}
	#subNav li {
		float:left;
		/*line-height: 1.5em;text-indent: 5px;*/
		margin:0 5px;
		
	}
	#subNav li a:link, #subNav li a:visited {
		list-style:none;
		
		color: #666;
		text-decoration: underline;
		padding: 0 0px 0 10px;
	
	}
	#subNav li a:hover, #subNav li a:active {
		text-decoration: underline;
		color: #a65300;
	}
	.currentSub {			/* used on the faith and directors pages for the sub links to each of these pages   */
		margin:0 5px ;
		font-weight:bold;
	
	}
	
/* #nav is tab nav for all the site. */
	#nav {
		width:780px;
		float: left;
		top:150px;
		list-style:none;
		margin:10px 0 10px 0px;
		border-bottom: solid #a65300 05px;
		text-align:center;
	}
	#nav ul {
		list-style:none;
		margin:0 0 0 13px;
		padding:0;
	}
	#nav li {
		height:25px;
		float:left;
		margin:0 4px;
		padding:0;
		line-height: 1.5em;/*text-indent: 5px;*/
	}
	#nav li a:link, #nav li a:visited {
		list-style:none;
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 0 2px 0 2px;
		width:94px;
		height: 25px;
		background: url(../images/tabs1.gif) no-repeat left bottom;
	}
	#nav li a:hover, #nav li a:active {
		text-decoration: none;
	
		font-weight:bold;
	}
	#nav li a.current {
		font-weight:bold;
		margin:-5px;
		height: 30px;
		background: url(../images/tabshadow1.gif) no-repeat left top;
		color:#fff;
		
	}

#nav li a.current:hover {
	cursor:default;
}
#content {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 20px;
	top: 208px;
	border-left: solid #a65300 1px;
	text-align:left;
	width: 750px;
}
#contentLeft {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 20px;
	top: 208px;
	border-left: solid #a65300 1px;
	text-align:left;
	width: 483px;
}
#contentRight {
	Float:left;
	Width:235px;
	Top:397px;
	Left:479px;
	padding: 0 10px 0 20px;
	border-left: solid #a65300 1px;
	text-align: left;
}
#contentOne {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 20px;
	top: 208px;
	border-left: solid #a65300 1px;
	text-align:left;
	width: 250px;
	list-style-image: url(../images/GreenDot7E8D51.gif);	
}
p {
	margin: 1ex 0;
}
#content p {
	margin: 2ex 0;
	border-bottom: solid #7E8D51 1px;
}
#contentImage {
	top:208px;
	float:left;
	padding:0 10px 10px 10px;
}
#contentTwo {
	float:left;
	width:200px;
	top:397px;
	padding: 0 10px 0 20px;
	border-left: solid #a65300 1px;
	text-align: left;
}
#contentThree {
	Float:left;
	Width:235px;
	Top:397px;
	Left:479px;
	padding: 0 10px 0 20px;
	border-left: solid #a65300 1px;
	text-align: left;
}
#contentMap {
	float:left;
	width:525px;
	height:480px;
	border: solid #7E8D51 2px;
	padding: 10px 10px 10px 10px;
}
#mapInner {
	border:solid #a65300 3px;
	width:520px;
	height:465px;
	padding:10px 0 0 0;
}
#mapInner a {
	text-decoration:none;
	font-size:10px;
}
/*==== Miscellaneous Styles ====*/

.clear {
	clear: both;
}
#footer {
	float:left;
	text-align: center;
	display: block;
	margin:10px 0 0 0;
	padding: 5px;
	width:780px;
	height:60px;
	left: 2px;
}
#footer p {
	margin: 0;
	padding: 0;
	top:55px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #a65300;
	font-size: 12px;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #660;
	font-size: 12px;
}
.copyright {
	font-size: 10px;
	font-style: italic;
	color: #a65300;
	text-align: center;
}

#footer {
	padding: 0 10px 0 20px;
	clear: left;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border: solid #fff 1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.director {
	display: block;
	float:left;
	width: 240px;
	margin:0 5px 20px 5px;
	text-align:center;
}



#contentOneA,	#contentOneB	{
	font-size:1em;
	width:120px;
	float:left;
		
}
