@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: 0px 0px 0 px 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	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:14px;
	line-height:18px;
	color:#570d08;
	background-color:#ffffff;
	
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	padding:5px 0;
	font-size:13px;
	line-height:16px; 
	margin:2px 0 6px 0;
}
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:#570d08;
	font-size:190%;
	font-weight:bold;
	font-family:Arial,Verdana;
	line-height:30px;
	padding:2px 0;
	letter-spacing:.0em;
}
h2 {
	color:#570d08;
	font-size:200%;
	line-height:33px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
h3 {
	color:#570d08;
	font-size:120%;
	font-weight:bold;
	padding:8px 0;
}
h4 {
	color:#570d08;
	font-size:145%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
#container1 {
	width:1000px;
	z-index:1;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	background-color:#FFFFFF
	}
#innercontent {
	width:1000px;
	padding:0px;
	margin:0 auto;
	background-color:#f1f2f4;
	/*background:transparent url(images/innerbkg.png) top left repeat-y;*/
		border-left:1px solid #111111;
	border-right:1px solid #111111;
	overflow:hidden;

}
#inner_text {
	position:relative;
	width:970px;
	height:auto;
	z-index:2;
	padding:10px 20px 10px 20px;

}
#header {
	position:relative;
	width:1000px;
	height:222px;;
	z-index:1;
	background-image:url(images/header.jpg);
    border-left:1px solid #111111;
	border-right:1px solid #111111;
	overflow:hidden;
}



#footer {
	width:1000px;
	height:150px;
	margin:0 auto;
	padding-top:10px;
	background:transparent url("images/footerbkg.jpg") top left no-repeat;
	border-left:1px solid #111111;
	border-right:1px solid #111111;
	overflow:hidden;
}
#footer p {
	color:#eeeedd;
	padding:70px 10px 10px 20px;
	font-size:9px;
}
#footer a {
	color:#eeeeee;
}
#footer a:hover {
	color:#c0b000;
}

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

#topmenu {
	width:1000px;
	height:35px;
	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_bg.jpg") no-repeat;
    float:left;
	height:33px;
	outline:0;
}
li#home a {
	width:162px;
	background-position:0px 0;
}
li#schedule a {
	width:157px;
	background-position:-162px 0px;
}
li#faq a {
	width:80px;
	background-position:-319px 0;
}
li#professors a {
	width:114px;
	background-position:-400px 0;
}
li#online_registration a {
	width:203px;
	background-position:-515px 0;
}
li#contact_us a {
	width:157px;
	background-position:-718px 0;
}
li#parish_home a {
	width:127px;
	background-position:-873px 0;
}
li#home a:hover, li#home a:active, li#home a.current { 
    background-position:0px -35px;
}
li#schedule a:hover, li#schedule a:active, li#schedule a.current { 
    background-position:-161px -35px;
}
li#faq a:hover, li#faq a:active, li#faq a.current { 
    background-position:-318px -35px;
}
li#professors a:hover, li#professors a:active, li#professors a.current { 
    background-position:-399px -35px;
}
li#online_registration a:hover, li#online_registration a:active, li#online_registration a.current { 
    background-position:-514px -35px;
}
li#contact_us a:hover, li#contact_us a:active, li#contact_us a.current { 
    background-position:-717px -35px;
}

li#parish_home a:hover, li#parish_home a:active, li#parish_home a.current { 
    background-position:-872px -35px;
}
.itemleftimg {
	padding:4px 0px 0px 20px; 
	overflow:hidden;
	width:95%;
	border-bottom:1px solid #CCCCCC;
}
.itemleftimg img {
	float:left;
	padding:5px 5px 5px 0;
}
.itemleftimgtxt {
	margin-left:10px;
	float:left;
}
.itemleftimgtxt2 {
	margin-left:130px;
}

.itemleftimgtxt p, .itemleftimgtxt2 p {
	font-size:13px;
	line-height:16px; 
	padding-left:0;
	margin:2px 0 6px 0;
}