﻿/* CSS layout Element Selectors */

iframe {
  	
  	border:  0 none transparent;
	margin:  0px 0px 0px 0px;
	padding:  0;
	outline: 0;
}


object {
  	
  	border:  0 none transparent;
	margin:  0px 0px 0px 0px;
	padding:  0;
	outline: 0;
}


applet {
  	
  	border:  0 none transparent;
	margin:  0px 0px 0px 0px;
	padding:  0;
	outline: 0;
}


span {
  	
  	border:  0 none transparent;
	margin:  0px 0px 0px 0px;
	padding:  0;
	outline: 0;
}


div {
  	
  	border:  0 none transparent;
	margin:  0px 0px 0px 0px;
	padding:  0;
	outline: 0;
}


html {
  	
  	border:  0 none transparent;
	margin:  0px 0px 0px 0px;
	padding:  0;
	outline: 0;
}

h6 {

	margin:  4px 0px 10px 0px;

}

h5 {

	margin:  1px 0px 14px 0px;
}

h4 {

	margin:  7px 0px 0px 0px;

}

h3 {

	margin:  0px;
}

h2 {

	margin:  7px 0px 0px 0px;
}

h1 {

	margin:  0px;
}


/* Line 90 to line 398 is for
/* the Master.dwt page 
/* This is the main template that 
/* controls the look and feel of 
/* the MPC web site.
*/

body {

	font-family:  Tahoma, "Trebuchet MS","Lucida Sans", sans-serif;
	font-size: small;
	color:  #004159;
	background-image: url('../images/mpc-bkgrnd5.jpg');
	background-repeat:repeat-x;
	background-color: #DEA15E;

}


/* This next section is nothing but ID selectors 
/* Each is its own unique name in this web site.
*/

/* DMB Menu Place Holder
 * This is the first div dmbri = div-1 position value - absolute.
 */

#dmbri {
	
	width: 1px;
	height: 1px;
	position: absolute;
	background-color: white;
	border-color: transparent;
	
		
}

/*    The webwrapper encloses the entier web site from the masthead to the disclaimer.
 *    It keeps everything in one nice controllable div box,
 */
 
#webwrapper {

	
	position:  relative;
	width:  825px;
	margin-right:  auto;
	margin-left:  auto;
  	padding-right: 5px; 
  	background-color:  #FFFFCC;
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: small;
	color:  #004159;
	top:  -15px;
	left:  0px;
	
}

/* The colors for this web site are based on the
 * MPC Logo, which is used as the masthead
 */

#masthead {

	position:  relative;
	width:  799px;
	height:  357px;
	margin-top:  15px;
	margin-right:  auto;
	margin-left:  auto;
	background-image:  url('../images/mpclogo3ab.jpg');	/* jpg is 799*357 */
	background-repeat:  no-repeat;
	
}

/*   The left column encloses the menu navigation div, as well as, the PC(USA) and
 *   driving directions hyper-link divs.  This div has no set height, so it will 
 *   grow or shrink as as the needs change.
 */
 
#left_col {

	position:  relative;
	float:  left;
	width:  145px;
	height:  760px;
	margin-right:  5px;
	margin-bottom:  5px;
	padding-left: 15px;
	
}

/*     This is the menu navigation box.
 *     The colors for the differnt menu buttons
 *     are based on the icons in the MPC Logo.
 *     The menu and its colors are controled by
 *     a DHMTL Menu program.
 */
 
#navbox {

	position:  relative;
	margin:  0px auto 10px auto;
	padding:  0px;
	width:  129px;
	
}


/*   DMB Menu Table Place holder */

#dmbTB1ph {

	color:  #004159;
	padding-right:  10px;
	padding-top:  10px;
	padding-left:  0px;
	padding-bottom:  0px;
	background-color:  transparent;
	border-color:  transparent;
	float:  left;
	
}

/*   This holds the icon and href for the PC(USA) link. */

/*   This is the written directions telling folks what the 
 *   arrow glyph does if they were to click on it.
 */
 
#directions {
	position:  absolute;
	width:  120px;
	height:  50px;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: small;
	color:  #004159;
	text-align:  center;
	padding-right:  3px;
	padding-bottom:  3px;
	padding-left:  3px;
	border:  0px none transparent;
	margin-bottom:  5px;
	top:  465px;
	left:  5px;
	
}

/*   This is the place (image) holder for the arrow glyph I made. */
 
#directions2 {
	position:  absolute;
	width:  75px;
	height:  75px;
	border:  0px none transparent;
	right:  auto;
	left:  27px;
	top:  535px;
	margin-bottom:  5px;
	
}

#pcusa {
	position:  absolute;
	width:  100px;
	height:  100px;
	border-width:  0px;
	margin-bottom:  10px;
	left:  15px;
	top:  630px;
	
}

/* Main content box */
#content {
	width:  595px;
	padding: 10px;
	float:  right;
	border:  2px solid #004159;
	background-color:  #FFFFCC;
	font-family:  Tahoma, "Trebuchet MS","Lucida Sans", sans-serif;
	font-size:  small;
	color:  #004159;
	display:  inline;
	margin-top:  10px;
	margin-right:  0px;
	margin-bottom:  10px;
	
}

/* Secondary Content box */

#content-2 {

	width:  590px;
	float:  right;
	padding: 10px;
	border:  2px solid #004159;
	background-color:  #FFFFCC;
	font-family:  Tahoma, "Trebuchet MS","Lucida Sans", sans-serif;
	font-size:  small;
	color:  #004159;
	display:  inline;
	margin-top:  10px;
	margin-right:  0px;
	margin-bottom:  10px;
	
}

#footer {

	position:  relative;
	width:  799px;
	height:  115px;
	margin-top:  15px;
	margin-right:  auto;
	margin-left:  auto;
	
}

#footer_nav {

	width:  715px;
	height:  20px;
	padding-left: 80px;
	margin:  0px auto 12px auto;
	text-align:  center;
	font-size:  small;
	color:  #004159;
	
}

#disclaimer_nav {

	position:  relative;
	width: 715px;
	height:  60px;
	margin:  15px auto auto 60px;
	font-size:  12px;
	text-align:  center;

}

