@charset "UTF-8";
/* CSS Document */
/*green #73BF41
Blue #049FC5
Text #252525 */

#myGallery
{
width: 161px !important;
height: 85px !important;
}



#wrapper	{
	background:#ACACAC;/*Non CSS browsers*/
	background: -moz-linear-gradient(top,  #707070,  #ACACAC);
	background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#ACACAC));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#ACACAC');/*filter for IE*/
	height:1060px;
	width: 910px;

	margin: 0 auto;
	box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc
	
}

#container	{
	position:relative;
	Height:1060px;
	width: 910px;
	text-align:left;
	box-shadow: -5px- 5px 5px #ccc;
	-moz-box-shadow: -5px -5px 5px  #ccc;
	-webkit-box-shadow: -5px -5px 5px  #ccc;
	 text-align:left;
}
body {
border:none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 10px 0 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:0.9em;
	
}
body a:link, body a:visited	{
	
	color:#049FC5;
	text-decoration: none;
}
body a:hover, body a:active	{
	text-decoration: none;
	color:#73BF41;;
}
#hDiv1 a	{
	color:#049FC5;
}
#hDiv1 a:hover, #hDiv1 a:active	{
	color:#33CC33;
}

.topHeader	{
	font-style:;
	font: Arial;
	font-style:italic;
	color:#ffffff;
	padding:2px 30px 2px 0;
	text-align:right;
	font-size: 20px;
}
#nav	{
	float: left;
	width:913px;
	background:url(../images/NavBG.jpg) no-repeat;
	color:#fff;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#nav ul	{
	list-style:none;
	line-height: .5em;/*text-indent: 5px;*/
}
#nav li		{
	display: inline;
	list-style-type: none;
	padding-right: 29px;
	
}
#nav li	a:link, #nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav li	a:hover, #nav a:active {
	text-decoration: none;
	color:#73BF41;
	 
	
}
#header	{
	float:left;
	
}
#header	 img	{
	border:none;
	
}
#newsHeaderTop	{
	position:absolute;
	float:left;
	top:0;
	left:0;
	background:url(../images/NavNewsBG.jpg) no-repeat;
	width:283px;
	height:33px;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	padding:5px 0 10px 10px;
	border:none;
		z-index:10;
	}
.newsHeader	{
	position:absolute;
	float:left;
	background:url(../images/NavNewsBG.jpg) no-repeat;
	width:283px;
	height:33px;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	padding:5px 0 10px 10px;
	border:none;
	z-index:10;
}

h1 {
	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 ha
	s a border around it, this is not necessary as that also avoids the margin collapse */
	margin:25px 0 0 20px;
	font-size:25px;
	color:#049fc5;
	
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
}
h2	{
	Margin-left:35px;
	font-size:19px;
	color:#252525;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#252525;
	Margin-left:35px;
	Margin-right:25px;
}

#hDiv1 img	{
	float:right;
	margin:10px 20px 0 10px;
	border:none;
	}
#hDiv1Need	{
	float:left;
	margin:0px 0px 0 30px;
}
#hDiv1Want	{
	float:right;
	margin:0px 25px 0 0px;	
}
#hDiv1Want	a:link, #hDiv1Want a:visited {
	text-decoration: none;
	color: ##fff;
	box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
}
#hDiv1 p	{
	line-height: 1.4em;
}
#hDiv1	{
	margin:16px 8px 8px 16px;
	float:left;
	width:587px;
	height:505px;
	background:#FFF;
}
#hDiv2	{
	position:relative;
	margin: 16px 16px 8px 0;
	float:left;
	width:283px;
	height:145px;
	background:#FFF;
}
#hDiv2	img {
	position:absolute;
	vertical-align:middle;
	display: block;
    left:60px;
	top:23px;
}
#hDiv3	{
	margin: 0 8px 8px 0;
	float:left;
	width:283px;
	height:578px;
	background:#FFF;
	overflow:auto;	
	
}
#hDiv3 img	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
#bpDiv3	{
	float:right;
	width:283px;
	height:578px;
	margin: 16px 8px 8px 0;
	
	background:#FFF;
	overflow:auto;
}
.date	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	Margin-left:20px;
	font-weight:bold;
}
.headline	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#049FC5;
	Margin-left:30px;
	margin-bottom: 5px;
	font-weight:bold;
}
.ailments	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#252525;
	Margin-left:30px;
	margin-bottom: 5px;
	
	
}

.headline a:link, .headline a:visited	{
	
	color:#049FC5;
	text-decoration: none;
}
.headline a:hover, .headline a:active	{
	text-decoration: none;
	color:#73BF41;;
}
#hDiv4	{
	position:absolute;
	top:772px;
	left:0;
	margin: 0 8px 8px 16px;
	float:left;
	width:587px;
	height:217px;
	background:#fff;
}
#hDiv4 img	{
	float:left;
	margin:10px 10px 0 10px;
	border:none;
	}
	
	/*Replaces divs 2 and 3 on the right side*/
	#bpDiv5	{
		height:731px;
		width:283px;
		float:right;
		margin: 16px 16px 8px 0;
		background:#FFF;
	}
#bpDiv1		{
		margin:16px 8px 8px 16px;
		float:left;
		width:880px;
		height:925px
		height:505px;
		background:#FFF;
	}
#footer	{
	text-align:center;
	margin:0px 16px 16px 16px;
	float:left;
	clear:both;
	width:878px;
	height:45px;
	background:#FFF;
	line-height: .4em;
}
#content p {
	margin: 2ex 0;
	border-bottom: solid #7E8D51 1px;
}
.director {
	
	float:left;
	width: 200px;
	height:200px;
	margin:0 5px 20px 8px;
	text-align:center;
}
	.emailBox	{
		color:#666;
		height:18px;
		background:#ECECEC;
		padding:10px 0 0 0;
		Margin-left:35px;
		padding-left:15px;
		font-size:15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
	}
	.submit	{
		float: left;
		position:absolute;
		top: 155px;
		left:35px;
		}
	#contentMap {
	margin:25px 5px;
	float:left;
	width:500px;
	height:505px;
	border: solid #049FC5 2px;
	padding: 10px 10px 10px 10px;
	box-shadow:5px 5px 05px #666;
	box-shadow:5px 5px 05px #666;
		-webkit-box-shadow:5px 54x 5px #666;
		-webkit-box-shadow:5px 5px 05px #666;
		-moz-box-shadow:5px 5px 05px #666;
		-moz-box-shadow:5px 5px 05px #666;
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
}
#mapInner {
	border:solid #73BF41 3px;
	width:495px;
	height:490px;
	padding:10px 0 0 0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#mapInner a {
	text-decoration:none;
	font-size:10px;
}

.faithlist li	{
	font-size:12px;
   text-decoration:none;
   list-style: none;
   line-height:1.5em;
}
/*green #73BF41
Blue #049FC5*/
