/* Reset */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */


/* Main Structure */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#backgroundHolder {
	background: url(images/structure/background3.jpg) no-repeat center top #FFFFFF;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 972px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 950px;
	float: left;
	background: #FFFFFF;
	padding: 11px;
	z-index: 2;
}

/* REMOVE ONCE MINISTRIES HOME PAGE IMAGES HAVE BEEN PROVIDED */

#content.homePageContent {
	padding-bottom: 0px;
}

*+html #content.homePageContent {
	padding-bottom: 11px;
}

/* REMOVE ONCE MINISTRIES HOME PAGE IMAGES HAVE BEEN PROVIDED */

#header {
	width: 100%;
	height: 136px;
	float: left;
}

strong {
	font-weight: bold;
}

/* End Main Structure */


/* Navigation */

#navigation {
	background: url(images/structure/navigationBG.png) repeat-x;
	float: left;
	width: 972px;
	display: block;
	z-index: 1;
}

#navigation ul li {
	display: inline;
	float: left;
	background: url(images/structure/navigationRightBorder.png) right top no-repeat;
}

#navigation ul li a {
	font-size: .73em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 15px 16px 15px;
	display: block;
	line-height: 110%;
	float: left;
}

#navigation ul li a:hover, #navigation ul li a#active {
	background: #FFFFFF;
	color: #474747;
}

.schoolDioceseLink {
	float: right;
	font-size: .7em;
	color: #FFFFFF;
	margin-top: 19px;
	position: relative;
	right: 12px;
}

.schoolDioceseLink a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.schoolDioceseLink a:hover {
	text-decoration: underline;
}

/* End Navigation */


/* Top Bar */

#topBarWrap {
	width: 100%;
	background: #2759B8;
	border-bottom: 1px solid #668DC9;
}

#topBar {
	margin-left: auto;
	margin-right: auto;
	width: 962px;
	height: 46px;
	padding-left: 15px;
	padding-right: 15px;
}

#topBarLeft {
	width: 400px;
	float: left;
	font-size: .72em;
	line-height: 130%;
	color: #fbfbfd;
	padding-top: 8px;
}

.topBarLeftLeft, .topBarLeftRight {
	float: left;
}

.topBarLeftLeft {
	right: 7px;
	position: relative;
}

#topBarRight {
	float: right;
	padding-top: 7px;
	right: 10px;
	position: relative;
	width: 450px;
}

/* Search Bar */

#searchBar {
	float: right;
	width: 225px;
}

p.searchBarSpanLeft {
	float: left;
	background: url(images/structure/searchBarMagGlass.png) no-repeat left;
	padding-left: 28px;
}

#searchBar input#keywords {
	background: url(images/structure/searchBarBG.png) repeat-x;
	width: 141px;
	float: left;
	border: none;
	height: 26px;
	margin-top: 1px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 5px;
	font-family: Verdana, Arial, sans-serif;
	color: #6a6a6a;
	font-size: .7em;
}

#searchBar input#keywords.input {
}

#searchBar input.submit {
	float: left;
	background: url(images/structure/searchBarGo.png) no-repeat;
	border: none;
	width: 40px;
	margin-top: 1px;
	height: 29px;
	cursor: pointer;
	outline: none;
	-moz-outline: none;
}

/* End Search Bar */


/* Top Dropdown */

#ministriesAndOrganizationsWrapper { 
	width: 100%; 
	background: url(images/structure/ministriesTopBG.png) repeat-x #00318A;
	display: none; 
	float: left;
} 

#ministriesAndOrganizationsContainer { 
	width: 992px;
	margin-left: auto;
	margin-right: auto;
}

#ministriesAndOrganizationsContent {
	float: left;
	width: 952px;
	padding: 20px;
}

#topBarMinistriesAndOrganizations a#ministries_hook { 
	float: left;
	width: 216px;
	height: 29px;
	background: url(images/structure/buttonMinistriesAndStewardshipCombined.png) 0 0 no-repeat;
	margin-top: 1px;
	cursor: pointer;
	outline: none;
}	

