@charset "UTF-8";
/* CSS Document */

html, body {       
	height: 100%;
	padding: 0; 
	margin: 0;
}

/*============================= MENU STYLES =============================*/

 div#top-nav-container {
	position: absolute;
    top: 55px;
    right: 30px;
    width: 500px;
 }


#top-nav ul {
	float: right;
}

#top-nav ul li {
    	font: bold 14px "Calibri", "Myriad", "Lucida Grande", Verdana, sans-serif;
    	color: #555;
	padding: 0 0 0 20px;
	float: left;
	list-style-type:none;
}

#top-nav ul li #active {
	color: #055293;
	text-decoration:none;
}

#top-nav ul li a {
	color: #bbb;
	text-decoration:none;
}

#top-nav ul li a:hover {
      color: #055293;
	text-decoration:none;
}

	
/*============================= SUB NAV DIVS =============================*/


#sub-nav ul#sub-nav-links li {
	margin-bottom: 5px;
	line-height: 20px;
}

#sub-nav ul#sub-nav-links li a {
	background: url(images/icon-sub-arrow.gif) no-repeat right 4px;
	padding-right: 15px;
	
}

#sub-nav ul#sub-nav-links li a#current-sub {
	color: #000;
}

.fix {
	margin-left: 8px;

}

#sub-nav-links {
	list-style-type: none;
}

#sub-nav {
	margin-bottom: 20px;
	margin-left: -40px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 25px;
	font-size: 14px;


}

/*=============================BIG BUTTON DIVS =============================*/

#buttons {
	height:87px;
	width:780px;
	float:left;
	position:relative;
	margin: 0px 0px 10px 24px;
	
}


a.button { 
        background:url(images/OurChurch.png) repeat 0px 0px; 
        width: 253px; 
        height: 87px; 
        display: block;
		position:absolute;
}

a.button span { 
        display: none; 
}

a.button:hover { 
        background: url(images/OurChurch.png) repeat 0px -87px; 
}

a.button2 {
	background:url(images/Worship.png) repeat 0px 0px;
	width: 253px;
	height: 87px;
	display: block;
	position:absolute;
	left: 260px;
}

a.button2 span { 
        display: none; 
}

a.button2:hover { 
        background: url(images/Worship.png) repeat 0px -87px; 
}

a.button3 {
	background:url(images/Community.png) repeat 0px 0px;
	width: 252px;
	height: 87px;
	display: block;
	position:absolute;
	left: 519px;
}

a.button3 span { 
        display: none; 
}

a.button3:hover { 
        background: url(images/Community.png) repeat 0px -87px; 
}

a.button:visited { 
    width: 260px; 
    height: 87px; 
    display: block;
	position:absolute;

}

a.button2:visited {
	width: 260px;
	height: 87px;
	display: block;
	position:absolute;
	left: 260px;

}

a.button3:visited {
	width: 261px;
	height: 87px;
	display: block;
	position:absolute;
	left: 519px;

}


/*============================= BODY DIVS =============================*/

body {
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-x;
	background-color: #000;
	width: 100%;
	text-align:center;
	
}

#head {
	width:828px;
	height:107px;
	background-image: url(images/headbg.png);
	background-repeat:no-repeat;
}


#container {   
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	height:100%; 
	margin-bottom: -160px;   
	min-height: 100%; 
	height: auto !important;  
	text-align:center;
    position:relative;
	width: 828px;
}

#banner {
	width: 780px;
	height:215px;
	position:relative;
	background-image:url(images/banner2.png);
	background-repeat:no-repeat;
	margin-left: 24px;
	margin-top: 15px;
	
}

hr.line {
	border: 1px none #000;
	width: 780px;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

#content {
	width: 828px;
	height: auto;
	position: relative;
	float: left;
	background-color:#FFF;
	text-align:left;

}

.title {
	margin: 0px 0px 15px 0px;	
}

.clearfooter {   
	height: 160px;   
	clear: both;
}

#leftcontent {
	position: relative;
	float: left;
	width: 500px;
	height:auto;
	margin: 0px 0px 0px 24px;
	text-align:left;
	
}


#rightcontent {
	margin: 0px 0px 0px 20px;
	width: 260px;
	height:auto;
	float: left;
	position: relative;
	text-align: left;
	background-color: #F8F8F8;
	
}

#footer {
	BACKGROUND: url(images/footerbg.png);
	background-repeat:no-repeat;
	MARGIN: 0px 0px 0px 0px; 
	POSITION: relative; 
	HEIGHT: 160px; 
	width: 828px;
	float:left;
	text-align:left;
}

#f1 {
	width:414px;
	height:80px;
	poosition: relative;
	float:left;
	text-align: left;
}

#f2 {
	width:414px;
	height:80px;
	poosition: relative;
	float:left;
	text-align: right;

}

p {
	color: #666;
    	padding: 0px;
	line-height: 25px;
	font-size: 12px;
    	margin: 0px 0px 0px 5px;
    	text-align: left;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 {
	color: #666;
	font-weight:bold;
    	padding: 0px;
	line-height: 25px;
	font-size: 15px;
    	margin: 20px 0px 5px 0px;
    	text-align: left;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;



}

.ftext {
	color: #fff;
    	padding: 0px;
	line-height: 25px;
	font-size: 11px;
    	margin: 22px 0px 0px 25px;
    	text-align: left;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

}

.ftext2 {
	color: #fff;
    	padding: 0px;
	line-height: 25px;
	font-size: 11px;
    	margin: 22px 25px 0px 0px;
    	text-align: right;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

}

A:link {
	FONT-WEIGHT: normal; 
	COLOR: #055293; 
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 8px;
}

A:visited {
	FONT-WEIGHT: normal; 
	COLOR: #055293; 
	TEXT-DECORATION: none;
}

A:hover {
	FONT-WEIGHT: normal; 
	COLOR: #555; 
	TEXT-DECORATION: none;
}


/*============================= Links =============================*/

#f2 A:link {
	FONT-WEIGHT: normal; 
	COLOR: #fff; 
	TEXT-DECORATION: none;
}

#f2 A:visited {
	FONT-WEIGHT: normal; 
	COLOR: #fff; 
	TEXT-DECORATION: none;
}

#f2 A:hover {
	FONT-WEIGHT: normal; 
	COLOR: #ccc; 
	TEXT-DECORATION: none;
}


/*============================= MASSES LISTS =============================*/

#masses {
	list-style-type:none;
	margin: 0px 0px 0px 0px;

}


#masses ul li {
	list-style-type:none;
	color: #666;
    	padding: 0px;
	line-height: 25px;
	font-size: 12px;
    	margin: 0px 0px 0px -25px;
    	text-align: left;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

}

.last {
	border-bottom: solid 1px #e6e6e6;
	width:400px;
}

#school {
	list-style-type:none;
	margin: 0px 0px 0px 0px;

}

#school ul li {
	list-style-type: circle;
	color: #666;
    	padding: 0px;
	line-height: 25px;
	font-size: 12px;
    	margin: 0px 0px 0px -25px;
    	text-align: left;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

}
