/* Layout styles */
* { margin:0; padding:0;}

body 
{
	background:#336e9a;
	margin:0 auto 20px;
	text-align:center;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:1.2;
	color:#333;
}

#page 
{
	width:762px;
	background:#fff url(../images/pgbkgd.gif) repeat-y;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header 
{
	width:762px;
	height:81px;
	background:url(../images/header.gif) no-repeat;
}

#sidebar 
{
	width:134px;
	float:left;
	padding-left:8px;
	margin-top:4px;
}

#sidenav
{
	margin-top:10px;
	font-weight:bold;
	line-height:2.0;
	list-style-type: none; 
}

#maincol 
{
	width:619px;
	float:left;
}

#bottomnav 
{
	color:#fff;
	background:#666;
	text-align:center;
	margin-top:0px;
	padding:5px;
	clear:both;
	vertical-align:bottom;
	background:#333 url(../images/footernav.gif) repeat-y;
}

#footer
{
	width:762px;
	height:1px;
	font-size:1px;
	background:#333 url(../images/footer.gif) repeat-y;
	clear:both;
}

#footertop
{
	width:762px;
	height:2px;
	font-size:1px;
	background:#333;
	clear:both;
}

.hide
{
	display:none;
}

#searchbox
{
	position:absolute;
	top:90px;
	left:8px;
}

#searchbutton
{
	position:absolute;
	top:90px;
	left:108px;
}

/* Mission Styles */
#mission
{
	width:129px;
	margin-top:20px;
	margin-bottom:20px;
}

#missionheader
{	
	color:#fff;
	background:#333;
	text-align:center;
	font-weight:bold;
	padding:2px;
}

#missiontext
{	
	background:#fff;
	text-align:center;
	padding:3px;
	letter-spacing:1.0px;
}

/* Section Styles */
.sectionheader
{	
	text-indent:12px;	
	letter-spacing:1.0px;
	vertical-align:baseline;
	color:#FFF;
	font-weight:bold;
	line-height:1.8;
	margin:8px 0px 2px 6px;
	background:url(../images/sectionheader3.gif) no-repeat;
}

.sectioncontent
{
	margin:0px 10px 10px 15px;
	line-height:1.3;
	letter-spacing:1.0px;
	clear:both;
}

/* Event Styles */
.eventlabel
{
	font-size:12px;
	font-weight:bold;
}

.eventimg
{
	float:left;
	margin: 2px 5px 0px 0px;
}

.eventheader
{
	margin:4px 0px 0px 0px;
}

.eventspacer
{
	clear:both;		
	height:1px;
	font-size:1px;
}

/* Text Styles */
h1
{
	font-size:14px;
	width:300px;
	position:absolute;
	top:198px;
	left:148px;
}

h2
{
	font-size:13px;
}

h3
{
	font-size:12px;
}

a:link, a:visited
{
	color:#333;
	text-decoration:underline;
}

a:hover, a:active
{
	text-decoration:none;
}

.navlink:link, .navlink:visited
{
	color:#fff;
	text-decoration:none;
}

.navlink:hover, .navlink:active
{
	text-decoration:underline;
}

#date
{
	font-size:11px;
	text-align:right;
	margin-right:2px;
	margin-bottom:10px;
}

.searchtext
{
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
}

.status
{
	color:#009900;
}

.error
{
	color:#FF0000;
}

/* Info page styles */
.contactinfo
{
	margin-left:20px;
	margin-right:20px;
	line-height:1.3;
}

#MainLeft
{
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
}

#MainRight
{
	float:left;
	line-height:1.0;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
	clear:right;
	
}

#MainBottom
{
	float:left;
}

.infotop 
{
	width:280px;
	height:4px;
	background:url(../images/infotop.gif) no-repeat;
	font-size:1px;
}
.infobtm 
{
	width:280px;
	height:8px;
	background:url(../images/infobtm.gif) no-repeat;
	font-size:1px;
}
.infomid 
{
	width:278px;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#map
{
	margin-bottom:20px;	
	margin-left:25px;
	clear:both;
}

.mapinfo
{
	margin-left:5px;
	margin-bottom:5px;	
}

.contactaction
{
	text-align:center;
	margin-bottom:300px;
}

/* Calendar page styles */
.calendarlist
{
	line-height:1.6;
	list-style-type: none; 
}

#CalendarColumn
{
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	width:270px;
}

#CalendarColumn2
{
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	width:270px;
}

/* Pastor page styles */
.pastorarticles
{
	font-weight:bold;
}

hr
{
	margin:0px 20px 10px 20px;
	background-color: #666;	
	color: #666;	
}

/* Admin page styles */
.edittop 
{
	width:550px;
	height:4px;
	background:url(../images/edittop.gif) no-repeat;
	font-size:1px;
}
.editbtm 
{
	width:550px;
	height:8px;
	background:url(../images/editbtm.gif) no-repeat;
	font-size:1px;
}
.editmid 
{
	width:548px;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
