@charset "utf-8";
/* CSS Document */
/* Colors 
	#92D05C - Green
	#6692CF - Blue
	#EDAA2D - Orange
	#A52431 - Red
*/
/*Logo Font 36 Elephant*/
body
{
	top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:100%;
  height: 100%;
  margin: auto;
	font-family:Tahoma;
	font-size:12px;
}

#page {
	height:900px;
	width:1000px;
	margin:auto;
}

#header{
	height:124px;
	width:1000px;
}

#logo {
	width:400px;
	float:left;
}

#header img {
	vertical-align:middle;
	border:none;
}

#menu {
	height:124px;
	width:575px;
	float:right;
}

#menulist {
	width:575px;
	height:124px;
	padding:0;
	margin:0;
}

#menulist li {
	list-style: none;
	text-align:center;
	float:left;
}

#menuitem {
	border: none;
	height: 124px;
	width: 115px;
	font-size:14px;
	font-weight:bold;
	margin: 4px 4px 4px;
	padding:5px;
}

#content{
	height:600px;
	width:1000px;
}

.home {
	background-image:url(../images/asa/green_watermark.jpg);
	background-repeat:no-repeat;
}
.photos {
	background-image:url(../images/asa/orange_watermark.jpg);
	background-repeat:no-repeat;
}
.video {
	background-image:url(../images/asa/blue_watermark.jpg);
	background-repeat:no-repeat;
}
.faith {
	background-image:url(../images/asa/red_watermark.jpg);
	background-repeat:no-repeat;
}
.blog {
	background-image:url(../images/asa/green_watermark.jpg);
	background-repeat:no-repeat;
}
.contact {
	background-image:url(../images/asa/orange_watermark.jpg);
	background-repeat:no-repeat;
}

#index_content {
	width:60%;
	margin:auto;
}

#video_notice {
	width:60%;
	margin:auto;
}

#faithlist {
	width:60%;
	margin:auto;
}

#faithlist li {
	margin-bottom:10px;
}

#blogcontent {
	height:500px;
	margin:auto;
	overflow:auto;
}

#blognav {
	text-align:center;
	height:50px;
	width:60%;
	margin:auto;
}

#post {
	width:60%;
	margin:auto;
}

#contact_column_l {
	width:240px;
	height:590px;
	text-align:center;
	margin:5px;
	float:left;
	background-image:url(../images/contact/closeup_lucas.jpg);
}

#contact_column_b {
	width:240px;
	height:590px;
	text-align:center;
	margin:5px;
	float:left;
	background-image:url(../images/contact/closeup_brandon.jpg);
}

#contact_column_h {
	width:240px;
	height:590px;
	text-align:center;
	margin:5px;
	float:left;
	background-image:url(../images/contact/closeup_heather.jpg);
}

#contact_column_c {
	width:240px;
	height:590px;
	text-align:center;
	margin:5px;
	float:left;
	background-image:url(../images/contact/closeup_caleb.jpg);
}

#contact_title {
	width:240px;
	height:400px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#footer{
	height:20px;
	width:1000px;
	text-align:center;
}

#crumbs {
	float:left
}

#version {
	float:right
}

.jtextfill {
	width:200px;
	height:100px;
	border:solid;
	text-align:center;
}

fieldset {
	width:50%;
	margin:auto;
}