@import "/css/template-homepage-header.css";      

/************************************************************/
/* Homepage Styles											*/
/* Date: Dec 16, 2008										*/
/*															*/
/* These styles are used for the homepage.					*/
/************************************************************/

/* Standard Color Styles */
.lightBlue { color: #4e8cd4; }

/* HR Clear */
hr.clear { display: block; clear: both; visibility: hidden; height: 0; border-width: 0; margin: 0; padding: 0; }
		 		
/************************************************************/
/* BODY STYLES												*/
/************************************************************/
			
div.bodyContainer
{
	margin: 0px auto;
	width: 984px;	
	height: 481px;
	background: url(/images/template/site-wide/template-content-end.jpg) bottom left no-repeat white;
	overflow: hidden;
}

	/* Protect against the banner from exceeding template */
	div.banner 
	{ 
		width: 984px;
		height: 243px;
		overflow: hidden;
	}
	
	/* Content Section Wrapper */
	div.content
	{
		display: block;
		height: 230px;
		width: 982px;	
		border-top: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;	
		border-left: 1px solid #cfcfcf;
	}
	
		/* Left Column Wrapper (Testimonials) */
		div.content div.content-left
		{
			display: block;
			width: 559px;
			float: left;	
			border-right: 1px solid #cfcfcf;
			
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		/* Right Column Wrapper (Upcoming Events, Blue Notes, News) */
		div.content div.content-right
		{
			display: block;
			width: 422px;
			background: white;
			float: left;			
		}
		
		/* Positioning for Testimonials */
		div.testimonial
		{
			margin-left: 10px;
			width: 505px;
			height: 160px;
			background: url(/images/template/testimonials/homepage/testimonials-bg.jpg) top left no-repeat;
			
			padding-top: 65px;
			padding-left: 30px;															
		}
		
			/* Protect against the testimonial image from exceeding template */
			div.testimonial img
			{
				width: 385px;
				height: 135px;
				overflow: hidden;
			}