@charset "UTF-8";

html, body
{
	height: 100%;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #252c36;
	font-size: 12px;
}

.wrapper
{
    min-height: 100%;
	height: auto !important;
	height: 100%;
    margin-bottom: -40px;
}

#headerlg
{
	text-indent: 2%;
	height:200px;
	line-height: 200px;
	background: #313843;
	background-image:url(img/headerv2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 40px;
	color: #ffffff;
}

.body
{
	margin: 0;
    padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1080px;
}

/* old code *//*

#menuOld
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 10px 0;
	background: #ffffff url("img/nav.gif");
	height: 46px;
	line-height: 46px;
}

#itemsOld
{
	margin-left: auto;
	padding-left: 28px;
	margin-right: auto;
	width: 828px;
	color: #000;
}

#menuOld a
{
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #b7cbd7;
	display: block;
	float: left;
	padding: 0 10px;
	
}

#menuOld a:hover
{
	background: #ffffff url("img/navover.gif");
}

#selectedOld
{
	background: #ffffff url("img/navover.gif");
}

#preselectedOld
{
	background: #ffffff url("img/navover.gif");
}

*/

a
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #b7cbd7;
}

h1
{
	color: #ffffff;
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
	
}

h2
{
	color: #ffffff;
	font-size: 22px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
	
}

p
{
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align:justify;
}

blockquote
{
	border: 1px #333 solid;
	border-left: 5px #333 solid;
	background: #262626;
	margin: 10px 0;
	padding: 10px;
}

ul
{
	margin: 10px 0;
	padding-left: 32px;
}

li
{
	list-style-image: url("img/bullet.png");
}

.right3
{
	float: right;
	margin: 0;
    padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.right2
{
	float: right;
    padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.right
{
	width: 482px;
	font: 10px arial,sans-serif;
	float: right;
	padding-right: 5px;
	padding-top: 3px;
}

.about
{
	padding-top: 8px;
	padding-left: 24px;
}

small
{
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}
.name
{
	color: #b7cbd7;
	font-family: Verdana, sans-serif;
	font-size: 15px;
}

.borderedimg
{
	padding:4px;
	border: 2px solid #ffffff;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.molecimg
{
	padding:4px;
	border: 2px solid #ffffff;
}

.footer
{
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	background-image:url(img/nav.gif);
}

.footer p
{
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
	display: block;
	padding-left:0px;
	padding-top:6px;
	color: #fefefe;
	font: 10px arial,sans-serif;
	text-align: left;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* new main menu */

#newMenuWrapperDynamic
{
	background-color:transparent;
	height: 50px;
	width:622px;
	padding:0;
	margin-top:-46px;
	margin-left:auto;
	margin-right:auto;
	float: right;
}

#newMenuWrapperStatic
{
	background-color:transparent;
	height: 50px;
	width:622px;
	padding:0;
	margin-top:-46px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	right:-256px;
}

#menu
{
	font-size:9px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 98px;
	float: left;
}

#menu a, #menu h2
{
	display: block;
	margin: 0;
	padding-left:8px;
	padding-top:4px;
}

#menu h2
{
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a
{
	color: #fff;
	background-image:url(img/nav2.png);
	background-repeat:no-repeat;
	height:46px;
}

#menu a:hover
{
	color: #fff;
	background-image:url(img/nav2hover.png);
	background-repeat:no-repeat;
	height:46px;
}

#menu a.selected
{
	color: #fff;
	background-image:url(img/nav2hover.png);
	background-repeat:no-repeat;
	height:46px;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

/* old menu code */

/*<div id="menu">
	<div id="items">
	<a href="index.html">home</a>
    <a href="company.html" id="preselected">company</a>
    <a href="people.html"><em style="font-size:10px">people</em></a>
    <a href="facilities.html" id="selected"><em style="font-size:10px">facilities</em></a>
    <a href="tech.html">technology</a>
    <a href="http://news.ingenza.com">news</a>
    <a href="recruitment.php">recruitment</a>
    <a href="contact.html">contact</a></div>
</div>
*/
