@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:13px;
	line-height:18px;
	color:000000;
	background-color:#ffffff;
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	padding:5px 0;
	font-size:12px;
	line-height:18px;
}
a {
	color:#00569a;
	text-decoration:none;
}
a:hover {
	color:#261e1c;
}
ul, ol {
	padding-left:40px;
	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;
	letter-spacing:.10em;
}
h2 {
	color:#261e1c;
	font-size:200%;
	line-height:33px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
h3 {
	color:#003333;
	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 ********************/

#header {
	width:1000px;
	height:145px;
	margin:0 auto;
	background:transparent url(images/header_bkg.jpg) top left no-repeat;
	position:relative;
	z-index:5;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
}

#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:0px;
	padding-top:0px;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	overflow:hidden;

}
#innercontent {
	width:1000px;
	height:auto;
	padding:0px;
	margin:0 auto;


}
#leftcolumn {
	width:230px;
	float:left;
	/*overflow:hidden;*/
	margin-top:5px;
	margin-left:15px;
	
}
#rightcolumn {
	width:710px;
	margin:0px 0 0px 270px;
	position:relative;
	z-index:1;
}
#inner_text {
	margin:20px 0 10px 25px;
	position:relative;
	float:left;
	width:650px;
	z-index:1;
}
#inner_text2 {
	margin:20px 0 10px 25px;
	position:relative;
	float:left;
	width:900px;
	z-index:1;
}
#footerwrap {
	width:100%;
	height:160px;
}
#footer {
	width:1000px;
	height:166px;
	margin:0px auto;
	background:transparent url("images/footerbkg.jpg") top left no-repeat;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
}
#footer p {
	color:#ffffff;
	padding:60px 10px 10px 20px;
	font-size:12px;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#c0b000;
}

/******************* side accordians menu ************************/
div.accordion { position:relative; }
div.accordion h4 {
	display:block;
	width:214px;
	height:20px;
	padding:0 15px;
	color:#000000;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	background:transparent url(images/accordionh4bkg.jpg) top left no-repeat;
	cursor:pointer;
}
div.accordion h4:hover {
	color:#ffffff;
}
div.accordion h4 img {
	float:left;
	/*border:2px solid #eeeedd;*/
	margin-right:6px;
}
div.accordion h4 .subtext {
	display:block; font-size:10px; color:#000000; font-weight:normal; letter-spacing:normal;
}
div.accordion h4.cap {
	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;
	color:#ffffff;
}
div.accordion h4.cap:hover {
	color:#ffffff;
}
div.accordion h4.bott {
	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;
	padding:0;
	margin:0;
	display:block;
}
.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:#000000;
}
.accsubmenu2 ul li {
	padding:3px 10px 3px 33px;
	font-size:12px;
	color:#000000;
}
/*.accsubmenu ul li:hover {
	background-color:#FEFCE9;
}*/
.accsubmenu ul li a, .accsubmenu2 ul li a {
	color:#000000;
	text-decoration:none;
}
.accsubmenu ul li a:hover, .accsubmenu2 ul li a:hover {
	color:#00CC33;
}
.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;
}

/********************** top navigation *********************/

#topmenu {
	width:1000px;
	height:33px;
	padding:0;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:99;
	background-color:#ffffff;
   /* background:url("images/navbar_bkg.jpg") top left repeat-x;*/
}
ul#navbar {
	list-style:none;
	padding:0 0 0 0px;
	margin:0:
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a i {
	display:none;
}
#navbar a {
    background:url("images/nav_bar_bg2.jpg") no-repeat;
    float:left;
	height:33px;
	outline:0;
}
li#home a {
	width:117px;
	background-position:0px 0;
}
li#events a {
	width:88px;
	background-position:-118px 0px;
}
li#about a {
	width:128px;
	background-position:-206px 0;
}
li#resources a {
	width:135px;
	background-position:-332px 0;
}
li#parish a {
	width:170px;
	background-position:-461px 0;
}
li#contact a {
	width:362px;
	background-position:-625px 0;
}
li#home a:hover, li#home a:active, li#home a.current { 
    background-position:0px -35px;
}
li#events a:hover, li#events a:active, li#events a.current { 
    background-position:-118px -35px;
}
li#about a:hover, li#about a:active, li#about a.current { 
    background-position:-206px -35px;
}
li#resources a:hover, li#resources a:active, li#resources a.current { 
    background-position:-332px -35px;
}
li#parish a:hover, li#parish a:active, li#parish a.current { 
    background-position:-461px -35px;
}

li#contact a:hover, li#contact a:active, li#contact a.current { 
    background-position:-625px -35px;
}

#announcements {
float:left;  
height:625px; 
width:300px; 
color:#000000;
}
#register_now a {
color:#ffffff;

}
#register_now a:hover {
color:#d7b881;
}

#bio {
	font-size:13px;
	font:Verdana, Geneva, sans-serif;
color:#472d19;
}
#bio a {
color:#472d19;
}
#bio a:hover {
color:#472d19;
text-decoration:underline;
}




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