/*----------[Home only...move to seperate sheet]------------------------------*/

#home{
	float: right;
	width: 550px;
}

#homeSlideshow{
	background: url(../images/site_design/home_slideshow_bg_bottom.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 307px;
	width: 550px;
}
#highlights{
	margin: 20px auto;
	width: 510px;
	background: #00405B url(../images/site_design/home_highlights_bg_top.gif) no-repeat left top;
	padding-bottom: 20px;
}

#highlights p{
	color: #E4F7FF;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px;
}

#highlights h3{
	color: #E4F7FF;
	margin: 0px;
	padding: 10px 0px 5px;
	font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
}

#secondary #subNav h2.homeHeadlines{
	font: normal 14px/14px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #00405B;
	margin: 0px 10px;
	padding: 10px 0px 5px;
	border-bottom: 1px solid #E4F7FF;
	text-transform: none;
}
#secondary #subNav h3.homeDate{
	text-align: right;
	font: bolder 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	text-transform: uppercase;
	margin: 0px 10px 3px 0px;
	padding: 0px 3px 0px 0px;
	background: url(../images/site_design/home_date_bg.gif) no-repeat right top;
	border-style: none;
	height: auto;
	width: auto;
}
#secondary #subNav h4.homeMessage{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	margin: 0px 10px 10px;
	padding: 0px;
}
#secondary #subNav p{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	margin: 0px 10px 10px;
	padding: 0px;
}
#homePlayer{
	margin: 0px auto 10px;
	padding: 0px;
	height: 20px;
	width: 228px;
}

#homeLatest{
	width: 228px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#secondary ul#podcast{
	background: url(../images/site_design/home_podcast_bg.gif) no-repeat center center;
	height: 31px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
	width: 210px;
	padding-left: 26px;
	text-align: left;
}
#secondary ul#podcast li{
	font: 11px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	height: 31px;
	border-style: none;
	width: auto;
	float: left;
}
#secondary ul#podcast li a{
	font: 11px/29px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #00405B;
	text-decoration: none;
	display: block;
	height: 31px;
	width: auto;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#secondary ul#podcast li a:hover{
	text-decoration: underline;
}

.anchors{
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 510px;
}
.anchors li{
	margin: 0px 3px 0px 0px;
	padding: 0px;
	float: left;
	height: 25px;
	list-style: none;
	background: #B8CC6E;
}
.anchors li a{
	color: #00405B;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	text-align: center;
	font: 14px/25px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

ul.anchors li#tabWelcome, #tabWelcome a{
	background: url(../images/site_design/home_tab_welcome.gif) no-repeat 0px bottom;
	width: 79px;
}
.anchors li#tabWelcome a:hover, #tabWelcome.tabs-selected a{
	background: url(../images/site_design/home_tab_welcome.gif) no-repeat -79px bottom;
	width: 79px;
	color: #E4F7FF;
}

.anchors li#tabAbout, #tabAbout a{
	background: url(../images/site_design/home_tab_about.gif) no-repeat 0px bottom;
	width: 80px;
}
.anchors li#tabAbout a:hover, #tabAbout.tabs-selected a{
	background: url(../images/site_design/home_tab_about.gif) no-repeat -80px bottom;
	width: 80px;
	color: #E4F7FF;
}

.anchors li#tabMinistry, #tabMinistry a{
	background: url(../images/site_design/home_tab_ministry.gif) no-repeat 0px bottom;
	width: 139px;
}
.anchors li#tabMinistry a:hover, #tabMinistry.tabs-selected a{
	background: url(../images/site_design/home_tab_ministry.gif) no-repeat -139px bottom;
	width: 139px;
	color: #E4F7FF;
}

.anchors li#tabMissions, #tabMissions a{
	background: url(../images/site_design/home_tab_missions.gif) no-repeat 0px bottom;
	width: 149px;
}
.anchors li#tabMissions a:hover, #tabMissions.tabs-selected a{
	background: url(../images/site_design/home_tab_missions.gif) no-repeat -149px bottom;
	width: 149px;
	color: #E4F7FF;
}

.fragment{
	margin: 0px auto;
	width: 490px;
}

.fragment img{
	width: 130px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	float: left;
	border: 3px solid #E4F7FF;
}

.fragment a{
	color: #E4F7FF;
}
.fragment a:hover{
	text-decoration: none;
}


