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

@import url(https://fonts.googleapis.com/css?family=Raleway:500,600,700,400);




div.mNav{
	display:none;	
}
	


/* GENERAL */
body{
	background-color:#333;
	padding:0;
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
}

p{
	line-height:1.4;
}

div{
	line-height:1.4;
}

h1.mainHeader{
	font-size:32px;
	color:#777;
	font-weight:400;
}

h1.subHeader{
	font-size:24px;
	color:#777;
	font-weight:300;
}

h1.subHeaderContent{
	font-size:24px;
	color:#777;
	font-weight:300;
	margin-top:50px;
}



/* HEADER */
div.containerHead{
	width:100%;
	background-color:#183A59;
	background-image:url(images/bg_headerContainer.png);
	background-position:left top;
	background-repeat:repeat-x;
	overflow:auto;
}

div.head{
	height:100px;
	width:950px;
	margin:0 auto;
}

a.home{
	float:left;
}

a.home img{
	border:none;
	height: 90px;
	padding: 5px 0 0 0;
	width: auto;
}

form.searchBox{
	float:right;
	margin-top:25px;
}

input.searchField{
	border:1px solid #fff;
	padding:10px;
	border-radius:4px;
	width:200px;
	margin-right:10px;
	color:#555;
}

div.nav{
	background-color:#132D45;
	width:100%;
	overflow: auto;
}

ul.nav{
	margin:0 auto;
	width:950px;
	padding:0;
	overflow:auto;
}

ul.nav li{
	padding:10px 10px;
	float:left;
	list-style:none;
}


ul.nav li a {
	color:#ededed;
	text-decoration:none;
	font-weight:400;
	font-size:.95rem;
	display:block;
}

ul.nav li:hover{
	background-color:#3A88D1;
}


/* FOOTER */
div.footerContainer{
	width:100%;
	clear:both;
	padding:20px 0 50px 0;
	overflow:auto;
}

div.footerBox{
	max-width:950px;
	font-family: 'Raleway', sans-serif;
	font-size:0.75rem;
	font-weight:400;
	color:#ccc;
	margin:0 auto;
}

div.footerInfo{
	float:left;
	margin-right:3%;
	width:21%;
}

div.footerInfo a{
	text-decoration:none;
	color:#b1dffd;
}

div.footerInfo img{
		height: 30px;
}


/* BODY - BANNER */


.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	color: white;
	font-size: 12px;
	background: url(images/b21.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

.jssora21l, .jssora21r {
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(images/a11.png) center center no-repeat;
	overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }	



/* BODY */

div.bodyContainer{
	background-color:#fff;
	overflow:auto;
	clear:both;
}

div.bodyContent{
	max-width:950px;
	margin:0 auto;
	padding:50px 0;
	overflow:auto;
	clear:both;
	min-height:400px
}


div.dynamicContent{
	margin:25px 0;
	overflow:auto;
}

div.dynamicContent a{
	text-decoration:none;
	color:#900;
}

div.twoColumnContainer{
	overflow:auto;
	display:block;
	width:100%;
	border-top:1px solid #ededed;
}


div.twoColumnLeft{
	float:left;
	width:43%;
	overflow:auto;
	display:block;
	padding:2% 3%;
}

div.twoColumnRight{
	float:right;
	width:43%;
	overflow:auto;
	display:block;
	padding:2% 3%;
}




/* REFS */

div.navLeft{
	width:20%;
	float:left;
	overflow:auto;
	text-align:right;
}

div.mainRight{
	width:75%;
	float:right;
	overflow:auto;
	border-left:1px solid #ededed;
	padding-left:3%;
}


div.newsContainerHome{
	overflow:hidden;
	clear:both;
	padding:30px 0;
	margin:10px 0;
}

div.newsContainer{
	border-top:1px solid #ededed;
	overflow:auto;
	clear:both;
}


h1.newsHeader{
	font-size:20px;
	color:#555;
	font-weight:400;
	margin-top:0;
}


ul.sideNavMain{
	padding:0;
	margin:10px 0;
}

ul.sideNavMain li{
	list-style:none;
	padding:5px 5px 5px 0;
}

ul.sideNavMain li a{
	font-size:18px;
	text-decoration:none;
	color:#900;
}



ul.sideNav{
	padding:0;
	margin:10px 0;
}

ul.sideNav li{
	list-style:none;
	padding:5px 5px 5px 0;
	border-bottom:1px dashed #ededed;
}

ul.sideNav li a{
	text-decoration:none;
	color:#990000;
	font-size:14px;
}

table.newsEvents{
	width:100%;
	padding-bottom:50px;
}

td.newsEventsDate{
	width:20%;
	vertical-align:top;
	padding:35px 15px 30px 0;
	text-align:right;
	font-size:16px;
}

td.newsEventsDesc{
	width:80%;
	vertical-align:top;
	padding:30px 10px 30px 0;
	border-bottom:1px dashed #ccc;
}

td.newsEventsDesc a{
	color:#900;
	text-decoration:none;	
}

ul.refs{
	margin:0 auto;
	padding:0;
	width:100%;
}

ul.refs li{
	list-style:none;
	padding:10px 0;
	overflow:auto;
	clear:both;
}


ul.refs li a{
	color:#990000;
	text-decoration:none;
}


/* PUBLICATIONS */

div.abstract{
	font-size:14px;
	border-radius:5px;
	width:90%;
	display:none;
	padding:20px;
	background-color:#efefef;
	margin:20px auto;
	z-index:999;
	position:relative;
}

div.callOut{
	margin:-30px 0 0 -10px;
	overflow:auto;
}

div.abstract p{
	font-size:14px;
}

img.coverImage{
	width: 75px;
	height:auto;
	margin-right:25px;
	border:1px solid #ccc;
	float:left;
}
