/* Common */
body {
  margin: 0;
  padding: 0;
  background-color:#EEEEEE;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  xcolor: #E7E7E7;/*#F6F3F0;*/
  color:#000000;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a:link, a:active, a:visited {
  color: #cb0000;
  text-decoration: none;
}

a:hover {
  color: #cb0000;
  text-decoration: underline;
}

/* End of Common */


/* == Menu (Suckerfish) == */
#menuWrapper {
	height: 29px;
	background: url(../img/menuBack_g.gif) repeat-x;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	color: #000000;
	font-size: 13px;
	line-height: 29px;
	text-decoration: none;
	padding: 0 14px;
}

#nav li:hover, #nav li.sfhover, #nav a.selected {
	background: #DCDCDC;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background: #ffffff;
}

#nav li ul li {
	clear: left;
	margin: 0;
}

#nav li ul li a {
	display: block;
	width: 140px;
	font-weight: normal;
	font-size: 12px;
	padding: 4px 13px;
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	line-height: normal;
}

/* ## IE 6 Fix ## */
* html ul.nav iframe {
	position: absolute;
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/* ## End of IE 6 Fix ## */

/* - IE 5 Fix -
select.hide { visibility: hidden; }
/* == End of Menu (Suckerfish) == */


#error {
  font-family: Arial;
  font-size: 11px;
  padding:4px 6px;
  color: #AA2A10;
}

#notice {
  font-family: Arial;
  font-size: 11px;
  padding: 4px 6px;
  color: #0E0EBA;
}

#mainWrapper {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF; 
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color:#000000;
}

#bodyWrapper {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF; 
	color:#000000;
}

#contentWrapper {
	color: #4D4641;
  xpadding: 10px;
}

#contentWrapper h1 {
	margin: 4px 0;
	padding: 0;
	color: #000000;
	font-size: 18px;
}

#contentWrapper h2 {
	margin: 0;
	padding: 0;
	color: #cb0000;
	font-size: 13px;
}

#latestCol {
	width: 261px;
	height: 434px;
	background: url(../img/latestBack.jpg) no-repeat;
	vertical-align: top;
}

#latestContent {
	margin-top: 100px;
	margin-left: 31px;
	margin-right: 20px;
	text-align: justify;
}

.latestItem {
	font-size: 11px;
	padding-bottom: 8px;
}

.latestItem h2 {
	margin: 4px 0;
	padding: 0;
	font-size: 14px;
}

.latestItem a:link, .latestItem a:active, .latestItem a:visited {
	color: #F27C14;
}

#welcomeCol {
	width: 260px;
	vertical-align: top;
	padding-top: 45px;
}

#welcomeContent {
	background: url(../img/orangeMan.gif) no-repeat;
	margin-left: 15px;
	margin-right: 8px;
	padding-top: 80px;
	font-size: 11px;
}

#bannerCol {
	vertical-align: top;
	padding-top: 50px;
	padding-left: 8px;
	padding-right: 10px;
	padding-bottom: 50px;
}

#leftNavCol {
	width: 200px;
	vertical-align: top;
	padding-top: 55px;
	padding-bottom: 25px;
}

#leftNavCol a:link, #leftNavCol a:visited, #leftNavCol a:active {
	display: block;
	margin-bottom: 8px;
	background: url(../img/greyArrow.gif) no-repeat 38px 4px;
	padding-left: 50px;
	text-transform: lowercase;
	color: #C0BBB3;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#leftNavCol a:hover, #leftNavCol a.selected {
	color: #F14802;
	background: url(../img/orangeArrow.gif) no-repeat 38px 4px;
}

#subContentCol {
	vertical-align: top;
	padding-top: 25px;
	padding-left: 10px;
	color: #4D4641;
	font-size: 12px;
}

#subContentCol h1 {
	margin: 4px 0;
	padding: 0;
	color: #FF490B;
	font-size: 18px;
}

#subContentCol h2 {
	margin: 0;
	padding: 0;
	color: #FF490B;
	font-size: 13px;
}

#breadcrum {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 8px;
	padding-top:7px;
	border-bottom:1px dotted #2F2F2F;
}

#breadcrum a:link, #breadcrum a:active, #breadcrum a:visited {
	color: #000000;
	text-decoration: none;
}

#breadcrum a:hover {
	text-decoration: underline;
}

#historyWrapper {
	background: url(../img/historyBack.jpg) right bottom no-repeat;
	padding-right: 250px;
}

#teamWrapper {
	background: url(../img/teamBack.jpg) right top no-repeat;
	padding-right: 250px;
	padding-bottom: 25px;
}

.teamItem {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 11px;
}

.teamItem img {
	clear: left;
	width: 85px;
	height: 85px;
	background-color: white;
	float: left;
	margin-right: 20px;
}

#ministriesWrapper {
	background: url(../img/ministriesBack.jpg) right 15px no-repeat;
	padding-right: 250px;
	padding-bottom: 25px;
	padding-top: 15px;
}