/* This is for a special footer holder on the form page*/

#footer2{
	
	width: 605px;
	float:  right;
	height:  50px;
	font-size:  medium;
	margin-top:  10px;
	margin-bottom:  5px;

}

#nav2 {

	width:  605px;
	margin:  0px auto 12px auto;
	left:  141px;
	text-align:  center;
	font-size:  small;
	color:  #004159;
}

#disclaimer2{
	
	width:625px;
	height: 60px;
	float: right;
	margin: 5px auto auto auto;
	font-size: 12px;
	text-align: center;
	
}

#phpcounter {

	width:  250px;
	margin:  3px auto 3px auto;
	text-align:  center;
	
}
/* Ends Master.dwt */

/* Home Menu Tab */
/* Index or Home Page styles */

/* This is for the home page slide show */
#index-img1 {

	width:  425px;
	height:  350px;
	margin:  0px 10px 0px 0px;
	float:  right;
	display:  inline;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: xx-small;
	color:  #9e1b34;
	text-align:  center;
	border:  1px solid #004159;
	background-color:  #FFFFCC;
	position:  relative;
	
}

/* Ends home page slide show */

/* Home Page header place holder */
#index-hdr1 {

	width:  175px;
	height:  75px;
	margin:  5px auto 20px auto;
	text-align:  center;
	display:  inline;
		
}

/* Home Page holder for the worship and calendar blocks */
#indexplaceholder {

	width:  595px;
	font-size: small;
	margin-left:  auto;
	color:  #004159;
	margin-right:  auto;
	top:  0px;
	display:  inline;
	
}


#slideshow {

	width: 425px;
	height: 340px;
	float: left;
	z-index:  5;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	
}

ul#portfolio li img{

	border: 1px solid #ccc;
	padding: 4px;
	float: left;
	margin-right: auto;
	margin-left: auto;

}


#worship {

	width:  260px;
	height: 360px;
	float:  left;
	font-size: small;
	border:  1px solid #004159;
	display:  inline;
	margin-top:  10px;
	margin-bottom:  10px;
	margin-left:  5px;
	
}

#calendar {

	width:  315px;
	float:  right;
	background-color:  transparent;
	border:  1px solid #004159;
	text-align:  center;
	font-family:  tahoma;
	color:  #004159;
	font-size:  small;
	display:  inline;
	margin-top:  10px;
	margin-bottom: 10px;
	
}


#CalFrame1 {

	position:  relative;
	width:  325px;
	margin:  15px auto 15px auto;
	background-color:  #FFFFCC;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size:  x-small;
	color:  #004159;
	
}


#infopage{
	
	position: relative;
	clear: both;
	width: 575px;
	font-size:small; 
	text-align:center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 15px;
	padding-left: 5px;
	
}

#cur-events {

	width: 570px;
	clear: both;
	padding:  10px;
	border:  2px solid #004159;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}

#curevents-hdr {

	width:  560px;
	height:  50px;
	margin-right:  auto;
	margin-bottom:  24px;
	margin-left:  auto;
	text-align:  center;
	border-bottom:  thick solid #004159;

	
}

.hr2{
	
	width: 150px;
	height: 3px;
	color:  #004159;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}
/* Ends Index or Home page */

/* Directions Page */

#directionheader {

	position:  relative;
	height:  50px;
	border-bottom-color:  #004159;
	border-bottom-width:  4px;
	border-bottom-style:  solid;
	margin-top:  5px;
	margin-right:  auto;
	margin-left:  auto;
	text-align:  center;

}

#directions-hldr{
	
	width: 590px;
	margin: 10px auto 10px auto;
}
/* Ends Directions page */
/* Ends Home Menu Tab */

/* MPC Menu Tab */

/* Pastor's Pen 
 *  and MPC Logo 
 */
 
#img_pastors_pen {

	width:  250px;
	height:  287px;
	float:  left;
	border:  2px solid #004159;
	display:  inline;
	margin-bottom:  5px;
	margin-right:  10px;
	
}

#pastorspen-hldr{
	
	width: 590px;
	padding: 10px;
	margin: 5px auto 5px auto;
}

#pastorspen_header {

	width:  300px;
	height:  150px;
	margin:  5px 15px 5px auto;
	float:  right;
	border-bottom-style:  solid;
	border-bottom-width:  thick;
	border-bottom-color:  #004159;
	text-align:  center;
	display:  inline;
	
}

#pastorspen-table {

	width:  400px;
	height:  130px;
	padding:  5px;
	margin:  5px auto 5px auto;
	
}
/* Ends Pastor's Pen */

/* Pastor Staff */

#pastorstaff-hldr {
	width: 575px;
	margin: 10px auto 10px	auto;
	padding: 10px;
	
}

#hldr-ron {

	width:  570px;
	margin:  2px auto 2px auto;
	padding:  10px;
	
}

#ron-hdr {

	width:  290px;
	float:  left;	
	padding-right:  5px;
	padding-bottom:  5px;
	padding-top:  5px;
	margin-bottom:  10px;
	background-color:  #FFFFCC;
	text-align:  center;
	
}

#ron-img {

	position:  relative;
	width:  250px;
	height:  287px;
	float:  right;	
	margin:  5px 0px 10px 10px;
	border:  2px solid #004159;

}

#hldr-trent {

	width:  570px;
	padding:  10px;
	margin:  2px auto 2px auto;
	top:  0px;
	left:  58px;
	
}

#trent-img {

	width:  230px;
	height:  257px;
	float:  left;
	border:  2px solid #004159;
	margin:  10px 10px 10px 0px;

}

#trent-hdr {

	position:  relative;
	width:  315px;
	float:  right;
	margin-top:  5px;
	margin-right:  5px;
	margin-bottom:  10px;
	text-align:  center;
	
}
/* End Pastor Staff */

/* Church Staff */

#cstaff-hdr {

	width:  570px;
	margin:  5px auto 10px auto;
	padding-bottom: 15px;
	border-bottom:  4px solid #004159;
	text-align:  center;
	border-bottom-width:  thick;
}

