@charset "UTF-8";
/* CSS Document */
/*standard colors: dark brown: 261e1c | light brown: d9bd91 | bkg brown: 6d564e | orange-red: d54303  |  taupe: b0aaa0  | */
/******************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");
	font-family: inherit;
}

/*******************************************/
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:#ffffff url("images/body_bg.gif");
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	padding:10px 0;
	font-size:12px;
	line-height:18px;
}

p a {
	padding:10px 0;
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
	color:#5c1609;
}

a {
	color:#000000;
	text-decoration:none;
	
}
a:hover {
	color:#911b06;
	text-decoration:underline;
	
	
}
ul {
	padding-left:20px;
	list-style-position:outside;
	font-size:12px;
	list-style:outside;
	/*list-style-image: url(images/bullet.jpg);*/
}
ol {
	padding-left:20px;
	list-style-position:inside;
	font-size:12px;
	list-style:none;
	/*list-style-image: url(images/bullet.jpg);*/
}
blockquote {
	padding-left:40px;
	font-size:.9em;
}
h1 {
	color:#491d15;
	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:#491d15;
	font-size:80%;
	font:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
}
h4 {
	color:#491d15;
	font-size:145%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
	
}
h5 {
	color:#491d15;
	font-size:120%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
	
}
h6 {
	color:#491d15;
	font-size:120%;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:-33px 0;
	
}

h2.category { color:#000000; font-size:100%; font-weight:bold; font-family:Verdana, Geneva, sans-serif; }
.articletitle { font-size:180%; padding:15px 0 0 0; line-height:24px; }
.byline { font-size:90%; font-style:italic; color:#666; }
.imageleft { float:left; margin:10px 10px 10px 0; }
.imageleftb { float:left; margin:10px 10px 10px 0; border:1px solid #ccc; 

}

/**************** layout stuff ********************/

#top_bar {
	width:1000px;
	height:32px;
	position:relative;
	background-color:#FFF;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width:1000px;
	height:107px;
	margin:0 auto;
	position:relative;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	background:#ffffff url("images/header.jpg") top left repeat-x;
}
#inner_header {
	width:1000px;
	height:107px;
	margin:0 auto;
	position:relative;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	background:#ffffff url("images/header2.jpg") top left repeat-x;
}
#inner_top {
	width:1000px;
	height:227px;
	margin:0 auto;
	position:relative;
	z-index:5;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
}
#splash {
	width:1000px;
	background-color:#FFF;
	height:227px;
	margin:0 auto;
	position:relative;
	z-index:5;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
}
#holder_inner {
	width:1000px;
	height:6px;
	margin:0 auto;
	position:relative;
	z-index:5;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
}
#navbar {
	width:100%;
	height:25px;
	background:#000000 url("images/nav_bar.jpg") top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#navbar a{
	color:#ffffff;
	
}
#navbar a:hover{
	color:#CCC;
	text-decoration:none;
}
#navbar_inner {
	width:100%;
	height:25px;
	background:#000000 url("images/nav_bar_inner.jpg") top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#navbar_inner a{
	color:#ffffff;
}
#navbar_inner a:hover{
	color:#CCC;
	text-decoration:none;
}



#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:#ffffff url("images/") top left no-repeat;
}
#innercontent {
	width:960px;;
	margin:0 auto;
	background-color:#f1f2f4;
	/*background:transparent url(images/innerbkg.png) top left repeat-y;*/
	overflow:hidden;
}
#leftcolumn {
	width:267px;
	float:left;
	/*overflow:hidden;*/
	margin:26px 0px 0 8px;
	
}
#rightcolumn {
	float:right;
	height:auto;
}
#letter_section {
	width:677px; 
	height:auto; 
	background:#e9dfc9 url("images/letter_bg.jpg") top left no-repeat;
	overflow:auto;
	padding:2px 0px 10px 0px;
	margin-bottom:10px;
}
#inner_content_section {
	width:677px; 
	height:auto; 
	background:#e9dfc9 url("images/incontent_bg.jpg") top left no-repeat; 
}

#lower_section {
	width:675px;
	overflow:hidden;
	background-color:#d7d0bf;
	border:#a19a8b solid 1px;
	
	
}

#footerwrap {
	width:100%;
}
#footer {
	width:958px;
	height:114px;
	margin:0 auto;
	margin-top:10px;
	background:transparent url("images/footerbkg.jpg") top left no-repeat;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
}
#footer p {
	color:#eeeedd;
	padding:30px 20px 0px 50px;
	font-size:9px;
}
#footer a {
	color:#ffffff;
	
}
#footer a:hover {
	color:#c3c3c3;
	
}

/******************boxes2****************/
.box220top2{
	/*display:block;*/
	width:267px;
	height:33px;
	background:transparent url(images/accordion-top-links.jpg) top left no-repeat;
}
.box220bottom2{
	/*display:block;*/
	width:267px;
	background:transparent url(images/accordion-bottom.jpg) bottom left no-repeat;
	height:14px;
	margin-bottom:20px;
}


/**************** boxes *****************/
/**************** boxes *****************/
.boxintentions{
	/*display:block;*/
	width:267px;
	height:33px;
	background:transparent url(images/mass_intensions_top.jpg) top left no-repeat;
}

