body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0b4076;
	margin: 0;
	padding: 0;
}

#headerouter {
	position: relative;
	float: left;
	width: 100%;
	height: 220px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0;
	background-image: url(/assets/images/header/bg.gif);
	background-repeat: repeat-x;
}

#headerinner {
	position: relative;
	float: none;
	width: 750px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(/assets/images/header/image.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
}

#navbarouter {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/nav/bg.gif);
	background-repeat: repeat-x;
	z-index: 3;
}

#navbarinner {
	position: relative;
	float: none;
	width: 786px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(/assets/images/nav/navbar.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	z-index: 4;
}

ul#topnavmenuvert { /* all lists */
	position: relative;	
	float: left;
	left: 20px;
	top: 0px;
	color: #272727;
	font-weight: bold;
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	z-index: 5;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	font-size: 0.7em;
}

ul#topnavmenuvert li { /* all list items */
	position: relative;	
	float: left;
	padding: 0;
	margin: 0;
	height: 28px;
	text-align: left;
	border-right: 1px solid #b4b2b2;
	width: 106px;
}

ul#topnavmenuvert li a {
	position: relative;	
	padding: 0;
	text-align: center;
	color: #0b4076;
	text-decoration: none;
	height: 28px;
	width: 106px;
	display: block;
}

/* Fix IE. Hide from IE Mac \*/

* html ul#topnavmenuvert li { 
	float: left; 
	height: 1%; 
}
* html ul#topnavmenuvert li a { 
	height: 1%; 
}

/* End */

ul#topnavmenuvert li a:hover {
	color: #0479ef;
}
	
ul#topnavmenuvert li>ul { 
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#topnavmenuvert ul{
	float: left;
	position: relative;
	text-transform: none;
	text-align: left;
}

ul#topnavmenuvert li ul li{
	width: 150px; /* Width of Menu Items */
	z-index: 7;
	margin: 0;
	padding: 0px;
	position: relative;
	float: left;
	top: 0px;
	left: -1px;
	border-bottom: 1px solid #c2c2c4;
	border-right: none;
	border-left: none;
	background-color: #ffffff;
}

ul#topnavmenuvert li ul{ /* second-level lists */
	padding: 0;
	list-style: none;
	position: absolute;
	margin: 0;
	display: none;
	top: auto;
	left: auto;
	width: 150px;
	background-color: #ffffff;
}

*html ul#topnavmenuvert li ul{ /* second-level lists */
	width: 150px;
	padding: 0;
	height: 22px;
}

ul#topnavmenuvert li ul li a{ /* second-level lists */
	text-align: left;
	width: 150px;
	height: 22px;
	padding: 0px 0px 0px 10px;
	margin: 0;
}

*html ul#topnavmenuvert li ul li a{ /* second-level lists */
	text-align: left;
	width: 150px;
	display: block;
}

ul#topnavmenuvert li ul li a:hover {
	color: #0479ef;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 150px;
	padding: 0px 0px 0px 10px;
}

ul#topnavmenuvert li:hover ul,ul#topnavmenuvert li.topoververt ul{ /* lists nested under hovered list items */
	display: block;
}

ul#topnavmenuvert:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul#topnavmenuvert {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html ul#topnavmenuvert{
	height: 1%;
}

#contentouter {
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 0px 0px 30px 0px;
	background-image: url(/assets/images/page/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#maincontent {
	position: relative;
	float: none;
	top: 20px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-size: 0.7em;
}

#maincontent ul {
	list-style-type: square;
}

#contentleft {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

#contentright {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

.contenthalfleft {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 49%;
	margin: 0px;
	padding: 0px;
}

.contenthalfright {
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	width: 49%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.contentfull {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 750px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#footer {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
	height: 28px;
	text-align: center;
	font-size: 0.8em;
}

#footer ul {
	position: relative;
	float: left;
	width: 100%;
	height: 28px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	font-size: 0.8em;
	font-weight: bold;
	color: #0479ef;
	text-decoration: none;
	padding: 0px 20px 0px 10px;
	background-image: url(/assets/images/footer/list_dots.gif);
	background-repeat: no-repeat;
}

#footer ul li a:hover {
	color: #0b4076;
	text-decoration: none;
	background-image: url(/assets/images/footer/list_dots_over.gif);
	background-repeat: no-repeat;
}