#cstaff-comment {

	width:  590px;
	padding:  10px;
	margin-right:  auto;
	margin-bottom:  10px;
	margin-left:  auto;
	
}

#cstaff-img {

	width:  570px;
	margin-right:  auto;
	margin-left:  auto;
	margin-bottom:  10px;
	font-size:  12px;
	text-align:  center;
	
}

#cstaff-hours {

	width:  590px;
	padding:  10px;
	margin-right:  auto;
	margin-left:  auto;
	margin-bottom:  5px;
	
}

#cstaff-email {

	width:  590px;
	margin:  5px auto 5px auto;
	padding-left:  5px;
	font-size:  small;
	font-family:  Tahoma;
	
}
/* End Church Staff */

/* Information Center & Current Events */

#info-hdr {

	width:  575px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:  small;
	color:  #004159;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	padding:  10px 5px 10px 5px;
	margin:  15px auto 15px auto;
	text-align:  center;

}

#infobox {

	width:  590px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:  small;
	color:  #004159;
	padding:  10px 5px 10px 5px;
	margin:  15px auto 15px auto;
	
}

#infobox strong {
	
	font-size: medium;
	
}

.hr1 {

	width: 250px;
	height: 3px;
	color:  #004159;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}

/* Ends Info Center & Current Events */

/* Annual Report */

#ar-hdr {

	width:  590px;
	margin-bottom:  10px;
	margin-right:  auto;
	margin-left:  auto;
	text-align:  center;
	
}

#ar-ltr {

	width:  590px;
	padding:  10px;
	
}

#ar-img1 {

	position: relative;
	width:  285px;
	height:  410px;
	float:  right;
	margin-top: 10px;
	margin-left: 10px;

}

#ar-img2 {

	position:  relative;
	float:  left;
	width:  115px;
	height:  58px;
	margin-left:  35px;
	
}

#ar-img3 {

	position: relative;
	float:  right;
	width:  275px;
	height:  55px;
	margin:  5px;
	
}

#ar-img3_nav a {

	color: #FFFFCC;
	text-decoration: none;

}

#ar-img3_nav a:hover {

	color: #FF6600;
	text-decoration: none;

}
/*End Annual Report */


/* MPC Currents Newsletter page */

#steeple-body {

	width:  590px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding:  10px;
	
}

#steeple-img {

	width:  570px;
	margin:  15px auto 15px auto;
	
}

#steeple-img2 {

	width:  500px;
	margin-right:  auto;
	margin-bottom:  10px;
	margin-left:  auto;
	font-family: Tahoma,"Trebuchet MS", Verdana, sans-serif;
	font-size:  small;
	color:  #004159;
	text-align:  center;
	padding-right:  25px;
	padding-left:  25px;
	
}

#steeple-dwnloads {

	width:  590px;
	margin:  5px auto 15px auto;
	padding:  5px;
	
}

#steeple-past-issue {

	width:  570px;
	margin:  15px auto 15px auto;
	padding:  5px;
	border-top-color:  #004159;
	color:  #004159;
	border-top-width:  medium;
	border-top-style:  solid;
	
}

#curevents-footer {

	
	width:  600px;
	height:  50px;
	margin:  10px auto 5px auto;
	border-color:  #004159;
	border-style:  solid;
	border-width:  thin;
	text-align:  center;
	
}
/* Ends MPC Currents */


/* MPC Mission Statement */

#mission-holder {

	width:  570px;
	margin-right:  auto;
	margin-left:  auto;
	padding:  10px;
	
}

#mission-holder em {

color: #7E2B97;

}

#mission-hdr {

	width:  565px;
	padding-bottom: 15px;
	margin:  15px auto 10px auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;

}

#mission-statement {

	width:  570px;
	margin-top:  30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 10px;
	text-align: center;
	font-family:  "Lucida Calligraphy";
	color:  #7E2B97;
	
}

.misson-img{

	float: left;
	margin-top: 7px;										
	margin-right: 7px;										
	margin-bottom: 25px;										
	border: 0;								

}
/* Ends Mission Statement */

/* Employment Opportunities at MPC */

#Employ-hdr {

	width:  570px;
	margin:  15px auto 15px auto;
	padding: 10px 10px 15px 10px;
	border-bottom-style:  solid;
	border-bottom-width:  thick;
	border-bottom-color:  #004159;
	text-align:  center;
	
}

#Employ-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding:  10px 5px 15px 10px;
	
}
/* Ends Employment Opps */
/* Ends MPC Menu Tab */


/* The following are from the 
/* Worship menu tag */

/* Worship at MPC */

#worship-hdr {

	width:  590px;
	margin:  15px auto 15px auto;
	text-align:  center;
	border-bottom:  4px solid;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	
}

#worship-body {

	width:  585px;
	padding: 10px;
	
}

#worship-img1 {

	position:  relative;
	width:  352px;
	float:  left;
	height:  350px;
	margin-right:  10px;
	margin-bottom: 10px;

}

#worship-img2 {

	position:  relative;
	width:  425px;
	float:  right;
	margin: 10px;
	border:  2px solid #004159;

}
/* Ends Worship Page */

/* Baptism at MPC */

#bap-hld {

	width:  590px;
	margin-right:  auto;
	margin-left:  auto;
	padding: 10px;
	
}

#bap-hdrhldr {
	
	position: relative;
	width: 590px;
	height: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	
}

#bap-hdr {

	width:  250px;
	float:  left;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
		
}

#bap-img1 {

	width:  325px;
	height:  317px;
	float:  right;
	margin:  0px 3px 0px 12px;

}

#bap-sched {

	width:  230px;
	float:  left;
	padding:  5px;
	border:  2px solid #004159;
	margin:  20px auto 0px auto;
	
}

#bap-title {

	width:  570px;
	margin:  15px auto 10px auto;
	position:  relative;
	text-align:  center;
}

#bap-expl {

	width:  580px;
	float:  left;
	margin-right:  auto;
	margin-left:  auto;
	margin-top:  10px;
	padding-right: 15px;
	padding-left: 5px;

}