#topBarMinistriesAndOrganizations a#ministries_hook.active { 
	background: url(images/structure/buttonMinistriesAndStewardshipCombined.png) 0 -29px no-repeat;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#ministriesAndOrganizationsContent ul {
	float: left;
	width: 185px;
}

#ministriesAndOrganizationsContent ul li.ministriesDropDownHeader a {
	color: #FFFFFF;
	margin-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	line-height: 130%;
	text-decoration: none;
	padding-left: 10px;
}

* html #ministriesAndOrganizationsContent ul li a {
	height: 1%;
}

#ministriesAndOrganizationsContent ul li {
	float: left;
	width: 185px;
}

#ministriesAndOrganizationsContent ul li a {
	display: block;
	color: #CAD3E6;
	text-decoration: none;
	font-size: .7em;
	clear: both;
	width: 165px;
	padding: 3px 10px 3px 10px;
}

#ministriesAndOrganizationsContent ul li a:hover {
	background: #2759B8;
	text-decoration: underline;
}

#ministriesAndOrganizationsContent ul li.ministriesDropDownHeader a:hover {
	background: none;
}

/* End Top Dropdown */

/* End Top Bar */


/* Header */

.sacramentalCertificate {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #eaf3f6;
	margin-top: 18px;
	position: relative;
	right: 3px;
	clear: right;
	line-height: 110%;
	display: block;
	width: 245px;
	text-align: right;
}

.importantInformation {
	right: 3px;
	float: right;
	position: relative;
	height: 55px;
	margin-top: 25px;
	text-align: right;
}

.importantInformation a {
	color: #FFFFFF;
	font-size: 1.2em;
	float: right;
	display: block;
	text-align: right;
}

.importantInformation a:hover {
	text-decoration: none;
}

.importantInformation em {
	display: block;
	width: 100%;
	text-align: right;
	color: #FFFFFF;
	font-size: .9em;
	margin-bottom: 5px;
}

.sacramentalCertificate a {
	color: #eaf3f6;
	text-decoration: none;
	font-weight: bold;
}

.sacramentalCertificate a:hover {
	text-decoration: underline;
}

#welcomePage {
	float: left;
	position: relative;
	width: 527px;
	height: 92px;
	background: url(images/structure/logo.jpg) 0px -92px no-repeat;
	margin-top: 22px;
}

#welcomePage a {
	width: 527px; 
	height: 92px; 
	display: block; 	
	background: url(images/structure/logo.jpg) 0px 0px no-repeat; 
}

#welcomePage a:hover {
	background: none;
}

#catholicsComeHome {
	width: 136px;
	height: 84px;
	background: url(images/structure/catholicsComeHome.gif) 0px 0px no-repeat;
	position: relative;
	display: block;
	overflow: hidden !important;
	text-indent: -10000px !important; 
	font-size: 0px !important;
	text-align: left !important;
	line-height: 0px !important;
	border-bottom: none !important;
	left: 36px;
	top: 37px;	
	float: left;
}

#catholicsComeHome:hover {
	background: url(images/structure/catholicsComeHome.gif) 0px -84px no-repeat;
}

/* End Header */


/* Content Page Styling */

#secondaryContentRightColumnSubNavigation .contactUsRightColumn {
	float: left;
	margin-top: 10px;
	position: relative;
	left: 15px;
	width: 185px;
	background: #FFFFFF;
	padding: 5px;
	font-size: .7em;
	color: #414141;
	line-height: 150%;
	border: 1px solid #FDE6BD;
}

#secondaryContentRightColumnSubNavigation .contactUsRightColumn p {
	margin-bottom: 3px;
	border-bottom: 1px dotted #E0E0E0;
	padding-bottom: 3px;
}

#secondaryContentRightColumnSubNavigation .contactUsRightColumn p strong.orange {
	color: #D28618;
	font-size: 1.1em;
}

#secondaryContentRightColumnSubNavigation .contactUsRightColumn p.noBorder {
	border: none;
}

/* End Content Page Styling */


/* Footer */

#footer {
	width: 890px;
	height: 313px;
	position: relative;
	left: 1px;
	float: left;
	background: url(images/structure/footer.png) no-repeat;
	padding: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 35px;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
}

