@charset "UTF-8";

#menuServices, #menuProjects, #menuAboutUs
{
	width: 174px;
	background-color: #FFF;
	border-right: 1px solid #F26522;
	border-bottom: 1px solid #F26522;
	position: absolute;
	visibility: hidden;
}
#menuServices
{
	left: 448px;
	top: 159px;
}
#menuProjects
{
	left: 524px;
	top: 159px;
}
#menuAboutUs
{
	left: 604px;
	top: 159px;
}
#menuServices a, #menuProjects a, #menuAboutUs 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;
}
#menuServices a#menuProjects a, #menuAboutUs a
{
	width: 144px;
}
#menuServices a.noBorder, #menuProjects a.noBorder, #menuAboutUs a.noBorder
{
	border-bottom: none;
}
#menuServices a:hover, #menuProjects a:hover, #menuAboutUs a:hover
{
	color: #47B;
	background: #E7E7E8 url(/images/pulldown_bullet_over.gif) no-repeat 18px 8px;
}

#contentLeftColumn h1
{
	width: 260px;
	padding: 6px 0 6px 30px;
	border-top: 1px solid #D1D2D4;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #347;
}
#contentLeftColumn ul#sNav
{
	width: 290px;
	margin-bottom: 20px;
	border-top: 1px solid #D1D2D4;
}
#contentLeftColumn ul#sNav li
{
	width: 290px;
}
#contentLeftColumn ul#sNav li a
{
	width: 232px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #666;
	padding: 5px 0 5px 58px;
	background: transparent url(/images/pulldown_bullet.gif) no-repeat 46px 9px;
	border-bottom: 1px solid #D1D2D4;
}
#contentLeftColumn ul#sNav li a:hover, #contentLeftColumn ul#sNav li a.highlight
{
	color: #47B;
	background: #E7E7E8 url(/images/pulldown_bullet_over.gif) no-repeat 46px 9px;
}
#contentLeftColumn #quoteText
{
	width: 240px;
	margin: 0 0 10px 45px;
	font-size: 12px;
	line-height: 22px;
	color: #347;
}
#contentLeftColumn #quoteCitation
{
	width: 225px;
	margin: 0 0 10px 60px;
	text-indent: -15px;
	font-size: 12px;
	line-height: 14px;
	color: #347;
}
#contentCenterColumn h1
{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
	color: #347;
}
#contentCenterColumn h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 4px;
	color: #666;
}
#contentCenterColumn p
{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
	color: #666;
}
#contentCenterColumn ul
{
	margin: 0 0 16px 10px;
	padding-left: 10px;
}
#contentCenterColumn li
{
	list-style-type: disc;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

#contentRightColumn img
{
	display: block;
	margin-bottom: 10px;
}
#contentCenterColumn  a
{
	color: #666;
	text-decoration: underline;
}
#contentCenterColumn  a:hover
{
	color: #47B;
}
#footer p
{
	font-size: 10px;
	color: #939598;
	margin-left: 32px;
}

#contactTable
{
}
#contactTable th
{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #347;
	width: 92px;
	text-align: right;
	vertical-align: top;
	padding: 4px 4px 4px 0;
}
#contactTable td
{
	width: 230px;
	padding: 4px 0;
}
#contactTable input, #contactTable textarea, #contactTable select
{
	border: 1px solid #BBB;
	font-size: 11px;
}
#contactTable textarea
{
	width: 225px;
	height: 100px;
}
#contactTable input
{
	margin-bottom: 2px;
}
.clear
{
	clear: both;
}