#bap-img2 {

	width:  375px;
	float:  right;
	border:  2px solid #004159;
	margin-top:  5px;
	margin-bottom:  10px;
	margin-left:  5px;
	
}
/* Ends Baptism page */

/* Communion at MPC */

#com-introwrap{
	
	width: 590px;
	margin: 10px auto 10px auto;
	
}
#com-hdr {

	width:  585px;
	height:  65px;
	border-bottom:  4px solid #004159;
	margin-right:  auto;
	margin-left:  auto;
	margin-bottom:  10px;
	text-align:  center;
	border-bottom-width:  thick;
	
}


#com-img1 {

	width:  317px;
	height:  644px;
	float:  left;
	border:  1px solid #004159;
	margin:  5px;
	
}

#com-sched {

	width:  238px;
	float:  right;
	padding:  5px;
	border:  1px solid #004159;
	margin:  5px auto 5px auto;
	
}

#com-series {

	width:  238px;
	float:  right;
	padding:  5px;
	border:  1px solid #004159;
	margin-right:  auto;
	margin-bottom:  5px;
	margin-left:  auto;
	
}

#com-hldr {

	width:  615px;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size:  small;
	color:  #004159;
	
}

/* This ID also controls the
/* Table of the Lord Page*/
#com-content {

	width:  585px;
	font-size:  small;
	padding-top:  5px;
	padding-right: 15px;
	padding-bottom:  5px;
	padding-left:  5px;
	margin-top:  5px;
	margin-right:  auto;
	margin-left:  auto;
	
}

#com-title{
	
	width: 575px;
	margin: 10px auto 10px auto;
	text-align: center;
	
}
/* Ends Communion at MPC */

/*Children in Worship at MPC*/

#worshipkids-hdr {

	width:  575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#worshipkids-body {

	width:  585px;
	margin:  5px auto 15px auto;
	padding: 10px;
	
}
/* End Children in Worship */

/* Taize web page */

#taize-hdr {

	width:  575px;
	margin:  15px auto 15px auto;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#taize-body {

	width:  585px;
	margin:  10px auto 10px auto;
	padding:  10px;
	
}
/* End Taize */


/* Sunday Service Archives */

#img-ssa1 {
	width: 305px;
	float: left;
	margin: 10px;
	
}


.style33 {
	
	margin-top: 20px;
	text-align: center;
	
}

.style4 {
	text-align:  center;
	border-bottom-width: thick;
	border-bottom-style: solid;
	
}

.style44 {
	text-align:  center;
	border-bottom-width: thick;
	border-bottom-style: solid;
	
}

	
/* Archived Sermons */
#sermon-hdr {

	width:  575px;
	margin:  15px auto 15px auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	color:  #004159;

}

#sermon-body {

	width:  580px;
	margin:  15px auto 15px auto;
	padding:  15px 0px 20px 0px;
	
}

#sermon-body h3 {
	
	widows: 505px;
	margin: 15px auto 10px auto;
	
}

#sermon-body table {
	
	width: 502px;
	margin: 0 auto;
	
}

#sermon-body tr .arch-1{
	
	width: 500px;
	margin: 0 auto 0 auto;
	
}

#sermon-body tr .date {
	
	width: 290px;
	line-height: 15px;
	font-weight: bold;
	padding-top: 20px;
	
}

#sermon-body td .arch-2{
	
	width: 290px;
	padding: 0 5px;
	
}

#sermon-body td .broch {
	
	width:  200px;
	padding: 0 5px;
	
}

#sermon-body td a:hover{
	
	background: #C93;
	display: block;
	
}

#sermon-song {
	position:  relative;
	width:  352px;
	height:  35px;
	float:  left;
	padding:  2px;
	border:  thin solid #004159;
	text-align:  center;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size:  x-small;
	color:  #7E2B97;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 3px;
	margin-left: 0px;
	
}

#ron-img2 {
	width: 164px;
	height: 220px;
	margin: 15px 10px 0 15px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#trent-img2 {
	
	width: 163px;
	height: 215px;
	margin: 15px 0 10px 15px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
}

.center {
	
	text-align: center;
	
}


/* End Archived Sermons */
/* End Worship Menu Tab segment */

/* Start Education Menu Tab segment */

/*Adult Education*/

#adulted-header {

	width:  575px;
	margin:  15px auto 5px auto;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	font-family:  tahoma;
	
}

#adulted-body {

	width:  585px;
	margin-right:  auto;
	margin-bottom:  5px;
	margin-left:  auto;
	padding: 10px;
	
}

#edevents-calendar {

	position:  relative;
	width:  315px;
	margin:  5px auto 5px auto;
	font-family:  Tahoma;
	font-size:  small;
	color:  #004159;
	background-color:  #FFFFCC;
	
}
/* End Adult Education page */

/*Children's Education*/

/* Children's Education */

#kidklasses-hdr {

	width:  575px;
	padding-bottom: 15px;
	margin:  15px auto 5px auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#kidsklasses-body {

	width:  585px;
	margin:  10px auto 5px auto;
	padding: 10px;
	
}
/* Ends Children's Classes page */

/* Children's Education */
#kidsed-hdr {

	
	width:  575px;
	padding-bottom: 15px;
	margin:  15px auto 5px auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#kidsed-body {

	width: 585px;
	padding:  5px;
	margin:  5px auto 5px auto;

}

#kidsed-sched {

	width:  400px;
	padding:  5px;
	margin:  5px auto 5px auto;
	border:  2px solid #004159;
		
}
/* End Children's Education */

/* Christian Education Main Page */

#christed-hdr {

	width:  575px;
	padding-bottom: 15px;
	margin:  15px auto 10px auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#christed-body {

	width:  585px;
	padding: 10px;
	margin:  5px auto 5px auto;
	
}

/* Holds Christed schedule */
#christed-iframe {

	width:  375px;
	height:  300px;
	border:  2px solid #004159;
	background-color:  #FFFFCC;
	font-family:  Tahoma;
	font-size:  x-small;
	color:  #004159;
	text-align:  center;
	margin-top:  5px;
	margin-right:  auto;
	margin-left:  auto;
	
}
/* Ends Christian Education Main Page */

/*MPC Library*/

