@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	background: #222222;
	font-family: Arial, sans-serif;
	font-size: 12px;
        height: 100%;
}

body h1 {
	font-size: 16px;
}
body h3 {
	font-size: 14px;
}

body p {
	padding: 5px 0 0 0;
}
body a {
	color: #5A5A5A;
}
body a:hover {
	color: #000000;
}
#vert {
	float: left;
	height: 50%;
	margin-top: -280px;
	width:100%;
}
#wrap {
	position: relative;
	width: 1000px;
	height: 560px;
	margin: auto;
	overflow:hidden;
	background: #FFFFFF;
	clear: both;
}
#main {
	width: 1300px;
	height: 485px;
	margin: 0 auto;
	overflow:hidden;
	z-index: 1;
}
#masthead {
	width: 1000px;
	height: 75px;
	margin: 0;
	overflow:hidden;
	background: #000000;
	border-top: 4px solid #EE1D23;
	z-index: 100;
}

#home  #masthead {
	height: 140px;
}
#home  #main {
	height: 420px;
}

#logo {
	position: absolute;
/*	top: 397px;*/
	top: 333px;
	right: 50px;
	width: 210px;
	height: 135px;
}
#logosmall {
	position: absolute;
/*	top: 397px;*/
	top: 490px;
	right: 80px;
	width: 79px;
	height: 50px;
}
#menuCont {
	width: 1000px;
	height: 120px;
	margin: 0;
	overflow:hidden;
}

#homeBtn {
	display: block;
	float: right;
	text-decoration: none;
	margin: 5px 5px 0px 0px;
}


ul#menu {
	position: absolute;
	font-family:  Arial, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	padding:0px 0px 0px 30px;
	float: left;
	height: 50px;
	z-index: 100;
}

ul#menu li {
	float: left;
	list-style-type: none;
	width: 110px;
}

ul#menu li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	padding: 10px 5px 5px 5px;
}
ul#menu li.unselected  a {
	padding-top: 15px;
	color: #BDBDBD;
}
.blkImg {
	display: block;
	float: left;
}
#leftCol {
	float: left;
	overflow: hidden;
	width: 270px;
	height: 425px;
	padding: 50px 10px 10px 20px;
	color: #5A5A5A;
	background: #AEAEAE;
}
#mainCol {
	float: left;
	width: 650px;
	padding: 50px 20px 10px 30px;
	color: #5A5A5A;
	background: #D9D9D9;
	overflow: hidden;
}
#teamCont {
	float: left;
	width: 645px;
	height: 420px;
	padding: 0px 0px 5px 0px;
	overflow: auto;
}
#teamCont hr {
	margin-bottom: 30px;
	height: 0;
	border: 0;
}
#teamListCont {
	overflow: hidden;
}
#newsListCont {
	overflow: auto;
}
.leftListCont {
	float: left;
	width: 270px;
	height: 425px;
}
.leftListCont ul {
	width: 270px;
	float: left;
}
.leftListCont ul li {
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	cursor: pointer;
}
.leftListCont ul li a {
	font-weight: normal;
	color: #5A5A5A;
	text-decoration: none;
}
.leftListCont ul li a:hover {
	color: #FFFFFF;
}
.leftListCont ul li.newsCur a {
	color: #FFFFFF;
}
.leftListCont ul li a:active {
	color: #FFFFFF;
}
#rightCol {
	float: left;
}
#centerCol {
	float: left;
	background: #D9D9D9;
	color: #5A5A5A;
	width: 630px;
	padding: 50px 20px 10px 20px;
	overflow: hidden;
}

.panel {
	float: left;
	overflow: hidden;
	width: 250px;
	height: 445px;
	padding: 20px 10px;
}
.panelClk {
	position: relative;
	float: left;
	width: 30px;
	height: 485px;
	overflow: hidden;
}
.pnlBtn {
	margin: 455px 3px 0px 3px;
	z-index: 15;
}
.clkLbl {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
}
#partnCont {
	text-align: right;
}
#partnCont a {
	display: block;
	padding-top: 15px;
	width: 100%;
}

#partnClk a {
	display: block;
	width: 30px;
	height: 485px;
}