#cellWrapper {
	background: url(../img/cellBack.jpg) right bottom no-repeat;
	padding-right: 250px;
	padding-bottom: 25px;
}

#cellTable {
	width: 100%;
	font-size: 11px;
}

#cellTable td {
	vertical-align: bottom;
}

#resourcesWrapper {
	padding-right: 250px;
}

#sermonsTable {
	width: 100%;
	font-size: 11px;
}

#sermonsTable td {
	vertical-align: bottom;
}

#audioSermons {
	background: url(../img/audioSermonsBack.jpg) no-repeat;
	height: 150px;
	padding: 0 15px;
	padding-top: 70px;
	font-weight: bold;
	padding-bottom: 15px;
}

#audioSermons span {
	color: #F14802;
	background: url(../img/orangeArrow.gif) no-repeat left 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#sermonNotes {
	background: url(../img/sermonNotesBack.jpg) no-repeat;
	height: 230px;
	padding: 0 25px;
	padding-top: 110px;
	font-weight: bold;
	padding-bottom: 20px;
}

#sermonNotes span {
	color: #F14802;
}

#contactTable {
	width: 100%;
}

#contactTable td {
	vertical-align: bottom;
	font-weight: bold;
}

#contactTable div {
	padding-bottom: 10px;
}

#footerWrapper {
	width: 900px;

	margin-top:40px;
	padding-top:20px;
	padding-bottom:100px;
	border-top:1px dotted #000000;
}

#footerWrapper a:link, #footerWrapper a:active, #footerWrapper a:visited {
	color: #E7E7E7;
	text-decoration: none;
}

#footerWrapper a:hover, #footerWrapper a.selected {
	color: #F27C14;
}

.buttonBlue {
  background: url(../img/buttons/btn-blue.gif) repeat-x;
  color: #FFFFFF;
  font-size: 12px;
  border: 0;
  padding: 2px 6px;
}

.buttonOrange {
  background: url(../img/buttons/btn-orange.gif) repeat-x;
  color: #FFFFFF;
  font-size: 12px;
  border: 0;
  padding: 2px 6px;
}

/* Input Table */
.inputTable td {
  padding: 1px;
}

/* List Table */
.listTable {
  border: 1px solid #000000;
  background: #FFFFFF;
}

.listTable tr.headerRow {
  background: #BFBFBF;
}

.listTable td {
  padding: 2px 4px;
  border-bottom: 1px solid #000000;
}

.pagePanel {
  background-color: #CCCCCC;
  border-top: 1px solid #CCCCCC;	
}

input.inputBox, textarea.inputBox {
  font-family: arial, helvetica;
  font-size: 12px; 
  border-top: 0px;
  border-left: 0px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-image: url(../img/input-bg.gif);
  background-repeat: no-repeat;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
}

.s_input{
height:14px;
border-left:1px solid #999999;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
border-right:0px;
}

.redfont a:link, .redfont a:active, .redfont a:visited {
	color: #cb0000;
	text-decoration: none;
}

.redfont a:hover {
	text-decoration: underline;
}
#homeContentWrapper{
	width:900px;
}

#leftContentWrapper{
	width:580px;
	float:left;
	margin-top:30px;
	padding-right:30px;
	border-right:1px solid #cccccc;
	padding-top:20px;

}

#rightContentWrapper{
	float:left;
	margin-top:30px;
	width:239px;
	padding-left:30px;
	padding-right:20px;
	padding-top:10px;
	
}

#logoWrapper{
font-size: 0;
padding-top:17px;
padding-bottom:25px;
float:left;
}
#header_top_text{
float:left;
color:#666666;
margin-top:62px; 
margin-left:23px;
line-height:1.5em;
}
#homecenter_navi{
background-color:rgb(247, 254, 234);
xmargin-left:-30px;
xwidth:950px;
border-top:1px dotted #000000;
border-bottom:1px dotted #000000;
padding:15px 10px 15px 10px;
color:#000000;
}

.homecenter_naviBox{
float:left;
width:180px;
}
.sprt{
margin-top:2px;
margin-bottom:5px;
width:100%;
border-top:1px solid #cccccc;
height:1px;
}
.homecenter_linktext{
background-image:url(../img/arrow_red.gif);
background-repeat:no-repeat;
padding-left:10px;
padding-bottom:8px;
margin-top:3px;
border-bottom:1px solid #EFEFEF;
}
#homecenter_piclink{
margin-top:30px;
}
.piclinkWrapper{

float:left;
}

.noresult{
font-size:12px;
}

a.search_title:link,a.search_title :active, a.search_title:visited {
  font-size:18px;
  color: #cb0000;
  text-decoration: underline;
}

a.search_title :hover {
font-size:18px;
  color: #cb0000;
  text-decoration: underline;
}

.search_content{
color:#000000;
font-size:13px;
}
.search_url{
color:#008000;
}

table.tableStyle_1{
width:100%;

}
table.tableStyle_1 td{
border-collapse:collapse;
border:1px solid #cccccc;
padding:5px 5px 5px 5px;
}
table.tableStyle_1 td.col1{
width:100px;
}