@charset "utf-8";
/* CSS Document */

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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 960px;
	height:870px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:133px;
	background-image: url(../images/banner.jpg);
}
#menubar {
	position:absolute;
	left:0px;
	top:133px;
	width:960px;
	height:25px;
	background-color:#5FA127;
}
#flashmovie {
	position:absolute;
	left:0px;
	top:160px;
	width:960px;
	height:200px;
}
#timesdirections {
	position:absolute;
	left:0px;
	top:360px;
	width:198px;
	height:108px;
}
#clickbelow {
	position:absolute;
	left:198px;
	top:360px;
	width:153px;
	height:37px;
}
#getconnected-link {
	position:absolute;
	left:351px;
	top:360px;
	width:256px;
	height:201px;
}
#newtograce1 {
	position:absolute;
	left:607px;
	top:360px;
	width:353px;
	height:99px;
}
#directions-link {
	position:absolute;
	left:198px;
	top:397px;
	width:153px;
	height:39px;
}
#cancellations-link {
	position:absolute;
	left:198px;
	top:436px;
	width:153px;
	height:32px;
}
#newtograce2 {
	position:absolute;
	left:607px;
	top:459px;
	width:133px;
	height:102px;
}
#whycometograce-link {
	position:absolute;
	left:740px;
	top:459px;
	width:220px;
	height:24px;
}
#narrowchurch {
	position:absolute;
	left:0px;
	top:468px;
	width:136px;
	height:343px;
	background-image: url(../images/narrowchurch.jpg);
}
#EPCcalendar /*Internet Explorer*/ {
	position:absolute;
	left:136px;
	top:468px;
	width:215px;
	height:278px;
	background-image: url(../images/events_blue.jpg);
	text-align: center;
	padding-top: 65px;
}
#EPCcalendar /*Firefox*/ {
	position:absolute;
	left:136px;
	top:468px;
	width:215px;
	height:278px;
	background-image: url(../images/events_blue.jpg);
	text-align: -moz-center;
	padding-top: 65px;
}
#largecaltext {
	position:absolute;
	width:215px;
	height:25px;
	font-size: 0.7em;
	left: 136px;
	top: 720px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
#doyouhave-link {
	position:absolute;
	left:740px;
	top:483px;
	width:220px;
	height:39px;
}
#whatisyour-link {
	position:absolute;
	left:740px;
	top:522px;
	width:220px;
	height:24px;
}
#newtograce3 {
	position:absolute;
	left:740px;
	top:546px;
	width:220px;
	height:15px;
}
#announcements {
	position:absolute;
	left:351px;
	top:561px;
	width:609px;
	height:20px;
	background-image: url(../images/announcements.gif);
}
#scroller {
	position:absolute;
	left:353px;
	top:581px;
	width:607px;
	height:62px;
	background: #124170;
}
#kidspic-link {
	position:absolute;
	left:351px;
	top:643px;
	width:203px;
	height:104px;
}
#teenspic-link {
	position:absolute;
	left:554px;
	top:643px;
	width:203px;
	height:104px;
}
#adultspic-link {
	position:absolute;
	left:757px;
	top:643px;
	width:203px;
	height:104px;
}
#groups {
	position:absolute;
	left:351px;
	top:747px;
	width:609px;
	height:64px;
}
#blank2 {
	position:absolute;
	left:0px;
	top:811px;
	width:185px;
	height:59px;
	background: #FFFFFF;
}
#copyright {
	position:absolute;
	left:185px;
	top:811px;
	width:592px;
	height:59px;
	background-image: url(../images/copyright.gif);
}
#blank3 {
	position:absolute;
	left:777px;
	top:811px;
	width:135px;
	height:59px;
	background: #FFFFFF;
}
#efcalogo-link {
	position:absolute;
	left:912px;
	top:811px;
	width:48px;
	height:59px;
}
.linkslight a:link, .linkslight a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.linkslight a:hover {
	color: #FFFFFF;
	background: #0099CC;
}
.title {
	color: #FEE27F;
	font-weight: bold;
	margin: 5px;
}
.content {
	color: #FFFFFF;
	margin: 0px 5px 5px 20px;
}