#library-hdr {

	width:  575px;
	margin:  15px auto 5px auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#library-hldr{
	
	width: 585px;
	margin: 10px auto 10px auto;
	padding: 10px;
	
}

#library-img1 {

	position:  relative;
	width:  425px;
	margin:  15px auto 5px auto;
	border:  2px solid #004159;
	
}
/* End MPC Library */
/* Ends Education Menu Tab */

/* Music & Fine Art Menu tab */

/*MPC Director of Music & Principal Organist*/

#organist-hdr {

	position:  relative;
	width:  575px;
	margin-right:  auto;
	margin-bottom:  auto;
	margin-left:  auto;
	text-align:  center;
	border-bottom-color:  #004159;
	border-bottom-width:  4px;
	border-bottom-style:  solid;
	
}

#organist-body {

	position: relative;
	width: 585px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	
}

#organist-img1 {

	position:  relative;
	width:  375px;
	height:  268px;
	float:  left;
	margin-right:  10px;
	margin-bottom: 10px;
	border:  1px solid #004159;
	
}

/* MPC Choir page */
#choir-hdr {

	width:  575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding:  5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#choir-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
}
/* Closes MPC Choir page */

/* Life in MPC Choir page */

#life-hdr {

	width:  575px;
	margin:  15px auto 15px auto;
	padding:  15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	color:  #004159;
	
}

#life-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* Ends Life in MPC Choir */

/* MPC Bell Choir page 
/*       &
/* Director of Bell Choirs */

#bell-hdr {

	position:  relative;
	width: 575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  4px;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#bell-body {

	position:  relative;
	width: 585px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding: 10px;
	
}
/* Ends MPC Bell Choir page */

/* MPC Children's Choirs */

#kidschoir-hdr {

	position:  relative;
	width:  575px;
	padding-bottom: 15px;
	margin:  5px auto 15px auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	color:  #004159;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;

}

#kidschoirs-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}

#kidschoirs-sched {

	width:  380px;
	margin:  5px auto 15px auto;
	padding:  3px;
	border:  thin solid #004159;
	text-align:  center;
	font-family:  tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;

}
/* End MPC Children's Choirs */
/* End Music & Fine Arts Menu Tab */


/* Outreach Menu Tab */
/* Food Center */

#food-hdr {

	position:  relative;
	width:  605px;
	border-bottom-color:  #004159;
	border-bottom-width:  4px;
	border-bottom-style:  solid;
	margin-right:  auto;
	margin-bottom:  10px;
	margin-left:  auto;
	text-align:  center;

}

#food-img1 {

	position:  relative;
	width:  240px;
	float:  right;
	margin-bottom:  10px;
	margin-left:  10px;
	background-color:  #FFFFCC;
	
}

#food-img2 {

	position:  relative;
	width:  325px;
	float:  left;
	border:  1px solid #004159;
	margin-top:  10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

#food-img3 {

	position:  relative;
	width:  275px;
	height:  265px;
	float:  right;
	border:  1px solid #004159;
	margin:  12px 8px 8px 8px;
	
}

#food-img4 {

	position:  relative;
	width:  300px;
	height:  220px;
	float:  left;
	border:  1px solid #004159;
	margin-top:  10px;
	margin-right:  8px;
	margin-bottom:  8px;
	
}
/* End Food Center */

/*MPC Clothes Store*/

#clothes-hdr {

	position:  relative;
	width:  575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  4px;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#clothes-body {

	position:  relative;
	width:  585px;
	margin:  15px auto 15px auto;
	padding:  10px;
	
}
/* End MPC Clothes Store page */

/* Hike against Hunger page */

#hah07-hdr {

	width:  575px;
	margin:  15px auto 15px auto;
	padding-bottom:  15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	color:  #004159;
	
}


#hah07-body {

	width:  585px;
	font-size: small;
	margin:  15px auto 15px auto;
	padding:  10px;
	
}

#hah-p1 {
	
	position: relative;
	width: 240px;
	float: right;
	margin-top: 15px;
	padding: 5px;
	font-size: small;
	
}

#hah-p2 {
	
	position: relative;
	width: 235px;
	float: left;
	margin-top: 15px;
	padding: 5px;
	font-size: small;
	
}

#hah-p3 {
	
	position: relative;
	width: 230px;
	float: right;
	margin-top: 15px;
	padding: 5px;
	font-size: small;
	
}

#hah-p4 {
	
	position: relative;
	width: 245px;
	float: left;
	margin-top: 15px;
	padding: 5px;
	font-size: small;
	
}

#hah-p5 {
	
	position: relative;
	width: 300px;
	float: right;
	margin-top: 15px;
	padding: 5px;
	font-size: small;
	
}

#hah-p6 {
	
	position: relative;
	width: 235px;
	float: left;
	margin-top: 15px;
	padding: 5px;
	font-size: small;
	
}

#hah-p7 {
	
	position: relative;
	width: 305px;
	height: 125px;
	float: right;
	padding: 8px;
	
}
/* End Hike against Hunger */

/*Older Adults at MPC*/

#older-hdr {

	position:  relative;
	width:  575px;
	margin-right:  auto;
	margin-bottom:  10px;
	margin-left:  auto;
	padding-bottom: 10px;
	text-align:  center;
	border-bottom-color:  #004159;
	border-bottom-width:  4px;
	border-bottom-style:  solid;
	
}

#older-body {

	position:  relative;
	width:  585px;
	padding: 10px;
	
}
/* End Older Adults @ MPC */

/* Youth Mission*/

#ymission-hdr {

	position:  relative;
	width:  575px;
	margin-right:  auto;
	margin-bottom:  15px;
	padding-bottom: 10px;
	margin-left:  auto;
	border-bottom-color:  #004159;
	border-bottom-width:  4px;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#ymission-body {

	position:  relative;
	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* Ends Youth Mission */
/* Ends Outreach Menu tab */

/* Community Menu Tab */
/* Presbyterian Women */
/*        &          */
/* Presbyterian Women's Retreat */

#preswomen-hdr {

	width:  575px;
	margin:  15px auto 5px auto;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	padding-bottom:  15px;
	padding-top:  10px;
	float: right;
	
}

