* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

#container {
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 380px;
}
.pictureheader {
	margin: 30px;
	padding: 30px;
	float: left;
	clear: left;
	position: relative;
	left: -300px;
	top: 30px;
	text-align: left;
	display: inline;
}
#picture_left {
	height: 206px;
	width: 300px;
	float: left;
	clear: left;
	background-image: url(../images/church.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
	height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 30px;
	margin-top: 120px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

#footer p{
	margin:3px;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(/images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #006699;
	margin-top: 50px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

.big {font-size:1.5em;}

h2 {
	color: #bf8a44;
	margin-left: 50px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(/images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.link_list li{
	list-style:none;
}

.link_list li p.read_more{
	text-align:left;
}

.order_lettered_list li, .order_lettered_list_header{
	font-weight:bold;
	font-size:16px;
}

.order_lettered_list li div{
	font-weight:normal;
	font-size:.7em;
	padding:.4em;
	font-style:italic;
}

.order_lettered_list li ul{
	margin-left:2em;
}

.order_lettered_list li ul li{
	list-style:upper-alpha;
	padding-top:1em;
	padding-bottom:1em;
	font-weight:normal;
	font-size:12px;
}

.order_lettered_list li ul li ul li{
	list-style:none;
	font-size:1em;
}

ol {
	padding-left:2.5em;
}

ol li {
	padding-bottom:1em;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}

.hide
{
	display:none;
}

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 28px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	height: 34px;
}

#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(../images/menu.png) 0 -65px;
	color: #562930;
}

#navcontainer a.twoline
{
	padding-top: 20px;
	height:45px;
}

/**************************************** extra classes: contact us ****************************/
/*
form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(../images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 185px;height:50px;
          background: url(../images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}
*/
/**************************************** extra classes: regular schedule ****************************/

.schedule{
	margin-left:.5em;
}

.schedule li{
	text-decoration:underline;
	padding-bottom:.5em;
	list-style:none;
}

.schedule li ul{
	margin-left:2em;
}

.schedule li ul li{
	text-decoration:none;
	list-style:square;
}

/**************************************** article classes ****************************/

.article_list li{
	list-style:none;
	padding-bottom:18px;
}

.article_list h5{
	padding:.2em;
}

.theList tfoot tr td form{
	padding:.5em;
	display:inline;
}

.paging{
	text-align:center;
}

.paging form{
	margin-top:5px;
}

.paging,
.paging form label,
.paging form input{
	font-size:.9em;
}

.paging form input.text{
	height:13px;
	width:20px;
}

.paging form input.button{
	height:18px;
	width:22px;
	margin-right:30px;
}

.paging img{
	vertical-align:middle;
}

p.articleOptions a{
	margin-right:15px;
}

a.link{
	padding-left:20px;
	background:url(/images/icons/page_link.gif) no-repeat;
}

a.media{
	padding-left:20px;
	background:url(/images/icons/page_media.gif) no-repeat;
}

a.audio{
		padding-left:20px;
	background:url(/images/icons/page_audio.gif) no-repeat;
}

a.video{
	padding-left:20px;
	background:url(/images/icons/page_video.gif) no-repeat;
}

a.image{
	padding-left:20px;
	background:url(/images/icons/page_image.gif) no-repeat;
}

a.add{
	padding-left:20px;
	background:url(/images/icons/page_add.gif) no-repeat;
}

a.edit{
	padding-left:20px;
	background:url(/images/icons/page_edit.gif) no-repeat;
}

a.delete{
	padding-left:20px;
	background:url(/images/icons/page_cross.gif) no-repeat;
}

.editTable{
	width:95%;
}

.editTable thead tr th{
	text-align:left;
}

.editTable thead tr th.options{
	text-align:center;
}

.editTable thead tr th, .editTable tfoot tr td, .editTable tbody tr td{
	padding:5px;
	border-bottom:1px solid #CCC;
}

.helpText{
	font-size:10px;
}

label.error{
	color:#FF0000;
	display:none;
}

textarea.error, select.error, input.error{
	border:1px solid #FF0000;
}

.findus form label{
	display:block;
}

.findus form label, .findus form input{
	margin-bottom:10px;
}