/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3, h4, h5, h6 {
padding:20px 8px;
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}



p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }



/***** Sidebar *****/

#sidebar {
margin-left: 25px;
float: right;
color: black;
width: 230px;
height:auto;
font-size:0.75em;
text-align: left;
}

	#sidebar h2 {
	padding-left: 6px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 4px;
	color: white;
	width: 224px;
	height:26px;
	font:1.5em "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:normal;
	background:url(../images/sidebarbg.jpg) repeat-x;
	}
	
	#sidebar ul,
	#sidebar p {
	background:url(../images/bg-sidebar-section.png) 0 -20px repeat-x;
	}
	
	#sidebar ul {
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 15px;
	list-style:none;
	}
	
	.sermon {
		display:block;
		width:191px;
		height:86px;
		margin:0 auto;
		}
	
		#sidebar ul li {
		margin:0 0 7px 0;
		}
	
	#sidebar p {
	}
	
	
		/* #sidebar p a {
		display:block;
		width:191px;
		height:86px;
		margin:0 auto;
		background:url(../images/sidebar-current-sermon.png) no-repeat; 
		} */

		
/***** Mid-County Specific *****/

#header {height: 164px; width: 100%; background-repeat: repeat-x; background-image: url(../images/headerbg.jpg);}

#headerwrap { width: 835px; max-width: 835px; margin:0 auto; text-align:center; }
#flash { padding-bottom: 28px;}

#contentwrap {
	padding-top: 25px;
	height: 100%;
	background-color: #F6F5EF;
	width: 100%;
}
#nav {
	width: 835px;
	height: 25px;
	padding-top: 140px;
	_padding-top: 17px;
	text-transform: uppercase;
	*position:relative; 
	*top: -68px; 
	_position: inherit; 
	_top: 0; 
	}
	
	
	

#content {
	height: 500px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	text-align:center;
	width: 798px;
}

#subbody {
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: auto;
	text-align:left;
	width: 500px;
}

#button1 {float: left;}

#button2 {float: left;}

#button3 {float: left;}

#contenttext {margin-left: 35px; font-size: 12px; text-align: left; width: 370px; float: right;}

#logo {
	float: right;
	height: 68px;
	width: 392px;
}

#logo h1 {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    display:block;
	height: 68px;
	width:392px;
	text-indent:-3000px;
}

#logo h1 a {
bottom: 25px;
width: 392px;
height:68px;
display:block;
background:url(../images/logo.png) no-repeat;
behavior: url(../iepngfix.htc);
}

#clear {
    Clear:both;
}

#footer {
	height: 144px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	color: #BFBDB3;
}

#contenttext a, #subcontent a {
	font-style: normal;
	font-weight: normal;
	color: #d00900;
}

#contenttext a:hover, #subcontent a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #3a0500;
}

#subcontent {
	padding-bottom: 25px;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	text-align:center;
	height: 100%;
	width: 798px;
	}

#subcontent p {
		margin-left: 25px;
		font-size: 12px;
		text-align: left;
	}

#subcontent h3 {
		margin-left: 25px;
		padding-bottom: 30px;
		padding-top: 20px;
		text-align: left;
		font-size: 18px;
		color: #D31010;
		font-weight: bold;
	}

#sidebar p {
		margin-top: -2px;
		margin-left: 0px;
		text-align: left;
	}

#sidebar a {
		margin-bottom: 15px;
		margin-top: 15px;
		color: #D31010;
	}

#footer a, #footer a:active {
		text-decoration: underline;
		color: black;
	}

#footer a:visited {
		color: #838383;
	}

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



