/* 

#####################################################

Style Sheet for www.gatewaylifechurch.com
Website ver: 3.0
** Elements for Home Page **

FileName:   index.css
Author:	    Eric Falkner
Created:    9.29.08

#####################################################

/* Index Divs */

#feature {
	border:0 none;
	float:left;
	text-align:left;
	background-color:transparent;
}
	#feature_header {
		width:100%;
		border:0 none;
		text-align:left;
		background-color:transparent;
		background:url('/img/box_top_bgd.jpg') repeat-x scroll left top;
	}
	#feature_content {
		width:663px;
		height:245px;
		border:1px solid #014ECE;
		float:left;
		text-align:left;
		background-color:#000;
	}
	#feature_slideshow {
		float:left;
		width:452px;
		height:224px;
		margin:10px 0 10px 10px;
		padding:0;
		border:1px solid #08588E;
	}
	#feature_slideshow_links {
		float:right;
		width:170px;
		height:224px;
		margin:10px 10px 0 0;
		padding:0;
		border:1px solid #08588E;
		text-align:center;
	}
	#feature_slideshow_links a {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		padding:2px 0 2px 0;
		color:#2F73A2;
		display:block;
	}
	#feature_slideshow_links a:hover, #feature_slideshow_links a:active { 
		background-color: #4882E2; 
		color:#EEEEFF;
	}
	#feature_slideshow_links a.highlighted {
		height:14px;
		color:#1A1ADD;
		font-weight:bold;
		background-color:#CCCCFF;
	}
	
#video_box {
	margin-top:15px;
	border:0 none;
	float:left;
	text-align:left;
	background-color:transparent;
}
	#video_header {
		width:100%;
		border:0 none;
		text-align:left;
		background: #EDEDFF url('/img/box_top_bgd.jpg') repeat-x scroll left top;
	}
	#video_content {
		width:342px;
		height:339px;
		float:left;
		border:1px solid #014ECE;
		text-align:left;
		background-color:#111;
	}
	#video_player {
		float:left;
		width:320px;
		height:260px;
		margin:10px 0 0 10px;
		padding:0;
		border:1px solid #9CAAC7;
	}
	#video_links {
		float:left;
		width:320px;
		height:45px;
		margin:10px 0 0 10px;
		padding:0;
		border:1px solid #08588E;
	}

#middle_box {
	margin:15px 0 0 12px;
	border:0 none;
	float:left;
	text-align:left;
	background-color:transparent;
}
	#middle_box_header {
		width:100%;
		border:0 none;
		text-align:left;
		background: #EDEDFF url('/img/box_bottom_bgd.jpg') repeat-x scroll left top;
	}
	#middle_box_content {
		width:302px;
		height:339px;
		float:left;
		border:1px solid #014ECE;
		text-align:left;
		background-color:#111;
	}
	#middle_box_links {
		width:296px;
		float:left;
		margin:10px 0 0 0;
		text-align:center;
		background-color:transparent;
	}
	#middle_box_directions {
		width:296px;
		float:left;
		margin:10px 0 0 0;
		text-align:center;
		background-color:transparent;
	}
	#middle_box_footer {
		width:100%;
		border:0 none;
		text-align:left;
		background: #EDEDFF url('/img/box_bottom_bgd.jpg') no-repeat left top;
	}
	#middle_box_links a {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		padding:2px 0 2px 0;
		color:#2F73A2;
		display:block;
	}
	#middle_box_links a:hover, #feature_slideshow_links a:active { 
		background-color: #4882E2; 
		color:#EEEEFF;
	}
	#middle_box_links a.highlighted {
		height:14px;
		color:#1A1ADD;
		font-weight:bold;
		background-color:#CCCCFF;
	}