#preswomen-body {

	width:  585px;
	margin-right:  auto;
	margin-left:  auto;
	margin-bottom:  5px;
	padding: 10px;
	float: right;
	
}

#preswomen-img1 {

	width:  309px;
	height:  450px;
	float:  right;
	border:  0;
	text-align:  center;
	font-size:  xx-small;
	font-family:  tahoma;
	
}
/* Ends Presbyterian Wonem page */

/* Annual Carft Fair Page */

#Fair-hdr {

	width:  575px;
	margin:  15px auto 15px auto;
	text-align:  center;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
		
}

#Fair-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* Ends Annual Craft Fair page */

/* SNO page */

#sno-hdr {

	width:  575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#sno-body {

	width: 585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* Ends SNO Page */
/* Ends Community Menu tab */

/* New Members Menu Tab */
/* New Member page */

#newmem-hdr {

	width:  575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
 	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#newmem-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* Ends New Members page */

/* Pathwy Classes page for New Members */
#pathways-hdr {

	width:  575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#pathways-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}

#pathways-table {

	width:  415px;
	margin:  10px auto 15px auto;
	padding:  3px;
	border:  thin solid #004159;
	
}
/* Ends Pathways Page for New Members */

/* Into the Fold New Members page */

#fold-hdr {

	width: 575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding-bottom: 15px;
	border-bottom-style:  ridge;
	border-bottom-width:  thick;
	border-bottom-color:  #004159;
	text-align:  center;
	
}

#fold-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* Ends New Members Into the Fold page */
/* Ends New Members Menu Tab */

/* Youth & Family Ministries tab */
/* Youth & Family Ministry page */

#ynf-hdr {

	margin:  15px auto 15px auto;
	width: 575px;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
	
}

#ynf-body {

	width: 585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* Ends Youth & Family Ministry page*/

/* Vacation Bible School page */

#vbs-hdr {

	width:  575px;
	margin-right:  auto;
	margin-bottom:  15px;
	margin-left:  auto;
	padding-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-style:  solid;
	border-bottom-width:  thick;
	border-bottom-color:  #004159;
	text-align:  center;
	
}

#vbs-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* Ends Vacation Bible School Page */

/* Children & Family Events Page */

#kidevents-hdr {

	width:  575px;
	margin:  15px auto 15px auto;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#kidsevents-body {

	width:  585px;
	margin:  15px auto 10px auto;
	padding: 10px;
	
}

#kidsevents-table {

	width:  360px;
	margin:  20px auto 10px auto;
	padding:  5px;
	border:  1px solid #004159;
	
}
/* Ends Children & Family Events page */

/* High School Seminar page */

#hss-hdr {

	width:  575px;
	margin:  15px auto 15px auto;
	padding-bottom: 15px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#hss-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}
/* End High School Seminar page */
/* Ends Youth & Families Menu Tab */

/* Opens Links Menu Tab */
/* PC(USA) links page */

#pclinks2-hdr {

	width:  575px;
	margin:  15px auto 15px auto;
	padding:  3px 5px 15px 5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}


#pclinks2-body {

	width:  585px;
	margin:  15px auto 15px auto;
	padding-right:  10px;
	padding-left: 10px;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size:  small;
	color:  #004159;
	
}

.pclinks-hr{
	
	width: 250px;
	height: 3px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	color:  #004159;
	
}
/*Ends PC(USA) Links page */


/* Bible Search Page */

#bible-hdr {

	position:  relative;
	width:  575px;
	border-bottom-color:  #004159;
	border-bottom-width:  5px;
	border-bottom-style:  solid;
	margin-right:  auto;
	margin-left:  auto;
	margin-bottom:  10px;
	padding-bottom: 15px;
	text-align:  center;
	
}

#bible-content {

	position:  relative;
	width:  585px;
	padding: 10px;
	
}

#bible-img1 {

	position:  relative;
	width:  325px;
	height:  201px;
	float:  right;
	margin-left: 10px;
	margin-bottom: 10px;
	
}

#bible-contenthdr {

	position:  relative;
	width:  250px;
	float:  left;
	border-bottom:  3px solid #004159;
	margin-bottom:  19px;
	text-align:  center;
	
}
/* Ends Bible Search page */
/* Ends Links Menu Tab */

/* Contact Menu Tab */

/* Contact MPC Page */

#contact-hdr {

	width:  600px;
	margin:  5px auto 13px auto;
	padding-bottom:  15px;
	text-align:  center;
	border-bottom:  thick solid #004159;
	
}

#contact-body {

	width:  605px;
	padding:  5px;
	margin:  5px auto 15px auto;
	
}
/* End Contact page */
/* Ends Contact Menu Tab */


/* Site Map Menue Tab */
/* Site Map page */

#sitemap-hdr {

	position:  relative;
	width:  575px;
	padding-bottom: 15px;
	margin:  5px auto 15px auto;
	border-bottom-style:  solid;
	border-bottom-width:  4px;
	border-bottom-color:  #004159;
	text-align:  center;
	
}

#sitemap-body {

	position: relative;
	width:  585px;
	margin:  15px auto 15px auto;
	padding: 10px;
	
}

/* Ends Site Map page */
/* Ends Site Map Menu tab */



#pic-hdr {

	width:  600px;
	margin:  15px auto 15px auto;
	padding:  3px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;

}

#pic-body {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  5px;
	
}

#new-perform {

	width:  600px;
	margin:  15px auto 15px auto;
	padding:  5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-style:  solid;
	text-align:  center;
	
}

#newperform-body {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  5px;
	
}



#past-hdr {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	
}

/* These are ready for 
 * Stewardship pages if 
 * someone - anyone - on
 * that council will send
 * me information. No hope
 * really, it's been 3-years
 * and counting
 */
 
 #steward-hdr {

	width:  615px;
	margin:  10px auto 15px auto;
	padding:  3px 5px 3px 5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;

}

#steward-body {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  5px;
	
}


#perfinance-hdr {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  3px 5px 3px 5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#perfinance-body {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  5px;
	
}

