/* general rules  */
html {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #C6D3D9;
	/*background-color:#b9c6cf;*/
}


html, body, #wrap {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

#wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 1200px;
}


#logo H1{display:block;
padding-top:0;
width:215px;
height:120px;
text-indent:-9999px;
overflow:hidden;
background:url(../images/stl_logosh.gif) top left no-repeat;

} 



#dates{margin:4px 8px;
padding-left:15px;
width:480px;
}

#pdfs{border-top:1px solid #94A4A9;
margin:40px 25px;
padding: 25px;
font:normal 10px/40px Arial, Helvetica,sans-serif;
background: transparent url(../images/pdf_icon_light.gif) center left no-repeat;
}

#pdfs a:link{background-image: none;}

body#home { background: #b9c6cf url(../images/bgd_home.jpg) bottom right no-repeat; }
body#home li.home a:link, 
body#home li.home a:visited, 
body#parish li.parish a:link, 
body#parish li.parish a:visited, 
body#sacraments li.sacraments a:link, 
body#sacraments li.sacraments a:visited, 
body#service li.service a:link, 
body#service li.service a:visited, 
body#schedule li.schedule a:link, 
body#schedule li.schedule a:visited, 
body#education li.education a:link, 
body#education li.education a:visited, 
body#other li.other a:link, 
body#other li.other a:visited {color: #699;}

img { border: 0; }

em {
	font-style: italic;
	font-size: 11px;
	color: #033;
}

#announce {
	width: 300px;
	color: #366;
	background-color:transparent;
	font: normal 11px/13px Georgia,times,"times new roman", serif;
}

#note {
	width: 300px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-top: 6px;
	border-top: 1px dotted #94A4A9;
	border-bottom: 1px dotted #94A4A9;
	font: 9px soild Arial, Helvetica,"sans-serif";
}

a:link, a:visited {
	margin-left: 4px;
	padding-left: 8px;
	color: #053;
	font: normal 9px/14px Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(../images/dot_link.gif) left center no-repeat;
}

a:hover {
	color: #366;
	background: transparent url(../images/dot_linkH.gif) left center no-repeat;
}

a:link#curr, a:visited#curr, a:hover#curr {
	color: #366;
	background: transparent;
}

/*TOP navigation **********/
ul#topnav {
	position: absolute;
	top: 15px;
	left: 230px;
	width: 550px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#topnav li {
	display: inline;
	margin: 2px 14px 2px 2px;
}

ul#topnav a:link, 
ul#topnav a:visited {
	margin-left: 4px;
	padding-left: 14px;
	text-decoration: none;
	color: #053;
	background: transparent url(../images/topnavlink_dot.gif) center left no-repeat;
}

ul#topnav a:hover {
	color: #366;
	background: transparent url(../images/topnavlink_dot.gif) center left no-repeat;
}

/*************breadcrumbs*********/
ul#breadcrumbs {
	position: absolute;
	top: 55px;
	left: 230px;
	width: 550px;
	height: 17px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	color: #536B73;
	font: normal 10px/16px Arial, sans-serif;
}

ul#breadcrumbs li {
	display: inline;
	margin: 0;
	padding-left: 8px;
}

ul#breadcrumbs  a:link, ul#breadcrumbs  a:visited {
	margin: 0;
	padding: 0;
	color: #536B73;
	text-decoration: underline;
	background: transparent;
	text-transform: none;
}

ul#breadcrumbs  a:hover {
	padding: 0;
	margin: 0;
	color: #366;
	text-decoration: underline;
	background: transparent;
}

/* left nav home */
div#leftnav {
	width: 215px;
	position: absolute;
	top: 117px;
	left: 0;
	margin: 0;
	padding: 0;
	color: #366;
	font: normal 11px/14px Arial,Helvetica, "san-serif";
}

#leftnav ul {
	margin: 0 0 0 12px;
	padding: 0;
}

#leftnav ul, #leftnav li {
	list-style-type: none;
	width: 200px;
}

#leftnav li {
	height: 15px;
	margin-top: 8px;
	padding-left: 6px;
	color: #fff;
	background: transparent url(../images/leftnav_bgd.gif) center left no-repeat;
}

#leftnav li a {display: block;}

#leftnav li a:link, #leftnav li a:visited {display: block;
	background: transparent url(../images/dot_linkd.gif) center left no-repeat;
}

#leftnav li a:hover { background: transparent url(../images/dot_linkHd.gif) center left no-repeat; }

#leftnav p {
	width: auto;
	padding: 0 10px 0 20px;
}

#leftnav p.indent {
	margin-top: -8px;
	text-indent: 15px;
}

/*sub nav****/
div.sub {
	width: 166px;
	height: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin: 0;
	color: #fff;
	font: normal 11px/12px Arial,Helvetica, "san-serif";
	background: transparent;
}

div.sub a:link, div.sub a:visited {
	display: block;
	background: transparent;
	margin-left: 30px;
	padding-left: 4px;
	text-transform: none;
	border-bottom: 1px solid #94A4A9;
	border-left: 1px solid #94A4A9;
}

