/************************************************************************* 
|  Name: header_layout.css
|  Revision Date: 7/03/08
|  
|  Copyright 2008 - Solutions-One
|  
|  May not be reproduced/copied/ripped in anyway.
|
| .header is the header container for the main page
| Each page on the website falls under a different class for
| the header to change the image respectively.
|
| NOTE: PHP implementation in the future
\*************************************************************************/
.header {
	width: 844px;
	height: 221px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header2 is the header container for the subpages
*/
.header2 {
	width: 844px;
	height: 221px;
	background-image: url(images/sub_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


/*
| .header_cs is for the current series header.
| image must be laid as a background to have
| navigation floating over the image.
*/
.header_cs {
	width: 844px;
	height: 221px;
	background-image: url(images/currentseries_top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


/*
| .header_contact is the container for the Contact page
*/
.header_contact {
	width: 844px;
	height: 221px;
	background-image: url(images/contact_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_prayer is the container for the Prayer page
*/
.header_prayer {
	width: 844px;
	height: 221px;
	background-image: url(images/prayer_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_media is the container for the Media page
| All subsections under Media will use the same
| class.
*/
.header_media {
	width: 844px;
	height: 221px;
	background-image: url(images/media_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_children is the container for the Children Ministries
| page
*/
.header_children {
	width: 844px;
	height: 221px;
	background-image: url(images/children_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_youth is the container for the Youth Ministry
| page
*/
.header_youth {
	width: 844px;
	height: 221px;
	background-image: url(images/youth_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_adult displays the background for 
|  Adult Ministry page
*/
.header_adult {
	width: 844px;
	height: 221px;
	background-image: url(images/adult_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
/*
|  .header_regular displays the background for the
|  the "Im a Regular" section of the website.
*/
.header_regular {
	width: 844px;
	height: 221px;
	background-image: url(images/regular_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
|  .header_about displays the background for the
|  the About section of the website.
*/

.header_about {
	width: 844px;
	height: 221px;
	background-image: url(images/about_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_serve displays the background for 
|  I Want to Serve page
*/
.header_serve {
	width: 844px;
	height: 221px;
	background-image: url(images/serve_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .care displays the background for 
|  the Care Ministry page
*/
.header_care {
	width: 844px;
	height: 221px;
	background-image: url(images/care_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_grow displays the background for 
|  the Grow Ministry page
*/
.header_grow {
	width: 844px;
	height: 221px;
	background-image: url(images/grow_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_bya displays the background for 
|  the Before you Attend page
*/
.header_bya {
	width: 844px;
	height: 221px;
	background-image: url(images/bya_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_reach displays the background for 
|  the Reach Ministry page
*/
.header_reach {
	width: 844px;
	height: 221px;
	background-image: url(images/reach_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_worship displays the background for 
|  the Worship Ministry page
*/
.header_worship {
	width: 844px;
	height: 221px;
	background-image: url(images/worship_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_event2 displays the background for 
|  Event 2 of the Flash AD for front page.
*/
.header_event2 {
	width: 844px;
	height: 221px;
	background-image: url(images/sonworld_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*
| .header_event3 displays the background for 
|  Event 3 of the Flash AD for front page.
*/
.header_event3 {
	width: 844px;
	height: 221px;
	background-image: url(images/bowling_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
