
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

.headline {
    font-family: arial, helvetica, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: bold; }
.subheadline {
    font-family: arial, helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
.body {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }
.caption {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }
.pullquote {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }
.credit {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.whatsnew-title { color: #0000ff; 
    text-decoration: underline; }
.whatsnew {
    font-size: 8pt;
    font-face: arial, helvetica, verdana;
    color: #000000; 
    text-decoration: none; }
.whatsnew:hover { color: #0000ff; }

.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #abd5d1; }

a.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #abd5d1; }

a.bottom_links:hover {
    color : #cccccc; }

.footer {
    font-family : arial, helvetica, verdana;
    font-size : 8pt;
    color : #abd5d1;
    text-align : center; }
a.footer {
    font-family : arial, helvetica, verdana;
    color : #abd5d1; }

a.footer:hover {
    color : #cccccc; }

.navlinks {
    font-family : arial, helvetica, verdana;
    font-size : 8pt;
    color : #abd5d1;
    text-align : center; }
a.navlinks {
    font-family : arial, helvetica, verdana;
    color : #abd5d1; }

a.navlinks:hover {
    color : #cccccc; }

a   {
    font-family : arial, helvetica, verdana; }

.system {
	font-size : 10pt;
   	font-face : arial, helvetica, verdana; }
.syssmall {
	font-size : 8pt;
   	font-face : arial, helvetica, verdana;
   	color : #000000; }
.bodysmall {
	font-size : 8pt;
        color : #000000;
   	font-face : arial, helvetica, verdana; }
.bodysmallgrey {
	font-size: 8pt;
   	font-face: arial, helvetica, verdana;
   	color: #000000; }
table { 
    font-family:  arial, helvetica, sans-serif;
    font-size: 10pt; }
.navlink {
    font-family:"Times New Roman", Times, serif;
    text-decoration: none;
    color: #337164; }
.navlink:hover {
    text-decoration: underline; }

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#body {
	font-family: Helvetica, Arial, sans-serif;
	background: #143125 url('site/1/template/body_bg.gif') repeat-x top left;
}

/* ---------- DIVS ---------- */

#page {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: transparent url('site/1/template/page_bg.jpg') no-repeat top center;
}

#wrapper {
	width: 900px;
	height: 898px;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
}

#header {
    width: 900px;
	height: 130px;
	position: relative;
	overflow: hidden;
	background: #337164;
}

#title {
	width: 896px;
	height: 30px;
	padding: 10px 0 0;
	border-bottom: 1px solid #666;
	text-align: center;
}

#container {
    width: 870px;
	height: 713px;
	padding: 15px 15px 0;
	overflow: auto;
}

#navigation {
	width: 180px;
	min-height: 485px;
	height: auto !important;
	height: 485px;
}

#content {
	width: 658px;
	min-height: 485px;
	height: auto !important;
	height: 485px;
	padding-right: 10px;
}

#footer {
	width: 100%;
	text-align: center;
	color: #000;
}

/* ---------- ARTICLE ---------- */



/* ---------- ADMIN ---------- */

#content.admin {
	width: 868px;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	padding: 15px 0;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}


/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */

#header span.church_name {
	width: 360px;
	position: absolute;
	top: 5px;
	left: 55px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

#header span.church_location {
	width: 360px;
	position: absolute;
	top: 70px;
	left: 55px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

#header span.church_slogan {
	width: 230px;
	position: absolute;
	top: 95px;
	left: 235px;
	font-size: 15px;
	font-weight: bold;
	color: #9cc;
}



/* ---------- NAVIGATION ---------- */

#navigation img.GCLogo {
	padding: 0 46px 15px;
}

ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	clear: both;
}

ul.navigation li, ul.navigation li a {
	display: inline;
    color : #337164;
}

ul.navigation li a:hover {
	display: inline;
    color : #666667;
}


/* ---------- CONTENT ---------- */



/* ---------- SIDEBAR ---------- */



/* ---------- BOTTOM ---------- */



/* ---------- FOOTER ---------- */
