@charset "UTF-8";
* {
	margin:0;
	padding:0;
}

body {
	color: #333;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageContainer {
	position:relative;
	width:760px;
	margin: 0 auto 0 auto;
	text-align:left;
	background-color: #000000;
}

#clear {
	clear:both;
}

#backgroundImage {
	width:760px;
	position:relative;
	z-index:1;
}

#foregroundImage {
	width:695px;
	position:absolute;
	top:125px;
	left:30px;
	z-index:2;
}

#foregroundNav {
	width:215px;
	position:absolute;
	top:125px;
	left:30px;
	z-index:2;
	float:left;
}


#foregroundNavText {
	width:695px;
	position:absolute;
	top:125px;
	left:91px;
	z-index:2;
	float:left;
}

#foregroundNavText .navFirst {
	padding-top: 10px;
}

#foregroundNavText p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-bottom: 11px;
	font-style: normal;
	text-decoration: none;
}

#foregroundNavText a {
	color: #000000;
	text-decoration: none;
}

#foregroundServicesNav {
	width:695px;
	position:absolute;
	top:125px;
	left:30px;
	z-index:2;
	float:left;
}


#thumbNavBG {
	width:45px;
	position:absolute;
	top:125px;
	left:30px;
	z-index:5;
	float:left;
}

#thumbNav {
	width:43px;
	position:absolute;
	top:125px;
	left:31px;
	z-index:6;
	float:left;
}

#thumbNav .image {
	margin-top: 1px;
}

#thumbNav .imageNav {
	border-color: #CC3333;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}


#thumbNav .imageNavLast {
	border-color: #CC3333;
	border-width: 1px;
	border-style: solid;
}


#projectDescriptionBG {
	width:168px;
	position:absolute;
	top:125px;
	left:75px;
	z-index:3;
	float:left;
}

#projectDescription {
	width:157px;
	position:absolute;
	top:125px;
	left:83px;
	z-index:4;
	float:left;
}

#projectDescription .descrFirst {
	padding-top: 7px;
	text-align: center;
	font-size: 12px;
}

#projectDescription p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-bottom: 4px;
	font-style: normal;
}

#contactInfoBG {
	width:168px;
	position:absolute;
	top:125px;
	left:75px;
	z-index:3;
	float:left;
}

#contactInfo {
	width:163px;
	position:absolute;
	top:125px;
	left:79px;
	z-index:4;
	float:left;
}

#contactInfo .descrFirst {
	padding-top: 8px;
	font-size: 14px;
}

#contactInfo .email {
	font-size: 9px;
	color: #FFFFFF;
}

#contactInfo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	font-style: normal;
}


#contactInfo a {
	color: #FFFFFF;
	text-decoration: none;
}

#navTable {
	width:171px;
	position:absolute;
	top:125px;
	left:76px;
	z-index:2;
	float:left;
}

#foregroundRight {
	width:480px;
	position:absolute;
	top:125px;
	left:243px;
	z-index:2;
	float:right;
}

#servicesRight {
	width:465px;
	position:absolute;
	top:127px;
	left:247px;
	z-index:2;
	float:right;
	background-color: #FFFFFF;
	height: 266px;
}

#servicesRight ul {
	margin-left: 25px;
	list-style-type: square;
	font-style: italic;
	padding-bottom: 4px;
	font-size: 11px;
	color: #333333;
}

#servicesRight ul li {
	padding-bottom: 4px;
}

#servicesRight p {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #333333;
	padding-bottom: 6px;
}

#personnelRight {
	width:465px;
	position:absolute;
	top:127px;
	left:257px;
	z-index:2;
	float:right;
	background-color: #FFFFFF;
	height: 266px;
}

#personnelRight p {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-top: 6px;
	font-size: 12px;
	color: #333333;
	padding-bottom: 6px;
}


#testimonialsRight {
	width:460px;
	position:absolute;
	top:127px;
	left:255px;
	z-index:2;
	float:right;
	background-color: #FFFFFF;
	height: 266px;
}

#testimonialsRight p {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #333333;
}

#testimonialsRight .red {
	color: #CC3333;
}

#header h1 {
	margin-left: -9000px;
}

#header ul {
	margin-left: -9000px;
}

#header ul li {
	margin-left: -9000px;
}	
	
		
