﻿body 
{
    background: #dadbdc url(../images/home/background.gif) 0 top repeat-x;
    height: 100%;
    font-family: arial;
    font-size: 11px;
    color: #666666;
}

#content_background
{
    background: transparent url(../images/home/content_background.gif) 0 top no-repeat;
    height: 750px;
    width: 850px;
    margin: 0 auto;
    margin-top: -15px;
    padding-top: 30px;
}

#content
{
    position: relative;
    width: 800px;
    height: 650px;
    margin: 0 auto;
}




/* Login section */


#login_slider_content 
{
    background: transparent url(../images/home/login/login_background.gif) 0 top no-repeat;
    height: 83px;
    width: 320px;
    display: none;
    float: right;
}

#login_slider_button 
{
    width: 215px;
    height: 26px;
    color: #666;
    background-image: url(../images/home/login/tab_active.gif);
    background-repeat: no-repeat;
    float: right;
    text-align: center;
    clear: right;
    padding-top: 5px;
    overflow: hidden;
}

#login_slider_button:hover
{
    background-image: url(../images/home/login/tab_hover.gif);
    background-repeat: no-repeat;
}


#login_slider_button a
{
    color: #22AEE6;
    text-decoration: none;
}

#login_slider_button a:hover
{
    color: #27CCFF;
}


a:focus 
{
    outline: none;
}


#login_table
{
    float: left;
    color: #888888;
    padding-left: 25px;
}

#login_table input
{
    border: 1px solid #cccccc;
}

#login_extras
{
    clear: both;
    text-align: center;
    padding-left: 20px;
    padding-top: 2px;
}

#login_extras a
{
    color: #E85623;
    text-decoration: none;
}

#login_extras a:hover
{
    color: #FF5F27;
    text-decoration: none;
}

#login_failure
{
    color: Red;
    text-align: right;
    width: 800px;
    height: 20px;
}





/* Logo section */


#logo
{
    float: left;
    width: 315px;
    padding-left: 25px;
    padding-top: 25px;
}

#locations
{
    float: left;
    clear: left;
    color: #E85623;
    font-size: 12px;
    padding-left: 40px;
    padding-top: 15px;
    width: 300px;
}

#locations a
{
    color: #E85623;
    text-decoration: none;
}

#locations a:hover
{
    color: #E85623;
    text-decoration: underline;
}

#welcome
{
    float: right;
    width: 440px;
    height: 130px;
    padding-right: 15px;
    padding-top: 5px;
}





/* Nav_slider section */



#slider {
    width: 770px;
    margin: 0 auto;
    margin-top: -1px;
}

#nav
{
    float: left;
    width: 155px;
    height: 232px;
    background-color: #b2b2b2;
}

.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 155px;
    text-align: right;
    font-size: 13px;
}

.navigation a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 6px 15px 6px 6px;
    height: 17px;
    width: 143px;
}

.navigation a.selected {
    background-color: #cccccc;
    padding: 6px 15px 6px 6px;
}

.navigation a:focus {
    outline: none;
}

.navigation .li_church a:hover,
.navigation .li_church a.selected
{
    background-color: #0072B3;
}


.navigation .li_college a:hover,
.navigation .li_college a.selected
{
    background-color: #E30083;
	background-color: #c12845;
}


.navigation .li_faithcamp a:hover,
.navigation .li_faithcamp a.selected
{
    background-color: #22A94C;
    background-color: #7db842;    
}

.navigation .li_watchandlisten a:hover,
.navigation .li_watchandlisten a.selected
{
    background-color: #873E8F;
}

.navigation .li_resources a:hover,
.navigation .li_resources a.selected
{
    background-color: #E5B04A;
}

.navigation .li_conferences a:hover,
.navigation .li_conferences a.selected
{
    background-color: #EB7920;
}

.navigation .li_missions a:hover,
.navigation .li_missions a.selected
{
    background-color: #00A5E6;
}

.navigation .li_aboutus a:hover,
.navigation .li_aboutus a.selected
{
    background-color: #D0531E;
}


#scroll_pane
{
    float: left;
}


.scroll {
    height: 232px;
    width: 615px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    background-color: #FFFFFF;
}

.scrollButtons {
    display: none;
}

#introSlides
{
    clear: both;
}

.slide img,
#introSlides img,
#scrollPane img
{
    border: none;
}




/* Media player section */

