/* index.css */


body {
	background: #FFFFFF url(../images/sub/bg_about.gif) 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;
}


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

#pagetitle {
	position: absolute;
	z-index: 100;
	left: 595px;
	top: 25px;
}

#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;
}


#wenbc {
	position: absolute;
	z-index:101;
	left:10px;
	top:530px;
}

.sectionhead {
	padding: 0px 0 14px 0;
	font-size: 22px;
	color: #7E7E7E;
	font-family: 'Trade Gothic', Helvetica, sans-serif;
}
.subsection {
	padding-left: 20px;
}


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

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



