@charset "utf-8";
/* CSS RESET */
tml, 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */

html,body{
	height: 100%;
	max-width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	background: #dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
}

.center{
	margin: 0 auto;
	position: relative;
}

.min-pad{
	padding-right: 4px;
}

.more img{
	position: relative !important;
	margin-top: 22px;
}

.last{
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

strong{
	font-weight: bold !important;
}

em{
	font-style: italic !important;
}

.error{
	color: #bd3234;
}

/* HEADER AND NAVIGATION  */

#header{
	width: 100%;
	height: 150px;
	display: block;
	background: #034d83 url('/images/background.png') top center no-repeat;
}

#socialm{
	position: absolute;
	right: 18px;
	bottom: 22px;
}

#navigation{
	width: 100%;
	height: 52px;
	display: block;
	background: #034d83 url('/images/nav_bg.png') top left repeat-x;
	font-size: 12px;
	border-bottom: #034d83 2px solid;
}

#navigation ul{
	width: 1020px;
	height: 52px;
	margin: 0 auto;
}

#navigation ul li{
	list-style-type: none;
	display: block;
	float: left;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
}

#navigation ul li ul{
	display: none;
	float: none;
	width: 200px;
	border-top: thin solid #3a589d;
	background: #106fb5;
}

#navigation ul li a{
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 17px 10px 18px 10px;
}

#navigation ul li a:hover{
	background: #2a90dc;
}

#navigation ul li:hover ul{
	display: block;
	position: absolute;
	top: 52px;
	left: 0px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	z-index: 9999;
}

#navigation ul li:hover ul li{
	z-index: 9999;
	background: #106fb5;
	width: 200px;
	cursor: pointer;
	padding: 0px;
}

#navigation ul li:hover ul li:hover{
	background: #2a90dc;
}

#navigation ul li:hover ul li a{
	width: 180px;
	display: block;
	padding: 17px 10px;
}

#banner{
	max-width: 1400px !important;
	height: 422px !important;
}

#banner-sub{
	max-width: 1400px !important;
	min-width: 1400px !important;
	height: 231px;
	display: block;
}

.biomedical{
	background: url('/images/content-biomedical.png') no-repeat;
}

.futurefuels{
	background: url('/images/content-futurefuels.png') no-repeat;
}

.information{
	background: url('/images/content-informationscience.png') no-repeat;
}

.nanotech{
	background: url('/images/content-nanotechnology.png') no-repeat;
}

.pharm{
	background: url('/images/content-pharmaceutical.png') no-repeat;
}

.automotive{
	background: url('/images/content-automotive.png') no-repeat;
}

#search{
	width: 302px;
	position: absolute;
	bottom: -20px;
	right: 16px;
}

#cse{
	width: 391px;
	padding: 0px;
}

#cse table tr{
	border: none !important;
}

#cse table tr td{
	border: none !important;
}

.cse .gsc-control, #cse .gsc-constrol-cse{
	background-color: transparent !important;
	border: none !important;
}

/* CONTENT */
#content, #content-sub{
	width: 100%;
	background: #ffffff url('/images/text_bg.png') repeat-x;
	font: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 21px;
}

#content .center, #content-sub .center{
	width: 1000px;
	padding: 50px 0 20px;
}

#content-sub .center{
	padding-top: 0px !important;
}

#content h1{
	color: #1272b9;
	font-size: 22px;
	font-family: "Constantia", "Times New Roman", Times, serif;
}

#content h2{
	color: #439a36;
	font-size: 16px;
	font-weight: bold;
}

#content p{
	padding: 20px 0;
}

#content .left{
	width: 350px;
	margin: 10px;
}

#content-sub .left h1, #content-sub .right h1{
	font-family: "Constantia", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333
}

#content-sub .left h2, #content-sub .right h2{
	font-family: "Constantia", "Times New Roman", Times, serif;
	font-size: 22px;
	color: #fff;
}

#content-sub table{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}

#content-sub table tr{
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
}

#content-sub table tr td{
	vertical-align: middle !important;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
}

#content-sub table tr td h2{
	margin-bottom: 0px !important;
}

#content-sub .left, #content-sub .right{
	width: 217px;
	min-height: 640px;
	background: url('/images/sidebar.png') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content-sub .mid{
	float: left;
	width: 566px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#content-sub .mid h1{
	font-family: "Constantia", "Times New Roman", Times, serif;
	font-size: 22px;
	color: #1272b9;
}

#content-sub .mid h2{
	font-family: "Constantia", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2a94e3;
	margin-bottom: 22px;
}

#content-sub .mid h3{
	font-size: 13px;
	color: #2a94e3;
}

#content-sub .mid ul{
	margin-bottom: 15px;
}

#content-sub .mid ul li{
	font-size: 13px;
	line-height: 19px;
	padding: 12px 11px;
}

#content-sub .mid p{
	margin: 0 0 22px !important;
}

#content-sub .mid ul li:nth-child(odd){
	background: #def0fc;
}

#content-sub .right ul{
	margin-top: 10px;
	list-style: disc;
	margin-left: 15px;
}

#content-sub .left img{
	margin: 0 -6px;
}

#content-sub p{
	margin: 10px 0 28px;
	color: #333333;
}

#content-sub a{
	color: #1272b9;
	text-decoration: none;
}

#content-sub a:hover{
	text-decoration: underline;
}

.inner-text{
	padding: 56px 15px 0 15px;
}

#content .left a{
	color: #1272b9;
	font-weight: bold;
	text-decoration: none;
}

#content .left a:hover{
	text-decoration: underline;
}

.blue-small{
	width: 200px;
	height: 153px;
	background: url('/images/blue-small.png') no-repeat;
	padding: 25px 15px 0;
	margin: 0 -15px;
}

.blue-medium{
	width: 198px;
	height: 211px;
	background: url('/images/blue-large.png') no-repeat;
	padding: 21px 10px;
	margin-top: 36px;
}

#content .right{
	margin: 10px 0 0 10px;
	width: 245px;
}

#content .right h1{
	margin-left: 10px;
}

#content .right p{
	padding: 0;
}

#content .right a{
	color: #1272b9;
	font-size: 14px;
	margin-left: 10px;
}

#content .right ul li{
	font-size: 14px;
	color: white;
	background: #439a36;
	line-height: 20px;
	padding: 8px;
	margin: 10px 0;
}

#content .right ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px !important;
}

#content .right ul li a:hover{
	text-decoration: underline;
}

#content #img{
	width: 360px !important;
	margin: 0 15px 0 0;
}

label{
	display: inline-block;
	min-width: 150px;
}

/* FOOTER */
#footer{
	background: #eeeeee; 
	width: 100%;
	height: 75px;
	position: relative;
}

#footer .center{
	width: 1000px;
}

#foot_left{
	position: absolute;
	left: 0px;
	margin-top: 10px;
}

#foot_right{
	position: absolute;
	right: 0px;
	text-align: right;
	font-size: 14px;
	margin-top: 14px;
}

#foot_right ul{
	width: 255px;
	text-align: right;
	float: right;
}

#foot_right ul li{
	list-style-type: none;
	display: block;
	float: left;
	margin: 8px 8px 5px;
}

#foot_right ul li a{
	color: #004c85;
	text-decoration: none;
}

#foot_right ul li a:hover{
	text-decoration: underline;
}

#foot_right p{
	color: #333333;
}