body,html {
	background: #FDFBF6 url("images/header_tile.gif") repeat-x;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #767676;
	height:100%;
} 

:focus {
	outline: 0;
}
#container { 
	width: 950px;
	margin: 0;
	height:100%;
}

/* -------------------------------  header images ----------------------------- */
#header {
	width: 514px;
	height: 130px;
}

	#header a {
		width: 514px;
		height: 130px;
		display: block;
		text-indent: -3000px;
		background: url("images/header.gif") no-repeat;
	}

/* ------------------------  header horizontal navigation ----------------------- */
#main_nav {
	background: url("images/logo.gif") no-repeat;
	padding: 0 0 0 263px;
	height: 53px;
	width: 687px;
	margin: 0;
	list-style: none;
	clear: both;
	z-index: 10;
}

	#main_nav li {
		display: inline;
		float: left;
	}
	
	#main_nav li a {
		display: block;
		text-indent: -3000px;
		width: 181px;
		border-left: 1px solid #CCCBC8;
		height: 35px;
		margin: 10px 0 0 0;
		background-position: 30px -10px;
	}
		
	.worship {
		background: url("images/worship.gif") no-repeat top left;
		border: 0 !important;
	}
	
	.faith {
		background: url("images/faith.gif") no-repeat;
	}
	
	.serve {
		background: url("images/serve.gif") no-repeat;
	}
	
	.visit {
		background: url("images/visit.gif") no-repeat;
		width: 182px !important;
	}
	

/* -----------------  header horizontal navigation sub-lists ----------------- */
.menu {
	position:relative;
	z-index:100;
	background: url("images/logo.gif") no-repeat;
	padding: 0 0 0 224px;
	height: 56px;
	width: 726px;
	margin: 0;
	list-style: none;
	clear: both;
}
	
	.menu ul {
		padding:0;
		margin:0;
		list-style-type:none;

	}
	
	.menu li {
		float:left;
		width:181px;
		position:relative;
	}
	
	/* first level */
	.menu a, .menu a:visited {
		display:block;
		width: 180px;
		border-left: 1px solid #CCCBC8;
		height: 46px;
		margin: 10px 0 0 0;
		text-indent: -3000px;
		background-position: 0px -7px;
	}
	
	/* container for second level hover */
	.menu ul ul {
		width:160px;
		text-indent: 0;
		margin: 0 2px 0 3px;
		visibility:hidden;
		position:absolute;
		height:0;
		top:45px;
		left:0;
		padding: 10px 0 0 0;
	}
	
	.menu table {position:absolute; top:0; left:0;}
	
	/* second level */
	.menu ul ul a, .menu ul ul a:visited {
		background: #663197;
		color: #fff;
		height: 18px;
		padding: 7px 10px 7px 10px;
		width: 156px;
		margin: 0;
		font: bold 12px Arial, Helvetica, sans-serif;
		text-indent: 10px !important;
		border: 0;
		text-decoration: none;
	}
	
	/* unique to the first sub-list */
	.first {
		margin-left: 0 !important;
	}
	.first li a {
		width: 159px !important;
	}
	
	/* unique to the last sub-list */
	.last {
		margin-right: 0 !important;
	}
	.last li a {
		width: 160px !important;
	}
		
	
	/* first level hover
			IE6 applies this to first and second levels */
	.menu a:hover {
		float: left;
	}
	
	/* second level hower
			standards compliant browsers apply this to second level */
	.menu ul ul a:hover{
		background: #663197;
		text-decoration: underline;
	}
	.menu ul ul :hover > a {
		background: #663197;
	}
	.menu ul li:hover ul,
	.menu ul a:hover ul{
		visibility: visible; 
	}
	
	.menu ul li:hover ul li,
	.menu ul a:hover ul li{
		visibility: visible;
		display: block;
	}
	
/* -----------------------------  side navigation ---------------------------- */
#side_nav {
	background: #673096; /* 757575*/
	padding: 0;
	list-style: none;
	margin: 0;
	float: left;
	margin-top: -3px;
}

	#side_nav li {

	}
	
	#side_nav li a {
		display: block;
		background: #673096 url("images/sidenav_tile.gif") repeat-y top right;
		padding: 5px 0 6px 33px;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		color: #fff;
		width: 191px;
		border-bottom: 1px solid #855aab; /* 8A8A8A */
		line-height:14px;
	}
	
	#side_nav li a:hover {
		background: url("images/sidenav_tile_roll.gif") repeat-y top right;
	}
		#side_nav li.end a {
			background-image:none;
			background:#563a6e;
		}
		#side_nav li.end a:hover {
			background:#9974b9;
		}
	
	
	/* side nav sub-menus */
	#side_nav li ul {
		display: none; /* hide by default */
	}
	
	#side_nav li.sub a {
		border: 0;
	}
	
	#side_nav li.sub ul {
		margin: 0;
		padding: 0;
		display: block;
		border-bottom: 1px solid #855aab;
	}
	
	#side_nav li.sub ul li a {
		width: 153px;
		padding-left: 70px;
		font-weight: normal;
		border: 0;
	}
	
	#sid_nav ul.sub a:hover {
		background: url("images/sidenav_tile.gif") repeat-y top right;
	}
	
/* ----------------------------  page picture -------------------------- */
#main_img {
	background-repeat: no-repeat !important;
	background-color: #fff !important;
	width: 726px;
	height: 258px;
	float: left;
	clear: right;
	margin: 0;
}

/* ------------------------  main content holders ---------------------- */
.column_container { 
	background: url("images/sidebar_tile.gif") repeat-y top right;
	margin: 0 0 0 224px;
	padding: 0;
	min-height:1024px;
	height:auto !important;
	height:1024px;
}

/* do these rules when you don't have a sidebar */
.no_side {
	background: none !important;
}

