html, body
{
	margin: 0px;
	padding: 0px;
}

html, body, .normalColor
{
	color: #000000;
}

html, body, input, select, textarea
{
	font-family: calibri, arial, sans-serif;
	font-size: 1em;
}

body
{
	background-color: #080808;
	margin: 15px auto;
	width: 800px;
}

a:link, a:active, a:visited, .link
{
	color: #080808;
}

a:hover, .link:hover
{
	color: #700000;
	cursor: pointer;
}

a img
{
	border: 0px;
}

div.error
{
	background-repeat: no-repeat;
	background-color: #ffa090;
	border: 1px solid #700000;
	color: #700000;
	font-weight: bold;
	padding: 10px;
	overflow: auto;
}

div.error img.icon
{
	float: left;
	margin: 0px 10px 0px 0px;
}

div.error li
{
	color: #700000;
	padding: 0px;
	margin-left: 10px;
	list-style-position: inside;
}

.error
{
	color: #700000;
}

div#bodyWrapper
{
	background-color: #f8f8f8;
}

#header
{
	background-color: #e10000;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	margin: 0px;
	height: 294px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#headerParishes
{
	color: #ffffff;
	font-family: calibri, verdana, arial, sans serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -1px;
	font-style: italic;
	font-weight: bold;
	opacity: .5;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 20;
}

#headImg
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#headImgIeSpan
{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#imgRotator, #imgRotator2
{
	position: absolute;
	top: 48px;
	left: 0px;
}

#imgRotator
{
	z-index: 5;
}

#imgRotator2
{
	z-index: 4;
}

#links
{
	margin: 0px;
	height: 39px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 15;
}

#links ul
{
	list-style-type: none;
	margin: 0px 5px;
	padding: 0px;
}

#links ul li
{
	float: left;
	margin-right: 5px;
}

#links ul li a div.left
{
	float: left;
	padding: 5px 15px;
	min-height: 29px;
	max-height: 29px;
	height: 29px;
}

#links ul li a.current div.left
{
	background-image: url("/img/layout/link_current_l.gif");
	background-position: left bottom;
	background-repeat: no-repeat;	
}

#links ul li a:hover div.left, #links ul li a.hover div.left
{
	background-image: url("/img/layout/link_over_l.gif");
	background-position: left bottom;
	background-repeat: no-repeat;	
}

#links ul li a
{
	color: #f8f8f8;
	display: block;
	font-family: "Verdana", "Arial", "Sans Serif";
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
	float: left;
	line-height: 29px;
	min-height: 39px;
	max-height: 39px;
	height: 39px;
	padding: 0px;
	text-decoration: none;	
	margin: 0px;
}

#links ul li a.current
{
	background-image: url("/img/layout/link_current_r.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

#links ul li a:hover, #links ul li a.hover
{
	background-image: url("/img/layout/link_over_r.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

#contentWrapper
{
	clear: both;
	padding: 15px 10px 5px 10px;
	font-size: .9em;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#footer
{
	background-color: #700000;
	background-image: url("/img/layout/foot.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #000000;
	color: #f8f8f8;
	font-weight: bold;
	font-size: .8em;
	padding: 10px;
	text-align: center;
}

#footer a, #footer span.link
{
	color: #f8f8f8;
}

#footer a:hover, #footer span.link:hover
{
	color: #080808;
}

ul
{
	list-style-type: square;
	margin: 0px;
	padding: 0px 15px;
}

ul li, ol li
{
	color: #700000;
	margin: 0px;
	padding: 0px;
}

ul.news
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.news li
{
	background-color: #f0f0f0;
	padding: 5px;
}

ul.news li.odd, .odd
{
	background-color: #e8e8e8;
}

h1
{
	background-image: url("/img/layout/bar_black_l.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #f8f8f8;
	clear: both;
	font-size: 1.2em;
	line-height: 30px;
	height: 30px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

h1 div
{
	background-image: url("/img/layout/bar_black_r.gif");
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
}

h2
{
	background-image: url("/img/layout/bar_red_l.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #f8f8f8;
	clear: both;
	font-size: 1.2em;
	line-height: 30px;
	height: 30px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

h2 div
{
	background-image: url("/img/layout/bar_red_r.gif");
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
}

h3
{
	background-image: url("/img/layout/bar_white_l.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	clear: both;
	font-size: 1.2em;
	line-height: 30px;
	height: 30px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

h3 div
{
	background-image: url("/img/layout/bar_white_r.gif");
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
}

h4
{
	color: #700000;
	clear: both;
	font-size: 1.1em;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

h5
{
	color: #700000;
	clear: both;
	font-size: 1em;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

h6
{
	color: #700000;
	clear: both;
	font-size: .9em;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

p
{
	text-indent: 15px;
}

p.noIndent
{
	text-indent: 0px;
}

p:first-letter
{
	font-size: 1.5em;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.signature
{
	font-style: italic;
}

.quote
{
	font-style: italic;
}

.label
{
	color: #700000;
	font-weight: bold;
}

.smallNote
{
	font-size: .8em;
}

label
{
	color: #700000;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

input.blendIn
{
	background: transparent;
	border: 0px;
	width: 100%;
}

table.data1 th input.blendIn
{
	color: #f8f8f8;
	text-align: center;
}

table.data1 td input.blendIn
{
	color: #000000;
	text-align: center;
}

div.fieldWrapper input[type=text], div.fieldWrapper input[type=password], div.fieldWrapper input[type=file], div.fieldWrapper textarea
{
	background-color: #ffc8c8;
	border: 1px solid #700000;
	margin: 5px 0px 10px 0px;
	-moz-border-radius: 5px;
}

input.large
{
	width: 275px;
}

a.externalLinkImg
{
	display: block;
	margin-right: 15px;
	text-decoration: none;
}

a.externalLinkImg img
{
	border: 1px solid #700000;
	height: 64px;
	width: 60px;
}

table.externalLinks td
{
	text-align: center;
	width: 33%;
}

div#address
{
	float: left;
	margin-right: 10px;
}

#bulletin
{
	float: left;
}


/* Dropdown Menus */
div#dropContainer
{
	position: relative;
	height: 0px;
	z-index: 100;
}

div.dropMenu
{
	background-color: #080808;
	border-color: #700000;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	color: #f8f8f8;
	position: absolute;
	min-width: 200px;
	width: 200px;
	top: 0px;
	left: 0px;
	z-index: 100;
}

div.dropMenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.dropMenu ul li
{
	border-bottom: 1px solid #080808; /* IE 6 Gap Hack */
	display: block;
	margin: 2px;
}

div.dropMenu ul li a, div.dropMenu ul li span
{
	color: #f8f8f8;
	background-color: #202020;
	display: block;
	font-family: "Verdana", "Arial", "Sans Serif";
	font-size: .75em;
	padding: 5px 10px;
	text-decoration: none;	
	margin: 0px;
}

div.dropMenu ul li a:hover, div.dropMenu ul li span:hover
{
	color: #f8f8f8;
	background-color: #404040;
}

/* Data Tables */
table.data1, table.data1 th, table.data1 td
{
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.data1 th, tr.data1 th
{
	background-image: url("/img/layout/bar_black.gif");
	background-repeat: repeat-x;
	background-color: #09090a;
	color: #f8f8f8;
	padding: 5px 10px;
}

table.data1 td
{
	background-color: #d0d0d0;
	padding: 3px 5px;
}

table.data1 tr.odd td
{
	background-color: #e0e0e0;
}

table.data2, table.data2 th, table.data2 td
{
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.data2 th, tr.data2 th
{
	background-image: url("/img/layout/bar_red.gif");
	background-repeat: repeat-x;
	background-color: #700000;
	color: #f8f8f8;
	padding: 5px 10px;
}

table.data2 td
{
	background-color: #ffc8c8;
	padding: 3px 5px;
}

table.data2 tr.odd td
{
	background-color: #ffd8d8;
}

table.data3, table.data3 th, table.data3 td
{
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.data3 th, tr.data3 th
{
	background-image: url("/img/layout/bar_white.gif");
	background-repeat: repeat-x;
	background-color: #d2d2d2;
	padding: 5px 10px;
}

table.data3 td
{
	background-color: #d0d0d0;
	padding: 3px 5px;
}

table.data3 tr.odd td
{
	background-color: #e0e0e0;
}

div.rcia h2
{
	float: left;
	clear: left;
}

div.rcia p
{
	clear: left;
}

img#rcia
{
	border: 1px solid #700000;
	float: right;
	margin: 0px 0px 20px 20px; 
	height: 349px;
	width: 210px;
}

div.title
{
	color: #700000;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

img#depaul
{
	border: 0px;
	height: 157px;
	width: 117px;
}

a.hiddenLink
{
	cursor: default;
	text-decoration: none;
}

a.hiddenLink img
{
	border: 0px;
}

/* List Styles */
ul.numbered, ol
{
	margin-left: 1em;
  margin-top: 0px;
  list-style-type: decimal;
}

ul.numbered li, ol li
{
  padding-bottom: 10px;
}

ul.outline
{
	margin-left: 1em;
  margin-top: 0px;
}

ul.outline li
{
  list-style-type: upper-alpha;
  padding-bottom: 10px;
}

ul.outline li li
{
  list-style-type: decimal;
  padding-bottom: 10px;
}

ul.outline li li li
{
  list-style-type: lower-alpha;
  padding-bottom: 10px;
}

/* Photos */
div.photos
{
	overflow: auto;
	margin-right: -6px;
}

div.photos div.photo
{
	background-color: #f0f0f0;
	cursor: pointer;
	float: left;
	margin: 0px 6px 6px 0px; 
	padding: 10px;
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 170px;
	z-index: 0;
}

div.photos div.photo img
{
	
	display: block;
	margin: 0px auto 5px auto;
}

div.photos div.photo div.name
{
	color: #a00000;
	text-align: center;
}

div.photos div.photo div.overlayOptions
{
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	z-index: 10;
}

div.photos div.photo div.overlayOptionsOpacity
{
	background-color: #ffffff;
	opacity: .8;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	visibility: hidden;
	width: 100%;
	z-index: 5;
}

div#photoViewer
{
	position: absolute;
	top: 0px;
	left: 50%;
	padding: 10px;
	border: 1px solid #a00000;
	background-color: #f0f0f0;
	display: none;
	margin: -300px 10px 10px -411px;
	width: 822px;
	z-index: 25;
}

div#photoViewer span.label
{
	color: #a00000;
	font-weight: bold;
}

img#photoViewerImg
{
	border: 1px solid #000000;
	display: block;
	margin: 0px auto 10px auto;
}

h2#photoViewerClose
{
	cursor: pointer;
}

/* Important News */
div#importantNews
{
	background-color: #ffbb00;
	border: 1px solid #000000;
	color: #000000;
	padding: 10px;
	position: relative;
	overflow: auto;	
}

div#importantNews img
{
	margin: 0px 10px 0px 0px;
	float: left;
	vertical-align: top;
}

/* Menu */
ul.menu
{
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	list-style: none;
	width: 100%;
}

ul.menu li
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul.menu li.section
{
	color: #700000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	width: 33%;
}

ul.menu li.section.newRow
{
	clear: both;
}

ul.menu li.header
{
	margin-left: 0px;
}
