@charset "UTF-8";
/* CSS Document */

body  {
   margin: 0;
   padding: 0;
   background-color: #fff;
   text-align: center;
   font-size: 76%;
   font-family: Helvetica, Arial, sans-serif; 
   color: #333;
}

h1   {
   font-size: 2em;
   font-family: Helvetica, Arial, Verdana;
   font-weight: normal;
   line-height: 2.3em;
}

h2   {
   font-size: 1.3em;
   font-family: Helvetica, Arial, Verdana;
   font-weight: bold;
   color: #8c9b93;
   margin-bottom: .2em;
   line-height: 1.7em;
}

h3   {
   font-size: 1.4em;
   font-family: Helvetica, Arial, Verdana;
   font-weight: bold;
   line-height: 1.9em;
   color: #fff;
}

h4   {
   font-size: 1.1em;
   font-family: Helvetica, Arial, Verdana;
   font-weight: bold;
   line-height: 1.9em;
   text-transform: uppercase;
   color: #fed615;
}

p {margin-bottom: 10px; line-height: 1.9em; }

a  {font: Helvetica, Arial, sans-serif 0.9em; color: #333; text-decoration: underline; }

a:hover  {color: #a2ceef;  }

.orange  {color:#f9a451; }
.orangesm  {color:#f9a451; font-size: 70%; font-stretch: narrower; }

.headerLinks {text-decoration: none; }

.bold {font-weight: bold; }

.lists {margin: 0 0 0 25px; }

.intImg {padding: 0 15px 15px 0; }



/* = header and nav */


#container  {
    margin: 0 auto;
	padding: 20px 0 0 22px;
	width: 958px;
	text-align: left;
	background: url(../imgs/container-bg.png) repeat-y #fff;
}


#header  { 
    margin: 0;
	padding: 0;
	width: 100%; 
	height: 79px; 
	position: relative;
	overflow: hidden;
}


#tagline {position: absolute; right: 50px; top: 50px;  }
#logo {position: absolute; left: 0px; top: 10px;  }

#topnav  {
	margin: 0;
	padding: 9px 0 0 5px;
	float: left;
	background: url(../imgs/nav-bar.jpg) no-repeat; 
	width: 920px;
	height: 35px;
	position: relative;
	z-index: 999;
	
}

#topnav a  {text-decoration: none; float: left; font-size: 1.2em; color: #787878; padding: 0px 34px; border-right: 1px #999 solid; font-weight: bold; }
#topnav a:hover  {color: #555; background-position: bottom left; }
#topnav a.last {border-right: none; }
#topnav a.current {color: #555; }



ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav  a {
	float: left; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 30px; left: 0;
	background: #d0d7d0;
	padding: 20px 20px 20px;
	float: left;
	z-index: 999;
	text-align: left;
	display: none;
	border: 1px solid #a8b3ac;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 500px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #666;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: normal;
	text-indent: 0;
	color: #555;
}
ul#topnav .sub ul li h2:hover {
	color: #222;
}
ul#topnav .sub ul li p {line-height: 1.5em; }
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #333;
	text-indent: 0;
}
ul#topnav .sub ul li a {
	float: none; 
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 0;
	text-decoration: none;
	border-right: none;
	color: #333;
	font-size: 1em;
}
ul#topnav .sub ul li a:hover {color: #fff; background-position: 5px 12px ;}



ul#topnav li .sub2 {
	position: absolute;	
	top: 30px; right: 0;
	background: #d0d7d0;
	padding: 20px 20px 20px;
	float: left;
	z-index: 999;
	text-align: left;
	display: none;
	border: 1px solid #a8b3ac;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub2 ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 350px;
	float: left;
}
ul#topnav .sub2 ul li {
	width: 100%;
	color: #666;
}
ul#topnav .sub2 ul li h2 {
	padding: 0;  margin: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: normal;
	text-indent: 0;
	color: #555;
}
ul#topnav .sub2 ul li p {line-height: 1.5em; }
ul#topnav .sub2 ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #333;
	text-indent: 0;
}
ul#topnav .sub2 ul li a {
	float: none; 
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 0;
	text-decoration: none;
	border-right: none;
	color: #333;
	font-size: 1em;
}
ul#topnav .sub2 ul li a:hover {color: #fff; background-position: 5px 12px ;}


/* = content */

#mainPic {position: relative; margin: 0; clear: both; }
.quotes {position: absolute; right: 40px; top: 35px; width: 220px; }
.quotes h2 {color: #fff; font-style: italic; }
.yellow {color: #fed615; font-style: normal; }

#content {margin: 30px 0 20px 0; padding: 0 0 20px 0; float: left; }
.aboutImg {clear: left; margin: 0px 0 10px -5px; } 

.mainText  {float: left; width: 500px; margin: 0 100px 0 25px; display: inline; }
.mainText ul {padding: 10px 0 20px 15px; }
.mainText ul li {padding: 5px 0; }

.mainTextNews  {float: left; width: 860px; margin: 0 100px 0 25px; display: inline; }

.careerLink  {text-decoration: none; }

a.contact {color: #8C9B93; }
a:hover.contact {color: #a2ceef; }




.sideBar {background: url(../imgs/news-box.jpg) no-repeat; width: 291px; height: 273px; float: left; margin: 0; padding: 2px 0 0 13px; }
.sideBarText {padding: 10px; margin: 5px 0 0 0; width: 240px; height: 195px; overflow: auto; }
.sideBarText ul li {padding: 7px 0; }







/* = footer */


#footer  {margin: 15px 0 0 0; padding: 0; clear: both; width: 920px; height: 215px; background: url(../imgs/footer.jpg) no-repeat; }
#footer p {color: #fff; line-height: 1.5em;  }
.featuredProject {float: left; margin: 0; padding: 0; width: 920px; height: 160px; }
img.featured  {margin: 12px 0 0 10px; border: #fff 1px solid; float: left; }
.featuredText {float: left; width: 400px; padding: 10px 0 0 10px; }
.bold {font-weight: bold; }

.contactInfo {float: right; margin: 25px 40px 0 0; padding: 5px 0 0 30px; display: inline; border-left: 1px solid #444; }
.contactInfo a  {font: Helvetica, Arial, sans-serif 0.9em; color: #fff; text-decoration: underline; }
.contactInfo a:hover  {color: #a2ceef;  }

.copyright {float: left; margin: 15px 0 0 10px; padding: 10px 0 0 0; display: inline; width: 890px; border-top: 1px solid #444; }
.copyright p {margin: 0; }

















