body {
	margin:0px;
	font-family: "Lucida Grande", Garamond, serif;
	font-size: medium;
	background-image: url(/images/background-gradient.gif);
	background-position: center;
	background-repeat:repeat-y;
}

#wrap  {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#inner-wrap {

}


table {
	margin-left:auto;
	margin-right:auto;
}

.pageheader {
	background-color: rgb(10, 42, 200);
	color: rgb(255, 255, 255);

	background-image: url(/images/scilla-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
	
	min-width:800px;


}

#pageheader-inner {
	background-image: url(/images/scilla-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:160px;
	padding-top:5px;
	padding-bottom:5px;
	}

.pageheader .title {
	margin:0px;
	font-size: 200%;
	letter-spacing:3px;
	font-weight: bold;
	font-style: italic;
	display:block;

}

.pageheader .subtitle {
	font-size: 140%;
	margin:0px;
	float:left;
	margin-right:5px;
}

.pageheader h3 {
	margin-top:5px;
	margin-bottom:5px;
	width:250px;
}

.pageheader a {
	color:white;
	
}

#banner {
	background:#FFEE00;
	font-size:large;
	text-align:center;
}

#main-body {
	overflow: hidden;
	padding:0px;
	margin:0px;
	width:900px;
	min-width:800px;
	background: rgb(139, 195, 255);
	/*border-left: 3px solid rgb(10, 42, 200);
	border-right: 3px solid rgb(10, 42, 200);*/
	
}

#menu, #content, #sidebar {
	padding-bottom: 2000px !important;
	margin-bottom: -2000px !important; 
}


/* this is for calendar...remove display:none when we get there */

#sidebar {
	float:left;
	width:230px;
	background: rgb(139, 195, 255);
	border-left: 3px solid rgb(10, 42, 200);
}

#sidebar div {
	width:100%;
	margin:5px;

}

#calendar {
	width:100%;
}

#calendar th {
	font-weight:bold;
	text-align:left;
	font-size:120%;
	margin-bottom:10px;
}

#calendar td {
	vertical-align:top;
	padding-bottom:5px;
}

#calendar td:first-child {
	width:35%;
	padding-left:5px;
}

#calendar .weekday {
	font-weight:bold;
	padding-top:5px;

}

#calendar .weekday {
	font-weight:bold;
	padding-top:5px;
	padding-left:0px;
}



#calendar .weekday strong {
	display:block;
}

#calendar .weekday em {
	display:block;
}



.cancelled {
	text-decoration:line-through;
}


/* content styles */

#content {
	width:490px;
	float:left;
	padding:5px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background: rgb(255,255,255);

}

.section .title {
	font-size: 18pt;
	font-weight:bold;
	margin-bottom:10px;
}

.subsection {
	margin-top:15px;
}

.subsection .title {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:5px;
}

#content p {
	margin-top:0px;
	padding-left:10px;
}


#servicetable {
	width:70%;
	padding-bottom:10px;
	margin-left:auto; 
	margin-right:auto;
} 

#servicetable .time {
	font-weight:bold;
	padding-left:20px;
}

#servicetable th {
	font-size:110%;
	font-weight:bold;
}

.weekday {
	font-weight:bold;
}

.stafftitle {
	padding-left:20px;
	padding-right:10px;
	font-style: italic;

}

.staffname {

}


/* menu styles */
#menu {
	float:left;
	width:153px;
	/*border-left: 3px solid rgb(10, 42, 200);*/
	background:  url(/images/leftcol-background.gif) repeat-y top right;

}

#menu ul {

	border-left:1px solid rgb(10, 42, 200);
	border-bottom:1px solid rgb(10, 42, 200);
	background: rgb(255, 255, 255);
	padding: 0px;
	margin: 0px;
	

}

#menulist {
	position:relative;
	z-index:0;
}

#menulist li {
	list-style:none;

	border-left:1px solid rgb(10, 42, 200);
	border-bottom:1px solid rgb(10, 42, 200);
	position:relative;
	z-index:0;
}

#menulist a {
	display: block;
	text-decoration: none;
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	
	background: rgb(205,205,205);
	border-style: solid;
	border-color: rgb(10, 42, 200);
	border-left: 10px solid #fc0;
	border-top:0px;
	border-bottom: 0px;
	padding: 7px 10px 7px 10px;
	
}

#menulist > li > a {
	
	font-size: 120%;

}

#menulist a:hover
{
	border-left: 10px solid rgb(255, 0, 0);
	border-right: 3px solid rgb(255,255,255);
	font-weight:bold;
	background:white;
}

ul ul {
	display:none;
	border:1px solid rgb(10, 42, 200);
}

ul ul a {
	border:0;
}

#menulist li  ul {
	position:absolute;
	top:2px;
	left:150px;
	padding:0px;
	margin-left:0px;
	z-index:10;
	width:155px;
}

#menulist li:hover  ul { 
	display:block;
	z-index:10;
}






/* this does the highlighting of the selected menu item */
body#welcome #t-welcome > a, 
body#about #t-about > a, 
body#worship #t-worship > a,
body#music #t-worship > a,
body#education #t-education > a,
body#stewardship #t-stewardship > a,	
body#service #t-service > a,
body#fellowship #t-fellowship > a
{
	font-weight:bold;
	background:white;
	padding: 3px 10px 3px 10px;
	border-left: 10px solid rgb(255, 0, 0);
	border-right: 3px solid rgb(255, 255, 255);
	

}


body#about #t-about ul a, 
body#worship #t-worship ul a,	
body#music #t-worship ul a,	
body#education #t-education ul a,	
body#staff #t-stewardship ul a,	
body#service #t-service ul a,
body#fellowship #t-fellowship ul a
{

	padding-left:15px;

}




/* footer */

#footer {
	clear: both;
	background: rgb(10, 42, 200);
	color: white;
	padding:5px;
	font-size:80%;

}

.hide {
	display:none;
}

#members #content .section {
	margin-bottom:10px;
}

#members #content .section table {
	width:100%;
}
