/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 40; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #d9d9d9;
	background-image: url(images/bg.gif);
}
.oneColFixCtr #container {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin: 0 auto;
	background-image: url(images/shadow.gif);
}
.oneColFixCtr #container_contact {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin: 0 auto;
	background-image: url(images/shadow_contact.gif);
}
.oneColFixCtr #container_cprofile {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin: 0 auto;
	background-image: url(images/shadow_cprofile.gif);
}
.oneColFixCtr #container_capabilities {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin: 0 auto;
	background-image: url(images/shadow_capabilities.gif);
}
.oneColFixCtr #container_resources {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin: 0 auto;
	background-image: url(images/shadow_resources.gif);
}
.oneColFixCtr #container_environment {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin: 0 auto;
	background-image: url(images/shadow_env.gif);
}
.oneColFixCtr #container_cstudies {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin: 0 auto;
	background-image: url(images/shadow_cstudies.gif);
}
.oneColFixCtr #container_news {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin: 0 auto;
	background-image: url(images/shadow_news.gif);
}

.oneColFixCtr #top {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_top.gif);
	overflow:hidden;
}
.oneColFixCtr #top_contact {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_top_contact.gif);
	overflow:hidden;
}
.oneColFixCtr #top_cprofile {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_top_cprofile.gif);
	overflow:hidden;
}
.oneColFixCtr #top_capabilities {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_top_capabilities.gif);
	overflow:hidden;
}
.oneColFixCtr #top_resources {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_top_resources.gif);
	overflow:hidden;
}
.oneColFixCtr #top_environment {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_top_env.gif);
	overflow:hidden;
}
.oneColFixCtr #top_cstudies {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_top_cstudies.gif);
	overflow:hidden;
}
.oneColFixCtr #top_news {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_top_news.gif);
	overflow:hidden;
}

.oneColFixCtr #bottom {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_bottom.gif);
	overflow:hidden;
}
.oneColFixCtr #bottom_contact {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_bot_contact.gif);
	overflow:hidden;
}
.oneColFixCtr #bottom_cprofile {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_bot_cprofile.gif);
	overflow:hidden;
}
.oneColFixCtr #bottom_capabilities {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_bot_capabilities.gif);
	overflow:hidden;
}
.oneColFixCtr #bottom_resources {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_bot_resources.gif);
	overflow:hidden;
}
.oneColFixCtr #bottom_environment {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_bot_env.gif);
	overflow:hidden;
}
.oneColFixCtr #bottom_cstudies {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_bot_cstudies.gif);
	overflow:hidden;
}
.oneColFixCtr #bottom_news {
	width: 894px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto;
	background-image: url(images/shadow_bot_news.gif);
	overflow:hidden;
}
.oneColFixCtr #mainContent {
	padding: 0 11px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent #logo {
	float:left;
	width:165px;
	padding: 28px 12px 14px 38px;
}


.utilNav {
	float:right;
	width: 280px;
	padding: 20px 0px 0px 0px;
}
.utilNav ul {
	margin:0;
    padding:0;
    list-style:none;
}
.utilNav ul li {
	display:inline;
    margin:0;
    padding:0;
}
.utilNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cccccc;
}
.utilNav ul li a:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.utilNav1 {
	float:right;
	width: 280px;
	padding: 20px 0px 0px 0px;
}
.utilNav1 ul {
	margin:0;
    padding:0;
    list-style:none;
}
.utilNav1 ul li {
	display:inline;
    margin:0;
    padding:0;
}
.utilNav1 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cccccc;
}
.utilNav1 ul li a:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.mainContent #header {
	margin-top: 25px;
	margin-left: 40px;	
	margin-bottom: 20px;
}

.mainContent #textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;	
}
.mainContent #textArea_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url(images/textareabg_contact.gif);	
}
.nav ul {
	margin-left: 0;	
	padding-left: 0;
	margin-top:0;	
	list-style-type: none;	
}
.nav ul li {
	margin-left: 0;	
	padding-left: 0;	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration:none;
  color: #999999;
}

.nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
  color: #999999;
}
.nav ul li a:Hover {
  color: #000000;
}

.nav ul li.sub {
	margin-left: 20px;	
	padding-left: 0;	
	display: block;
}

.nav ul li.sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
  color: #999999;
}
.nav ul li.sub a:Hover {
  color: #000000;
}

/* Company Profile */
.nav_cpro ul  {
	margin-left: 0;	
	padding-left: 0;
	margin-top:0;
	line-height: 18px;	
	list-style-type: none;	
}
.nav_cpro ul li {
	margin-left: 0;	
	padding-left: 0;	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
  	color: #e51837;
}
.nav_cpro ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
  color: #999999;
}
.nav_cpro ul li a:Hover {
  color: #000000;
}
/**/

/* Capabilities */
.nav_cap ul  {
	margin-left: 0;	
	padding-left: 0;
	margin-top:0;
	line-height: 18px;	
	list-style-type: none;	
}
.nav_cap ul li {
	margin-left: 0;	
	padding-left: 0;	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
  	color: #ec008c;
}
.nav_cap ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
  color: #999999;
}
.nav_cap ul li a:Hover {
  color: #000000;
}

.nav_cap ul li.sub {
	margin-left: 20px;	
	padding-left: 0;	
	display: block;
}

