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

#interior-banner
{
	width: 1200px;
	height: 163px;
	background-image: url(/images/pages/technology/header3.jpg); 
	background-repeat: no-repeat;
	
}

#banner-impact
{
	width: 1200px;
	height: 200px;
	background-image: url(/images/impact-landing-page.jpg); 
	background-repeat: no-repeat;
	
}

#interior-container
{
	width: 1200px;
	position: relative;
	height: auto;
	font-family: Helvetica neue, sans-serif;
	background-color: #fff;
}

#interior-left
{
	float: left;
	padding-left: 40px;
	width: 270px;
	padding-right: 20px;
	background-color: #FFF;
}

	#left-nav ul
	{
		list-style: none;
	}
	
	#left-nav ul li
	{
		display: list-item;
	}
	
		li a.selected
		{
			background-position: -573px -8px;
			background: url(/images/pages/technology/left-nav3b.png);
		}

#interior-right
{
	width: 780px;
	padding-left: 40px;
	height: auto;
	float: left;
	font-family: Helvetica neue, sans-serif;
	background-color: #FFF;
}

	img.h3
	{
		float: left;
		padding: 0 20px 0 0;
	}
	
	span.h10
	{
		color: orange;
		font-size: 30px;
		line-height: 45px;
	}
	
	.interior-content
	{
		width: 630px;
		margin-top: 25px;
	}
	
	p.text
	{
		font-size: 14px;
		color: #005BA1;
		line-height: 20px;
		margin-right: 1.5em;
		margin-bottom: 1.5em;
	}
	

#offers
{
	text-align: center;
	margin-top: 40px;
	height: 250px;
	width: 100%;
}

	.contactUsBtn
	{
		padding-left: 63px;
		width: 201px;
		height: 110px;
		text-align: center;
		background-image: url(/images/pages/home/contactUsBtnBG.gif);
		background-position: center;
		background-repeat: no-repeat;
	}
	
#in-page-offer-box
{
	width: 100%;
	height: 120px;
	background-color: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

	#in-page-offer-box a
	{
		font-size: 16px;
		color: red;
		text-decoration: none;
	}

.in-page-offer
{
	padding: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #6CF;
	font-family: helvetica, sans-serif;
}

#in-page-offer-box-b
{
	width: 100%;
	height: 120px;
	background-color: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

#in-page-offer-box-b a
{
	font-size: 16px;
	color: red;
	text-decoration: underline;
}

.in-page-offer-text
{
	color: #999;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-family: helvetica, sans-serif;
}

.interior-gallery
{
	margin-top: 50px;
	margin-bottom: 50px;
}

.interior-gallery a
{
	display: block;
	float: left;
	width: 200px;
	margin-right: 10px;
}