div.sub a:hover {
	background-color: transparent;
	color: #366;
}

/*content rules*/
#content {
	position: absolute;
	top: 88px;
	left: 230px;
	width: 600px;
	margin: 0;
	padding: 0;
	color: #033;
	background-color: transparent;
}
#content p {
	width: 400px;
	margin-left: 20px;
	margin-top: 0;
	color: #033;
	font: normal 11px/18px Georgia,times,"times new roman", serif;
	}
	
#content ul {list-style-type: none;
	font: normal 11px/18px Georgia,times,"times new roman", serif;
	}
	
	
#content ol {width: 400px;
	font: normal 11px/18px Georgia,times,"times new roman", serif;
	}
	
	#content ol li ul{padding-left:12px;
	font: normal 11px/18px Georgia,times,"times new roman", serif;
	}
	
div#regular {margin-left: 10px;
color: #033;
font: normal 11px/18px Georgia,times,"times new roman", serif;}*/



#contentPopup {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 400px;
	margin: 0;
	padding: 0;
	color: #033;
	background-color: #C6D3D9;
}

#contentPopup p
{width: 360px;
	margin: 15px;
	text-align:justify;
	background-color: #C6D3D9;
	color: #366;
	font: normal 11px/18px Georgia,times,"times new roman", serif;}



h1, h2, h3 {
	margin-bottom: 0;
	margin-left: 8px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Georgia,times,"times new roman", serif;
}

h1 {
	font-weight: bold;
	padding-bottom: 6px;
	color: #366;
	font-size: 12px;
	letter-spacing: 0.2em;
}

h1#jubilee{
	font-weight: normal;
	padding-bottom: 6px;
	font-size: 11px;
	color: #577;
	text-transform:uppercase;
	letter-spacing:0.1em;
}


h2 {
	font-weight: bold;
	color: #366;
	font-size: 11px;
	letter-spacing: 0.2em;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	color: #577;
}

h4{ margin-bottom:4px;
margin-left: 20px;
color: #366;
font:normal 11px Georgia,times,"times new roman", serif;}


.dropcaps {
	float: left;
	color: #94A4A9;
	font: bold 36px Georgia,Times,"times new roman", serif;
	margin: -3px 3px 0 3px;
	padding: 0px 5px;
	vertical-align: top;
	background-color: transparent;
}

#rightcol {
	position: absolute;
	top: 0;
	right: 0;
}

img.illustration {
	width: 150px;
	height: 200px;
	padding: 4px;
	border: 1px solid #fff;
}

.photo{float:right;
	padding: 4px;
	border: 1px solid #94A4A9;
}

.photo1{
	padding: 4px;
	border: 1px solid #94A4A9;
}


.photo2{float:right;
	padding: 6px;
	border:none;
}

a:link.mail, a:visited.mail {padding-left: 20px;
	margin: 0 0 0 2px;
	color: #053;
	text-decoration: none;
	font: normal 10px/14px Arial, sans-serif;
	text-transform: none;
	background: transparent url(../images/email.gif) top left no-repeat;
}

a:hover.mail {color: #699;
	background: transparent url(../images/email2.gif) center left no-repeat;
}



li { margin: 2px; }

table {margin-left:8px;}
td {vertical-align:top;}


td a:link, td a:visited, td a:hover{
	background: transparent;
	background-image:none;
}

ul#dot {
	width: 50%;
	margin-top: 0;
	font: normal 11px/16px Georgia,times,"times new roman", serif;
}

ul#dot li {
	margin: 4px 2px 2px 10px;
	padding-top: 0;
	list-style-image: url(../images/lidot.gif);
}

/*dl*/
dl {
	width: 400px;
	margin-top: 0;
	margin-left: 30px;
	padding-top: 0;
	font: normal 11px Georgia,times,"times new roman", serif;
}

dt {width: 200px;
	position: relative;
	left: 0;
	top: 12px;
}

dd {
	margin: 0 0 0 210px;
	padding: 0 0 0 8px;
	border-left: 1px solid #94A4A9;
}


dl.quotations {
	width: 500px;
	margin-top: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom:6px;
	font: normal 11px verdana, Arial, san-serif;
	border-bottom:1px solid #94A4A9;
}

dl.quotations dt {width: 200px;
	position: relative;
    left: 0;
	top: 12px;
	font-weight: bold;
}

dl.quotations dd {
	margin: 0 0 8px 210px;
	padding: 0 0 0 8px;
	border-left: 1px solid #94A4A9;
}


/*index page rules*/
ul#headlines{float:right;
width:150px;
color: #366;
margin-left:8px;
padding:22px 8px 8px 8px;
font: normal 11px/13px Georgia,times,"times new roman", serif;
background: transparent url(../images/firework1.gif) top left no-repeat;
/*border-bottom: 1px dotted #94A4A9;
background:transparent url(../images/lentenInfo.gif) top left no-repeat;*/}

ul#headlines li{padding-top:4px;}

ul#headlines a:link, ul#headlines a:visited {color: #366;}

ul#headlines em {color: #366;}

