body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

.rightimg {
	float:right;
	margin-left:6px;
	border:1px solid #666;
	padding:4px;
	}
.leftimg {
	float:left;
	margin-right:6px;
	border:1px solid #666;
	padding:4px;
	}
.leftimgnoedge {
	float:left;
	margin-right:6px;
	border:0;
	padding:4px;
	}
.centreimg {
	text-align:center;
	margin-right:6px;
	border:1px solid #666;
	padding:4px;
	}
.wavelength {
	width:160px;
	float:left;
	border:1px solid #666;
	padding:4px;
	position:relative;
	margin:0 6px 10px 0;
	}
.wavelength a {
	text-decoration:none;
	color:#000000;
	}
.wavelength p {
	position:absolute;
	width:130px;
	left:10px;
	bottom:0px;
	text-align:center;
	background-color:#FFFFFF;
	border:1px dashed #666666;
	font-size:0.8em;
	font-weight:bold;
	padding:2px;
	}
.wavelength img {
	display:block;
	margin-left:0.25em;
	}
	
.chapelwindows {
	position:relative;
	width:170px;
	min-height:400px;
	float:left;
	border:1px solid #666;
	text-align:center;
	padding:4px;
	margin:0 6px 10px 0;
	}
.chapelwindows p {
	position:absolute;
	width:140px;
	left:15px;
	bottom:5px;
	padding:4px;
	margin:0;
	}
.chapelwindows img {
	display:block;
	}
	
.person {
	width:140px;
	border:1px solid #666;
	padding:4px;
	position:relative;
	margin:0 6px 10px 0;
	}

.person p {
	position:absolute;
	width:130px;
	left:6px;
	bottom:-15px;
	text-align:center;
	background-color:#FFFFFF;
	border:1px dashed #666666;
	font-size:0.8em;
	font-weight:bold;
	padding:2px;
	}

.person img {
	display:block;
	}
	
.SocialIcons {
}

.LowNav {
	width:100%;
	border: 1px solid #cccccc;
	border-bottom:none;
	}

.updates {
	width:100%;
	border: 1px solid #cccccc;
	border-top:none;
	float:left;
	clear:left;
	font-size:0.8em;
	}
	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	position:relative;
/*	clear:both;*/
	width:90%;
	min-width:850px;
	background:url(csselements/Blue-White_bar.jpg) repeat-y;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	}
#masthead{
	color: white;
	position:relative;
	width:90%;
	min-width:850px;
	background:url(csselements/Blue-White_bar.jpg) repeat-y;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding-top:10px;
	height:130px;
}

#navBar{
	position:absolute;
	left:0;
	top:0;
	width:12em;
	padding: 0px;
	font-size:0.8em;
	color:#fff;
	text-transform:uppercase;
}
#navBar ul {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom: 1px dashed #999;
}
#navBar a {
	color:#fff;
/*	font-size:0.8em;*/
	text-transform:uppercase;
	text-decoration:none;
	border:1px dashed #999;
	border-bottom:none;
	padding:7px 5px 7px 1em;
	display:block;
	}
#navBar a:hover {
	font-weight:bold;
	background:#5959ad;
}
#navBar li {
	display:inline;
	}
#navBar li ul {
	width:12em;
	position:absolute;
	left:-999em;
	}
#navBar li:hover ul, #navBar li.sfhover ul {
	width:12em;
	left:auto;
	margin-left:12em;
	margin-top:-2.05em;
	background-image:url(csselements/Blue-White_bar.jpg);
	background-position:-10em;
	}
* html #navBar a {
	height:1px;
	}

#content{
	position:relative;
	width:80%;
	margin-left:10.2em;
	padding: 0 3% 10px 10px;
	background-color:#FFFFFF;
}

#masthead #parish {
	float:left;
	margin:0 0 1em 1em;
	}
#masthead #diocese {
	float:right;
	margin:1em 1em 0 0;
	}

#presiding {
	font-size:0.70em;
	float:right;
	width:30%;
	margin-right:5%;
	}

/**Layout services on the front page **/
#services {
	padding:10px 10px 10px 10px;
	float:left;
	width:50%;
	margin:1em 0 1em 0;
	}
/**#Sundays {
	float:left;
	width:50%;
	margin:1em 0 1em 0;
	}
#Weekdays {
	margin:1em 1em 1em 60%;
	}**/
	
#Events p {
	clear:right;
	padding-top:1em;
	}
/************* #siteInfo styles ***************/

#siteInfo{
	float:left;
	clear:right;
	width:100%;
	background-color:#FFFFFF;
	font-size: 75%;
	padding:2px;
	margin:-2em 0 0 -0.8em;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo a{
	color:black;
	text-decoration:none;
	}

