/* ============================ RESET ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================ Custom CSS ============================== */

body {
	margin: 0;
	padding: 0;
	height:100%;
	background: #000000 url(../image/body-bg.png) left top repeat-x;
	font-family: arial, helvetica, Times, serif;
	color: #000000;
}
img.floatLeft { 
    float: left; 
    margin: 10px 10px 10px 0;
}	
img.floatRight { 
    float: right; 
    margin: 10px 0 10px 10px;
}
img {
	border:none;
}
a {
text-decoration: none;
color: #fff;
}

/*================================ Fonts ===================================*/

p {
font-size: 12px;
line-height: 14px;
}

br {
clear: both;
}

h3 {
	color: #014979;
	font-size: 18px;
	font-weight: normal;
}
/*================================ header ===================================*/
#header {
	width: 900px;
	margin: 0 auto;
	height: 140px;
	padding-top: 30px;
}

a.logo {
	text-indent: -9999px;
	background: transparent url(../image/logo.png) left top no-repeat;
	height: 100px;
	width: 370px;
	float: left;
}

#navWrapper {
	width: 530px;
	float: right;
}

a.contact {
	width: 295px;
	height: 60px;
	text-indent: -9999px;
	background: transparent url(../image/get-in-touch.png) left top no-repeat;
	display: block;
	margin: 5px 0 0 95px;
}
a.contact:hover, a.contact.hover {
	background-position: 0 -60px;
}

/*============================== Nav ==================================*/

ul#nav{
	float: right;
	height: 40px;
	background: transparent url(../image/nav-bg.png) 0 0 no-repeat;
	padding-left: 410px;
	width: 490px;
}
ul#nav li {
	float: left;
	display: inline;
	position: relative;
	height: 39px;
	padding-top: 1px;
}
ul#nav li a {
	display: block;
	height: 31px;
	paddin: 1px 0 0 0;
	font-size: 1%;
	background: transparent url(../image/nav-sprites.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
ul#nav li a.home {
width: 48px;
}
ul#nav li a.eorTech {
width: 115px;
background-position: -48px 0;
}
ul#nav li a.labCap {
width: 158px;
background-position: -163px 0;
}
ul#nav li a.publications {
width: 94px;
background-position: -321px 0;
}
/*============*/
ul#nav li a.home:hover {
background-position: 0 -31px;
}
ul#nav li a.eorTech:hover {
background-position: -48px -31px;
}
ul#nav li a.labCap:hover {
width: 158px;
background-position: -163px -31px;
}
ul#nav li a.publications:hover {
width: 94px;
background-position: -321px -31px;
}

/*================================== content ==================================*/
	
#contentMain {
	width: 900px;
	min-height: 300px;
	margin: auto;
	background: #ffffff url(../image/content-bg.png) left top no-repeat;
	position: relative;
	padding-top: 20px;
}

#contentBody {
	float:left;
	width: 465px;
	margin: auto;
	padding: 0 25px 20px 20px;
	background: transparent url(../image/shadow.png) right 0 no-repeat;
	min-height: 415px;
	height: auto !important;
	_height: 415px;
}
#contentBody h2 {
	background: transparent url(../image/h1.png) no-repeat scroll left top;
	color: #FFFFFF;
	font-family: helvetica,arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-left: -30px;
	padding-bottom: 14px;
	padding-left: 30px;
	text-shadow: 1px 1px 0 #000000;
}
#contentBody p {
	padding-bottom: 10px;
	line-height: 20px;
	color: #333333;
}
#contentBody a {
	color: #014979;
	text-decoration: underline;
}
#contentBody a:hover {
	color: #000;
}
#contentBody ul {
	padding-bottom: 10px;
}
#contentBody ul li {
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 3px;
	margin-left: 15px;
	list-style-type: square;
	color: #333333;
}
#contentBody ol, #contentBody ul ul {
	padding-top: 5px;
	margin-left: 25px;
}
#contentBody ol li, #contentBody ul ul li {
	list-style-type: disc;
}
#sidebar {
	float: right;
	width: 348px;
	min-height: 232px;
	padding: 0 20px 40px;
	background: transparent url(../image/scrolls.gif) center bottom no-repeat;
}
#sidebar img {
width: 330px;
padding: 9px;
background: #999999 url(../image/img-bg.jpg) left top no-repeat;
}
ul#links {
	margin-top: 20px;
}
ul#links li {
	display: block;
	width: auto;
}
ul#links li a {
	background:transparent url(../image/icons.png) no-repeat scroll 0 0;
	color: #FFF;
	float:left;
	font-family:Helvetica,Arial,sans-serif;
	font-size:20px;
	height:39px;
	margin:0 0 10px 37px;
	overflow:hidden;
	padding:11px 0 0 62px;
	width:215px;
}
ul#links li a.nthChild-2 {
	background-position: 0 -100px;
}
ul#links li a.nthChild-1:hover {
	color: #000000;
	background-position: 0 -50px;
}
ul#links li a.nthChild-2:hover {
	color: #000000;
	background-position: 0 -150px;
}
/*============================== contactForm ==================================*/
#contactForm {
	font-size: 12px;
	margin: 10px 0 0 0;
	position: relative;
	background: #cccccc;
	border: 1px solid #999;
	padding: 20px;
}
#contactForm label {
	font-weight: bold;
}
#contactForm label em {
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
#contactForm input, #contactForm textarea {
	width: 420px;
	margin: 3px 0 10px 0;
	color: #fff;
	border: 1px solid #666;
	background: #999;
}
#contactForm input.submit {
	width: 100px;
	border: 1px solid #333;
	background: #999;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#contactForm textarea {
	height: 70px;
}

/*================================= Footer =====================================*/
#footer {
	width:880px;
	height: 20px;
	color: gray;
	margin:auto;
	padding:20px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #000;
}

p.link {
	font-family:Arial, Helvetica, sans-serif; 
	float: left;
	line-height: 20px;
}
p.copy {
	font-family:Arial, Helvetica, sans-serif; 
	float: right; 
	text-align:right;
	line-height: 20px;
}

ul#nk {
	margin:0 auto;
	width:50px;
	height:20px;
	float:left;
	overflow: hidden;
}
ul#nk li{
	display: block;
}
ul#nk li a{
	width:50px;
	display: block;
	text-decoration: none;
	margin-left: 5px;
	height:20px;
	float:left;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../image/nklogo.png") 0 0 no-repeat;
}
ul#nk li a:hover, ul#nk li a.hover {
	background-position: 0 -20px;
}
/*======== Special ===================================================================================*/
/* Clear fix */
.clear:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.clear {
display: block;
}

/* Hides from Internet Explorer for the Mac \*/
.clear {
min-height: 1%;
}

* html .clear {
height: 1%;
}
/* End hide */

