/* @override http://www.trilogyproject.org/cms/templates/trilogy/css/index.css */

/*
----------------------------------------------------
Title: 		Trilogy Online - Index CSS
Author:		Matthew Spiel - www.spicreative.net
Updated:	
Valid:		
----------------------------------------------------
*/
/* Main Content */
div.home_left_top ul {
	background: url(../images/border-200x2.png) no-repeat center top;
	float: right;
	margin-left: 25px;
	width: 200px;
}
div.home_left_top ul li {
	background: url(../images/border-200x2.png) no-repeat center bottom;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0px 14px;
	text-align: center;
}
/* Banner Ads */
div#banner_ads_home img{
	margin: 17px 0px 0px;
}
/* Testimonials */
div#quotes {
	float: left;
	height: 401px;
	width: 218px;
	overflow: hidden;
	position: relative;
}
div#quotes blockquote {
	float: left;
	height: 390px;
	margin: 0px;
	padding: 10px;
}
div.quote {
	height: 400px;
}
div#quotes blockquote p {
	float: left;
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-decoration: none;
}
div#quotes blockquote img {
	background: white;
	border: 1px solid #bbcfc8 !important;
	padding: 3px;
	margin: 0px 0px 10px !important;
}
div#quotes blockquote p span {
	/* background: url(../images/border-200x2.png) no-repeat center bottom; */
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px 0px 0px;
	text-align: right;
	width: 100%;
	color: #c0c0c0;
}
#quotes_full {
	position: absolute;
	top: 0;
	left: 0;
	height: 1143px;
	float: left;
}