/* FACMinistry CSS */


html{
	background:#ACD184;
}

body{
	background:#ACD184;
	margin:0 0 0 0;
	padding:0;
	font:12px Arial, Tahoma, Verdana, sans-serif;
	color:#38452D;
}

#main{
	width:811px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/weathered.gif) no-repeat 0 0;
}

#masthead{
	width:811px;
	height:142px;
	margin:60px 0 0 0;
	overflow: hidden;
	background:url(../images/masthead_bg.gif) no-repeat 0 0;
}

#masthead #tagline {
	color: #5B6F47;
	font: 12px Arial, Helvetica, sans-serif;
	float: right;
	margin: 115px 115px 15px 10px;
}

h1{
	background:url(../images/facm_logo.gif) no-repeat 0 0;
	width:343px;
	height:142px;
	float:left;
	display:inline;
	margin:0;
}
h1 a{
	width:400px;
	height:52px;
	float:left;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
}

#navigation{
	height:35px;
	overflow: hidden;
	background:url(../images/navigation.gif) no-repeat;
}

#navigation ul {
	margin: 0;
	padding: 11px 20px 0 35px;
	list-style: none;
}

#navigation li{
	float:left;
	margin:0 0 0 35px;
	display:inline;
	color:#9DC1A1;
	font-size:13px;
}

#navigation li a{
	color:#fff;
	text-decoration:none;
	float:left;
	height:18px;
}

#navigation li a:hover{
	color:#fff;
	border-bottom:12px solid #fff;
}

#navigation li a.active{
	color:#ACD184;
}

#navigation li a.active:hover{
	border:none;
}

#h2{
	width:811px;
	height:50px;
	margin: 0 auto;
	padding:0 0 0 68px;
	overflow: hidden;
	background:url(../images/h1_bg.gif) no-repeat;
}

#h2 h2{
	color:#5B6F47;
	padding:15px 0 0 0;
	font-size:16px;
}

#content{
	width:811px;
	margin:0;
	padding:0 125px 0 68px;
	background:url(../images/content_bg.gif) repeat-y;
}

#content p, ul, ol{
	margin:0;
	padding:0 200px 0 0;
	color:#38452D;
	line-height: 1.3;
}

#content table{
	float:left;
	padding:0 5px 0 0;
}

#content a, a.active, a.visited{
	color:#38452D;
	text-decoration:underline;
}
#content a:hover{
	color:#ACD184;
	text-decoration:none;
}

#footer{
	width: 811px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(../images/footer_bg.gif) no-repeat;
}

#footer p{
	margin: 0;
	padding: 0 125px 0 68px;
	font-size:10px;
	color: #38452D;
	line-height:1.3;
}

#footer a, a.active, a.visited{
	color:#38452D;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

.toggler {
	width: 600px;
	color: #38452D;
	margin: 0;
	padding: 5px 5px 5px 5px;
	background: #ACD184;
	border-bottom: 3px solid #fff;
	border-right: 1px solid #fff;
	border-top: 3px solid #fff;
	border-left: 1px solid #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
 
.element {
 	width: 600px;
}
 
.element p {
	width: 600px;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}

.photo_left {
	float: left;
	margin-right: 10px;
}

.photo_right {
	float: right;
	margin-left: 10px;
}