@charset "utf-8";
/* CSS Document */

/*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%; vertical-align: baseline;
	/*background: transparent;*/    /*we have to leave this off in order for FancyZoom to display correctly*/ }
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;}
/*FancyZoom Fixes.*/
#ZoomCaption{vertical-align: middle;}


/*----------------------------------------------------------------------------------------------------*/
/*StyleSheet*/

html {
  overflow-x: auto;
  overflow-y: scroll;
}

body{
	background: #990000 url('images/redground.png') repeat fixed;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	padding: 0;
	margin: 0 auto;
	}	

/*PRIMARY COLOURS*/
	#footer, #footer p, #subcontainer {
		border-color: #b68b26;
	}
	p, ul, #indexlist ul li, blockquote, .nums, h4, #subcontainer:before{
		color:#300000;
	}
	h1, h2 {
		color: red;
	}



/*--------------------------------------------------*/
a:link {
	color: red;
	text-decoration:none;
	}
	a:visited {
		color: red;
		text-decoration:none;
		}
	a:hover{
		color:yellow;
		text-decoration: none; 
		}

h1 {
	margin-top: -5px;	/*jog this up a little to take away some of the space in the masthead*/
	text-align: center;
	font-size:30.0pt;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	/*text-shadow: 0px 4px 4px rgb(100, 100, 100);*/
	}

 h2	{
	line-height: normal;
	font-size:16.0pt;
	font-family:"Times New Roman", serif;
	font-weight:bold;
	margin: 5px;
	}
	
h3{
	line-height: normal;
	font-size:14.0pt;
	font-family:"Times New Roman", serif;
	font-weight:bold;
	margin: 5px;	
	}

	
h4{
	margin: 25px 0 5px 0;
	line-height: inherit;
	font-size:14pt;
	font-family:inherit;
	font-weight:bold;
	text-align: center;
	}
	
p, ul{
	margin: 0 0 0 12px;
	font-size:12.0pt;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-family:"Times New Roman", serif;
	text-indent: 25px;
	}
	.prayertitle{	/*for keywords, not titles*/
	font-weight:bold;
	}

.nums{		
	/*margin-left: 15px;*/
	counter-reset: nums;
	list-style-position: outside;
	list-style-image: none;
	margin-left: 50px;
	line-height: normal;
	}
	.nums li:before {		/*This provides BOLD automatic numbering*/
		content: counter(nums, upper-roman) ". "; 
		counter-increment: nums;
		font-weight:bold;
		float: left;
		width: 2em;
		margin-left: -2.5em;
		text-align: right;
	}
	
	
#container{
	text-align: center;
	height: 100%;
	margin: 0 auto;
	}

#subcontainer{
	background:  #990000 url('images/redgradient.png') repeat-x;
	background-position: 0 92px;
	padding: 110px 45px 0px 45px;
	border-style: solid;
	border-width: 0 10px;
	text-align: center;
	width: 50%;
	min-width: 600px;
	margin: -100px auto 0 auto;
	position: relative;
	}
	#subcontainer:before{
		content: " ";
		position	: absolute;
		width: 100%;
		min-height: 100%;
		border-width: 16px;
		border-style: solid;
		left: -16px;
		top: -32px;
		z-index: -2;
	}

#masthead {
	background: transparent url("images/masthead.png") no-repeat;
	background-position: center;
	margin: 0 auto;
	width: 100%;
	height:92px;
	display: block;
	/*cursor: pointer;		You have to have this to make IE hyperlink on an empty div*/
}

#maincontent{
	margin: 0 10px 0 10px;
	text-align: left;
	}	

#header{
	text-align:center;
	overflow: visible;
	width: 100%;
	display: block;
	}

#title {
	background: transparent url("images/title.png") no-repeat;
	background-position: center;
	margin: 0 auto;
	width: 100%;
	height:130px;
	display: block;
}
#arms {
	background: transparent url("images/arms-small.png") no-repeat;
	background-position: center;
	border: 0;
	margin: 0 auto;
	width: 250px;
	height:242px;
	display: block;
}

