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

* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

a:link, a:visited {
 	text-decoration: none;
 	color: #0d618a;
}

a:hover {
 	color: #0d618a;
}

body {
	font-size:90%;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	color: #383838;
	background: #d5d5d3 url(../images/bodybg.jpg) repeat-x top;
	text-align:center;
}

h1, h2, h3 {
 	padding: 0;
 	margin: 0;
} 

li {
 	margin: 0;
 	padding: 0;
}

li.news { padding-bottom:10px;
}

img {
 	margin: 0;
 	border:none;
} 

#container {
	margin-left: auto;
	margin-right:auto;
	padding:0;
	width:800px;
}

#contentwrapper {
	width: 790px;
	height:100%;
	margin-left: auto;
	margin-right:auto;
	background: #fff url(../images/content_bg.jpg) top center no-repeat;
	display:block;
	overflow:hidden;
}

#contentwrapperhome {
	width: 800px;
	background: #fff;
	display:block;
	overflow:auto;
}
#contentwrappercorner1 {
	height: 30px;
	width: 22px;
	overflow: hidden;
	background: url(../images/cnr_l.gif) bottom left no-repeat;
}

.contentimg{
  position:relative;
  margin: 10px 10px;
  padding: 10px 10px;
  float:right;
}

#header {
	height:115px;
	min-width:800px;
	margin:0;
}

#header .logo {
	background: url(images/logo.jpg) no-repeat scroll 0 0;
	float:left;
	margin: 10px;
}

/*#header img {
	float:left;
	width: 297px;
	margin: 20px 240px 0px 20px;
}*/

#headernav {
	font-size:12px;
	/*height:35px;*/
	margin: 0 0 2px 0;
	width:700px;
}

#headernav ul li {
	float:right;
	width:auto;
	font-family:Verdana,Arial;
	margin: 17px 15px 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	z-index: 9999;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #06F;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#footer ul li { 
	display: inline;
}

#footer ul li a { 
text-decoration: none;
}

#fullpage {
	float: left;
	width: 750px;
	padding: 10px 20px;
	text-align:left;
}

#fullpage h1{
  font-family: Ariel, sans-serif;
  font-size:32px;
  font-weight:400;
  margin-bottom:10px;
  margin-top: 30px;
}

#fullpage_content img{
  position:relative;
  margin:0;
}
#fullpage_content .smimg{
  position:relative;
  margin: 10px 10px;
  float:right;
}

#fullpage_content {
	width: 745px;
	min-height: 600px;
	text-align:left;
	padding: 10px 10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #e5e5e4;
}


#fullpage_content li{
	margin: 0 0 0 25px;
}

#left_sidebar {
	float: left;
	width: 525px;
	padding: 10px 20px;
	text-align:left;
}

#left_sidebar h1{
  font-family: Ariel, sans-serif;
  font-size:32px;
  font-weight:400;
  margin-bottom:10px;
  margin-top: 30px;
}

#left_sidebar_content {
	width: 520px;
	min-height: 600px;
	text-align:left;
	padding: 10px 10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #e5e5e4;
}


#left_sidebar_content li{
	margin: 0 0 0 25px;
}

.disclaimer{
	font-size:12px;
	font-style:italic;
	line-height:normal;
}

#main {
	width: 800px;
	height:200px;
	margin: 0 0 50px 0;
	background: url(../images/main.png) top center no-repeat;
}

#main-splash {
	width: 800px;
	height:200px;
	margin: 0 0 50px 0;
	background: url(../images/main.png) top center no-repeat;
}

p {
	margin:0.4em 0 0.8em;
	padding:0;
}

#right-sidebar {
	float: right;
	width: 200px;
	padding: 72px 0 0 0;
	margin-right: 20px;
	text-align:left;
	line-height:1em;
}

#search {
	float:right;
	width: 350px;
	margin: 10px;
}