#infoCont {
	color: #5A5A5A;
	background: #AEAEAE;
}
#infoCont h3 {
	font-size: 13px;
}
#infoCont p {
	margin-bottom: 20px;
}
#infoClk {
	background: #AEAEAE;
}
#infoClk a {
	display: block;
	width: 30px;
	height: 485px;
}

#aboutCont {
	position: relative;
	width: 630px;
	height: 420px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
}
#aboutTxt {
	padding-top: 20px;
	width: 565px;
	margin: auto;
	overflow: hidden;
}

#aboutLinks {
	position: absolute;
	bottom: 5px;
	width: 630px;
	height: 130px;
	overflow: hidden;
}
#aboutLinks ol {
	display: block;
	margin: auto;
	width: 565px;
	list-style: none;
}
#aboutLinks ol li {
	position: relative;
	display: block;
	float: left;
	margin-right: 57px;
}
#aboutLinks ol li#aboutLinkLast {
	margin-right: 0;
}
#aboutLinks a {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
#aboutLinks a:hover {
	text-decoration: underline;
}
#aboutLinks img {
	padding-top: 15px;
}
.linkText {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 130px;
	z-index: 50;
	font-size: 12px;
}
#abtLnkCont {
	margin: auto;
	width: 565px;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
}
#feedbCont {
	text-align: right;
	font-size: 11px;
}
#feedbCont h1 {
	margin: 15px;
}

#feedbClk a {
	display: block;
	width: 30px;
	height: 485px;
}


#feedForm {
	margin: 10px;
}
#feedForm input {
	border: 1px solid #AAAAAA;
	margin: 0px 5px 10px 5px;
	width: 200px;
}

#feedForm textarea {
	border: 1px solid #AAAAAA;
	margin: 0px 5px 10px 5px;
	width: 200px;
	height: 100px;
}
#feedForm label {
	margin: 5px 0px 0px 22px;
	display: block;
	text-align: left;
	color: #5A5A5A;
}
#feedForm img {
	margin: 5px 0px 5px 22px;
	display: block;
	text-align: left;
}
#feedForm #submitBtn {
	width: 60px;
	height: 25px;
}
.errMsg {
	color: #e25050;
	font-weight: bold;
	display: none;
}
.showErrMsg {
	display: block;
}
#errMsg_captcha_code {
}
#careerCont {
	background: #AEAEAE;
}
#careerTxt {
	height: 425px;
	width: 220px;
	overflow: auto;
	padding: 10px 0px 0px 30px;
}
#careerTxt ol {
	padding-left: 20px;
}

#careerClk {
	background: #AEAEAE;
}
#careerClk a {
	display: block;
	width: 30px;
	height: 485px;
}

#contactCont {
	float: left;
	width: 610px;
	height: 400px;
	padding: 20px 5px 5px 5px;
	overflow: auto;
}

#contAddr {
	float: left;
	width: 200px;
	padding-left: 10px;
}
#contMap {
	float: right;
	width: 360px;
	padding: 25px 5px 5px 5px;
}
#contMap img {
	padding: 0;
	margin: 0;
}
#servMenuCont {
	position: relative;
	width: 200px;
	height: 485px;
	float: left;
}

#prjMenCont {
	position: absolute;
	bottom: 0;
	text-align: right;
}
#prjMenCont h3 {
	color: #7A7A7A;
	font-size: 11px;
	padding-right: 10px;
}
#prjMenu {
	float: left;
	width: 200px;
	padding: 20px 0;
	background: #E6E6E6;
	text-align: right;
}
ul#prjMenu li {
	list-style-type: none;
	cursor: pointer;
	color: #7A7A7A;
	font-size: 11px;
	padding-right: 10px;
}
ul#prjMenu li#catall {
	margin-bottom: 10px;
}
ul#prjMenu li.selected {
	font-weight: bold;
}
ul#prjMenu li.high {
	color: #000000;
}

#sortMenu {
	float: left;
	width: 160px;
	padding: 20px 10px;
	text-align: right;
}
ul#sortMenu li {
	list-style-type: none;
	color: #7A7A7A;
	font-size: 11px;
	cursor: pointer;
}

