@charset "utf-8";
/* CSS Document */
/* content bg color #E5E3D6 */
/* footer bg color #600001 */
/* Import the different Module styles */
@import "fbch_home.css";
@import "fbch_subpage.css";
@import "fbch_nav.css";
@import "fbch_sermons.css";
/*@import "fbch_subpage-noside.css";
@import "fbch_photogallery.css"; */
@import "fbch_forms.css";
/*@import "fbch_events.css";
@import "fbch_subnav.css"; */
@import "fbch_forms.css";

/**********************/
/* Set the HTML styles
/**********************/
* {
	outline: none;
	margin: 0px;
	padding: 0px;
}

body {
	
	background-color: #600001;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	font-size: 1.1em;
	margin: 8px 0px 12px 0px;
	line-height: 1.8em;
}

hr {
	border: 0px none;
	border-top: 1px solid #e2e0d1;
	margin: 0px !important;
	padding: 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

a, a:visited, a:active {
	color: #000;
}

a:hover, a:visited:hover {
	color: #444;
	text-decoration: none;
}

a img {
	border: 0px !important;
}

h2 {
	font-size: 2.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #5e0102;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
	font-size: 1.8em;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #540001;
	text-transform: uppercase;
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
	color: #000;
	text-transform: uppercase;
}

ul, ol {
	font-size: 1.1em;
}

ul {
	list-style-image: url(../images/li_image.gif);
	margin-left: 40px;
}

.gobutton {
	float: left;
}

.thickbox {
	azimuth: center;
}

.bold{
font-weight: bold;
}
.normal{
font-weight: normal;
}

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

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