@charset "UTF-8";
/* CSS Document */


#home-quote {
	position:relative;
	margin-left:135px;
	margin-top:30px;
	height:152px;
}
	#home-quote a {
		float:left;
		position:absolute;
	}
	
	#home-quote a img {
		border:none;
	}
	
	#home-quote a.show {
		z-index:500
	}

	#home-quote .caption {
		z-index:600; 
	    background-color:#002777; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-size: 11px;
	
	}

	#home-quote .caption .content {
	margin:5px;
	font-style: italic;
	color: #FFF;
	line-height: 1.2em;

	}
	
	#home-quote .caption .content h3 {
	color:#1DCCEF;
	font-size: 11px;
	text-align: right;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

	}
	
