﻿#hero
{
	width:514px;
	min-height:383px;
}

#hero #heroImage
{
	width:514px;
	height:383px;
}

#projectSubImages
{
	width:514px;
	height:111px;
	background-image:url(../images/services/hero_gradient.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#leftBtnDiv,
#rightBtnDiv
{
	margin-top:16px;
	width:30px;
	height:39px;
	float:left;
}

#leftBtnDiv input,
#rightBtnDiv input
{
	width:20px;
	height:30px;
}

#imageContainerNoOverflow
{
	position:relative;	
	margin-top:16px;
	width:460px;
	height:39px;
	overflow:hidden;
	float:left;
	margin-left: 20px;
}

#imageContainerOverflow
{
	width:454px;
	position:absolute;
	top:0px;
}

#imageContainerOverflow img
{
	
	height:39px;
	width:61px;
	margin-left:2px;	
	opacity: .2; 
    filter: alpha(opacity=20); 
    background-color: #ffffff;
}

.selected, .focus
{
	opacity: 1 !important; 
   filter: alpha(opacity=100) !important;
}

.moz-mac
{
	opacity: 1 !important; 
   filter: alpha(opacity=100) !important;
}

#closebutton
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#loader
{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 50px;
	height: 50px;
	display: none;
	z-index: 10000;
}

#item_content
{
	position: absolute;
	top: 50px;
	left: 212px;
	height: 562px;
	width: 762px;
	background-color: #FFFFFF;
	display: none;
	overflow: auto;
}

#item_content .newsstory h2
{
	margin-bottom: 20px;
	font-size:11px;
	font-weight:normal;
	color:#87a801;
}

#item_content .newsstory h2 span {
	color:#474747;
	font-style:italic;
}

#item_content .newsstory p {
	font-size:12px;
	color:#474747;
	line-height:16px;
	margin-bottom: 20px;
}

#item_content .awardstory
{
}

#col_pic
{
	width:514px;
}

#col_text {
	float: right;
	width:230px;
	display: inline;
}

#col_text h1,#col_text p {

	padding-left:10px;

}

#col_text h2 {
	margin-top:25px;
	margin-bottom:18px;
	font-size:14px;
	font-weight:normal;
	color:#7f816c;
	display:block;
	width:216px;
	background-color:#f7f8ea;
	/*text-indent:16px;*/
	padding-left:10px;
}

#col_text p {
	color:#96997c;
	font-size:11px;
	padding-bottom:22px;
	line-height:15px;
}

#col_text h1 {
	font-size:21px;
	font-weight:normal;
	color:#bce223;
	text-transform:uppercase;
}

#linkimages
{
	background-image: url(../images/services/thumbnail_tile.jpg);
	background-repeat: repeat-x;
	height: 98px;
	width: 514px;
}

#linkimages img
{
	margin-top: 16px;
	width: 61px;
	height: 39px;
}

#services .close-in-body
{
	display: none;
}

.noDisplay
{
	display:none;
}

.yesDisplay
{
	display:block;
}