#media_player
{
    width: 370px;
    height: 245px;
    background-color: #1a1a1a;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}



/* adverts section */

#adverts
{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    width: 385px;
    height: 245px;
}

#advert_small
{
    float: left;
    width: 135px;
    height: 170px;
}

#advert_large
{
    float: right;
    width: 235px;
    height: 170px;
}

#advert_streaming
{
    float: right;
    width: 235px;
    height: 170px;
}

#advert_wide
{
    float: left;
    clear: left;
    width: 385px;
    height: 60px;
    margin-top: 15px;
}





/* footer */

#footer
{
    width: 775px;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px;
    color: #f6f6f6;
    color: #888888;
}

#languages
{
    float: left;
}

#languages img
{
    padding-top: 2px;
}

#copyright
{
    float: right;
    width: 360px;
    height: 100%;
    padding-top: 4px;
}

#copyright a
{
    color: #22AEE6;
    text-decoration: none;
}

#copyright a:hover
{
    color: #27CCFF;
}


/* general election slider */


#general_election_container
{
    width: 615px;
    height: 232px;
    xbackground: transparent url(../images/home/slides/generalelectionbackground.gif) 0 top no-repeat;
	background-color: #000;
        
}


#general_election_content
{
    xfloat: right;
    xwidth: 600px;
	xmargin: 0 auto;
    xmargin-top: 15px;
	xpadding-top: 15px;
    xtext-align: right;
	xpadding-right: 15px;
}







/* college slider */


#college_slide_container
{
    width: 615px;
    height: 232px;
    background: transparent url(../images/home/slides/collegenew.jpg) 0 top no-repeat;
    display: none;    
}


#college_slide_content
{
    float: right;
    width: 180px;
    margin-top: 70px;
    text-align: right;
    
}

#college_slide_content li
{
    border-bottom: 1px solid #e2e2e2;
    display: block;
    width: 140px;
    list-style: none;

}

#college_slide_content li a
{
    text-decoration: none;
    color: #00aeef;
    color: #E30083;
    display: block;
    padding-right: 20px;
    height: 18px;
    padding-top: 2px;
}

#college_slide_content li a:hover
{
    background-color: #00aeef;
    background-color: #E30083;
    color: White;
    height: 18px;
    
}






/* missions slider */


#missions_slide_container
{
    width: 615px;
    height: 232px;
    background: transparent url(../images/home/slides/missions.jpg) 0 top no-repeat;
        
}


#missions_slide_content
{
    width: 290px;
}

#missions_slide_content ul
{
    float: left;
    margin-left: -30px;
}



#missions_slide_content li
{
    border-bottom: 1px solid #e2e2e2;
    display: block;
    width: 140px;
    list-style: none;

}

#missions_slide_content li a
{
    text-decoration: none;
    color: #00A5E6;
    display: block;
    padding-left: 20px;
    height: 18px;
    padding-top: 2px;
}

#missions_slide_content li a:hover
{
    background-color: #00A5E6;
    color: White;
    height: 18px;
    
}






/* faith camp slider */


#faithcamp_slide_containter
{
    width: 615px;
    height: 232px;
    background: transparent url(../images/home/slides/faith10.gif) 0 top no-repeat;
}


#faithcamp_slide_content
{
    float: right;
    width: 180px;
    margin-top: 5px;
    text-align: right;
    margin-right: 0px;
}



#faithcamp_slide_content li
{
    border-bottom: 1px solid #e2e2e2;
    display: block;
    width: 140px;
    list-style: none;

}

#faithcamp_slide_content li a
{
    text-decoration: none;
    color: white;
    display: block;
    padding-right: 25px;
    height: 18px;
    padding-top: 2px;
}

#faithcamp_slide_content li a:hover
{
    background-color: #7db842;
    color: White;
    height: 18px;
    
}




/* conferences slider */



#conferences_slide_container
{
    width: 615px;
    height: 232px;
    background: transparent url(../images/home/slides/conferences.jpg) 0 top no-repeat;
}


#conferences_slide_content
{
    width: 290px;
}

#conferences_slide_content ul
{
    float: left;
    margin-left: 0;
}



#conferences_slide_content li
{
    border-bottom: 1px solid #e2e2e2;
    display: block;
    width: 190px;
    list-style: none;

}

#conferences_slide_content li a
{
    text-decoration: none;
    color: white;
    display: block;
    padding-left: 20px;
    height: 18px;
    padding-top: 2px;
}

#conferences_slide_content li a:hover
{
    background-color: #EB7920;
    color: White;
    height: 18px;
    
}




/* about us slider */



#aboutus_slide_container
{
    width: 615px;
    height: 232px;
    background: transparent url(../images/home/slides/aboutus.jpg) 0 top no-repeat;
        
}


#aboutus_slide_content
{
    float: right;
    width: 180px;
    margin-top: 120px;
    text-align: right;
    
}

#aboutus_slide_content li
{
    border-bottom: 1px solid #e2e2e2;
    display: block;
    width: 140px;
    list-style: none;

}

#aboutus_slide_content li a
{
    text-decoration: none;
    color: white;
    display: block;
    padding-right: 20px;
    height: 18px;
    padding-top: 2px;
}

#aboutus_slide_content li a:hover
{
    background-color: #D0531E;
    color: White;
    height: 18px;
    
}





/* Faith10 countdown slide */


/*

#faith10_countdown_container
{
    width: 615px;
    height: 232px;
    background: transparent url(../images/home/slides/Faith10_countdownbackground.gif) 0 top no-repeat;
    position: relative;
}

#faith10_countdown 
{ 
    position: absolute;
    width: 170px; 
    height: 20px; 
    top: 50px;
    right: 48px;
}



a#faith10_countdown_container,
.countdown_amount
{ 
    color: #eee;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
	text-decoration: none;
}

.countdown_rtl {
	direction: rtl;
}

.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown_show2 .countdown_section {
	width: 30px;
}
.countdown_show3 .countdown_section {
	width: 30px;
}
.countdown_show4 .countdown_section {
	width: 27px;
	margin-right: 14px;
}
.countdown_section {
	display: block;
	float: left;
	text-align: center;
}


*/


#faith11_countdown_container
{
    width: 615px;
    height: 232px;
    background: transparent url(../images/home/slides/Faith11_Countdown.gif) 0 top no-repeat;
    position: relative;
}

#counter 
{ 
    position: absolute;
    width: 490px; 
    height: 20px; 
    top: 60px;
    right: 52px;
}

.cntSeparator 
{
	font-size: 3px;
	margin: 10px 7px;
	color: #fff;
	text-indent: -99999999px;
}















