/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #bea67f;
   background-image: url('http://www.peoplescongregational.org/images/interface/stripe_bkgd.gif');
  background-repeat:repeat-x;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 30px 0 30px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
}

h5 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  margin: 3px 0 3px 0;
  padding: 0 0 0 0;
}


#calendar2 ul {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#calendar2 ul li {
padding:0 0 0 0;
margin:0 0 0 0; 
font-weight: bold;
}



/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

a img { border:0;}
img {vertical-align:top;}

.imgindenthome {
margin-right:20px;
margin-bottom: 8px;
float:left;
border:#666666 solid 1px;
padding:0;
}


.imgindent {
margin-right:28px;
margin-bottom: 10px;
float:left;
border:#666666 solid 2px;
}

.imgindenttemp {
margin-right:18px;
margin-bottom: 10px;
float:left;
border:#666666 solid 2px;
}

.imgstaff {
margin-right:28px;
margin-bottom: 20px;
border:#666666 solid 2px;
}

.imgstaff2 {
float:left;
margin-right:20px;
margin-bottom: 20px;
border:#666666 solid 2px;
}


.staff_boarder {
margin:0 0 0 0;
border:#666666 solid 2px;
}


.home_title {
margin:0;
padding:0 0 0 3px;
}

.titles {
margin:0;
padding:0 0 20px 0;
}

.more_home{
margin:0;
padding:0 0 0 0;
}

.more_temp{
margin:0;
padding:0 0 0 0;
}


.left { float:left;}
.right {float:right;}
.clear  { clear:both;}
.left_block { float:left; width:200px;}


/* Sets the style for Main Navigation. */

#navcontainer {
background-color:#552500;
background-image: url('http://www.peoplescongregational.org/images/interface/movie_bkgd.jpg');
background-repeat: no-repeat;
}

#navlist {
padding: 18px 1px 18px;
margin-left: 0;
margin:0;
font: 11px Verdana, sans-serif;
}

#navlist li {
list-style: none;
margin: 0;
border-top: 0px solid gray;
display: inline;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-right: .6em solid #dd9316;
background: #8b5129;
text-decoration: none;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover
{
border-color: #e53f23;
color: #FFF;
background: #000;
}
/* Ends the style for Main Navigation. */



/* ============================= index ============================= */

#gradient {
margin:0;
padding:0;
}

#moviebox {
margin:0;
padding:0;
background-image: url('http://www.peoplescongregational.org/images/interface/movie_bkgd.jpg');

background-repeat:repeat-y;
background-color: #5a2901;
}

#movietable {
margin:0;
padding:0;
border:0;
background:url('http://www.peoplescongregational.org/images/interface/movie_line.jpg') no-repeat 430px 0;
}

#movietable td {
background:transparent;
}

#movietable p {
font-size:12px;
line-height:14px;
color:#FFFFFF;
padding:0 0 10px 0;
margin:0 30px 0 30px;
}


#movietable h1 {
font-size:18px;
color:#FFFFFF;
padding:0;
margin:10px 0 0 30px;
}

#button {
  width: 100px;
  float: right;
  margin: 10px 30px 0 0;
  padding: 0 0 0 0;
  }

#contentWrapper .main1 .indenthome {padding:0px 0px 0px 0px;}
#contentWrapper .main1 .indent {padding:10px 52px 26px 51px;}
#contentWrapper .main1 .cols {padding:18px 0 0 0; width:677px;}
#contentWrapper .main1 .cols img {margin:0 11px 11px 0;}

#contentWrapper .main2 {background-color:#eed9be;}
#contentWrapper .main2 .indent {padding:20px 52px 22px 51px;}
#contentWrapper .main2 .column1 .padding {padding:12px 0 0 0;}
#contentWrapper .main2 .column2 .padding {padding:12px 0 0 0;}
#contentWrapper .main2 .column2 .content {padding:12px 0 0 0; margin:0;}
#contentWrapper .main2 .column2 .content p {padding:0 0 10px 0; margin:0;}
#contentWrapper .main2 .column2 .imgindent {margin:0 28px 40px 0;}
#contentWrapper .main2 .column2 .imgindent2 {margin:0 28px 26px 0;}

#contentWrapper .main2 .column2 .content a:link { 
color: #000;
font-size:11px;
text-decoration: underline;
 }
#contentWrapper .main2 .column2 .content a:visited { 
color: #000;
font-size:11px;
text-decoration:underline;
 }
#contentWrapper .main2 .column2 .content a:hover {
color: #000;
font-size:11px;
text-decoration: none;
 }

.main2 ul { list-style:none; line-height:22px; margin-left:10px; padding-left:0;}

