/* CSS Document */

body {
	background-image:url(../imgs/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

.global-container {
	width:750px;
	padding:0;
	text-align:left;
	margin: 0 auto;
}

/**** Heading ****/
.heading-space {
	width:750px;
	height:40px;
	background-color:transparent;
}
.heading-space a:link, .heading-space a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}
.heading-space a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6;
	text-decoration:none;
}

.episcopal-logo-image {
	float:left;
	width:148px;
	height:200px;
	margin-bottom:20px;
	background-color:#FFF;
	border-left:2px solid #000;
	border-collapse:collapse;
}
.head-text {
	float: left;
	text-align:center;
	width:746px;
	height:200px;
	margin-bottom:30px;
	background-color:#FFF;
	border-right:2px solid #000;
	border-left: 2px solid #000;
	border-collapse:collapse;
}
.head-text h1 {
	font-size:22px;
	font-weight:600;
	margin:5px 0 5px 0;
}
/*** Navigation ***/
.relatedPagesNav {
	background-color: #89AFF6;
	color: #000;
	margin: 5px 0 0 0;
	padding: 10px 5px;
	display: block;
	position:relative;
}
.relatedPagesNav a {
	color: #041146;
	font-size: 12px;
	padding: 0 10px;
}

/**** Body Styles ****/
.body-container {
	display:block;
	margin-bottom:20px;
}
.navigation {
	width:750px;
	margin-bottom:0px;
	display:block;
	position:relative;
}
.body-text {
	width:750px;
	margin-bottom:20px;
	background-color: #FFF;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.body-text h1 {
	font-size:22px;
	margin:0;
}
.body-text a:visited, .body-text a:link {
	color:#000066;
	text-decoration:none;
}
.body-text a:hover {
	color:#82A9F8;
	text-decoration:underline;
}
/*** News Stories ****/
.menutitlea {
	font-size:18px;
	color:#FFF;
	background-color:#041146;
	background-image:url(../imgs/more-info.jpg);
	background-position:10px 10px;
	background-repeat:no-repeat;
	padding:5px 0 0 30px;
	height:24px;
	cursor:pointer;
}
.submenua {
	border:1px solid #041146;
	padding-left:30px;
	width:718px;
	border-collapse:collapse;
}

/*** Footer Text ****/
.footer {
	width:750px;
	font-size:11px;
	border-top:2px solid #000;
	height:75px;
	padding: 2px 0 2px 0;
}
.footer h1 {
	font-size:14px;
	margin:0;
}

/*** Photo Gallery ****/
.photo-gallery {
	width:100%;
	margin-top:10px;
}
.photo-gallery td {
	font-size:12px;
	width:162px;
	padding-top:15px;
}
/**** Directions ****/
#wagt_map_1 {
	float:left;
	margin-right:15px;
}
#directions-heading {
	display:inline;
	font-size:20px;
}
/*** Styles for the Calendar of Events Church of the Epiphany ****/
.calendar {
	/** configure the width **/
	width:350px;
	background-color: #D6E8FF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
	display:inline;
	float:left;
}
.calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 25px;
}
.calendar .header {
	background-color: #5670B3;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.calendar .footer {
	background-color: #5670B3;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
	height: 25px;
}
.calendar td {
	width: 45px;
	height: 45px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}
.calendar .today {
	width: 45px;
	height: 16px;
	background-color: #FAD2DA;
	padding: 14px 0;
	border: 1px solid #000000;
	text-align:center;
}

.calendar .link {
	width: 45px;
	height: 16px;
	background-color: #D4C9EF;
	padding: 14px 0;
	border: 1px solid #000000;
	text-align:center;
}

.calendar a, .calendar a:link, .calendar a:hover, .calendar a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	background-color: #5670B3;
	color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
	background-color: #5670B3;
	color: #ffffff;
}

/**** Calendar of Events Event List ****/
.EventList {
	/** configure the width **/
	background-color: #D6E8FF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
	display:inline;
	float:left;
}
.EventList th {
	background-color: #FFFFCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
}
.EventList td {
	text-align:left;
}
.EventList .footer {
	background-color: #5670B3;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
	height: 25px;
}
.EventList a, .EventList a:link, .EventList a:visited {
	color: #003399;
	font-weight:600;
	text-decoration:underline;
}
.EventList a:hover {
	color: #0066CC;
	text-decoration:underline;
}

/**** Calendar of Events Event Details ***/
.EventDetails {
	border:1px solid #000;
	width: 100%;
}
.EventDetails th {
	background-color: #FFFFCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	font-size:16px;
	color:#FFF;
}