.no_side #content {
	width: 690px !important;
	color: #000 !important;
	float: left;
}

.no_side #sidebar {
	display: none !important;
}

.no_side .clear {
	display: none !important;
}

#sidebar {
	float: right;
	width: 172px;
	background: #F4E9D0 url("images/sidebar_curve.gif") no-repeat top right;
	padding: 25px 15px 15px 15px;
	border-top: 25px solid #FDFBF6;
	/*font: italic 14px "Baskerville",Georgia,serif;*/
	text-align:left;
	
}

	#sidebar a {
		color: #767676;
	}
	
	#sidebar img {
		border: 0;
	}
	
	#sidebar .thumbnail {
	}
	
	#sidebar .thumbnail img {
		border: 0;
		margin: 2px;
	}
	
	#sidebar .category {
		list-style: none;
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
	}
	
	#sidebar .category li {
		margin-left: 0;
		padding-left: 0;
	}
	
	#sidebar .category a {
		text-decoration: none;
	}
	
	#sidebar .category a:hover {
		text-decoration: underline;
	}
	
	#sidebar p {
		font-style:italic;
		font-weight:normal;
		color:#796d45;
		font-size:14px;
		line-height:18px;
		text-align:left;
	}

#content { 
	width: 465px; /* IE 6 only */
	padding: 0px 10px 10px 20px;
	/*background: #fff;*/
	float: left;	
	border-top: 2px solid #FDFBF6; /* 25 */
	border-right: 4px solid #FDFBF6;	
	margin: 0 0 -1px 0;
}

/* ------------------------  main content styles ----------------------- */
#content h1 {
	margin-top: 15px;
	color: #000;
	font: 18px Arial, Helvetica, sans-serif;
}
	
#content h2 {
	margin-top: 0;
	color: #000;
	font: bold 14px Arial, Helvetica, sans-serif;
}
	
#content a {
	color: #663197;
	text-decoration: none;
}
	
#content a:hover {
	cursor: pointer;
	text-decoration: underline;
}
	
#content b {
	font-weight:normal;
	color: #000;
}
#content strong {
	font-weight:normal;
	color: #000;
}
	
#content .column {
	width: 152px;
	padding: 0 10px 0 10px;
	float: left;
}

hr {
	height: 1px;
	color: #c5c4c1;
	background-color: #c5c4c1;
	border: 0;
}

.mission {
	color: #000; /* 757575 */
	font-size: 14px;
	padding: 0 0 10px 0px;
	font-weight: normal;
	font-style: italic;
}

#content ul,li {
	margin-top:0px;
	padding-top:0px;
}
	
/* ------------------------  calendar styles ----------------------- */

#minical {
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc4b3;
	border-bottom: 0;
	padding: 0;
}
#minical a{
	text-decoration:none;
}

#minical th {
	border: 1px solid #ccc4b3;
	border-width: 0 0 1px 1px;
	width: 25px;
	height: 15px;
	font-size: 10px;
}

#minical td {
	border: 1px solid #ccc4b3;
	border-width: 0 0 1px 1px;
	width: 25px;
	height: 25px;
	text-align: center;
}

#minical .sunday {
	border-left: 0;
	background: #dbd2be;
}

#minical .today {
	font-weight: bold;
	color: #000;
	background: #f8f0de;
}

#sidebar h2 {
	color: #7a7468;
	font-size: 16px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
	
.calTime {
	width: 60px;
	float: left;
	padding: 0 3px 0 0px;
}
	
/* ------------------------  js toggle on/off ----------------------- */
.toggle_off {
	
}

.toggle_off p {
	display: none;
}
.toggle_off ul {
	display: none;
}
.toggle_off table {
	display: none;
}

.toggle_on p {
	display: block;
	padding-left: 20px;
	padding-right:20px;
}
.toggle_on table {
	display: block;
	padding-left: 20px;
}
.toggle_on ul {
	display: block;
}
	
/* used to force a background when you have a sidebar */
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	background: url('images/sidebar_tile.gif') repeat-y top right;
}
/* ------------------------  Faqs ----------------------- */

#faqs p {
	margin-top:10px;margin-bottom:10px;
	font-style:italic;
}
#faqs table{
	font-style:italic;
}
/* ------------------------  ALERT ----------------------- */

#alert {
	position:absolute;
	top: 30px; left:617px;
	width:260px;
	height: 100px;
	overflow:auto;
	color:#ffffcc;
	z-index:70;
}
#alert h1 {
	margin:0px;padding:0px;
	font-size:15px;
	font-weight:bold;
	color:#ffffcc;
}
#alert p{
	margin:0px;padding:0px;
	margin-top:5px;
	font-size:13px;
}
#alert a{
	color:#ffffcc;
}

/* ------------------------ Home ---------------------- */

.home {}

.home th {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	
	color:#000; /*#796d45 */
	/*background:#f4e9d0;*/ /* #663197 #f4e9d0 */
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	border:0px solid brown;
	border-right:0px solid white;
	border-bottom:2px solid #663197;
	padding:10px 0 8px 0px;
	margin-right:5px;
	text-align:center;
}
.home td {
	vertical-align:top;
	padding:0;
	margin:0;
}
.home ul{
	margin:0px;
	list-style:none;
	padding-left:0;
}
.home li{
	margin-left:0px;
	margin-bottom:5px;
	padding-left:16px;
	background:url(images/bullet.jpg) no-repeat 5px 3px;
}
.home .divider {
	background:url(images/divider.png) repeat-y center top;
	padding:3px;
}
.home .plus li {
	background:url(images/plus.jpg) no-repeat 5px 3px;
}
#content .home h1 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	margin:0 0 10px 0;
}
#content .home p {
	margin:0;
}
#content .home strong {
	font-weight:bold;
}