#footerLeft, #footerLeftLeft, #footerLeftMiddle, #footerLeftRight {
	float: left;
}

#footerLeft {
	width: 550px;
	float: left;
}

#footerLeftLeft {
	width: auto;
	height: 175px;
	padding-right: 30px;
}

#footerLeftMiddle {
	width: 145px;
	padding-right: 25px;
	height: 175px;
}

#footerLeftRight {
	width: 200px;
}

#footer #footerLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer #footerLeft ul li, #footer #footerLeft ul li a {
	display: block;
	width: 100%;
}

#footer #footerLeft ul li a:hover {
	text-decoration: underline;
}

#footer #footerLeft ul li a, #footer #footerLeft ul li.footerHeader a {
	padding: 3px 0px 4px 0px;
	font-size: .6em;
}

#footer #footerLeft ul li.footerHeader a {
	font-size: .7em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}

#footer #footerLeft ul {
	float: left;
	display: inline;
}

#footer #footerLeft ul#newcomers, #footer #footerLeft ul#onlineBulletin {
	margin-bottom: 12px;
}

#footer #footerLeft ul#whoWeAre li a {
	width: 130px;
}

#footer #footerLeft ul#whoWeAre {
	width: 130px;
}

#footer #footerLeft ul#newcomers, #footer #footerLeft ul#calendarSchedules, #footer #footerLeft ul#onlineBulletin, #footer #footerLeft ul#ministriesStewardship {
	width: 100%;
}

#footer #footerLeft #footerLeftLeft li, #footer #footerLeft #footerLeftMiddle li, #footer #footerLeft #footerLeftRight li {
	float: left;
	width: 100%;
	display: block;
}

#footerRight {
	float: right;
	width: 300px;
}

#footerRight a {
	color: #FFFFFF;
}

#footerRight h1 {
	font-size: .87em;
	font-weight: bold;
	margin-bottom: 4px;
}

#footerRight p {
	font-size: .6em;
	line-height: 170%;
}

#footerRight p#copyright {
	margin-top: 15px;
}

#footerRight p.smallText {
	font-size: .55em;
	line-height: 190%;
}

/* End Footer */

/* Important Info */

.importantInfo p {
	margin-bottom: 12px;
	position: relative; 
	float: none; 
}

.importantInfo {
	font-size: .75em;
	color: #414141;
	line-height: 150%;
}

.importantInfo img {
	float: right;
	position: relative; 
	display: inline;
	margin: 7px 10px 20px 20px;
	padding: 3px;
	border: 1px solid #E1E1E1 !important;
	z-index: 1000;
}

.importantInfo h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
	width: 683px;
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	border-bottom: 1px dashed #929292;
	padding-bottom: 2px;
}

.importantInfo h1 {
	width: auto;
}

.importantInfo h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #929292;
}

.importantInfo h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.importantInfo h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.importantInfo hr {
	height: 1px;
	border: 1px dashed #A0A0A0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.importantInfo blockquote {
	margin-top: 10px;
	padding: 5px;
	width: 552px;
	padding-top: 20px;
	font-style: italic;
	font-size: 1.1em;
	color: #888888;
	padding-left: 31px;
	padding-right: 30px;
	position: relative;
	background: url(images/structure/secondaryLeftColumnContentBlockquote.png) no-repeat left top;
}

.importantInfo pre {
	width: 670px;
	overflow: auto;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 15px;
}

.importantInfo ul, .importantInfo ol {
	padding-left: 40px;
	width: 643px;
	font-size: .9em;
	margin-bottom: 15px;
}

.importantInfo ul li { 
	list-style: disc;
}

.importantInfo ol li { 
	list-style: decimal;
	display: list-item;
}

img.img_right {
	display: inline;
	margin-left: 15px !important;
}

/* End Important Info */

a#headLink {
	overflow: hidden !important;
	text-indent: -10000px !important; 
	font-size: 0px !important;
	text-align: left !important;
	line-height: 0px !important;
	border-bottom: none !important;
	position: absolute;
}