/* CSS for St Mary site */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
      	line-height: 110%;
      	background-color: white;
      	padding: 0;
      	margin: 0;
}

p {
	font-size: small;
	margin:0;
	padding-bottom: 2em;
	padding-top: .5em;
}

h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: navy;
	margin: 0;
	font-size: medium;
}

h1 {
	font-size: x-large;
	background-color: #5b7399;
	padding-top: 3em;
	padding-bottom: .3em;
	padding-left: 7.7em;
	color: #ffffff;
	margin: 0;
	/* background-image: url(images/church.gif);
	background-repeat: no-repeat;
	background-position: left; */
}

h2 {
	font-size:small;
	color: #5b7399;
	padding-top: 15px;
}

li {
	font-size: x-small;
	list-style: none;
	border-bottom: 1px solid gray;
	padding-bottom: 3px;
}

table tr td {
	padding-right: 1em;
}


/* ---------- id listings ---------- */

#header {

	position: absolute;
	width: 100%;
}

#tagline, #tagline p {
	font-size: x-small;
	color: #5b7399;
	font-family: Verdana;
	background-color: #f9f0e1;
	padding-left: 9em;
	padding-top: .2em;
	padding-bottom: .6em;
	margin: 0;
	height: 1%;
}

#addressinfo {
	display: inline;
	float: left;
	color: #5b7399;
	font-family: Verdana;
}

#emailinfo, #emailinfo a {
	display: inline;
	float: right;
	padding-right: 10px;
	text-decoration: none;
}

#footer {
	text-align: center;
	font-size: x-small;
	background-color: #f9f0e1;
	padding: 3px;
	border-top: 1px solid #5b7399;
	position: absolute;
	top: 530px;
	width: 100%;
}

#navigation {
	width: 170px;
	background-color: #f9f0e1;
	padding-top: 14px;
	position: absolute;
	top: 117px;
}

#bodycontent {
	background-color: white;
	padding-left: 14px;
	padding-right: 5px;
	position: absolute;
	top: 117px;
	left: 171px;
}

.menuheadings {
	padding-left: 5px;
	color: #5b7399;
	font-weight: bold;
	font-size: x-small;
	margin-bottom: -9px;
}

/* ---------- link listings ---------- */



a:link {
	font-size: small;
}

a:visited {
	color: purple;
	font-size: small;
}
	
a:active {
	color: red;
	font-size: small;
}
