/* index.css */


body {
	background: #FFFFFF url(../images/sub/bg_services_blurred2.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0;
}

a:link, a:visited {
	color: #666666;
}
a:active, a:hover {
	color: #00B3F0;
}

a.linkCallout {
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}

#container {
	width: 770px;
	height: 500px;
}

#intro {
	padding: 0 0px 0 50px;
}

#logosub {
	position: absolute;
	z-index: 100;
	left: 195px;
	top: 21px;
}

#pagetitle {
	position: absolute;
	z-index: 100;
	left: 565px;
	top: 21px;
}

#navabout {
	position: absolute;
	z-index:102;
	left:10px;
	top:186px;
}
#navservices {
	position: absolute;
	z-index:102;
	left:10px;
	top:220px;
}
#navprojects {
	position: absolute;
	z-index:102;
	left:10px;
	top:254px;
}

#content {
	position: absolute;
	z-index:104;
	left:197px;
	top:136px;
	width:522px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

.sectionhead {
	padding: 20px 0 10px 0;
	font-size: 22px;
	color: #7E7E7E;
	font-family: 'Trade Gothic', Helvetica, sans-serif;
}
.subsection {
	padding-left: 20px;
}
.sectionsubtype {
	font-size: 18px;
	color: #744790;
	padding-right: 12px;
}
.subsubs {
	padding: 3px 0 6px 0;
}

#links {
	font-size: 11px;
	color: #666666;
}




