body {
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.hide {
	display: none;
}
	
img {
	display: block;
	border: 0;
}
	
.caption {
	padding-top:4px;
	font-weight: bold;
	font-size: 9px;
	color: #000033;
	text-align: center;
	line-height: 1;
}

.directory a:link {
	color:#003366
}
.directory a:visited {
	color:#003366
}
	
a:link {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: #2F7195;
	background: transparent;
}

a:active {
	text-decoration: none;
	color: #2F5175;
	background: transparent;
}

.smalldirectory a:link {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

.smalldirectory a:visited {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

.smalldirectory a:hover {
	text-decoration: underline;
	color: #2F7195;
	background: transparent;
}

.smalldirectory a:active {
	text-decoration: none;
	color: #2F5175;
	background: transparent;
}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
	color: #330000;
	margin-top: 0px;
}

h2 {
	font-size: 11px;
	margin-bottom: 0.5em;
	margin-top: 0.25em;
	color: #333366;
	font-weight: bold;
	padding-top: 7px;
}

h3 {
	font-size: 11px;
	margin-bottom: .25em;
	margin-top: .25em;
	color: #000000;
	font-weight: bold;
}
	
h4 {
	font-size: 11px;
	margin-bottom: .25em;
	margin-top: .25em;
	color: #666666;
	font-weight: normal;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.3;
	text-align: left;
	font-size: 11px;
	color: #232323
}

ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.2;
	font-size: 11px;
	color: #232323
}
		
ol {
	font-size: 11px;
	padding-right: 15px;
	line-height: 1.2;
	color: #232323
}

hr {
	color: #0000FF;
	background-color: #0000FF;
	height: 1px;
	border: none;
}

blockquote {
	margin:1em 30px 1em 30px;
	line-height: 1.3;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
/* PAGE SECTIONS ------------------- */

/* Masthead */

#masthead {
	width: 780px;
	margin-bottom:-1px;
}

#masthead img {
	margin: 0px;
	border: 0px;
	padding: 0px;
	display: inline;
}

#masthead table {
	margin: 0px;
	padding: 0px;
}

/* Sidebar */ 
	
#sidebar {
	vertical-align: top;
	padding-left: 12px;
	background-color: #FBCA72;
	width: 164px;
	padding-right: 12px;
	padding-top: 1px;
	padding-bottom: 15px;
}
 
/* Main Content */

#mainContent {
	padding-left: 14px;
	padding-right: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 20px;
	width: 407px;
}

/* Right Bar */

#rightcolumn {
	width: 150px;
	padding-bottom: 14px;
	padding-top: 15px;
}
	
#rightcolumn p {
	text-align:center;
}
		
#rightcolumn img {
	display:inline;
}
	
/* Footer */

#footer {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color:#666666
}
	
/* PAGE COMPONENTS -------------------- */

/* Section Header (Headline) */

#sectionheader {
	float: right;
}

#toplinks  {
	text-align: right;
	font-size: 11px;
	color: #232323
}
	
#toplinks h2 {
	text-align: right;
	font-size: 11px;
	color: #232323;
	margin-top: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
	
#toplinks p {
	text-align: right;
	font-size: 11px;
	color: #232323;
	line-height: 1.1;
	margin-bottom: 0px;
	margin-top: 0em;
	padding-bottom: 0px;
}

/* Floats */