#creation-hdr {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  3px 5px 3px 5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#creation-body {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  3px 5px 3px 5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}

#freely-hdr {

	width:  615px;
	margin:  10px auto 15px auto;
	padding:  3px 5px 3px 5px;
	border-bottom-color:  #004159;
	border-bottom-width:  thick;
	border-bottom-style:  solid;
	text-align:  center;
	
}


#freely-body {

	width:  615px;
	margin:  15px auto 15px auto;
	padding:  5px;
	
}
/* Ends Stewardship page styles */

/* Master Calendar Page
 * (I think...Do Not Delete
 */
#cal-hdr {

	position:  relative;
	width:  610px;
	margin-right:  auto;
	margin-bottom:  10px;
	margin-left:  auto;
	text-align:  center;
	border-bottom-color:  #004159;
	border-bottom-width:  4px;
	border-bottom-style:  solid;
	
}

#cal-body {

	position:  relative;
	width:  615px;
	margin-right:  auto;
	margin-left:  auto;
	margin-bottom:  5px;
	padding:  5px;
	
}

#viewer {

	width:  600px;
	margin:  15px auto 15px auto;

}

/* Emplyment Form and Opportunities pages
/* some of which are inactive for the time
being.  May reopen */

#employ-intro {
	
 	width: 620px;
 	padding: 5px;
 	border-bottom-color:  #004159;
	border-bottom-width:  2px;
	border-bottom-style:  solid;
	margin-right:  auto;
	margin-bottom:  20px;
	margin-left:  auto;
	
}


#employ-personal-1 {
	
	position: relative;
	width: 620px;
	display: inline;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}

#employ-personal-1 .hr {

	width: 400px;
	height: 3px;
	color:  #004159;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
}

#employ-telephone {
	
	position: relative;
	width: 620px;
	display: inline;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

	
}

#employ-upload {
	
	position: relative;
	width: 620px;
	display: inline;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
/* End Emplyment Opportunities section */

/*Style Section*/

/* This is the Class selector area.  Actually, each
/* '.style' should have its own name to make it easier
/* to find in the xhtml pages.
*/

/* Styles 1 & 2 are the masthead h1 & h2 box controls
 * in the master.dwt control page.
 */

.style1 {

	margin-top:  10px;
	margin-bottom:  0px;
	
}

.style2 {

	margin-top:  3px;
	margin-bottom:  5px;
	
}


/* Style 3 is the h2 center control for the header in the content page
 * of the master.dwt control page.
 */
 
.style3 {

	text-align:  center;

}

/* This centers the MapQuest form on the directions page. 
 */
 
.style4 {
	text-align:  center;
	border-bottom-width: thick;
	border-bottom-style: solid;
	
}

/* Styles 5,6,7, & 8 are all the font formating code for 
 * the different header styles in "The Pastor's Pen. */
 
.style5 {

	margin-bottom:  0px;
}

.style6 {

	margin-top:  4px;
	margin-bottom:  5px;
	
}

.style7 {

	margin-top:  1px;
	margin-bottom:  2px;
	padding-top:  0px;
	width:  316px;
	
}

.style8 {

	margin-top:  4px;
	margin-bottom:  45px;
	
}


/* This is the h2 style for the index-hdr1 div on the index.htm page. */

.style9 {

	margin-top: 5px;

}

/* This is the h2 style for the worship box div in the index page.*/

.style10 {

	text-align:  center;
	margin-bottom:  8px;
	
}

.style11 a {
	color: #FFFFCC;
		
}

.blink {
	
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-decoration: blink;
	color: #CC0000;

}


.blink2 {
	
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #CC0000;

}

.xmas {
	
	width: 460px;
	margin: 5px auto 5px auto;
	text-align: center;
}
/* This Style area is for the sitemap page. */

.site-tbl {

	width: 400px;
	height: 25px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-right: 5px;
													
}

.red-hdr {

	height: 45px;
	font-size: large;
	font-weight: bold;																				
	text-align: center;
	color: #EBB600;
	background-color: #9E1B34;
	
}

.green-hdr {

	height: 45px;
	font-size: large;
	font-weight: bold;																				
	text-align: center;
	color: #EBB600;
	background-color: #008000;
	
}

.blue-hdr {

	height: 45px;
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #EBB600;
	background-color: #004159;
	
}

.purple-hdr {

	height: 45px;
	font-size: large;
	font-weight: bold;																				
	text-align: center;
	color: #EBB600;
	background-color: #7E2B97;
	
}

.orange-hdr {

	height: 45px;
	font-size: large;
	font-weight: bold;																				
	text-align: center;
	color: #EBB600;
	background-color: #D1792E;
	
}


/* This section is for FYI form page styles */

/* Currents Events Page Special Worship Schedules Tables */

.ce-1 {
	
	width: 500px;
	margin:10px auto 20px auto;
}

.ce-2 {
	
	width: 498px;
	margin: 0 auto 0 auto;
	line-height: 18px;
	font-size: medium;
}

.ce-3 {
	
	width: 125px;
}

.ce-4 {
	
	width: 373px;
	
}
/* FYI Email Table */
.td1{
	
	width: 200px;
	height: 20px;
	text-align: left;
	
}

.td2{
	
	width: 300px;
	height: 20px;
	text-align: left;
	
}
 
.td3{
	
	width: 75px;

}
 
.td4{
	
	width: 300px;
	
}
 	
.td5{
	
	width: 75px;
	
}
 
.td6{
	
	width: 490px;
}
 
.td7{
	
	width: 50px
} 
 
.td8{
	
	width: 150px;
	
}
 
.td9{
	
	width: 250px;
	height: 20px;
	text-align: left;
	
} 

.table1{
	
	margin-right: auto;
	margin-left: auto;
} 
.td10{
	
	width: 150px;
	text-align: left;
	font-weight: bold;
	
}

.td11{
	
	
	width: 375px;
	text-align: left;
	
}
 
.table22 {
	
	width: 630px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5px;
	
}

.td21 {
	
	width: 240px;
	height: 20px;
	text-align: right;
	padding-right: 5px;

}

.td22 {
	
	width: 355px;
	height: 20px;
	padding-left: 10px;

}

