/***
    General Section
***/

*
{
    margin: 0;
    padding: 0;
}

body
{
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	color: #7B7B7B;	
}

a
{
    text-decoration: none;
    color: #F77000;
}

a:hover
{
    text-decoration: underline;
    color: Black;
}

p img
{
    float:left;
}

strong
{
    color: #000000;
    display: block;
}

/***
    Main Container Section
***/

#container
{
	margin: 0 auto;
	width: 775px;
	text-align: left;
	border: 1px solid #B5B5B5;
	position:relative;
	background: url(images/sidebar-background.gif) repeat-y top left;
}

/***
    Header Section
***/

#header
{
	background-color: #848484;
	position: relative;
}

h1 
{
	width: 648px;
	height:41px;
}

h1 a
{
	background: url(images/header.gif);
	overflow: hidden;
	text-indent:-1000em;
	display:block; 
	height:100%;
}

h2
{
    text-indent: -1000em;
    overflow: hidden;
}

h3
{
    text-indent: -1000em;
    overflow: hidden;
}


/***
	Icon bar
***/

#icon-bar
{
	position:absolute;
	right:10px;
	top:0;
}

#icon-bar li
{
	display:inline;
	height:10px;
	float:left;
	padding: 13px 12px 4px 12px;
	background: url(images/icon-bar-border.gif) repeat-y top right;
}

#icon-bar li a
{
	display:block;
	height:100%;
	width: 11px;
	overflow: hidden;
	text-indent: -1000em;
	background-repeat:no-repeat;
}

#icon-bar li.contacts
{
	background: none;
}

#icon-bar li.home a
{
	background-image: url(images/home-icon.gif);
}

#icon-bar li.faq a
{
	background-image: url(images/faq-icon.gif);
}

#icon-bar li.contacts a
{
	background-image: url(images/contacts-icon.gif);
}


/***
    Side Panel Container
***/

#side-panel
{
    float:left;
    width: 257px;
    list-style: none url(images/square-bullet.gif);
}

/***
    Navigation List
***/

#nav
{
    padding-top: 94px;
    height: 199px;
    background: url(images/nav-list-background.gif) no-repeat;
}

#nav ul
{
    list-style: none none;
}

#nav li a
{
    height:41px;
    width: 129px;
    display: block;
    text-indent: -1000em;
    overflow: hidden;     
}

#nav li a:hover
{
    background-position: -129px 0 !important;
}

#nav li a.worship
{
    background: url(images/Worship.gif) no-repeat;
	height: 35px; 
}

#nav li a.ministries
{
    background: url(images/Ministries.gif) 0 0 no-repeat;
}

#nav li a.events
{
    background: url(images/Specialevents.gif) 0 0 no-repeat;  
}

#nav li a.staff
{
    background: url(images/Staff.gif) 0 0 no-repeat;
}

#nav li a.aboutus
{
    background: url(images/Aboutus.gif) 0 0 no-repeat;    
}

/***
    Current Events Section
***/

#current-events
{
    height: 165px;
}

#current-events h3
{
    background: url(images/nw2.gif);
    width: 229px;
    height: 43px;
    margin-top: 17px;
}

#current-events ul
{
    margin-left: 40px;
    margin-right: 28px;
}

#current-events li
{
    margin-bottom: 12px;
}

#current-events a
{
    text-decoration: underline;
}

/***
    Content Container
***/

#content
{
    float:right;
    width: 518px;
    overflow: hidden;
    background: #fff;
    padding-bottom:80px;
}

#content div
{
   overflow: auto;
   height: auto !important;
   height: 1%;
}

/***
    Welcome Section
***/

#welcome
{
    padding-bottom: 15px;
    height: 393px;
    border-bottom: dashed thin #E3E3E3;

}

#welcome h2
{
	background: url(images/m3.gif);
	height: 229px;
}

#welcome h3
{
	background: url(images/welcome.gif);
	height: 63px;
}

#welcome p
{
    float: left;
    display: inline;
    margin-left: 57px;
    width: 221px;
}

#welcome ul
{
    list-style-type: none; 
    float: right;
    margin-right: 65px;
}

#welcome li
{
    padding-left: 20px; 
    background: url(images/arrow-bullet.gif) left center no-repeat;
    line-height: 17px;
}

#more-about-church
{
    margin-top: 4px;
    clear: both;
    margin-left: 57px;
    display: inline;
    float: left;
    text-indent: -1000em;
	overflow: hidden;
	
	background: url(images/more-about-our-company.gif);
	width: 144px;
	height: 18px;    
}

/***
    Our Mission Section
***/

#our-mission
{
    background: url(images/vertical-line-border.gif) repeat-y top right;
    float:left;
    width: 260px;
    padding-bottom:10px;
}

#our-mission p, #our-mission a
{
    margin-left: 57px;
    margin-right: 33px;
}

#our-mission h3
{
    text-indent: -1000em;
	overflow: hidden;

	background: url(images/wh1.gif);
	width: 231px;
	height: 50px;
}

#our-mission strong
{
    color: #E25C1D;
    margin-bottom: 12px;
}

/***
    Our Vision Section
***/

#our-vision
{
    float: right;
    width: 258px;
    padding-bottom:10px;
}

#our-vision div
{
   overflow: auto;
   height: auto !important;
   height: 1%;
}

#our-vision h3
{
    text-indent: -1000em;
	overflow: hidden;
	
	background: url(images/bs1.gif);
	width: 256px;
	height: 50px;    
}

#our-vision p, #our-vision a
{
    margin-right: 36px;
}

#our-vision img
{
    float:left;
    margin-left: 18px;
}

#our-vision strong
{
    
    color: #E25C1D;
    margin-bottom: 12px;
}

/***
    Footer Section
***/

#footer
{
    position:absolute;
    bottom:0; 
    right:0;
    width: 456px;
    background: url(images/horizontal-line-border.gif) repeat-x top left;
    margin: 1px;
    padding: 20px 30px;
    line-height: 25px;
    text-align: right;
    color: #FFFFFF;
    background-color: #B5B5B5;
    clear: both;
}

#footer li
{
    
    display:inline;
}

#footer a
{
    border-left: solid thin #FFFFFF;
    padding-left: 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover
{
    color: Black;
    text-decoration: underline;
}

#first a
{
    border: none;
}

/***
    Classes
***/

.read-more
{
    margin: 5px 0;
    
    display: block;
    text-indent: -1000em;
	overflow: hidden;
	
	background: url(images/read-more.gif);
	width: 73px;
	height: 22px;
}

.clearfix:after, #container:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix, #container {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, #container {display:block;}
/* End hide from IE Mac */
.PDF_Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	display: inline;
	margin-left: 5px;
}
