@charset "UTF-8";
body {
	margin: 0; /* 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: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #a5afbb;
	background-repeat: repeat-x;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	background-image: url(images/gbcBkgnd5.jpg);
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 24px less than a full 1004px 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 */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	}
.oneColFixCtrHdr #header {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px 10px 0 20px;
	/*background: #fff;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 190px;
	overflow: visible;
	z-index: 102;
}
.oneColFixCtrHdr #header h1 {
	margin: 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: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	left: 0px;
	top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
	z-index:101;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.center {
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/footBg.gif);
	background-repeat: repeat-x;
	color: #000;
}
.oneColFixCtrHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}
#banner {
	position: absolute;
	left: 426px;
	top: 30px;
	width: 463px;
	height: 158px;
	z-index:102;
	}
#logo {
	height: 151px;
	}
#schedule {
	position:absolute;
	left:646px;
	top:40px;
	width:288px;
	height:130px;
	z-index:103;
	text-align: left;
	vertical-align: top;
	float:right;
	background-repeat: repeat-x;
	border: 1px solid #333;
}
.schedule {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	float: right;
	/*padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;*/
	font-size: 11px;
	color: #400;
}
.textbox {
	border:thin ridge #000;
	padding: 5px;
	margin-bottom: 10px;
}
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}
a.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}
a.nodecor{
	text-decoration:none;
}
#crossMinistries {
	position:absolute;
	left:23px;
	top:169px;
	width:23px;
	height:33px;
	z-index:103;
}
#crossAbout {
	position:absolute;
	left:123px;
	top:169px;
	width:23px;
	height:33px;
	z-index:103;
}
#crossCalendar {
	position:absolute;
	left:223px;
	top:169px;
	width:23px;
	height:33px;
	z-index:103;
}
#crossResources {
	position:absolute;
	left:323px;
	top:169px;
	width:23px;
	height:33px;
	z-index:103;
}
#crossHome {
	position:absolute;
	left:423px;
	top:169px;
	width:22px;
	height:32px;
	z-index:103;
}
#about_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: 450px;
	margin-top: 30px;
	}
#inquiry {
	position:absolute;
	left:466px;
	top:20px;
	width:503px;
	height: 386px;
}
#statement {
	position: absolute;
	left:30px;
	top:330px;
	width:940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
#awanas {
	position:relative;
	left:20px;
	width:400px;
	height:380px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
	text-align: center;
	font-style: italic;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#awanaTime {
	position:absolute;
	left:212px;
	top:132px;
	width:137px;
	height:39px;
	z-index:101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: center;
}
#helpersNeeded {
	position:absolute;
	left:205px;
	top:230px;
	width:156px;
	height:99px;
	z-index:1;
	font-style: normal;
	text-decoration: underline;
}
#childrenLinks {
	position:absolute;
	left:481px;
	top:343px;
	width:500px;
	height:36px;
	z-index:101;
}
#games {
	position:absolute;
	left:550px;
	top:49px;
	width:350px;
	height:250px;
	z-index:2;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#workers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	/*clear: left;*/
	width: 243px;
	position: relative;
	left:11px;
	top:30px;
	margin-left:0px;
	float:left;
}
img.plain{
border:0px;
}
#homeContent {
	position:absolute;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	width: 925px;
	height: 404px;
	left: 32px;
	top: 29px;
}
#staff{
	position: relative;
	left:0;
	top:0;
	margin: 20px;
	padding: 0px;
	width: 900px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
}
#staffText {
	position:absolute;
	left: 300px;
	top: 0px;
	width: 600px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#steveHill {
	position:absolute;
	left:-190px;
	top:18px;
	width:161px;
	height:113px;
	z-index:103;
}
#dennisThompson {
	position:absolute;
	left:-190px;
	top:488px;
	width:161px;
	height:113px;
	z-index:103;
}
.missionsTitle {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#missionMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	text-align: left;
	width: 940px;
	padding-bottom: 0px;
	padding-top: 20px;
	padding-left: 20px;
}
#missionsText {
	position:absolute;
	text-align: left;
	width: 525px;
	left: 270px;
	top: 94px;
}
a.missionMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	width: 75px;
	text-decoration: none;
	color: #400;
}
a.missionMenu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #666;
	height: 20px;
	width: 75px;
	text-decoration: none;
	color: #fff;
	}
#missionList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	top: 40px;
	width: 700px;
	margin: 0px;
	left: 125px;
	padding-top: 20px;
	padding-left: 150px;
}
#location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	color: #000;
	text-align: left;
	vertical-align: top;
	position: absolute;
	left: 578px;
	top: 69px;
	height: 2865px;
	width: 283px;
}
#women{
	position: relative;
	left:0;
	top:0;
	margin: 10px;
	padding: 0px;
	width: 920px;
}
.womenMission {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	text-align: center;
	position: relative;
	width: 600px;
	left: 30px;
	top: 0px;
	line-height: 20px;
	z-index: 104;
}
.womenText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	text-align: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#womenEvents {
	position:absolute;
	left:747px;
	top:54px;
	width:166px;
	height:253px;
	z-index:104;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-align: center;
	padding: 5px;
	border: 3px outset #29435d;
	margin: 0px;
	background-color: #FFFFCC;
}
.hiddenImage {
	visibility:hidden;
	width:0px;
	height:0px;
}
#sheilaWest{
	position:relative;
	float:right;
	top:0px;
	right:0px;
	width: 600px;
}
.kidLinks {
	font-family: "Comic Sans MS", cursive;
	color: #F00;
}
#banner_div{
	z-index:102;
	height: 300px;
	width: 590px;
	text-align: center;
	vertical-align: middle;
}
#bulletin {
	position: absolute;
	width: 377px;
	left: 601px;
	top: -16px;
	font-size:12px;
	line-height:18px;
	z-index: 105;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: justify;
	padding-left: 5px;
}
.d1{
	background-image: url(images/footBg.gif);
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	width: 335px;
	padding-left:20px;
	font-size: 12px;
	line-height: 30px;
}
.d2{
	background-color: #a5afbb;
}
.eventP{
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	height: 20px;
	font-size: 14px;
}
#playWindow{
	float:right;
	padding: 0px;
	z-index: 104;
	left: 55%;
	top: 50px;
	height: 90px;
	width: 335px;
	position: fixed;
}
#player2{
	padding: 0px;
	position: absolute;
	float: right;
	z-index: 104;
	left: 55%;
	top: 40px;
	height: 90px;
	width: 335px;
}
.playWindow{
	background-color:#FFF;
	width:380px;
	height:120px;
}
#pz{
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	left: 308px;
	width: 603px;
	top: 136px;
	font-size: 12px;
	line-height: 24px;
}
#menGoals{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:24px;
	padding-left:20px;
	padding-right:20px;
}
