@charset "UTF-8";
/* CSS Document */
/*standard colors: red: b40000  | blue: 01176b  |    */
/******************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:inside;
	
	
}
/* 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:#d0d0d0;
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	padding:10px 0;
	font-size:12px;
	line-height:18px;
}
a {
	color:#650b0b;
	text-decoration:underline;
}
a:hover {
	color:#650b0b;
}
ul, ol {
	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:#b40000;
	font-size:200%;
	font-weight:bold;
	font-family:Arial,Verdana;
	line-height:30px;
	padding:2px 0;
	letter-spacing:.10em;
}
h2 {
	color:#b40000;
	font-size:160%;
	line-height:33px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
h3 {
	color:#b40000;
	font-size:120%;
	font-weight:bold;
	padding:8px 0;
}
h4 {
	color:#000000;
	font-size:115%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
/**************** layout stuff ********************/
#header {
	width:1000px;
	height:233px;
	margin:0 auto;
	background-image:url(images/header_bg.jpg);
	position:relative;
	z-index:20;
	top:5px;
	
}
#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:transparent url("images/content_bkg.png") top left no-repeat;*/
	position:relative;
	z-index:10;
	overflow:hidden;
}
#content {
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;
	overflow:hidden;
	background-color:#ffffff;
}
#innercontent {
	width:986px;
	margin:0 auto;
	padding:10px 0 0 0;
	overflow:hidden;
	background:url(images/inner_content_bg.jpg) #ebeaea;
}
#leftcolumn {
	width:225px;
	padding:7px 0 0 20px;
	float:left;
	/*overflow:hidden;*/
}
#rightcolumn {
	margin:7px 0 10px 255px;
    position:relative;
    width:720px;
    z-index:1;
}
#rrcolumn {
	margin:0px 20px 0px 20px;
    position:relative;
    width:220px;
	/*height:625px;*/
    z-index:1;
	float:left;
	background:transparent url("images/feature_content2.gif") top left no-repeat;
	overflow:hidden;
}
.textbkg { border:1px solid #a49c94; background-color:#eee; padding:10px; margin:5px 0; overflow:hidden; }
#footerwrap {
	width:100%;
	height:160px;
}
#footer {
	width:1000px;
	height:122px;
	margin:0 auto;
	background:transparent url("images/footerbkg.jpg") top left no-repeat;
}
#footer p {
	color:#eeeedd;
	padding:50px 10px 10px 20px;
	font-size:9px;
}
#footer a {
	color:#eeeeee;
}

/******************* side menu for other left nav items that are not accordians ************************/
.sidemenu {
	width: 208px;
	}
.sidemenu ul, .simplebox ul {
	width: 100%;
	border-top:1px solid #DDDDDD;
	padding-left:0;
	text-align:left;
}
.sidemenu li, .simplebox li {
	list-style:none;
	width:100%;
	font-size:10px;
	border-bottom:1px solid #DDDDDD;
}
.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:#255159;
	background-color:#FFFFFF;
}
.sidemenu li a:hover, .simplebox li a:hover {
	color: #650b0b;
	background-color:#FFFFFF;
}
/******************* 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:5px 6px 4px 22px;
	color:#b40000;
	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:#650b0b;
	background:transparent url(images/down.jpg) top left no-repeat;
}
.accsubmenu {
	background-color:#eee;
	padding:0 22px 0px 0px;
	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 23px;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
}
.accsubmenu ul li:hover {
	background-color:#ededed;
}
.accsubmenu ul li a {
	color:#b40000;
	text-decoration:none;
}
.accsubmenu ul li a:hover {
	color:#650b0b;
	text-decoration:none;
}
.accsubmenu ul li ul li{
	font-size:10px;
	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;
}
/****************** floating right column ***************/
.floatrightcol {
	float:right; padding:5px; margin-left:5px; text-align:center;
}
.floatrightcol img {
	padding:4px 5px 5px 5px; border:1px solid #CCCCCC; background-color: ;
}
.floatrightcol p {
	font-size:10px;
	text-align:left;
}
.hometabpane { height:555px; overflow:auto; }
.hometabpanecal { height:555px; overflow:hidden; }
/**************** boxes *****************/
.box220top{
	/*display:block;*/
	width:218px;
	height:30px;
	background:transparent url(images/box218_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:218px;
	background:transparent url(images/box218_bot.jpg) bottom left no-repeat;
	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;
}
/*************** splash on home page **************************/
#splashpgs { width:735px; height:20px; padding:8px 0 0 0; margin:0; }
#splashpgs a { padding:4px 8px; text-decoration: none; color:#353630; font-weight:bold; font-size:14px;}
#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:#650b0b; }
.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:6px; 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:11px;
	background-color:#fff;
	border:2px solid #353630;
	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:0px; 
	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:0px;
}
.itemleftimgcal {
	margin-left:80px;
}

.itemleftimgtxt p, .itemleftimgtxt2 p, .itemleftimgcal p {
	font-size:13px;
	line-height:16px; 
	padding-left:0;
	margin:2px 0 6px 0;
}
/******************* buttons *******************************/
a#buttondosomething {
    background:url("images/button-dosomething.png") no-repeat;
	width:230px;
	height:40px;
	outline:0;
	background-position:0 0;
	display:block;
}
a#buttondosomething:hover {
    background-position:0 -40px;
}
a#buttondosomething i {
	display:none;
}

#home_banner {
	position:absolute;
	width:1000px;
	z-index:1;
	top:120px;
}
#page_gallery {
	position:relative;
	width:200px;
	height:300px;
	z-index:1;
	float: right;
	top: 7px;
	padding:5px 5px 5px 5px;
	border:1px solid #CCCCCC;
	margin-left:10px;
	margin-bottom:10px;
	
}
/********************** top navigation *********************/

#topmenu {
	width:1000px;
	height:233px;
	padding:0;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:0;
	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;
}
input, textarea, select {
	border:1px solid #CCCCCC;
	
	font-size:10px;
	color:#F00;
}
