/* import other style sheets */
@import "PageLayout.css";

html,
div,
body {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/parchment.gif) repeat top left; 
}

body .PageContainer {
	background: url(../images/edge.gif) repeat-y top right; 
	background-color: #fffeec;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	margin: 0 auto;
	padding: 0;
	position: absolute; 
	left: 50%; 
	margin-left: -380px
}

h1 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px 0 0 0;
	clear: both;
}

h2 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
}

p, span, address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
}

a, a:visited {
	color: White;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


#ColumnLayoutHeader {
	text-align: center;
	vertical-align: middle;
}

#Header {
	border: 0;
	padding: 5px 0 0 12px;
	margin: 0;
}

.MainColumn div {
	float: left;
	clear: both;
	width: 460px;
	padding: 10px 0 10px 0;
}

.MainColumn .Schedule {
	margin-bottom: 20px;
}

.MainColumn .Schedule span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
}

.MainColumn .Content {
	background: url(../images/Frame.gif) no-repeat top left;
	padding: 10px 0 10px 20px;
	_padding: 20px 0 10px 20px;
}

.MainColumn .Content address {
	text-align: left;
	margin: 0 0 10px 0
}

.MainColumn .Content img {
	border: solid 1px #753E3D;
	width: 104px;
	height: 104px;
	background-color: white;
	text-align: left;
	padding: 2px;	
}

.MainColumn .Content img.AdobeReaderImage {
	height: auto;
	width: auto;
	border: 0;
}

.MainColumn .Content a {
	color: Black;
	text-decoration: underline;
}

.SecondaryColumn ul {
	width: 200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.SecondaryColumn ul li {
	background: url(../images/Bookmark.gif) no-repeat -382px 0;
	margin: 5px 0 5px 0;
	padding: 0;
	height: 40px;
}

.SecondaryColumn ul li a {
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
}

#ContentArea {
	padding: 0 0 30px 0;
}

#ColumnLayoutFooter {
	background: url(../images/presbyterian-logo.gif) no-repeat right top;
	margin: 0 20px 20px 0;
}

#ColumnLayoutFooter ul {
	float: left;
	margin: 20px 0 0 0;
	padding: 6px 0;
	background: url(../images/Bookmark.gif) no-repeat left top;
	height: 30px;
	width: 582px;
	list-style-type: none;
}

#ColumnLayoutFooter ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: White;
}

#ColumnLayoutFooter ul li a {
	margin: 0;
	padding: 0 3px 0 3px;
}

.RightJustify {
	float: right;
}

.LeftJustify {
	float: left;
}

address {
	text-align: center;
	font-style: normal;
	line-height: 1.4em;
}

address a, 
address a:visited,
address a:hover,
address a:active {
	color: black;
}

.Worship {
	text-align: center;
}

.Worship span {
	display: block;
	font-weight: bold;
	line-height: 2em;
}

.Worship a {
	font-size: .8em;
}

.MainColumn .LargePicture {
	background: url(../images/PictureFrame.gif) no-repeat top left;
	width: 609px;
	height: 458px;
	margin: 20px 0 0 40px;
	_margin: 20px 0 0 25px;
	padding: 27px;
}

.PictureNavigation {
	margin: 20px 0 0 0;
	padding: 6px 0;
	height: 30px;
	list-style-type: none;
}

.PictureNavigation .PictureNavigateIndex,
.PictureNavigation .PictureNavigateBackward,
.PictureNavigation .PictureNavigateForward {
	float: left;
	background: url(../images/Bookmark.gif) no-repeat -382px top;
	width: 200px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}

.PictureNavigation .PictureNavigateBackward {
	background: url(../images/BookmarkBackward.gif) no-repeat left top;
	padding: 0 0 0 30px;
}

.PictureNavigation .PictureNavigateForward {
	background: url(../images/BookmarkForward.gif) no-repeat left top;
	padding: 0 0 0 10px;
}

.PictureNavigation li a {
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
}

.ContentIndex {
	list-style-image: none;	
	margin: 0;
	padding: 0;
	text-align: center;
}

.ContentIndex li {
	display: inline;
}

.ContentIndex li a:link,
.ContentIndex li a:visited,
.ContentIndex li a:hover,
.ContentIndex li a:active {
	color: Black;
}