@charset "UTF-8";
/* CSS Document */
/*standard colors: dark brown: 261e1c | light brown: d9bd91 | bkg brown: 6d564e |  */
/******************Eric Meyer reset css code **************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight:bold;
}

img, div, input { behavior: url("iepngfix.htc") }

/*******************************************/
body {
	behavior: url("csshover3.htc"); /*for fixing IE6 hover on all elements */
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#261e1c;
	background-color:#261e1c;
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	padding:10px 0;
	font-size:12px;
	line-height:18px;
}
a {
	color:#00569a;
	text-decoration:none;
}
a:hover {
	color:#261e1c;
}
ol {
	padding-left:40px;
	list-style-position:outside;
	font-size:12px;
	/*list-style-image: url(images/bullet.jpg);*/
	list-style:disc;
}

ul {
	padding-left:20px;
	list-style-position:outside;
	font-size:12px;
	/*list-style-image: url(images/bullet.jpg);*/
}
blockquote {
	padding-left:40px;
	font-size:.9em;
}
h1 {
	color:#261e1c;
	font-size:240%;
	font-weight:bold;
	font-family:Arial,Verdana;
	line-height:30px;
	padding:2px 0;
	
}
h2 {
	color:#261e1c;
	font-size:200%;
	line-height:33px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
h3 {
	color:#452c16;
	font-size:120%;
	font-weight:bold;
	padding:8px 0;
}
h4 {
	color:#261e1c;
	font-size:145%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
/**************** layout stuff ********************/
#ministrydir {
	width:880px;
	margin:0 auto;
	overflow:hidden;
	padding:30px 10px 30px 110px;
	border:1px solid #000;
	border-bottom:none;
	display:none;
	background:transparent url(images/windowtop.png) bottom left no-repeat;
	color:#d9bd91;
}
#ministrydir ul, #ministrydir ol {
	padding-left:0;
	list-style-position:outside;
	font-size:12px;
}
#ministrydir a { color:#d9bd91; }
#ministrydir a:hover { color:#ffffff; }
#header {
	width:1000px;
	height:210px;
	margin:0 auto;
	background:transparent url(images/header_bkg.jpg) top left no-repeat;
	position:relative;
	z-index:1;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
}
#navwrap {
	width:100%;
	background:#dddddd url("images/nav_bkg.jpg") top left repeat-x;
}
/*#nav {
	width:980px;
	height:32px;
	margin:0 auto;
}*/
#contentwrap {
	width:100%;
	/*background:#ffffff url("images/content_bkg.jpg") top left repeat-x;*/
	position:relative;
	z-index:1;
	overflow:hidden;
}
#content {
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	overflow:hidden;
	background:#6d564e url("images/content_bkg.jpg") top left no-repeat;
}
#innercontent {
	width:950px;
	padding:5px;
	margin:0 auto;
	background-color:#f1f2f4;
	/*background:transparent url(images/innerbkg.png) top left repeat-y;*/
	overflow:hidden;
}
#leftcolumn {
	width:246px;
	float:left;
	/*overflow:hidden;*/
	margin-top:5px;
}
#rightcolumn {
	width:710px;
	margin:5px 0 10px 240px;
	position:relative;
	z-index:1;
}
#footerwrap {
	width:100%;
	height:160px;
}
#footer {
	width:1000px;
	height:150px;
	margin:0 auto;
	padding-top:10px;
	background:transparent url("images/footerbkg.jpg") top left no-repeat;
}
#footer p {
	color:#eeeedd;
	padding:60px 10px 10px 20px;
	font-size:9px;
}
#footer a {
	color:#eeeeee;
	text-decoration:underline;
}
#footer a:hover {
	color:#be9904;
}
/********************** top navigation *********************/
#topmenu {
	width:840px;
	height:34px;
	padding:0;
	position:absolute;
	top:158px;
	left:160px;
	z-index:99;
    background:url("images/navbar_bkg.jpg") top left repeat-x;
}
ul#navbar {
	list-style:none;
	padding:0 0 0 50px;
	margin:0:
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a i {
	display:none;
}
#navbar a {
    background:url("images/navbar.jpg") no-repeat;
    float:left;
	height:34px;
	outline:0;
}
li#home a {
	width:88px;
	background-position:-50px 0;
}
li#times a {
	width:141px;
	background-position:-138px 0;
}
li#preschool a {
	width:141px;
	background-position:-279px 0;
}
li#location a {
	width:123px;
	background-position:-420px 0;
}
li#calendar a {
	width:130px;
	background-position:-543px 0;
}
li#bulletin a {
	width:120px;
	background-position:-673px 0;
}
li#home a:hover, li#home a:active, li#home a.current { 
    background-position:-50px -34px;
}
li#times a:hover, li#times a:active, li#times a.current { 
    background-position:-138px -34px;
}
li#preschool a:hover, li#preschool a:active, li#preschool a.current { 
    background-position:-279px -34px;
}
li#location a:hover, li#location a:active, li#location a.current { 
    background-position:-420px -34px;
}
li#calendar a:hover, li#calendar a:active, li#calendar a.current { 
    background-position:-543px -34px;
}
li#bulletin a:hover, li#bulletin a:active, li#bulletin a.current { 
    background-position:-673px -34px;
}