.nav_cap ul li.sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
  color: #999999;
}
.nav_cap ul li.sub a:Hover {
  color: #000000;
}


.nav_capInd{
font-size:11px;
color:#999999;
line-height:18px;
margin-bottom:10px;
}
 
.nav_capInd ul li{
font-size:12px;
color:#999999;
line-height:18px;
margin-bottom:10px;
font-family: Arial, Helvetica, sans-serif;
list-style:circle;
list-style-position:outside;
}

.nav_capInd ul li{
font-size:12px;
color:#999999;
line-height:15px;
margin-bottom:3px;
list-style:disc;
list-style-position:outside;
}
/**/

/* Resources */
.nav_res ul  {
	margin-left: 0;	
	padding-left: 0;
	margin-top:0;
	line-height: 18px;	
	list-style-type: none;	
}
.nav_res ul li {
	margin-left: 0;	
	padding-left: 0;	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
  	color: #e9c313;
}
.nav_res ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
  color: #999999;
}
.nav_res ul li a:Hover {
  color: #000000;
}

.nav_res ul li.sub {
	margin-left: 20px;	
	padding-left: 0;	
	display: block;
}

.nav_res ul li.sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
  color: #999999;
}
.nav_res ul li.sub a:Hover {
  color: #000000;
}
/**/

/* Envirenment */
.nav_env ul  {
	margin-left: 0;	
	padding-left: 0;
	margin-top:0;
	line-height: 18px;	
	list-style-type: none;	
}
.nav_env ul li {
	margin-left: 0;	
	padding-left: 0;	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
  	color: #6DB43F;
}
.nav_env ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
  color: #999999;
}
.nav_env ul li a:Hover {
  color: #000000;
}

.nav_env ul li.sub {
	margin-left: 20px;	
	padding-left: 0;	
	display: block;
}

.nav_env ul li.sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
  color: #999999;
}
.nav_env ul li.sub a:Hover {
  color: #000000;
}
/**/

/* Case Studies */
.nav_cstudies ul  {
	margin-left: 0;	
	padding-left: 0;
	margin-top:0;
	line-height: 18px;	
	list-style-type: none;	
}
.nav_cstudies ul li {
	margin-left: 0;	
	padding-left: 0;	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
  	color: #009f94;
}
.nav_cstudies ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
  color: #999999;
}
.nav_cstudies ul li a:Hover {
  color: #000000;
}

.nav_cstudies ul li.sub {
	margin-left: 20px;	
	padding-left: 0;	
	display: block;
}

.nav_cstudies ul li.sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
  color: #999999;
}
.nav_cstudies ul li.sub a:Hover {
  color: #000000;
}
/**/

/* News & Media */
.nav_news ul  {
	margin-left: 0;	
	padding-left: 0;
	margin-top:0;
	line-height: 18px;	
	list-style-type: none;	
}
.nav_news ul li {
	margin-left: 0;	
	padding-left: 0;	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
  	color: #20358c;
}
.nav_news ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
  color: #999999;
}
.nav_news ul li a:Hover {
  color: #000000;
}

.nav_news ul li.sub {
	margin-left: 20px;	
	padding-left: 0;	
	display: block;
}

.nav_news ul li.sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration:none;
  color: #999999;
}
.nav_news ul li.sub a:Hover {
  color: #000000;
}
/**/



.nav1 {
	float:left;
	width: 530px;
	padding: 20px 0px 5px 0px;
}
.nav1 ul {
	margin:0;
    padding:0;
    list-style:none;
}
.nav1 ul li {
	display:inline;
    margin:0;
	padding:0;
	padding-left: 5px;
  	padding-right: 5px;
}
.nav1 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
.nav1 ul li a:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.link1 {
	padding: 0px 0px 0px 0px;
}
.link1 ul {
	margin:0;
    padding:0;
    list-style:none;
}
.link1 ul li {
	
    margin:0;
	padding:0;
	padding-left: 0px;
  	padding-right: 0px;
}
.link1 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #999999;
}
.link1 ul li a:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}



.navHead a {
	font-size: 18px;
}
.tag {
	font-size: 10px;
	color: #000000;
	padding-top: 30px;
}
.oneColFixCtr #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-left: 700px;
}


/* Contact Form */

.contactInput {
	margin-top:6px;
	margin-bottom:3px;
	border:1px solid grey;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.info{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:normal;
}


/* */

/* Specifications for container for layers to show/hide.
	 Most browsers need both width and height set. */
#containerrrrrrr	{ position:relative; width:380px; height:220px;}
/* Include id's for all your layers here, with commas between. */
#lyr1, #lyr2, #lyr3, #lyr4, #lyr5, #lyr6, #lyr7, #lyr8, #lyr9, #lyr10, #lyr11, #lyr12, #lyr13, #lyr14, #lyr15, #lyr16, #lyr17, #lyr18, #lyr19, #lyr20, #lyr21, #lyr22, #lyr23, #lyr24, #lyr25, #lyr26, #lyr27{ 
	position:absolute; visibility:hidden; left:200; top:330; }
/* END*/


td.glossary{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:normal;
}


button {
font-weight:normal;
font-size:9px;
color:#ffffff;
background-color:#999999;
padding:0;
margin-top:0px;
}

