﻿/* ######## HOME PAGE STYLES  ###########  */

#ministries {
	text-align:center;
	width: 100%;
	margin-top: 5px;
	padding: 0;
	height: 200px;
}

.ministrybox	{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 200px;
	background-color:#ffffff;
}

.ministrytitle	{
	text-align: left;
	width: 90%;
	height: 33px;
	color: #ffffff;
	font-family: Georgia;
	font-size:1.6em;
	font-style:italic;
	margin: 15px 0 0 15px;
	padding: 0;
}

.ministrybox ul	{
	display: inline;
	float:right;
	width: 55%;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: .9em;
}

.ministrybox ul li	{
	text-align:  left;
	padding: 0;
	margin-left: 10px;
	margin-right: 5px;
}

.ministrytitle a	{
	color: #ffffff;
	text-decoration: none;
}


.ministrytitle a:hover	{
	color: #ff9900;
}

.ministrybox img	{
	margin: 0 0 2px 6px;
	float: left;
}
.ministrytitle p	{
	display: inline;
	height: 33px;
	margin: 0;
	text-align: right;
	font-size: .7em;
	font-style:normal;
	font-family: Arial, Helvetica, San-serif;
}
.connect	{
	color: #003399;
	background-image: url('../images/home/img_connect_bkgd.gif');
	float: left;
}

.grow	{
	color: #666633;
	background-image: url('../images/home/img_grow_bkgd.gif');
	float: left;
}

.serve	{
	color:#cc6600;
	background-image: url('../images/home/img_serve_bkgd.gif');
	float: right;
}

.connect li a	{
	text-decoration: none;
}

.grow li a	{
	color: #666633;
	text-decoration: none
}

.serve li a	{
	color:#cc6600;
	text-decoration: none
}

.grow li a:hover	{
	color: #cc6600;
}

.serve li a:hover	{
	color:#666633;
}



.channeltitle	{
	display: inline;
	width: 50%;
	float: left;
}
.channel_subtext	{
	display: inline;
	padding-top: 7px;
	width: 50%;
	float: right;
	text-align: right;
	font-family: arial;
	font-size: .7em;
	font-style:normal;
	font-weight: normal;
}

#e_addr	{
	display:block;
	height: 30px;
	margin: 0;
	padding: 0; 
}

.input_text	{
	border: 1px #c0c0c0 solid; 
	color: #808080;
	width: 160px;
	vertical-align: top;
}

