<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	height:100%;
	background-color: #FFF;
	background-image: url(../images/main_bg_steel.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
@font-face {
    font-family: Serpentine;
    src: url('../fonts/serpentinestd-medium-webfont.eot');
    src: url('../fonts/serpentinestd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/serpentinestd-medium-webfont.woff') format('woff'),
         url('../fonts/serpentinestd-medium-webfont.ttf') format('truetype'),
         url('../fonts/serpentinestd-medium-webfont.svg#SerpentineStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-family: Serpentine, serif;
	font-size:30px;
	color: #E30000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 a {
	font-family: Serpentine, serif;
	font-size:30px;
	color: #E30000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration:none;
}
h2 {
	font-family: Serpentine, serif;
	font-size:28px;
	color: #000;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 30px;
}
h3 {
	font-size:18px;
	margin:0px;
}
h4 {
	font-size:14px;
	color:#E30000;
	margin:0px;
}
h5 {
	font-family: Serpentine, serif;
	font-size:30px;
	color: #E30000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:10px;
}
h6 {
	font-family: Serpentine, serif;
	font-size:28px;
	color: #005ED3;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h7 {
	
}
#MainWrapper {
	height:100%;
}
#headerWrapper {
	height:100px;
	width:100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.header {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#navWrapper {
	width:100%;
	background-color: #000;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.nav {
	width:960px;
	height:65px;
	margin-left:auto;
	margin-right:auto;
}
#contentWrapper {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}
.sliderWrapper {
	width:920px;
	height:260px;
	margin-top:10px;
	margin-left:30px;
	padding:20px;
	background-image: url(../images/slider_bg_repeat.png);
	background-repeat: repeat-x;	/*background-color: #000;
	-moz-opacity:.70;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	opacity:.70;
	-khtml-opacity:.70;
	filter:alpha(opacity=70);*/
}
.slideshp {
	position:relative;
}
.content {
	width:900px;
	height:450px;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	margin-top:-10px;
	padding:60px;
	font-size:14px;
	line-height:20px;
	font-family: Verdana, Geneva, sans-serif;
}
.contentLg {
	background-image: url(../images/content_large_bg.png);
	background-repeat: no-repeat;
	padding:60px;
	font-size:14px;
	line-height:20px;
	font-family: Verdana, Geneva, sans-serif;
	width: 900px;
}
.contentLgSub {
	background-image: url(../images/content_large_bg.png);
	background-repeat: no-repeat;
	margin-top:-10px;
	padding:60px;
	font-size:14px;
	line-height:20px;
	font-family: Verdana, Geneva, sans-serif;
	overflow: hidden;
	width: 900px;
}
.projectBg {
	width:900px;
	margin-top:10px;
	margin-left:30px;
	background-image: url(../images/slider_bg_repeat.png);
	background-repeat: repeat;
	height: 200px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.pjName {
	font-family: Serpentine, serif;
	width:230px;
	float:left;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right:60px;
	vertical-align: middle;
	line-height:40px;
}
.pjName a:link{
	font-size: 24px;
	color: #CCC;
	background-image: url(../images/projects_selector.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	display: block;
	height: 40px;
	
}
.pjName a:visited{
	font-size: 24px;
	color: #999;
	background-image: url(../images/projects_selector.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	display: block;
	height: 40px;

}
.pjName a:hover{
	font-size: 24px;
	color: #FFF;
	background-image: url(../images/projects_selector_over.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	display: block;
	height: 40px;

}
.pjName a:active{
	font-size: 24px;
	color: #CCC;
	background-image: url(../images/projects_selector.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	display: block;
	height: 40px;

}
.pjName .selectedPj{
	font-size: 24px;
	color: #FFF;
	background-image: url(../images/projects_selector_over.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	display: block;
	height: 40px;
}
.subContent {
	margin-top:30px;
}
.subContent2 {
	margin-top:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	padding-bottom: 5px;
}
.readmore {
	float:right;
}
.hpRecentSlider {
	width:620px;
	float:left;
}
#newsWrapper {
	float:right;
	width:240px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 20px;
	color: #666;
	height: 300px;
}
.colRt {
	float:right;
	width:400px;
	padding:40px;
}
.colLt {
	
	width:300px;
	padding:40px;
}
#footer {
	font-size:12px;
	width:960px;
	color:#999;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top:10px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
}
#footer a:link {
	font-size:12px;
	padding-top:10px;
	margin-bottom: 20px;
	color: #999;
	text-decoration: none;
}
#footer a:visited {
	font-size:12px;
	padding-top:10px;
	margin-bottom: 20px;
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	font-size:12px;
	padding-top:10px;
	margin-bottom: 20px;
	color: #333;
	text-decoration: underline;
}
#footer a:active {
	font-size:12px;
	padding-top:10px;
	margin-bottom: 20px;
	color: #999;
	text-decoration: none;
}
.mapWrapper {
	float:right;
}
.address {
	padding:0 0 40px 0px;
	width:340px;
}
.pjWrapper {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.pjSliderWrapper {
	width:540px;
	float:right;
}
.pjContent {
	width:300px;
}
.homeicon {
	width:35px;
	height:35px;
	margin-top: 17px;
	float:left;
	margin-right: 10px;
}
.sectionTitle {
	height: 60px;
	width: 100%;
	margin-bottom: 10px;
}
.floatright {
	float:right;
	margin-top: -10px;
}
.floatright2 {
	float:right;	
}
.floatrightborder {
	float:right;
	border: 1px solid #CCC;
	padding: 3px;
}
.floatleft {
	float:left;
}
.bullets {
	list-style-position: outside;
	list-style-type: disc;
}
.divider {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	height:10px;
}
.clear {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
.bioWrapper {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	overflow: auto;
}
.bioRight {
	float:right;
	width:640px;
	margin-right: 50px;
}
.bioLeft {
	width: 150px;
}
.bioImage {
	background-color:#fff;
	border:1px solid #CCC;
	padding: 10px;
	height: 140px;
	width: 120px;
}
.bioName {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
}
.bioTitle {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.bioDetails {
	width:640px;
	padding-top: 20px;
	overflow: auto;
}
.bioBullets {
	width:440px;
	float:right;
	font-size:12px;
	min-height: 150px;
}
.bioBullets ul {
	margin-top:5;
	margin-bottom:0;
	line-height:20px;
	
}
.bioBullets li {
	
}
.imgWrapper {
	padding: 10px;
	border: 1px solid #CCC;
}
.titlesBottoms {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #005ED3;
	margin-bottom: 20px;
	margin-top: 20px;
}
.centerCopy {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Serpentine, serif;
	font-size:26px;
	color: #000;
	line-height:28px;
}
</pre></body></html>