@charset "UTF-8";
/* CSS Document */

#lbmHomeFeature
{
	width:940px;
	height:340px;
	overflow:hidden;
	position:relative;
	font-family:Georgia,"Times New Roman",serif;
}

	#lbmHomeFeature a
	{
		border-width:0px;
		color: #0267AC;
		cursor: pointer;
		display: inline;
		height: 0px;
		outline: none 0px #0267AC;
		text-decoration: none;
		width: 0px;	
	}

	#lbmHomeFeature .lbmPanelSetting
	{
		border-style:none;
		border-width:0px;
		color: black;
		display: block;
		height: 340px;
		outline-style: none;
		outline-width: 0px;
		padding:0px 0px 0px 0px;
		position: absolute;
		width: 940px;
	}
	
	#lbmHomeFeature .lbmPrev
	{
		width:40px;
		height:340px;
		position:absolute;
		top:0px;
		left:5px;
	}
	
	#lbmHomeFeature .lbmNext
	{
		width:40px;
		height:340px;
		position:absolute;
		top:0px;
		right:10px;
	}
	
		#lbmHomeFeature .lbmPanelSetting .lbmPanelContentWrapper
		{
			bottom: 10px;
			left: 70px;
			color: white;
			display: block;
			font-size: 14px;
			height: 90px;
			position: absolute;
			width: 940px;	
		}
		
			#lbmHomeFeature .lbmPanelSetting .lbmPanelContentWrapper .lbmPanelContentText
			{
				display: block;
				height: 90px;
				line-height: 30px;
				outline-style: none;
				outline-width: 0px;
				overflow-x: hidden;
				overflow-y: hidden;
				padding:0px;
				width: 690px;
			}
			
				#lbmHomeFeature .lbmPanelSetting .lbmPanelContentWrapper .lbmPanelContentText h3
				{
					font-size:28px;
					font-weight:normal;
					margin:0px;
					padding:0px;
				}
				
				#lbmHomeFeature .lbmPanelSetting .lbmPanelContentWrapper .lbmPanelContentText p
				{
					font-size:18px;
					line-height:24px;
					font-style:italic;
					margin:0px;
					padding:0px;
				}

	#lbmHomeFeature .lbmHomeFeatureTabs
	{
		bottom: 40px;
		display: block;
		height: 29px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		right: 50px;
		text-decoration: none;
		width: 140px;
		z-index:100;
	}
	
		#lbmHomeFeature .lbmHomeFeatureTabs li
		{
			border: none 0px transparent;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			color: #0267AC;
			float: left;
			height: 22px;
			margin:0px 4px 0px 4px;
			padding: 0px 0px 0px 0px;
			position: relative;
			width: 22px;
			background: #fff;
		}
		
		#lbmHomeFeature .lbmHomeFeatureTabs li:hover
		{
			
		}
		
			#lbmHomeFeature .lbmHomeFeatureTabs li a
			{
				border:0px;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				cursor: pointer;
				display: block;
				float: left;
				height: 18px;
				text-decoration: none;
				width: 18px;
				background:#fff;
				position:relative;
				top:2px;
				left:2px;
			}
			
			#lbmHomeFeature .lbmHomeFeatureTabs li a:hover
			{
				background:#dd1729;
			}
		
		#lbmHomeFeature .lbmHomeFeatureTabs li.lbmSelected
		{
		}
			
			#lbmHomeFeature .lbmHomeFeatureTabs li.lbmSelected a
			{
				background:#dd1729;	
			}

#lbmCausesContent
{
}

	#lbmCausesContent h3
	{
		font-family:Georgia,"Times New Roman",serif;
		color:#ed1d24;
		font-size:24px;
		font-weight:normal;
		margin:0px 0px 0px 10px;
		padding:0px;
		position:relative;
		top:-8px;
	}
	
	#lbmCausesContent p
	{
		color:#4f4f4f;
		font-family:Verdana,Helvetica,Arial,sans-serif;
		font-size:11px;
		line-height:15px;
		margin:0px 0px 0px 10px;
		padding:0px;
	}
	
	#lbmCausesContent a
	{
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	
		#lbmCausesContent a:hover
		{
			color:#666;
		}