/* CSS Document */

/*---MAIN LAYOUT---*/
body{
font:1em "Verdana, Arial, Helvetica", sans-serif;
text-align:center;
background-image:url(Images/background3-red.jpg);
background-repeat:repeat-y;
background-position:center;
background-color:#927d65;
}

a{
text-decoration:none;
color:#000000;
}

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

div#mainWrapper{
width:727px;
margin:0 auto;
min-height:500px;
text-align:left;
}

div#header{
width:727px;
height:150px;
background-image:url(Images/header2.jpg);
background-repeat:no-repeat;
}
div#photoHeader{
width:727px;
height:200px;
}
div#contentWrapper{
width:727px;
background-color:#FFFFFF;
margin-top:0px;
text-align:left;

}
div#left{
float:left;
width:200px;
min-height:500px;
margin:0;
}
div#midContent{
width:527px;
height:150px;
font:"Times New Roman", Times, serif;
color:#000000;
padding-top:20px;
padding-left:200px;
border-bottom:1.5px solid  #000000;
border-top:3px solid #971B1E;
}
div#content{
float:left;
width:460px;
font:1em"Times New Roman", Times, serif;
color:#000000;
padding-top:10px;


}
div#content1{
font:.75em Arial, Helvetica, sans-serif;
}
div#right{
float:left;
width:50px;
}
div#footer{
width:727px;
height:40px;
background-color:#971B1E;


}
div#footerContent{
font:.65em Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top:1px;
text-align:center;
}
/*-----SUB NAV-----*/
div#subNav{
width:180px;
text-align:left;
}
div#subNav ul{
list-style-type:none;
margin:20px;
padding:0px;
}
div#subNav li{
margin:0;
padding:.25em 0;
text-indent:.5em;
border-bottom:1px solid #000000;
}
div#subNav li:first-child{
border-top:1px solid #000000;
}
div#subNav a{
font:.67em Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
font-weight:bold;
} 
div#subNav a:hover{
font-weight:bolder;
color:#971B1E;
}
/*---MAIN NAV---*/
div#mainNav{
width:727px;
height:30px; 
font:1em Arial, Helvetica, sans-serif;
margin-top:0px;

background-color:#971B1E;
}
div#mainNav ul{
margin:0px;
padding:0;
list-style-type:none;
}
div#mainNav li{
float:left;
border-left:1px solid #FFFFFF;
}
div#mainNav li:first-child{
border-left:none;
}
div#mainNav a{
font:1em Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
padding:5px 7px;
display:block;
}
div#mainNav a:hover{
color:#000000;
}
/*---BOTTOM NAV---*/
div#bottomNav{
width:727px;
height:20px; 
background-color:#971B1E;
}
div#bottomNav ul{
margin:0;
padding:0;
list-style-type:none;
}
div#bottomNav li{
float:left;
margin-left:18px;
}

div#bottomNav a{
font:.75em Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
padding:5px 7px;
display:block;
}
div#bottomNav a:hover{
color:#000000;
}
/*TEXT FORMATTING*/
div#content p{
width:340px;
}
/*---Main nav you are here--*/
body#welcome a#welcomelist,
body#about a#aboutlist,
body#sunday a#sundaylist,
body#calendar a#calendarlist,
body#ministries a#ministrieslist,
body#pastorbob a#pastorboblist,
body#contact a#contactlist
{
color:#000000;
font-weight:normal;

}

/*--sub nav you are here--*/

body#about #subNav a#areHere,
body#sunday #subNav a#areHere,
body#calendar #subNav a#areHere,
body#ministries #subNav a#areHere,
body#pastorbob #subNav a#areHere,
body#contact #subNav a#areHere{
color:#971B1E;
font-weight:bolder;
}
/*-------TEXT-------*/

.style1 {font-size:20px; text-decoration:underline; letter-spacing:.05em}
.style2 {font-size: smaller}
.style3 {font-size:14px;
text-decoration:none}
.style4{
	font-family:Arial, Helvetica, sans-serif;
	

}
.style5 {color: #971B1E}
.style6 {color: #971b1e}



/* CSS Document */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
<![if IE 7]->
.clearfix {display:inline-block;}
.clearfix {display:block;}
<![endif]->
