#style_home h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#style_home h2 a {
	color: #1E3D6B;
	text-decoration: none;
}
#style_home h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#style_home p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#style_home a {
	color: #D02F4E;
}

#slider {

	/* You MUST specify the width and height */
	width:650px;
	height:300px;
	position:relative;	
	overflow:hidden;
}
#buttons {
	position:relative;
	width: 640px;
	background-color: #F71B22;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}
#style_home #buttons a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#style_home #buttons a:hover {
	color: #D42E50;
	text-decoration: none;
	background-color: #FFFFFF;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:200px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;
	opacity: 0.9;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:200px;
	background-color: #003366;
	overflow:hidden;
	font-family:Verdana;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	
	#excerpt h3 {
		margin: 0px;
		font-size: 14px;
		}
#excerpt h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

	#excerpt p {
		margin-top: 10px;
		font-size: 11px;
	}
	#excerpt a {
		color: #FFFFFF;
	}

.clear {
	clear:both;	
}
#home_lc {
	display: inline;
	clear: left;
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-top: 10px;
}
#home_rc {
	display: inline;
	float: left;
	width: 240px;
	margin-top: 10px;
}
#home_rc #home_twitter {
	float:left;
	clear:both;
	display:inline;
	width:240px;
	font-size: 10px;
	color: #D42E50;
}
#home_rc #home_twitter #home_twitter_feed ul, #home_rc #home_twitter #home_twitter_feed2 ul, #home_rc #home_twitter #home_twitter_feed  li, #home_rc #home_twitter #home_twitter_feed2  li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#home_rc #home_twitter #home_twitter_feed a, #home_rc #home_twitter #home_twitter_feed2 a {
	color: #1F3E6C;
	font-weight:bold;
}
#home_twitter_feed, #home_twitter_feed2 {
	padding:10px;
}
#home_lc #home_feeds h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #1E3D6B;
	padding: 5px;
}
#home_lc #home_feeds #more_headlines a {
	color: #1E3D6B;
}

#home_lc #home_feeds ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
}
#home_lc #home_feeds #more_headlines li {
	margin-bottom: 8px;
	margin-right: 5px;
	margin-left: 5px;
}
#home_lc #home_feeds {
	background-color: #efefef;
	padding-bottom: 8px;
}
