/*********************************************************************
CONTENT
**********************************************************************/
#content
	{
	margin: 0 auto;
	background: #fff url(../images/bkg_containerDrill.gif) bottom left repeat-x;
	width: 940px;
	position:relative;
	min-height:400px;
  	height:auto !important;
  	height:400px;
	}

#content .wrapTop
	{
	clear: both;
	margin: 0 0 40px 0;
	padding: 0 0 0 41px;
	width: 653px;
	float: left;
	}
	
#content .wrapTop h2
	{
	width: 250px;
	padding: 20px 0 0 0;
	display:inline;
	}
	
/*fixes nav in safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
#content .wrapTop h2
	{
	width: 250px;
	padding: 20px 0 0 0;
	display:inline-block;
	}
}
#content .wrapTop p
	{
	font-size: 15px;
	line-height: 1.6em;
	}

#content .wrapTop img
	{
	float: left;
	margin: 0 25px 0 0;
	}

#content .wrap
	{
	clear: both;
	width: 630px;
	padding: 0 0 0 61px;
	}

#content .wrap p
	{
	line-height: 1.7em;
	}

#content .wrapBottom
	{
	height: 274px;
	padding: 55px 0 0 65px;
	}

#content .greenOption
	{
	background: url(../images/bkg_contentBottomBuildings.png) bottom right no-repeat;	
	}

#content .blueOption
	{
	background: url(../images/bkg_contentBottomPeople.png) bottom right no-repeat;
	color: #fff;
	}

#content .wrapBottom h4
	{
	width: 590px;
	}

#content .greenOption .quote
	{
	float: left;
	width: 157px;
	background: url(../images/bkg_blockquote.png) repeat;
	padding: 17px;
	}

#content .blueOption .quote
	{
	float: left;
	width: 157px;
	background: url(../images/bkg_blockquoteDark.png) repeat;
	padding: 17px;
	}

#content .wrapBottom .quote p
	{
	width: 157px;
	}

#content .wrapBottom ul
	{
	margin: 0;
	padding: 0;
	}

#content .greenOption li
	{
	margin: 0 0 10px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #83B726;
	line-height: 1.4em;
	}
	
#content .blueOption li
	{
	margin: 0 0 10px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #0160A5;
	line-height: 1.4em;
	}

#content .greenOption a{
	color:#00708c;
}

#content .blueOption a{
	color:#82f78d;
}

#content .greenOption a:hover,
#content .blueOption a:hover{
	text-decoration:underline;
}

#content .wrapBottom .scrollHolder
	{
	width: 600px;
	height: 210px;
	float: left;
	margin: 0 25px 0 0;
	position: relative;
	z-index: 1000;
	}

#content .wrapBottom .scroll-pane
	{
	overflow: hidden;
	width: 600px;
	height: 210px;
	}

/*********************************************************************
PAGE HEADER
**********************************************************************/
#pageHeader
	{
	position: relative;
	top: 45px;
	left: 3px;
	height: 50px;
	margin: 0 0 55px 0;
	padding: 14px 0 14px 50px;
	background: url(../images/bkg_pageHeader.png) top left no-repeat;
	}
	
/*********************************************************************
CALLOUTS
**********************************************************************/
#rightCol
	{
	width: 233px;
	float:right;
	height: 320px;
	position: absolute;
	top: 26px;
	right: 0;
	z-index: 100;
	}

#rightCol .callout p
	{
	line-height: 1.2em;  	
	}

#rightCol .callout 
	{
	position: relative;
	padding: 15px 22px 15px 22px;
	margin: 0 0 15px 0;
	overflow:hidden;
	}

.callout .line
	{
	background: url(../images/line_callout.gif) top center no-repeat;
	padding: 17px 0 0 0; 
	float: left;
	}

.gray
	{
	height: 185px;
	background: url(../images/bkg_calloutGrayDrill.png) top center no-repeat;
	}

.graySmall
	{
	height: 172px;
	background: url(../images/bkg_calloutGraySmallDrill.png) top center no-repeat;
	}

.gray a
	{
	margin: 0 14px 0 0;	
	}

/*fixes nav in safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
.gray a
	{
	margin: 0 10px 0 0;	
	}
}

.gray .bttn
	{
	float: left;
	margin: 10px 14px 0 0;	
	}

.graySmall .bttn
	{
	float: left;
	margin: 0 0 10px 0;	
	}