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

@import url(nav.css);
@import url(submenu.css);
@import url(footer.css);
@import url(contact_form.css);

* {
	margin: 0;
	padding: 0;
}
	
body {
	background: #272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 66.5%;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

h1 {
	color: #99ccff;
	font-size: 1.8em;
	font-weight: 100;
}

h2 {
	color: #99ccff;
	font-size: 1.4em;
	font-weight: 100;
}

ul {
	margin: 10px;
	margin-right: 0px;
	font-size: 1.3em;
}

#wrapper {
	position: relative;
	display: block;
	margin: auto;
	width: 970px;
	background: none;
}

#headerContainer {
	position: relative;
	display: block;
	float: left;
	width: inherit;
	//width: 970px;
	height: 120px;
	background: #FFFFFF url(../img/bg_header.gif) repeat-x top;
}

#navigationContainer { background: #FFFFFF; }

#logo {
	position: relative;
	display: block;
	width: 260px;
	height: 70px;
	padding: 10px 0;
	margin: 0 30px;
}

#research_partner_logo {
	display: none;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

#bodyContainer {
	position: relative;
	display: block;
	float: left;
	width: inherit;
	background: #85B6CE;
}

#bodyContainer #bodyWrapper {
	position: relative;
	display: block;
	float: left;
	width: 910px;
	padding: 30px;
}

#footerContainer {
	position: relative;
	display: block;
	float: left;
	width: 910px;
	padding: 0 30px;
	background: #FFFFFF url(../img/bg_footer.gif) repeat-x top;
	color: #D4ABAC;
}

#footerContainer p { margin-top: 10px; }

#footerContainer a { color: #D4ABAC; text-decoration: none; }
#footerContainer a:hover { text-decoration: underline; }

#contactPageLeft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-left: 70px;
	width: 355px;
	color: #006699;
}

#contactPageLeft a {
	color: #006699;
	text-decoration: none;
}

#contactPageLeft a:hover {
	text-decoration: underline;
}

#contactPageRight {
	display: inline;
	float: left;
	width: 455px;
}

#footer_links {
	margin-left: -20px !important;
	
}