#footer{
	width: 100%;
	text-align: center;
	/*border-top: solid thin;*/
	margin: 0 0 0 -45px;		/*center the shading; must be negative of subcontainer's padding*/
	padding-right: 80px;		/*must be 40 + subcontainer's padding*/
	padding-top: 15px;
	position: static;
	background: transparent url("images/redgradientreverse.png") repeat-x;
	background-position: 0 25px;
	height: 110px;
	display: block;
    \margin-right: -45px; padding-left: 10px;
	}
	#footercontent{
		margin: 0, auto;
		width: 100%;
		position: relative;
		left: 20px;
	}
	#footercontent p {
		font-size:9pt;
		font-weight:normal;
		padding-top: 3px;
		}
	.counter{margin-top: 6px; border: solid 1px #b68b26; }


.swirly{
	background: transparent url("images/swirly.png") no-repeat;
	background-position: center;
	width: 100%;
	height: 124px;
	display: block;
	/*clear: both;*/
}

.sectionblock {
	padding-top: 8px;
	margin: 20px 15px 20px 10px;
	border-top: solid thin;
	border-color: #520000;
	}	

#indexlist{
	border: none;
}
#indexlist ul, #indexlist a{
	list-style: disc;
	list-style-image: url('forward-trans.png');
	list-style-position: inside;
	line-height: 15pt;
	font-size: 13pt;
	padding-top: 5px;
	}
#indexlist ul li{
	font-size: 10pt;
	margin-left: 12px;
}

.downloads{
	margin: 0 0 0 10px;	/*indent the arrows*/
	background: transparent url("images/down.png") no-repeat;
	background-position: bottom left;
	height:32px;			/*This is necessary for IE*/
	overflow: hidden;  /*Don't wrap the linklines or they will screw up*/
	/*width: 600px;	  	This makes the text not wrap in IE*/
	}
	.downloads p{
		margin: -3px 0 0 12px;	/*spacing between text and the arrow*/
		line-height: 27pt;	/*This centers the text vertically with the arrow image*/
	}
	.downloads a{
		padding-left: 5px;
		font-size: 14pt;}
	.downloads a:hover{	
		color: blue;
	}
	.DLdescription{
		font-size: 11pt;
		text-indent: 0;
		margin-left: 45px;
	}
	.DLseparator{		/*Just a sort of custom HR*/
		border-top: solid thin;
		border-color: #520000;
		margin: 10px auto;
		width: 400px;
	}


	
	
div.imagebank {	/*to display several images in a horizontal row*/
	padding: 10px 0 0px 0;
	border:0;
	margin-left:20px;
}

div.imagebank img{
	vertical-align: middle;
	padding: 1px 1px 3px 1px;
}


blockquote{
	font-style: italic;
	margin: 15px 25px;
	line-height: 130%;
}
span.quoter{
	font-weight:bold;
	font-style:normal;
	text-transform: uppercase;
}
.prayer{
	font-style: italic;
	margin: 15px 25px 10px 25px;
	line-height: 130%;
}
.imprimatur{
	font-size: 10pt;
	font-style: normal;
	margin: 0 25px 15px 25px;
	line-height: 100%;
	font-weight: bold;
}

	


#adobereader{
	padding-top: 2px;
	text-align: center;
}
 #adobereader a:hover{	/*the margins create a slight moving effect*/
	display: block;
	margin-top: 1px;
	margin-bottom: -1px;
 }




/*----------------Contact Form------------------------------------------------------------------------------------*/

.mailform{color: #300000;}
#mailer_emailButton:hover, #mailer_emailButton:focus, #mailer_emailResult{color: red;}
#mailer_emailBody, #mailer_emailFrom, #mailer_emailSubject, #mailer_emailName, #mailer_spamproof{
	background-color: #F9E2AC;
	color: #300000;
	border-color: #b68b26;
}
.aspmailform{ display: block; width: 500px; text-align:center; margin:0 auto 15px auto; width:expression('100%');}
.mailform table{ display: block; width: 100%; margin: 5px 0;}
.mailform tr, .mailform td{vertical-align: top;}
.mailform p{text-align: left; margin-left: 0;}

.leftside{ width: 60px; text-align:right; padding-right: 8px; padding-top: 8px; font-weight: bold; }
.rightside{width: 350px; padding-top: 5px;}

#mailer_emailBody, #mailer_emailFrom, #mailer_emailSubject, #mailer_emailName, #mailer_spamproof{width:100%; border-style: solid;}
#mailer_emailBody{height: 150px; overflow-y: auto;}
#mailer_emailButton{font-weight: bold; color: gray;}
#mailer_emailButton:hover, #mailer_emailButton:focus{cursor: pointer; color:Red;}
#mailer_emailResult{font-weight: bold; color:Blue;}	
	
#mailer_Contact{
	display: block;
	margin-top:25px;
	color:#2d0505;
	text-align:left;
}