.box220top{
	/*display:block;*/
	width:267px;
	height:33px;
	background:transparent url(images/accordion-top.jpg) top left no-repeat;
}
.box220toplower{
	/*display:block;*/
	width:267px;
	height:33px;
	background:transparent url(images/accordion-top.jpg) top left no-repeat;
}
.box220topcontent{
	color:#b40000;
	font-weight: bold;
	font-size:14px;
	line-height:20px;
	text-align:center; 
	padding-top:8px;
}
.box220topcontent a {
	color:#FFFFFF; 
	text-decoration:none; 
	cursor:pointer
}
.box220bottom{
	/*display:block;*/
	width:267px;
	background:transparent url(images/accordion-bottom.jpg) bottom left no-repeat;
	height:14px;
	margin-bottom:20px;
}
.box220content{
	/*display:block;*/
	padding:1px 7px 16px 7px;
	height:auto;
}
.box220content p {
	padding:5px 20px;
	font-size:12px;
	line-height:14px;
	margin:0;
}
/
.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;
	padding:0 6px 10px 6px;
}
.simplebox p a {
	text-decoration:underline;
	padding:0;
	margin:0;
}

/******************* side accordians menu ************************/
div.accordion { border-top:1px solid #ccc; }
div.accordion h4 {
	background:transparent url(images/right.jpg) top left no-repeat;
    display:block;
	padding:4px 6px 4px 22px;
	color:#e1e1e1;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
	border-bottom:1px solid #CCCCCC;
}
div.accordion h4 {
font-style:normal;
font-variant:normal;
}
div.accordion h4:hover {
	color:#ffffff;
	background:transparent url(images/down.jpg) top left no-repeat;
}
.accsubmenu {
	background-color:#e9dfc9;
	border-top:1px solid #ccc;
	/*border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;*/
	margin:0;
}
.accsubmenu ul {
	padding-left:0;
}
.accsubmenu ul li {
	list-style:none;
	padding:0 0px 5px 10px;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	width:244px;
}

.accsubmenu ul li:hover {
	width:244px;
}
.accsubmenu ul li a {
	color:#000000;
	text-decoration:none;
	padding-left:0px;
}
.accsubmenu ul li a:hover {
	color:#464545;
	font-size:110%;
	
}
.accsubmenu ul li ul li{
	font-size:12px;
	font-weight:normal;
	list-style:none;
	padding:0 4px 0 10px;
	border:none;
}

.accsubmenu p {
	font-size:11px;
	color:#212C59;
	font-style:italic;
	margin:6px;
	padding:4px 6px 4px 20px;
	border-bottom:1px solid #CCCCCC;
}

/*****************************************************************/
div.accordion2 { border-top:0px solid #ccc; }
div.accordion2 h4 {
	background:transparent url(images/right.jpg) top left no-repeat;
    display:block;
	padding:4px 6px 4px 22px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	cursor:pointer;
	
}
div.accordion2 h4 {
font-style:normal;
font-variant:normal;
}
div.accordion2 h4:hover {
	color:#e1e1e1;
	background:transparent url(images/down.jpg) top left no-repeat;
}
.accsubmenu2 {
	background-color:#e9dfc9;
	background-image:url(images/more_linksandresourcesbg.gif);
	
	/*border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;*/
	margin:0;
}
.accsubmenu2 ul  {
	padding-left:0px;
}
.accsubmenu2 li {
	list-style:none;
	padding:1px 0px 5px 23px;
	font-size:12px;
	width:265px;
}

.accsubmenu2 ul li:hover {
	width:244px;
}
.accsubmenu2 ul li a {
	color:#000000;
	text-decoration:none;
}
.accsubmenu2 ul li a:hover {
	color:#464545;
	font-weight:bold;
}
.accsubmenu2 ul li ul li{
	font-size:12px;
	font-weight:normal;
	list-style:none;
	padding:0 4px 0 10px;
	border:none;
}

.accsubmenu2 p {
	font-size:11px;
	color:#212C59;
	font-style:italic;
	margin:6px;
	padding:4px 6px 4px 20px;
	border-bottom:1px solid #CCCCCC;
}


/*************************************************************************/

/******************* side menu for other left nav items that are not accordians ************************/
#newsandevents {
	width:460px;
	background-color:#ffffff; 
	float:left; 
	padding-bottom:13px; 
	overflow:none; 
	margin-right:10px
}

#newsandevents p {
	font-size:11px;
	color:#000000;
	font-style:normal;
}



.tabs_bg { 
height:70px; 
background-image:url(images/tab-bg.jpg); 
overflow:hidden;
}

.tabs-txt { 
float:left; 
padding:19px 0px 0px 20px; 
}
.tabs-txt a { 
float:left; 
color:#d4d2d2; 
font:Verdana, Geneva, sans-serif; 
font-size:13px;
}
.tabs-txt a:hover { 
color:#FFF;
text-decoration:none;
}
.tabs-txt a { 
padding-right:4px;
}

.tabs-img { 
float:right;
}
.tabs-img a:hover { 

padding-right:4px;
}

/****************** 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;
	padding:0 6px 10px 6px;
}
.simplebox p a {
	text-decoration:underline;
	padding:0;
	margin:0;
}
/****************** staff contact styles ***************/
.staffcontact {
	width:290px; height:140px; margin-bottom:4px; float:left;
}
.staffcontact img {
	float:left; padding:1px; border:1px solid #CCCCCC; margin-right:10px; background-color:#eadfc9;
}
.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;
}
/************** 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;
}

.item p {
	padding:2px 0;
	font-size:12px;
	line-height:17px;
}
/************** Smart List styles end *****************/

.the_pastorletter p {
	
	padding:6px 0;
	line-height:-18px;
	width:518px;
}