.td23 {
	
	width: 250px;
	height: 20px;
	padding-left: 10px;
	
}

.td24 {
	
	width: 190px;
	height: 20px;
	text-align: right;
	padding: 5px;

}

.td25 {
	
	width: 190px;
	height: 20px;

}	

.table150{
	
	width: 255px;
	margin-right: auto;
	margin-left: auto;
}

.tr1501{
	
	width: 255px;
	height: 30px;
	
}

.td1503{
	
	width: 165px;
 	height: 20px;
}

.td1504 {
	
	width: 90px;
	height: 20px;
}

/* Ends FYI form page tables */

/* Church Staff Table Data */

/*   Church Offic Hours 
 *         &
 *   Contact US Page */

.cs-tbl2{
	
	width: 450px;
	margin: 10px auto 10px auto;
}

.cs-tr2{
	
	width: 445px;
	margin: 0px auto 0px auto;
	line-height: 20px;
	
}

.cs-td7{
	
	width: 445px;
	font-weight: bold;
	
}

.cs-td8{
	
	width: 445px;
	padding-left: 20px;
	
}

.cs-td9{
	
	width: 445px;
	padding-left: 30px;
	
}

.cs-td10{
	
	width: 445px;
	padding-left: 135px;
	
}

.cs-td11{
	
	width: 225px;
	font-weight: bold;
}

.cs-td12{
	
	width: 220px;
}

/* Church Staff Email Contact */

.cs-tbl1{							/* Table */
	
	width: 460px;
	margin: 10px auto 10px auto;

}

.cs-tr1{							/* Table Rows */
	
	width: 460px;
	margin: 0px auto 0px auto;
	
}

.cs-td1{							/* 1st image holder */
	
	width: 225px;
	margin-right: 10px;
	padding-top: 10px;
	
}

.cs-td2{							/* 2nd Image holder */
	
	width: 225px;
	padding-top: 10px;
	
}

.cs-td3{							/* Left side email info */

	width: 225px;
	margin-right: 10px;
	text-align: center;
	
	
}

.cs-td4	{							/* Right side email info */

	width: 225;
	text-align: center;
	
}

.cs-td5 {							/* Left side position holder */

	width: 225px;
	margin-right: 10px;
	text-align: center;
	
}

.cs-td6 {							/* Right side position holder */

	width: 225px;
	text-align: center;
	
}

/* Ends Church Staff Hours and Email contact tables */

/* Contact US Worship Schedule Table */

.cc-tbl{
	
	width: 200px;
	margin: 15px auto 10px auto;
	
}

.cc-tr{
	
	width: 185px;
	margin: 0 auto 0 auto;
	line-height: 20px;
	
}

.cc-td1{

	width: 185px;
	font-weight: bold;
	
}

.cc-td2{
	
	width: 185px;
		
}

.cc-td3{
	
	width: 185px;
	/*padding-left: 20px;*/
	
}


/* MPC Currents Table info */

.cur-tbl{
	
	width: 550px;
	margin: 10px auto 10ox auto;
	
}

.cur-tr{
	
	width: 540px;
	margin: 0px auto 0px auto;
	line-height: 22px;
}

.cur-td{
	
	width: 90px;
	text-align: center;
	
}

/* Ends MPC Currents Table Info

/* Worship Times box home page 
/* Table Structure
*/

/* Table*/

.w1{

	width: 255px;
	margin: 5px auto 5px auto;
}

/* Table Row */

.w2{

	width: 250px;
	margin: 0px auto 0px auto;
	line-height: 20px;
}

/* Table Data */

.w3{

	width: 145px;
	padding-left: 15px; 
	font-weight: bold;

}

.w4{

	width: 85px; 

}

.w5{

	width: 250px; 
	font-weight: bold;

}

.w6{

	width: 250px; 
	margin-top: 5px;
	margin-right: auto; 
	margin-bottom:  7px;
	margin-left: auto;
	font-weight: bold;

}

.w7{

	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px; 
	margin-left: auto;

}

.w8{

	width: 250px; 
	margin-top: 5px;
	margin-right: auto; 
	margin-bottom:  0;
	margin-left: auto;
	font-weight: bold;

}


/* Baptism Schedule table */

.wb-tbl1{
	
	width: 180px;
	margin: 10px auto 0px auto;
}

.wb-tr1{
	
	width: 175px;
	margin: 0px auto 0px auto;
	line-height: 20px;
}

.wb-td1{
	
	width: 175px;
	padding-left: 2px;
}

/* Kids Choir Schedule Table */

/* Table */
.kc-tbl{
	
	width: 380px;
	margin: 10px auto 10px auto;
}


/* Table Rows */
.kc-tr{
	
	width: 375px;
	margin: 0px auto 0px auto;
	line-height: 20px;
	
}

/* Table Data */
.kc-td1{
	
	width: 100px;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	
}

.kc-td2{
	
	width: 80px;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	
}

.kc-td3{
	
	width: 190px;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	
}

.kc-td4{
	
	width: 100px;
	text-align: left;
	
}

.kc-td5{
	
	width: 80px;
	text-align: left;
	
}

.kc-td6{
	
	width: 190px;
	text-align: left;
}

/* Pathways Class ScheduleTable */

.pw-tbl {
	
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	
}

.pw-th {
	
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	
}

.pw-tr {
	
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	
}

.pw-td1 {
	
	width: 133px;
	text-align: left;
	font-weight: bold;	
	
}

.pw-td2 {
	
	width: 133px;
	text-align: left;
	
}

.pw-td3 {
	
	width: 133px;
	text-align: left;
	padding-left: 10px;
	
}

/* Children & Family Events table */

.cf-tbl{
	
	width: 350px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
}

.cf-tr{
	
	width: 340px;
	margin: 0px auto0px auto 0px;
	line-height: 20px;
	
}

.cf-td1 {
	
	width: 60px;
	
}

.cf-td2{
	
	width: 75px;
	
}

.cf-td3{
	
	width: 205px;
	
}


/* Misc. img styles */

.coffee-img {
	
	float: right;
	margin: 10px;
	
}








/* */