/******************* side accordians menu ************************/
div.accordion { position:relative; }
div.accordion h4 {
	display:block;
	width:200px;
	height:20px;
	padding:7px 7px 3px 22px;
	color:#c6c5c4;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	background:transparent url(images/right.jpg) top left no-repeat;
	cursor:pointer;
}
div.accordion h4:hover {
	color:#efedec;
	background:transparent url(images/down.jpg) top left no-repeat;
}
div.accordion h4 img {
	float:left;
	/*border:2px solid #eeeedd;*/
	margin-right:6px;
}
div.accordion h4 .subtext {
	display:block; font-size:10px; color:#ffffff; font-weight:normal; letter-spacing:normal;
}
div.accordion h4.cap {
	width:214px;
	background:transparent url("images/sidetop.png") top left no-repeat;
	height:22px; 
	padding:8px 0 0 16px;
	position:relative;
	font-size:12px;
	letter-spacing:.1em;
}
div.accordion h4.cap:hover {
	color:#eeeedd;
}
div.accordion h4.bott {
	width:214px;
	background:transparent url("images/sidebott.png") top left no-repeat;
	height:30px; 
	padding:0 8px;
	position:relative;
}
.accsubmenu, .accsubmenu2 {
	/*background:transparent url(images/accordionsubbkg.jpg) top left repeat-y;*/
	background-color:#96876f;
	padding:0;
	margin:0;
	display:block;
	width:229px;
}
.accsubmenu2 { background:transparent url(images/accsubmenu2_bkg.jpg) top left repeat-y; }
.accsubmenu ul, .accsubmenu2 ul {
	padding-left: 9px;
	text-indent: -1.5em;
}
.accsubmenu ul li {
	padding:3px 10px 3px 35px;
	font-size:11px;
	font-weight:bold;
	color:#eeeedd;
}
.accsubmenu2 ul li {
	padding:3px 10px 3px 33px;
	font-size:12px;
	color:#eeeedd;
}
/*.accsubmenu ul li:hover {
	background-color:#FEFCE9;
}*/
.accsubmenu ul li a, .accsubmenu2 ul li a {
	color:#eeeedd;
	text-decoration:none;
}
.accsubmenu ul li a:hover, .accsubmenu2 ul li a:hover { color:#eee; text-decoration:underline; }
.accsubmenu ul li ul li, .accsubmenu2 ul li ul li {
	font-size:10px;
	font-weight:normal;
	list-style:none;
	padding:0 4px 0 10px;
	border:none;
}

.accsubmenu p, .accsubmenu2 p {
	font-size:11px;
	color:#212C59;
	font-style:italic;
	margin:0;
	padding:4px 6px 4px 20px;
	border-bottom:1px solid #CCCCCC;
}
.moresubmenu {
	background:transparent url(images/accordionsubbkg.jpg) top left repeat-y;
	padding:0;
	margin:0;
	display:block;
}
.moresubmenu ul {
	padding-left: 9px;
	text-indent: -1.5em;
}
.moresubmenu ul li {
	padding:9px 0 0 19px;
	font-size:11px;
	font-weight:bold;
	color:#eeeedd;
}
/*.accsubmenu ul li:hover {
	background-color:#FEFCE9;
}*/
.moresubmenu ul li a {
	color:#eeeedd;
	text-decoration:none;
	
}
.moresubmenu ul li a:hover {
	color:#261e1c;
	padding:0px 0px 0px 5px;
}
.moresubmenu ul li ul li{
	font-size:10px;
	font-weight:normal;
	list-style:none;
	padding:0 4px 0 10px;
	border:none;
}

.moresubmenu p {
	font-size:11px;
	color:#212C59;
	font-style:italic;
	margin:0;
	padding:4px 6px 4px 20px;
	border-bottom:1px solid #CCCCCC;
}
/******************* side menu for other left nav items that are not accordians ************************/
.sidemenu {
	width: 208px;
	}
.sidemenu ul, .simplebox ul {
	width: 100%;
	border-top:1px solid #6d564e;
	padding-left:0;
	text-align:left;
}
.sidemenu li, .simplebox li {
	list-style:none;
	width:100%;
	font-size:10px;
	border-bottom:1px solid #6d564e;
}
.sidemenu a, .simplebox a {
	display:block;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	padding:1px 10px;
	text-decoration: none;
}
.sidemenu li.current a, .sidemenu li.current a:visited {
	font-size:12px;
	color:#261e1c;
	background-color:#FFFFFF;
}
.sidemenu li a:hover, .simplebox li a:hover {
	color: #261e1c;
	background-color:#FFFFFF;
}
/****************** floating right column ***************/
.floatrightcol {
	float:right; padding:5px; margin-left:5px; text-align:center;
}
.floatrightcol img {
	padding:4px; border:1px solid #CCCCCC; background-color:;
}
.floatrightcol p {
	font-size:10px;
	text-align:left;
}
.simplebox {
	width:230px;
	border:1px solid #CCCCCC;
	padding:6px;
	margin-top:10px;
	background-color:#eeeedd;
}
.simplebox .title {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#6d564e;
	width:100%;
	text-align:center;
	display:block;
	margin-bottom:6px;
}
.simplebox p {
	text-align:left;
	font-size:10px;
	margin:0;
	
}
.simplebox p a {
	text-decoration:underline;
	padding:0;
	margin:0;
}
/*************** splash on home page **************************/
#splashborder {width:710px; height:250px; margin:0;  padding:20px 0 0 20px; background:transparent url(images/splashborder.jpg) top left no-repeat; }
#splashpgs { width:700px; height:20px; padding:2px; margin:24px 0 0 0; }
#splashpgs a { padding:1px 2px; text-decoration: none; color:#353630; font-weight:bold; font-size:11px;}
#splashpgs a.activeSlide { color: #ffffff; border:1px solid #111111; background-color:#6d564e; }
#splashpgs a:focus { outline: none; }

/*************** left resources **************************/
.leftblock { width:215px; height:60px; padding:3px 5px 3px 10px; border-bottom:1px solid #ffffff; background:transparent url(images/leftblock_bkg.jpg) top left no-repeat;
}
.leftblock img { float:left; padding-right:10px; }
.leftblock p { font-size:12px; }
.leftblock a { color:#00569a; }
.leftblock a:hover { color:#a8c3e1; }
.leftblocktop { width:230px; height:20px; background:transparent url(images/divider-top2.jpg) bottom left repeat-x; border-bottom:1px solid #ffffff; }
.leftblockbott { width:230px; height:20px; background:transparent url(images/divider-bottom2.jpg) top left repeat-x; }
/****************** staff contact styles ***************/
.staffcontact {
	width:350px; height:140px; margin-bottom:4px; float:left;
}
.staffcontact img {
	float:left; padding:1px; border:1px solid #CCCCCC; margin-right:10px; background-color:#eee;
}
.staffcontact p {
	margin:0 10px;
	font-size:12px;
}
.email {
	display:inline-block;
	text-align:left;
	padding-left:20px;
	margin-bottom:3px;
	font-size:11px;
	background:transparent url(images/iconemail.png) bottom left no-repeat;
}
.phone {
	display:inline-block;
	padding-left:20px;
	font-size:11px;
	margin-bottom:3px;
	text-align:left;
	background:transparent url(images/iconphone.png) no-repeat;
}

.biolink {
	font-size:10px;
}
#biotext {
	display:none;
	font-size:12px;
	background-color:#ffffff;
	padding:10px;
	position:relative;
	z-index:100;
}
#biotext h3 {
	color:#00569a;
	padding:4px 0;
}
#biotext p {
	padding: 4px;
	margin:0;
}
/******************** pagetop styles *********************/
.pagetopcontact { height:170px; padding:40px 0 0 30px; float:left; }
.pagetopphoto { width:240px; height:160px; background-color:#dddddd; float:left; margin:35px 0 15px 83px; }

/******************** calendar styles *********************/
.calpage {
	background:transparent url(images/calendar.gif) top left no-repeat; width:46px; height:49px; float:left; display:inline;
}
.calmonth {
	font-weight:bold;color:#FFFFFF;text-align:center; font-size:11px; padding-top:2px; display:block;
}
.caldate {
	font-weight:bold;color:#00569a;font-size:24px;padding-top:2px;text-align:center;display:block;
}
/****************** item lists ***************/
.itemleftimg {
	padding:10px; 
	overflow:hidden;
	width:95%;
	background:#ffffff url(images/itemlist_bkg.jpg) left bottom repeat-x;
	/*border-bottom:1px solid #CCCCCC;*/
}
.itemleftimg img {
	float:left;
	padding:10px 10px 10px 0;
}
.itemleftimg h3 {
	padding-left:0;
}
.itemleftimgtxt {
	margin-left:210px;
}
.itemleftimgtxt2 {
	margin-left:100px;
}
.itemleftimgcal {
	margin-left:80px;
}

.itemleftimgtxt p, .itemleftimgtxt2 p, .itemleftimgcal p {
	font-size:13px;
	line-height:16px; 
	padding-left:0;
	margin:2px 0 6px 0;
}
#lower_section {
	position:static;
	width:490px;
	height:auto;
	z-index:1;
	top: 500px;
	background-color: #DEDEDE;
	background-image:url(images/news_bg.gif);
	padding: 0px 0px 5px 10px;
	border:#FFFFFF solid thin;
}
/************** Smart List styles *****************/
.slheader {
	margin:0;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #dedede;
	border-bottom:none;
}
#sl2 {
	border:1px solid #dedede;
	border-top:none;
	background-color:#ffffff;
	padding:0 10px;
}
#sl2-pagination {margin-left:50px;}
#sl2-pagination span {padding:0 4px; }
.sl2-pagination-selected { border: 1px solid #336699; background-color: #ffffff; font-weight: bold; }
.sl2-pagination-selected a:link, .sl-pagination-selected a:visited { text-decoration: none; color: #0099FF }
.item {
	padding:10px 0;
	border-bottom:1px solid #ddd;
}
.item h2 {
	padding:0;
	margin:10px 0 5px 0;
}
.flags {
	font-size:11px;
}

#intentionblock {
	width:217px;
	border:1px solid #6f0d30;
	padding:5px;
	
}
.intention {
	font-size:11px;
	overflow:hidden;
	margin:2px 0;
	padding:2px 0 4px 0;
	border-bottom:1px dotted #ccc;
}
.intention strong { font-size:11px; }
.intention .mass { width:57px; text-align:right; float:left; font-size:11px; padding-right:8px; line-height:13px; }
.intention .who { width:140px; float: left; font-size:11px; line-height:13px;}
.intention p {
	font-size:11px;
	line-height:12px;
	border-bottom:1px dotted #ccc;
}
