@charset "UTF-8";

#menuServicesHome
{
	width: 174px;
	background-color: #FFF;
	border-right: 1px solid #F26522;
	border-bottom: 1px solid #F26522;
	position: absolute;
	visibility: hidden;
}

#menuServicesHome a
{
	display: block;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #666;
	padding: 5px 0 5px 30px;
	background: transparent url(/images/pulldown_bullet.gif) no-repeat 18px 8px;
	border-bottom: 1px solid #D2D2D4;
}
#menuServicesHome a.noBorder
{
	border-bottom: none;
}
#menuServicesHome a:hover
{
	color: #47B;
	background: #E7E7E8 url(/images/pulldown_bullet_over.gif) no-repeat 18px 8px;
}

#contentContainerHome
{
	width: 898px;
	min-height: 505px;
	height: auto !important;
	height: 505px;
	margin-left: 1px;
	background: transparent url(/images/blueprint_bg_home.jpg) no-repeat right bottom;	
}
#homePhotosContainer
{
	width: 840px;
	margin: 0 0 12px 29px;
	background-color: #C7D6EA;
}
#homePhotosContainer img
{
	margin-left: 10px;
}
#homePhotosContainer img.noMargin
{
	margin-left: 0;
}
#homeDescriptionContainer
{
	width: 280px;
	float: left;
	display: inline;
	margin: 0 0 0 64px;
	border-left: 16px solid #F26522;
}
#homeDescriptionContainer h1
{
	width: 100%;
	padding: 8px 0 8px 18px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #47B;
	border-top: 1px solid #E4E4E5;
	border-bottom: 1px solid #E4E4E5;
}
#homeDescriptionContainer p
{
	width: 100%;
	padding: 12px 0 18px 18px;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #E4E4E5;
}
#homeContactInfo
{
	width: 235px;
	float: left;
	display: inline;
	margin: 5px 0 0 65px;
	font-size:11px;
	line-height: 18px;
	color: #999;
	text-align: right;
}
#homeContactInfo p
{
	font-size:11px;
	line-height: 18px;
	color: #999;
	text-align: right;
}
#homeContactInfo p.line1
{
	margin-right: 0;
}
#homeContactInfo p.line2
{
	margin-right: 18px;
}
#homeContactInfo p.line3
{
	margin-right: 35px;
}
#homeContactInfo p.line4
{
	margin-right: 52px;
}
#homeContactInfo p.line5
{
	margin-right: 70px;
}
#homeContactInfo p.line6
{
	margin-right: 88px;
}
#homeContactInfo p.line7
{
	margin-right: 106px;
}

