﻿#site-container-wrapper 
{
    background: url(../images/inner-bg.jpg) repeat-x;
}
#middle-panel 
{ 
	height: 90px !important; 
	background: #1d1d1d url(../images/black-bg.jpg) no-repeat 116px !important;
}
#middle-panel h1 
{
	color: white; 
	margin: 0 0 0 337px;
	padding-top: 35px;
	font-size: 270%;
}

#right-content .top-image
{
	padding: 0 0 5px 0;
}
.news-top
{
	color: #6f6f6f; 
	font-size: 110%; 
	border-bottom: 1px solid #dbdbdb; 
	margin-top: 19px; 
	padding-bottom: 4px;
}
.bio-pic 
{
	float: left;
	margin-top: -5px;
	padding: 10px 15px 10px 0;
}
#team-content
{
	margin-top: 25px;
}
#team-content p
{
	width: 467px;
	margin-top: 0px;
}
#team-content h2
{
	font-size: 140%;
	margin: 0; padding: 0;
}
#team-content .section-blurb
{
    color:#6e6e6e;
    border-top:solid 1px #6e6e6e;
    border-bottom:solid 1px #6e6e6e;
    padding:15px 0;
	width: 467px;
	margin-bottom: 20px;
}
/*industries served*/
#main-content .yellow-box-container
{
	overflow:hidden;
	width:455px;
}
#main-content .yellow-box-container .yellow-box 
{
	background: url('../images/yellow-box.png') no-repeat 0 0;
	width:203px;
	height:82px;
	float: left;
	margin: 5px;
}
#main-content .yellow-box-container .yellow-box a
{
	color:#000000;
	display:block;
	font-size:150%;
	margin:30px;
	text-align:center;
}
/* form */
#form-container {
	padding-top: 10px;
	background: #fff;
	width: 204px;
	font-size: 140%;
	}

	#form-container #form-top {
		background: url('../images/form-inner-box-top.png') no-repeat 0 0;
		width: 204px;
		height: 75px;
		}
		
	#form-container #form-mid {
		background: url('../images/form-inner-box-mid.jpg') no-repeat 0 0;
		height: 224px;
		overflow: hidden;
	}
	
		#form-container #form-mid .mid-content {
			padding: 10px 20px;
			}
			#form-container #form-mid .mid-content form {
				margin: 0;
			}
					
				#form-container #form-mid .mid-content input {
					margin: 8px auto;
					width: 160px;
					height: 15px;
					padding: 1px;
					font: Normal 70%/1.5em Arial, Helvetica, sans-serif;
					border: 1px solid #CCC;
					}
					
				#form-container #form-mid .mid-content label {
					margin: 0px auto;
					display: block;
					font: Bold 70%/1.5em Arial, Helvetica, sans-serif;
					}
				
				#form-container #form-mid .mid-content .submit {
					background: url(../images/home/form-submit-btn.png) no-repeat 0 0 transparent;
					width: 150px;
					height: 51px;
					border: 0;
					cursor: pointer;
					text-indent: -9999px;
					margin:0;
					}
				
	#form-container #form-bottom {
		background: url('../images/form-inner-box-bottom.jpg') no-repeat 0 0;
		width: 204px;
		height: 20px;
		padding-bottom: 120px;
		overflow: hidden;
		}
	#form-container #form-bottom-no-padding {
		background: url('../images/form-inner-box-bottom.jpg') no-repeat 0 0;
		width: 204px;
		height: 20px;
		padding-bottom: 25px;
		overflow: hidden;
		}