.menu_li {margin-top:18px;}
.menu_li li {padding:0 0 14px 35px; font-size:12px;}
.menu_li li a {color:#000000;}
.menu_li .li1 {background:url('http://www.peoplescongregational.org/images/interface/1-list1.gif') no-repeat 0 0;}
.menu_li .li2 {background:url('http://www.peoplescongregational.org/images/interface/1-list2.gif') no-repeat 0 0;}
.menu_li .li3 {background:url('http://www.peoplescongregational.org/images/interface/1-list3.gif') no-repeat 0 0;}
.menu_li .li4 {background:url('http://www.peoplescongregational.org/images/interface/1-list4.gif') no-repeat 0 0;}
.menu_li .li5 {background:url('http://www.peoplescongregational.org/images/interface/1-list5.gif') no-repeat 0 0;}
.menu_li .li6 {background:url('http://www.peoplescongregational.org/images/interface/1-list6.gif') no-repeat 0 0;}
.menu_li .li7 {background:url('http://www.peoplescongregational.org/images/interface/1-list7.gif') no-repeat 0 0;}



/* ============================= index layout ===========================*/

#contentWrapper .main1 .col1 {width:241px; float:left;}
#contentWrapper .main1 .col2 {width:400px; margin-left: 250px;}

#contentWrapper .main2 .columns {width:677px; background:url(images/ver_line.gif) repeat-y 210px 0;}
#contentWrapper .main2 .column1 {width:190px; float:left;}
#contentWrapper .main2 .column2 {width:400px; margin-left: 250px;}
#contentWrapper .main2 .indent_column {width:51px;}

/* ============================= index-1 ===========================*/

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #ffeac9;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
}
#outerWrapper #header {
  background-color: #ffeac9;
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #ffeac9;
  background:url(images/ver_line.gif) repeat-y 245px 0;
  border-right: solid 0px #666; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 10px 10px 20px; 
  width: 220px;
}

#outerWrapper #contentWrapper #leftColumn1 h3 {
font-size: 12px;
font-weight: bold;
margin: 40px 0 0 0;
padding: 0 0 0 0;
  }
  
#outerWrapper #contentWrapper #leftColumn1 p {
font-size: 12px;
margin: 0 0 0 0;
padding: 7px 0 0 0;
  }

#leftColumn1 ul { list-style:none; line-height:22px; margin-left:10px; padding-left:0;}

.menu_li {margin-top:18px;}
.menu_li li {padding:0 0 14px 35px; font-size:12px;}
.menu_li li a {color:#000000;}

.menu_li .li1 {background:url('http://www.peoplescongregational.org/images/interface/1-list1.gif') no-repeat 0 0;}
.menu_li .li2 {background:url('http://www.peoplescongregational.org/images/interface/1-list2.gif') no-repeat 0 0;}
.menu_li .li3 {background:url('http://www.peoplescongregational.org/images/interface/1-list3.gif') no-repeat 0 0;}
.menu_li .li4 {background:url('http://www.peoplescongregational.org/images/interface/1-list4.gif') no-repeat 0 0;}
.menu_li .li5 {background:url('http://www.peoplescongregational.org/images/interface/1-list5.gif') no-repeat 0 0;}
.menu_li .li6 {background:url('http://www.peoplescongregational.org/images/interface/1-list6.gif') no-repeat 0 0;}
.menu_li .li7 {background:url('http://www.peoplescongregational.org/images/interface/1-list7.gif') no-repeat 0 0;}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 255px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 40px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#content h1 {
font: Tahoma, Georgia, arial, serif;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 20px;
}

#content h2 {
font: Tahoma, Georgia, arial, serif;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  border-top:3px dashed #DD9316;
  border-bottom:6px solid #6A3D06;
  padding:0.5em 0 0.5em;
  margin: 0px;
}

#content h3 {
font: Tahoma, Georgia, arial, serif;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  border-top:2px solid #6a3d06;
  border-bottom:0px solid #6A3D06;
  padding: 8px 0 0 0;
  margin: 0px;
}

#content hr {
color: #6A3D06;
background-color: #6A3D06;
width: 100%;
height:3px;
margin-left:auto;
margin-right:auto;
}

.title_red {
font-size:13px;
font-weight:bold;
color:#e53f23;
line-height: 18px;
}

.title_red2 {
font-size:14px;
font-weight:bold;
color:#e53f23;
line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

#outerWrapper #topfoot {
  background-color: #ffeac9;
  background:url('http://www.peoplescongregational.org/images/interface/small_logo_16.jpg') no-repeat;
}

#outerWrapper #topfoot h3 {
 font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 0 110px;
  padding: 35px 0 10px 0;
  }

#outerWrapper #footer {
  background-color: #e49014;
  background:url('http://www.peoplescongregational.org/images/interface/bkgd_footer_18.jpg') repeat-x;
  border-top: solid 1px #666; 
  padding: 10px 10px 10px 10px;
  text-align:center;
  clear: both;
}

#altnav {
  width: 300px;
  float: right;
  text-align: right;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 40px 10px 0 0;
  padding: 0 0 0 0;
  }
  
#bottom {
width:780px;
background-color:transparent; 
margin:0;
padding:0;
}

/*form styles table*/
table {
	border-collapse: collapse;
	color: #000;
	border: 0;
	}

th {
	width: 200px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-right: 12px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
		background-color:#fbdaa6;
	}
	
td {
	vertical-align: middle;
	background-color: #fce3bd;
	border-bottom: 1px solid white;
	}
	
.required {
	color: red;
	}
	
.header th {
	text-align: left;
	text-transform: uppercase;
	font-size: 1em;
	padding-left: 220px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	background-color:#fbdaa6;
	}	
	
#buttonSubmit {
	margin-left: 220px;
	margin-top: 4px;
	}	
	
/*Calendar Styles*/

.month {
  font: Tahoma, Georgia, arial, serif;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  border-top:3px dashed #DD9316;
  border-bottom:6px solid #6A3D06;
  padding:0.5em 0 0.5em;
  margin-bottom: 18px;

}


.homered {
   font-size: 14px;
  }


/* contact form */

#contact_form {
	margin: 2em 0; }

#contact_form fieldset {
        border: none;
        padding: 0; }


.worship {
font-size:14px;
font-weight:bold;
color:#000;
line-height: 25px;
}