ul#sortMenu li.selected{
	font-weight: bold;
}
ul#sortDir {
	width: 14px;
	float: left;
	padding: 20px 0px 20px 0px;
	list-style: none;
	color: #7A7A7A;
	font-size: 11px;
	cursor: pointer;
}
ul#sortDir li {
	padding: 6px 0;
}
#servMain {
	position: relative;
	float: left;
	width: 797px;
	height: 485px;
	margin-left: 3px;
	overflow: hidden;
}

#infoPanel {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	height: 385px;
	padding: 50px 15px; 
	color: #FFFFFF;
	font-size: 11px; 
	background: url(../images/infopnlbg.png);
/*	border-left: 1px solid #000000; */
	overflow: hidden;
}
#infoPanel p {
	width: 210px;
}
#prjPage #infoPanel {
	display: none;
}
#slideBar {
	position: absolute;
	top: 0;
	left: 731px;
	width: 30px;
	height: 485px;
	border-right: 1px solid #FFFFFF;
	background: url(../images/slidebarbg.png);
	overflow: hidden;
	cursor: pointer;
}
#thumbStr {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 485px;
	border-right: 1px solid #FFFFFF;
	background: url(../images/slidebarbg.png);
	overflow: hidden;
}
#thumbGal {
	list-style: none;
}
#thumbGal li {
	padding: 2px 2px 0px 3px;
}

#dispTxt {
	display: block;
	position: absolute;
	top: 450px;
	right: 3px;
	z-index: 10;
}
#labels {
	z-index: 5;
	position: absolute;
	bottom: 20px;
}

#prjImg {
	position: relative;
	width: 797px;
	height: 485px;
	overflow: hidden;
}

#projPanel {
	position: absolute;
	top: 0;
	left: 0;
	width: 710px;
	height: 445px;
	padding: 20px 10px; 
	font-size: 11px; 
	background: url(../images/prjpnlbg.png);
	border-right: 1px solid #FFFFFF;
}
#projList {
	position: relative;
	width: 710px;
	height: 445px;
	overflow: auto;
}
#projTable tr.selected  {
	color: #000000;
	background: #dadada;
}
#projTable tr td.prjHigh a {
	color: #000000;
}
#projTable tr td.prjHigh a:hover {
	color: #5E5E5E;
}
#projList th {
	text-align: left;
	padding: 2px 5px 0px 5px;
}
#projList td {
	padding: 0px 5px;
}
.prjDate {
	width: 20px;
	color: #7A7A7A;
}
.prjName {
	width: 300px;
}
.prjName a {
	display: block;
	width: 100%;
	color: #7A7A7A;
	text-decoration: none;
}
.prjName a:hover {
	color: #5E5E5E;
}
.prjType {
	color: #7A7A7A;
	width: 245px;
}
.prjLoc {
	color: #7A7A7A;
	width: 95px;
}
#bckToList {
	display: block;
	position: absolute;
	top: 450px;
	left: 15px;
}
.ajxDivClass {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 200px;
	right: 250px;
	display: none;
	z-index: 20;
}
#newsNav {
	width: 100%;
	clear: left;
	padding-top: 25px;
}
#newsNav a {
	display: block;
}
#newsNext {
	float: right;
}
#newsPrev {
	float: left;
}
#brdCrmbs {
	color: #FFFFFF;
	margin: 5px 0;
}
#brdCrmbs a {
	color: #FFFFFF;
	text-decoration: none;
}
#brdCrmbs a:hover {
	text-decoration: underline;
}
.gallery {
	padding: 10px 0;
}
.gallery li {
	display: inline;
	list-style: none;
	width: 150px;
	float: left;
	margin: 0 10px 10px 0px;
	text-align: center;
}
#office {
	padding: 10px;
}
#teamIntro {
	width: 645px;
	height: 425px;
	padding: 0;
}
.staffCont {
	width: 640px;
	padding-top: 10px;
}
.staffCont img {
	padding: 5px;
}
.newsBody img {
	padding: 5px;
}
/* jScrollPane CSS */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}


