html{
	height: 101%;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url("images/body_back.gif") repeat-x #2a5216;
}

.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
/*CONTENT*/
#content{
	width: 782px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid black;
	background-color: white;
}

/*HEADER*/
#header{
	width: 782px;
	background: url("images/header_back.gif") repeat-y;
	height: 110px;
}
#header img.home_left{
	height: 106px;
	margin-left: 5px;
}
#header img.home_right{
/*	height: 80px;*/
	margin-left: 6px;
	border: 1px solid white;
}

/*LINK BAR*/
#links{
	height: auto;
	width: 782px;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 5px 0 0 0;
	background-color: white;
}
#upper_links li{
	float: left;
}
#upper_links a{
	display: block;
	color: black;
}
#upper_links a:hover{
	text-decoration: underline;
}
#upper_links{
	height: 21px;
	margin: 0 0 0 5px;
}
#upper_links li{
	background: white url("images/tab_right_off.gif") no-repeat right top;
	margin-right: 3px;
}
#upper_links a{
	background: url("images/tab_left_off.gif") no-repeat left top;
	padding: 5px 15px;
}
#upper_links #current{
	background-image: url("images/tab_right_on.gif");
}
#upper_links #current a{
	background-image: url("images/tab_left_on.gif");
	font-weight: bold;
}
#sub_links{
	clear: both;
	width: 782px;
	min-height: 15px;
	background-color: #E8B315;
	margin: 0;
	padding: 5px 0;
}
#sub_links ul{
	margin: 0 5px;
}
#sub_links ul li{
	display: inline;
}
#sub_links a{
	color: black;
}
#sub_links a:hover{
	text-decoration: underline;
}

/*MAIN*/
#main{
	background: white;
	clear: both;
	float: left;
	width: 100%;
}
#main_top{
	color: #4D648C;
	width: 100%;
	font-size: 0.7em;
}
#main_top a{
	color: #4D648C;
}
#main_top a:hover{
	text-decoration: underline;
}

#main_right{
	float: right;
	width: 200px;
	background-color: white;
	background-image:  url("images/church_cut.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	border-left: 3px #E8E115 solid;
	border-top: 3px #E8E115 solid;
	border-bottom: 3px #E8E115 solid;
	padding: 5px 5px 95px 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #4d4d4d;
}
#main_right h3{
	border-bottom: 3px solid #E8E115;
	width: auto;
	color: #4d648c;
	font-weight: bold;
	font-variant: small-caps;
}
#main_right h3 a{
	color: #4d648c;
}
#main_right h3 a:hover{
	text-decoration: overline;
}
	/* CALENDAR */
#main_right table{
	width: 200px;
	border: 1px black solid;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main_right tr{
	text-align: center;
}
#main_right td{
	border: 1px solid black;
}
#main_right th{
	border-top: 1px solid black;
}
#main_right td.no_bor{
	border: none;
}
#main_right td.nonmonthdays{
	border: 1px solid black;
	color: #000000;
	background: #EFEFEF;
}
#main_right table a:link{
	font-weight: bold;
	color: #4d648c;
}
#main_right table a:hover{
	text-decoration: underline;
	color: #4d648c;
}
#main_right table a:visited{
	font-weight: bold;
	color: #4d648c;
}
	/* NEWS LISTS */
#main_right ul{
	margin-left: 20px;
	margin-bottom: 5px;
}
#main_right li{
	list-style-type: square;
}
#main_right #churchNews a{
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
	/* MAIN LEFT */
#main_left{
	padding: 5px;
}
#main_left h3{
	color: #4d648c;
	font-size: 1.1em;
	font-weight: bold;
}
#main_left a{
	color: #A8B3C7;
}
#main_left a:hover{
	color: #4d648c;
}
#main_left #note{
	border-top: 3px solid #A8B3C7;
	border-right: 3px solid #A8B3C7;
	border-left: 3px solid #4d648c;
	border-bottom: 3px solid #4d648c;
	width: 525px;
	height: auto;
	text-align: center;
	padding: 10px;
}
#main_left #services{
	border: 1px solid #4d648c;
	width: 527px;
	height: auto;
	text-align: left;
	padding: 10px;
	margin-top: 10px;
}
#main_left #flc{
	background-color: #4d648c;
	border-left: 50px solid #A8B3C7;
	color: white;
	font-weight: bold;
	width: 480px;
	height: auto;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}
/* ORANGE BOX */
#main_left #orange_box{
	background-color: #E8B315;
	border-right: 50px solid #E8E115;
	border-left: 50px solid #E8E115;
	font-weight: bold;
	width: 430px;
	height: auto;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
#main_left #orange_box a, #main_left #orange_box a:visited{
	color: black;
}
#main_left #orange_box a:hover{
	color: #4d648c;
}
/* PHOTO LINKS */
#main_left #photo_link{
	font-weight: bold;
	width: 530px;
	height: auto;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
#main_left #photo_link a, #main_left #photo_link a:visited{
	color: black;
}
#main_left #photo_link a:hover{
	color: #4d648c;
}
#main_left #photo_link img{
	border: 5px solid #E8b315;
	vertical-align: middle;
}

#main_left .beliefs_right{
	font-size: 0.8em;
	color: #A8B3C7;
	font-style: italic;
	margin-left: 3em;
	margin-bottom: 15px;
}
#main_left .staff{
	margin-top: 10px;
}
#main_left .staff img{
	float: left;
	width: 150px;
	height: 170px;
	margin: 0 10px 10px 0;
	border: 1px solid #A8b3c7;
}
#main_left .staff p{
	text-align: justify;
	text-indent: 1.5em;
}
#main_left #ministry_teams p{
	margin-left: 1.5em;
	margin-top: 5px;
}
#main_left #history{
	margin-top: 10px;
}
#main_left #history img{
	float: left;
	width: 151px;
	height: 130px;
	margin: 0 10px 10px 0;
	border: 1px solid #A8b3c7;
}
#main_left #history p{
	text-align: justify;
	text-indent: 1.5em;
}
#main_left #history table{
	width: auto;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #a8b3c7;
}
#main_left #history table td{
	width: auto;
	text-align: right;
	border-bottom: 1px solid #a8b3c7;
	padding: 0 5px;
	margin: 0;
}
#main_left #history table td.date{
	border-right: 1px solid #a8b3c7;
	text-align: left;
}
#main_left #christian_links h4{
	margin-top: 10px;
}
	/*FORM*/
#contact form{
	width: 550px;
}
#contact form label{
	width: 30%;
	text-align: right;
	margin-right: 7px;
	margin-bottom: 10px;
	float: left;
}
#contact form input, textarea{
	margin-bottom: 10px;
	
}

/*FOOTER*/
#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-color: #E8E115;
	clear: both;
	width: 782px;
}
#footer p.right_footer{
	float: right;
}