body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background: #333 url(../images/bodybg.jpg) repeat-x top left;
}
.contentdescription{
     font-size: 12px;
     color: #666666;
}
.componentheading{
     font-family: futura, arial, helvetica, sans-serif;
     font-size: 18px;
     color: #3D586D;
     padding-bottom: 15px;
     text-decoration: underline;
}
.container{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: static;
	background-color: #fff;
}
.containerFloat{
	width: 750px;
	border: solid 1px #000;
	float: left;
         background-color: #fff;
}
.headerlogo{
	width: 296px;
	height: 142px;
	position: relative;
	filter: shadow(color: #333333, strength: 4, direction: 135); 
	padding-bottom: 5px; 
	padding-top: 0px; 
	padding-right: 5px;
	z-index: 100;
	margin-bottom: -142px;
}
.headerlogoplaceholder{
	width: 296px;
	height: 142px;
	float: left;
	margin-bottom: -60px;
}
.joinus{
	float: left;
	height: 20px;
	width: 147px;
	background-image: url(../images/JoinUs.jpg);
	margin-top: 10px;
	margin-left: 20px;
}
.worshipflash{
	height: 48px;
	width: 300px;
	background-image: url(../../images/fccnkcWorship.gif) no-repeat;
	float: right;
	margin-right: 80px;
	margin-top: -50px;
}
.mainmenu{
	width: 454px;
	height: 28px;
	position: static;
	margin-top: 5px;
}
.headerpic{
	width: 750px;
	height: 250px;
	position: relative;
	border-bottom: black 1px inset;
}
.floated{
	width: 750px;
	float: left;
	background: url(../images/homeBkgd.jpg) top left repeat-y;
}
.float1{
	float: left;
    background-color: #343a3f;
    background-image: url(../images/leftpane.jpg);
    background-repeat: no-repeat;
    width: 275px;
    padding: 0px;    
}
html>body .float1{
}
.sitenav{
     margin-top: 30px;
     margin-left: 34px;
     border: 1px #333 solid;
     padding-right: 0px;
     width: 130px;
     overflow: hidden;
     margin-bottom: 34px;
}
.float2{
	float: left;
	width: 200px;
	height: 275px;
	padding: 0 0;
	background-image: url(../images/flashScroll_200x275.jpg);
}
.news {
	font-size: 11px;
	color: #fff;
	margin-top: 61px;
	margin-left: 10px;
}
.news a {
	color: #ff9900;
	font-weight: bold;
}
.news a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
html>body .float2{
width: 200px;
}
.float3{
	float: left;
	background-color: #859eb2;
}
html>body .float3{
}
.homepics1{
margin-top: 10px;
margin-left: 9px;
}
html>body .homepics1{
margin-top: 9px;
margin-left: 8px;
}
.homepics2{
margin-top: 9px;
margin-left: 9px;
}
html>body .homepics2{
margin-top: 9px;
margin-left: 8px;
}
.homepics3{
margin-top: 6px;
margin-left: 9px;
margin-bottom: 6px;
}
html>body .homepics3{
margin-top: 9px;
margin-left: 8px;
margin-bottom: 9px;
}
.footer{
	text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #666666;
}
.footer a {
    color: #999;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
    color: #ccc;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/******* Top Navigation *************/
.navcontainer
{
    margin-top: 0px;
    float: right;
}
.navlist
{
margin: 0;
padding: 0 0 0 10px;
font-size:  xx-small;
}
.navlist ul, .navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
.navlist a:link, .navlist a:visited
{
float: left;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #ccc;
}
.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
border-bottom: dotted 1px #ccc;
padding-bottom: 1px;
background: transparent;
color: #999;
}
.navlist a:hover { color: #000; }
