@import "/css/template-sector-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: 473px;
	#height: 471px;
	background: url(/images/template/site-wide/template-content-end.jpg) bottom left no-repeat white;
	overflow: hidden;
}
	div.containerTop
	{
		position: relative;
		display: block;
		height: 5px;
		width: 984px;
		background: url(/images/template/site-wide/template-sector-content-start.jpg) top left no-repeat white;
		
		font-size: 0
	}
	
	div.preContent
	{
		display: block;
		width: 982px;
		height: 230px;
		border-left: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;
	}
		div.banner	
		{
			float: left;
			width: 580px;
			height: 230px;
		}
		
			/* Protect against the banner from exceeding template */
			div.banner img
			{
				overflow: hidden;
				width: 580px;
				height: 230px;
			}
			
		div.industrySegments
		{
			display: block;
			float: right;
			position: relative;
			height: 230px;
			width: 400px;		
		}
		
			/****************************/
			/* INDUSTRY SEGMENTS MENU	*/		
			/****************************/

			div.industrySegments ul
			{
				width: 390px;				
				
				padding-left: 5px;
				padding-right: 5px;
				
				display: block;			
				position: relative;
			}
			
				div.industrySegments ul li 
				{
					border-bottom: 1px solid #d7d7d7;

					padding: 8px;
					padding-right: 0px;
					
					width: 185px;					
					float: left;
					
					text-transform: uppercase;
					font-weight: bold;					
					font-size: 90%;
					background: url(/images/icons/list-items/arrow-bullet.gif) center right no-repeat;									
				}
					
					div.industrySegments ul li.blank	
					{
						background: none;
					}
					
					div.industrySegments ul li a
					{
						font-size: 90%;
						display: block;
						width: 164px;
						text-decoration: none;
						color: #858585;
						
						font-size: 93%;
					}				
			
	/* Content Section Wrapper */
	div.content
	{
		display: block;
		height: 228px;
		width: 982px;	
		border-top: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;	
		border-left: 1px solid #cfcfcf;
	}
	
		div.content div.content-left
		{
			display: block;
			width: 559px;
			
			height: 235px;
			#height: 232px;
			
			float: left;	
			border-right: 1px solid #cfcfcf		
		}
		
		div.content div.content-right
		{
			display: block;
			width: 422px;
			background: white;
			float: left;			
		}
		
		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;	
		}
		
			div.testimonial img
			{
				width: 385px;
				height: 135px;
				overflow: hidden;
			}