p#welcome{float:right;
width:250px;
color: #366;
margin-left:16px;
padding:22px 8px 8px 8px;
font: italic 11px/18px Georgia,times,"times new roman", serif;
text-align:justify;
/*background: transparent url(../images/firework1.gif) top left no-repeat;
background:transparent url(../images/lentenInfo.gif) top left no-repeat;
border-top: 1px dotted #94A4A9;border-bottom: 1px dotted #94A4A9;
border-left: 1px dotted #94A4A9;
border-left: 1px dotted #fff;*/
}


#narrow {float:left;
width: 300px;
margin-top: 0;
color: #033;
font: normal 11px/16px Georgia,times,"times new roman", serif;
}

div.whatsnew {
float:left;
width: 300px;
margin:20px 0;
padding: 0;
color: #033;
font: normal 11px/16px Georgia,times,"times new roman", serif;
	}

div.whatsnew h2 {margin-left:0;padding-left:0;
color: #669966}


div.whatsnew h3 {margin-left:0;padding-left:0;}



div.featured {
	display: block;
	width: 250px;
	margin: 6px 20px;
	padding: 0;
	color: #033;
	background: transparent url(../images/f_top.gif) top left no-repeat;
	font: normal 11px/16px Georgia,times,"times new roman", serif;
}



div.featured dl {
	width: auto;
	margin-top: 0;
	margin-left: 10px;
	padding-top: 0;
}

div.featured  dt {
	position: relative;
	width:200px;
	top: 8px;
	left: 0;}

div.featured  dd {
	margin: -30px 0 0 206px;
	padding: 0 0 0 8px;
}

/* border-left:1px solid #94A4A9;}
background: transparent url(../images/topnavlink_dot.gif) center left repeat;}*/

div#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	top: 1200px;
	height: 16px;
}

div#footer p {
	margin: 20px;
	color: #366;
	font: normal 10px/14px Arial, Helvetica, "san-serif";
}


p#update{font: normal 10px/14px Arial, Helvetica, "san-serif";}




#adds{float:right;
width:210px;
font:normal 10px Georgia, "Times New Roman", Times, serif;
}

table.album{border:0;
margin:0;
padding:0;}

table.album td{
padding:6px;
width:106px;
height:140px;
text-align:center;
font: normal 10px Arial, sans-serif;
}

table.album td img {padding:4px;
margin-bottom:2px;
}

table.album td a:link, table.album td a:visited, table.album td a:hover{
padding:0;
margin:0;
text-decoration: none;
text-transform: none;
background: transparent;
border:0;
}

/**************************************/

#showimage{position:absolute;
top:0;
left:0;
z-index:10;
visibility: hidden;
background-color:#94A4A9;
border: 1px dotted gray;
padding:0 15px 15px 15px;
}

#dragbar {
margin: 0;
padding: 2px 10px 2px 0;
cursor: hand;
cursor: pointer;
background: #94A4A9;
text-align:right;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar, #closetext{
margin: 0;
color:#ffe;
font: normal 11px  Arial, helvetica, verdana, san-serif;
text-align: right;}

.month {width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px 2px 2px 4px;
	color:#94A4A9;
	font: bold 11px/13px Georgia,times,"times new roman", serif;
	text-transform:uppercase;
	letter-spacing:1px;
}

span.new{font:normal 10px Arial;
color:#fff;
font-style:italic;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	}
	
	
	
p.savedate {
	width: 400px;
	margin-left: 15px;
	margin-top: 0;
	color: #033;
	font: normal 11px/18px Georgia,times,"times new roman", serif;
	}


a:link.none, a:visited.none {
	background: none;
}

a:hover.none {
		background:none;
}

a:link.pdf, a:visited.pdf {
	padding-left: 20px;
	margin: 2px;
	height:14px;
	color: #053;
	text-decoration: none;
	font: normal 10px/14px Arial, sans-serif;
	text-transform: none;
	background: transparent url(../images/pdf_iconN.gif) top left no-repeat;
}

div#twocolumns{width:450px;}

div#left p{width:220px;
margin-top:12px;
margin-right:12px;}

div#right p {float:right;
width:220px;
margin-top:12px;
margin-left:4px;}

.left{float:left;
	padding: 3px;
	margin:4px 4px 0 0 ;
	border:1px solid white;
	clear:both;
}

.leftNoborder{float:left;
	padding: 3px;
	margin:4px 4px 0 0;
	clear:both;
	}

table#quotes {width:530px;
border:1px solid #94A4A9;
font: normal 11px verdana, Arial, san-serif;
}

table#quotes td, table#quotes th{
border:1px solid #94A4A9;
font: normal 11px verdana, Arial, san-serif;
}

table#quotes td p{
font: normal 11px verdana, Arial, san-serif;
}

#headlines{margin-top:0;
    float:right;width:150px;
	margin-right:50px;
	
	}
#headlines p{margin-top:0;
padding-top:0;
 font-style: italic;
 color: #366;
 line-height:16px;}



ul.audio li a:link, ul.audio li a:visited, ul.audio li a:hover   {padding-left:20px;
background-image:url(../images/audio1.gif);
background-position:0 50%;
background-repeat:no-repeat;
}