a {
	color: #0479ef;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0b4076;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #0479ef;
	font-family: arial, helvetica, sans-serif;
	font-size: 190%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dots.gif);
	background-repeat: no-repeat;
}

h2 {
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 190%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dots_white.gif);
	background-repeat: no-repeat;
}

h3 {
	color: #0479ef;
	font-family: arial, helvetica, sans-serif;
	font-size: 190%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dots.gif);
	background-repeat: no-repeat;
}

h4 {
	color: #0479ef;
	font-family: arial, helvetica, sans-serif;
	font-size: 170%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

h5 {
	color: #0479ef;
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	margin: 0px 0px 12px 0px;
	padding: 3px 0px 0px 10px;
	font-weight: bold;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dots.gif);
	background-repeat: no-repeat;
}

.service h5 a {
	color: #0479ef;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.service h5 a:hover {
	color: #0b4076;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

h6 {
	color: #0b4076;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.project h6 a {
	font-weight: bold;
	color: #0479ef;
}

.project h6 a:hover {
	font-weight: bold;
	color: #0b4076;
}


.feature {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 95%;
	background-color: #0b4076;
	padding: 10px;
	margin: 0px;
	color: #ffffff;
}

.feature a {
	color: #ffffff;
	font-weight: normal;
}

.feature a:hover {
	color: #0479ef;
	font-weight: normal;
}

.feature p {
	margin: 0px 0px 0px 0px;
}

.feature img {
	float: right;
	margin: -9px -9px -9px 10px;
}

.whitebox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 95%;
	background-color: #ffffff;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.whitebox img {
	padding: 0px 20px 0px 20px;
}

.sidebox {
	position: relative;
	float: left;
	width: 180px;
	padding: 10px;
	margin: 0px 0px 12px 0px;
	background-color: #ffffff;
}

.sidebox img {
	display: block;
	margin: 0px -9px -9px -9px;
}

.sidebox a {
	color: #0479ef;
	font-weight: normal;
}

.sidebox a:hover {
	color: #0b4076;
	font-weight: normal;
}

.sidebox h6 {
	color: #0b4076;
	font-weight: bold;
	font-size: 1em;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

.service {
	position:relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 3px;
	padding: 10px;
	width: 160px;
	min-height: 170px;
	background-color: #ffffff;
}

/* Fix IE. Hide from IE Mac \*/
* html .service {
	height: 170px;
}

/* End */

.service img {
	margin: 0px -10px 0px -10px;
	padding: 0px;
}

.service p {
	margin: 5px 0px 0px 0px;
	padding: 0;
}

.service a {
	color: #0b4076;
	font-weight: normal;
}

.service a:hover {
	color: #0479ef;
	font-weight: normal;
}

.project {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 730px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
}

.project img {
	float: left;
	margin: -10px 10px -10px -10px;
	padding: 0px;
	border: 1px solid #0479ef;
}

.project a {
	color: #0b4076;
	font-weight: normal;
}

.project a:hover {
	color: #0479ef;
	font-weight: normal;
}

.project .images {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 352px;
}

.project .images img {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border: 1px solid #0479ef;
}

.project .info {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 365px;
	text-align: left;
}

.paging {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: right;
}

.paging ul {
	margin: 0;
	padding: 0;
}

.paging ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.paging a {
	border: 1px solid #0479ef;
	background-color: #ffffff;
	color: #0479ef;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	margin: 0px 2px 0px 2px;
}

.paging a:hover {
	border: 1px solid #0b4076;
	background-color: #ffffff;
	color: #0b4076;
	text-decoration: none;
}

.teammember {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 3px;
	padding: 10px;
	width: 220px;
	height: 60px;
	background-color: #ffffff;
}

.teammember .title {
	font-weight: bold;
	color: #0479ef;
}

.teammember p {
	margin: 0;
	padding: 0;
}

.teammember a {
	font-weight: normal;
}

.teammember a:hover {
	font-weight: normal;
}

.vacancy {
	margin: 0;
	padding: 0;
}

.row {
	position: relative;
	float: left;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: center;
}

.row .label {
	position: relative;
	float: left;
	width: 48%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
}

.row .formelement {
	position: relative;
	float: right;
	width: 48%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.frmtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #afadaf;
	color: #0b4076;
}

.frmbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #afadaf;
	color: #0b4076;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/assets/images/misc/button_bg.gif);
	background-repeat: repeat-x;
}

.error {
	color: #0479ef;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}