.floatcenter {
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatleft_border {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatleft_border img {
	border: 2px solid #666666;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatright_border {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatright_border img {
	border: 2px solid #666666;
}

img.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}

img.thumbnail_right_border {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 2px solid #666666;
}
	
/* Form */

.form td {
	font-size: 12px;
}

.form p {
	text-align: right;
	line-height: 1;
	padding-right: 3px;
	font-weight: bold;
}

/* Statistics */

.statistics td {
	font-size: 11px;
}

.statistics p {
	margin-top: 0;
	margin-bottom: 0em;
	line-height: 1;
	text-align: center;
	color: #232323;
}

/* List */
	
.list td {
	vertical-align: top;
	padding-bottom: 2px;
	padding-right: 5px;
}	
	
.list p {
	font-size: 11px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
	
/* Calendar */

.calendar td	{
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
}
.calendar p {
	font-size: 10px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.cal_date { text-align: right; }
.cal_solemnity { color: #CC0000; }
.cal_type { font-size: 7px; }
.cal_note {
	color:#000099;
	font-style: italic;
}
.cal_red { color:#CC0000 }
.cal_bold { font-weight:bold }
.cal_ital { font-style:italic }
.cal_redital {
	color:#CC0000;
	font-style: italic;
}
.cal_redbold {
	color:#CC0000;
	font-weight:bold;
}
.cal_boldital {
	font-weight:bold;
	font-style: italic;
}
.cal_rbi {
	color:#CC0000;
	font-weight:bold;
	font-style: italic;
}
.bulletlist {
	padding-left: 5px;
	margin-left: 10px;
}

/* IMAGE STYLES -------------------- */
	
img.bullet {
	display: inline;
}

img.banner {
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
}
	
/* FONT STYLES -------------------- */

.credit { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#666666; 
	float:right; 
	margin:2px 0 8px
} /* below images */

.title {
	font-size: 14px;
	color: #1E1B3A;
	margin-top: 0;
	margin-bottom: .5em;
}

.subtitle {
	line-height: 0.5em;
	margin-bottom: 1em;
	padding-top: 0px;
}

.red {
	font-weight: bold;
	color: #CC0000;
}

.darkred {
	color: #990000
}

.greytext {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}

.smalltext {
	font-size: 9px;
	font-weight: normal;
}

.source {
	color: #333333;
	text-align: right;
}

.asterisk {
	font-size: 10px;
	color: #CC0000;
}

.caption	{
	padding-top:4px;
	font-weight: bold;
	font-size: 9px;
	color: #000033;
	text-align: center;
	line-height: 1;
}
	
.footnote {
	font-weight:bold;
	font-size:10px;
}

/* MISC STYLES ------------------- */

.thinline hr {
	color: #FFCC66;
	background-color: #FFCC66;
	height: 1px;
	border: none;
}

.directoryline hr {
	color: #FFCC66;
	background-color: #FFCC66;
	height: 2px;
	border: none;
}

.olpadding {
	font-style:inherit;
}
	
.olpadding li {
	padding-bottom:5px;
}

/* *************** Drop Down ********************* 
/* The magic */

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height:.9em;
	z-index:1;
}

#nav li ul a {
	display: block;
	width: 25.8em;
	color:#FC6;
	padding-left:.2em;
}

#nav a:hover {
	text-decoration:none;
}
#nav ul#curia a:hover, ul#heritage a:hover, ul#laity a:hover, ul#gallery a:hover, ul#resources a:hover, ul#home a:hover { /* lists nested under hovered list items */
	background-color:#212E47;
}

#nav li { /* all list items */
	float: left;
	margin:0px;
	padding:0px;
}

#nav li ul { /* second-level lists */
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	position: absolute;
	background-color:#2F4165;
	width: 26em;
	line-height: 1.8em;
	font-size:10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	border-bottom:1px solid #000;
	float:none;
	width: 26em; /* width needed or else Opera goes nuts */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 26em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Heritage Drop Down Boxes */
#nav li .heritage ul,
#nav li ul.heritage li,
#nav li ul.heritage {
	width:13em;
}
#nav li .heritage a {
	width:12.8em;
}

/* Second Level Heritage Drop Down Boxes */
#nav li ul.heritage ul li {
	width:20.5em;
}
#nav li ul.heritage ul a {
	width:20.3em;
}
#nav li ul.heritage ul {
	margin: -2em 0 0 13em;
	width:20.5em
}

/* Gallery Drop Down Boxes */
#nav li .gallery ul,
#nav li ul.gallery li,
#nav li ul.gallery {
	width:50em;
}
#nav li .gallery a {
	width:49.8em;
}

/* Resources Drop Down Boxes */
#nav li .resources ul,
#nav li ul.resources li,
#nav li ul.resources {
	width:19em;
}
#nav li .resources a {
	width:18.8em;
}

/* Second Level Resources Drop Down Boxes */
#nav li ul.resources ul li {
	width:17.5em;
}
#nav li ul.resources ul a {
	width:17.5em;
}
#nav li ul.resources ul {
	margin: -2em 0 0 13em;
	width:17.5em
}

/* Laity Drop Down Boxes */
#nav li .laity ul,
#nav li ul.laity li,
#nav li ul.laity {
	width:28em;
}
#nav li .laity a {
	width:27.8em;
}

/* Second Level Laity Drop Down Boxes */

#nav li ul.laity ul.short li {
	width:13.5em;
}
#nav li ul.laity ul.short a {
	width:13.3em;
}
#nav li ul.laity ul.short {
	margin: -2em 0 0 28em;
	width:13.5em
}
#nav li ul.laity ul li {
	width:25.5em;
}
#nav li ul.laity ul a {
	width:25.3em;
}
#nav li ul.laity ul {
	margin: -2em 0 0 28em;
	width:25.5em
}

#content {
	clear: left;
	color: #ccc;
}

#nav li ul .arrow {
	float: right;
	margin: 5px 3px 0px 0px;
}

#nav li ul .leftarrow {
	float: left;
	margin: 5px 0px 0px 3px;
}

#nav li .home ul,
#nav li ul.home li,
#nav li ul.home {
	width:10em;
}
#nav li .home a {
	width:9.8em;
}