#sidebarbox {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #4aa0d3;
	height: 100%;
	width: 200px;
	background: url(../images/blueheader.jpg) top center repeat-x;
}

#sidebarboxtext {
	font-family:Verdana, sans-serif;
	color: #f2f2f2;
	font-size:15px;
	font-weight:500;
	padding-left:20px;
	padding-top: 5px;
}
#sidebarbox img {
	display:block;
	margin-right:auto;
	margin-left:auto;
}
#sidebarbox p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 4px 7px;
}

table {
	border-collapse:collapse;
	margin:4px 6px 2px 2px;
}

.topimg{
  position:relative;
  margin:0;
}

ul{
 	/*list-style: none;*/
 	margin: 0;
 	padding: 0;
}

<!-- Navigation-->

#navwrapper {
	width: 800px;
	height:60px;
	margin: 0 0 0 0;
}

#navwrapper2 {
	width: 800px;
	height:72px;
	margin: 0 0 0 0;
}

ul.dropdown {
	position:relative;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.dropdown li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
}

ul.dropdown a:hover {
	color:#000000;
}

ul.dropdown a:active {
	color:#FFA500;
}

ul.dropdown li a {
	display:block;
}

ul.dropdown li.hover, ul.dropdown li:hover {
	position:relative;
}

/* Level Two*/

ul.dropdown ul {
	left:5px;
	position:absolute;
	top:100%;
	visibility:hidden;
	width:180px;
	text-align:left;
	background: #f2f2f2; /*prevents dd from disappearing over float*/
	list-style: none;
	z-index:9999;
}

ul.dropdown ul li {
	/*background:#F6F6F6 none repeat scroll 0 0;*/
	border-bottom:1px solid #CCCCCC;
	color:#000000;
	float:none;
	font-weight:normal;
	font-family: Arial, sans-serif;
}

ul.dropdown ul li a {
	border-right:medium none;
	display:inline-block;
	width:100%;
	padding:4px 8px;
}

ul.dropdown ul ul {
	left:100%;
	top:0;
}

ul.dropdown li:hover > ul {
	visibility:visible;
}
.navleft {
	height:60px;
	width:117px;
	background:transparent url(../images/nav_left2.jpg) no-repeat scroll center top;
	margin:0;
}

.navcompany {
	height:60px;
	width:136px;
	background:transparent url(../images/nav_company2.jpg) no-repeat scroll center top;
	margin:0;
}

.navservices {
	height:60px;
	width:140px;
	background:transparent url(../images/nav_services2.jpg) no-repeat scroll center top;
	margin:0;
}

.navinnovations {
	height:60px;
	width:136px;
	background:transparent url(../images/nav_innovations2.jpg) no-repeat scroll center top;
	margin:0;
}

.navmyprojects {
	height:60px;
	width:139px;
	background:transparent url(../images/nav_myprojects2.jpg) no-repeat scroll center top;
	margin:0;
}

.navright {
	height:60px;
	width:130px;
	background:transparent url(../images/nav_right2.jpg) no-repeat scroll center top;
	margin:0;
}

<!-- End Navigation-->

#splashtext {
	width: 100px;
}

<!-- Three Boxes-->
#boxes {
	width: 800px;
	margin: 0 0 1em 0;
}

#leftnav {
	float: left;
	width: 233px;
	margin: 0 0 0 15px;
	padding: .5em;
}

#boxes p {
	line-height: 2.5em;

}

#rightnav {
	float: right;
	width: 245px;
	margin: 0;
	padding: .5em;
}

#content {
	margin-left: 267px;
	margin-right: 282px;
	padding:.5em;
	color: #333;
	width: 233px;
}

#leftnav p, #rightnav p, #content p{
	margin: 0 0 1em 0; 
}

.headerboxtext{
	font: 16px Arial, sans-serif;
	font-weight:800;
	color:#0075c8;
	text-align:left;
}

.boxtagline {
	font-size:12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

