/* ===================== GENERAL ======================= */
a { 
	text-decoration:none;
	color: #FFFFFF;
}
a img {
	border:none;
}
a.other:link
{ color: #0000FF; text-decoration: none 
} 
a.other:active 
{ color: #0000FF; text-decoration: none 
}
a.other:visited 
{ color: #0000FF; text-decoration: none 
} 
a.other:hover 
{ color: #FF0000; text-decoration: none 
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 20px 0 20px 0;
	text-align: center;
	color: #414141;
	background-color: #8e8e8e;     <!-- COLOR OUTSIDE THE CONTAINER  -->
}

h1 { 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px; 
	color: #472e93;
}

h2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	color: #2d2d2d;
}
h3 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h4 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
/* ===================== NAVBAR SPRITE =================== */



/* { margin: 0px; padding: 0px; } */

#nav {
margin: 0px auto;
padding: 0px;
background: url(images/navbar960.png);
height: 37px;
width: 960px;
}

#nav span {
display: none;
}

#nav li {
list-style-type: none;
float: left;
}

#nav a {
height: 37px;
display: block;
}

#list1 { width: 121px; }
#list2 { width: 169px; }
#list3 { width: 137px; }
#list4 { width: 146px; }
#list5 { width: 113px; }
#list6 { width: 141px; }
#list7 { width: 133px; }

#list1 a:hover {
background: url(images/navbar960.png) 0px -37px no-repeat;
}

#list2 a:hover {
background: url(images/navbar960.png) -121px -37px no-repeat;
}

#list3 a:hover {
background: url(images/navbar960.png) -290px -37px no-repeat;
}

#list4 a:hover {
background: url(images/navbar960.png) -427px -37px no-repeat;
}

#list5 a:hover {
background: url(images/navbar960.png) -573px -37px no-repeat;
}
#list6 a:hover {
background: url(images/navbar960.png) -686px -37px no-repeat;
}
#list7 a:hover {
background: url(images/navbar960.png) -827px -37px no-repeat;
}



/* ===================== TEXT STYLES ===================== */
.FHsimple #body-text {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
.FHsimple #sidebar-text {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
.FHsimple #sermon-archive-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}
.FHsimple #photo-gallery-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
}
.FHsimple #contact-form-text {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
}
.FHsimple #contact-form-text-2 {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 15px;
}
.FHsimple #contact-success-txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.FHsimple #copyright-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}	
/* ===================== SITE SETUP ID's ================== */
.FHsimple #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.FHsimple #mainContent {
	background-color: #dbdbdb;
	padding: 0 20px 0 20px; 
	
}
.FHsimple #toplogo {
	height: 174px; 
	line-height: 174px;
	
}
.FHsimple #nav-bar {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	height: 21px; 
	line-height: 21px;
	background-image: url(images/nav-bar.gif);
}
.FHsimple #masthead {
	height: 286px;
	line-height: 286px;
}
.FHsimple #bottom-corners {
	height: 13px; 
	line-height: 13px;
}
.FHsimple #contact-email-bg {
   width: 275px; 
   height: 300px;
	background-image: url(images/contact-email-bg.gif);
   padding: 10px 0 0 25px;
}
.FHsimple #contact-phone-bg {
   width: 300px;
   height: 310px;
   background-image: url(images/contact-phone-bg.gif);
   padding: 0;
}

	
/* ====================== FLOATS ====================== */
.FHsimple #leftcol {       
	width: 516px;
	height: 700px;
	float: left;
	background-image: url(images/leftfloatbackground.gif);
	background-repeat: repeat-y;
	/* background-color: #FFF; */
	padding: 0 17px 0 17px;
}
.FHsimple #rightcol {
	width: 224px;
	height: 700px;
	float: left;
	background-image: url(images/rightfloatbackground.gif);
	background-repeat: repeat-y;
	/* background-color: #E0E7EF; */
	padding: 0 3px 0 3px;
}
.FHsimple #contact-leftcol {       
	width: 317px; /* account for main content padding */
	height: 500px;
	float: left;
	background-color: #FFFFFF;
	padding: 0 0 0 50px;
}
.FHsimple #contact-rightcol {
	width: 373px;  /* account for main content padding */
	height: 500px;
	float: left;
	background-color: #FFFFFF;
	padding: 0;
}