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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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;
}

/******************************************************
				***	RESEARCH PAGE ***
******************************************************/
/******Research Page Dropdown******/
.rs-content
{
	position:absolute;
	top:40px;
	background-color:rgb(254,155,72);
	margin-left:32px;
	display:none;
	margin-top:8px;
}

.rs-content a
{
	color:white;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

.rs-sub ul li a
{
	color:white;
	text-decoration:none;
	cursor: pointer;
}

.rs-sub ul li a:hover
{
	color:white;
	text-decoration:none;
	cursor: pointer;
}

.rs-sub ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.navButton:hover .rs-content
{
	display: block;
}

/******End of Dropdown******/



/* Make banner text left aligned and give it a white font colour */
#banner
{
	float:left;
	margin:-5px;
}

#banner p
{
	color:white;
	padding:35px;
}

/*#banner p
{
	text-align:left;
	color:white;
	padding:30px;
	font-family: 'Montserrat', sans-serif;
}*/

/************ BODY CONTAINER *************/
#bodyContainer
{
	width:90%;
	height:auto;
	margin-left: 5%;
	margin-top:60px;
	display:inline-block;
}

#cross
{
	float:left;
	margin-top:7px;
}

#bodyContainer p{
	margin-left:100px;
}