

/* New ELF Templates - MAIN SITE*/
/* ----------------- */

* {
	padding: 0;
	margin: 0;
}

p {
	padding: 5px 0;
}

.offScreen {
	position: absolute;
	left: -50000px;
}

.clear {
	clear: both;
}

body {
	background: #fff url('/images/wrapper_repeat.gif') top center repeat-y;
	font-family: arial, sans-serif;
	font-size: 1em;
	color: #333333;
	overflow: -moz-scrollbars-vertical;
}


/* Override standard styling */
/* ------------------------- */

img {
	border: 0;
}

a {
	color:#0E1F72;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h3, h4 {
	font-weight: normal;
}

address {
	font-style: normal;
}

#header {
	width: 100%;
	height: 104px;
	background: #010101;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 28px;
	left: 0px;
}

#headerInner {
	position: relative;
	width: 880px;
	height: 102px;
	margin: 0 auto;
	background: #010101 url('/images/header_bg.gif') no-repeat 120px 0;
}

#wrapper {
	clear: both;
	width: 880px;
	margin: 0 auto;
	font-size: 0.85em;
	text-align: left;
	
}

/** Navigation Block **/
/** ---------------- **/

ul#navigation {
	width: 900px;
	line-height: 25px;
	font-size: 0.928em;
}

ul#navigation li {
	text-transform: uppercase;
	float: left;
	height: 25px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}

ul#navigation li.selected {
	border-bottom-color: #fff;
	padding-bottom: 0 !important;
	padding-bottom: 1px;
}

ul#navigation li#homeNav {
	width: 213px;
	text-align: left;
	padding-left: 15px;
	border-left: 0;
}

ul#navigation li#aboutNav {
	width: 85px;
}

ul#navigation li#newsNav {
	width: 60px;
}

ul#navigation li#newsNav {
	width: 60px;
}

ul#navigation li#servicesNav {
	width: 78px;
}

ul#navigation li#intranetNav {
	width: 78px;
}

ul#navigation li#membersNav {
	width: 78px;
}


ul#navigation li#researchNav {
  width: 78px;
}

ul#navigation li#linksNav {
	width: 106px;
}

ul#navigation li#contactNav {
	width: 80px;
	border-right: 0;
}

ul#navigation li a {
	color: #000;
}

ul#navigation li.selected a {
	color: #004276;
}

ul#navigation li a:hover {
	color: #004276;
}


h2 {
	font-family: georgia, "times new roman", times;
	color: #0e1f72;
	font-size: 1.9em;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-family: georgia, "times new roman", times;
	color: #0e1f72;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: smooth;
}

/* Two Col Homepage etc */
/* -------------------- */

.twoColContainer {
	width: 870px;
	float: left;
	display: inline; /* IE 6 double margin bug */
	margin-left: 15px;
	/*background: url('/images/twoCol_bgRepeat.gif') repeat-y;*/
	margin-bottom: 10px;
}

.twoColContainer .leftCol {
	float: left;
	width: 515px;
	padding: 0 10px 10px 0;
}

.twoColContainer .leftCol .leftMain {
	float: left;
	width: 330px;
	padding-bottom: 10px;
}

.twoColContainer .leftCol .leftMainmembers {
	float: left;
	width: 450px;
	padding-bottom: 10px;
}

.twoColContainer .leftCol .leftMainnews {
	float: left;
	width: 470px;
	padding-bottom: 10px;
}

.twoColContainer .leftCol .leftMainnews h4 {
	font-weight: bold;
	font-family: Georgia, "times new roman", times;	
}


.twoColContainer .leftCol h3 {
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 1em;
}

.twoColContainer .leftCol ul {
	padding-left: 30px;
}

.twoColContainer .leftCol .leftMainCol2 {
	float: right;
	width: 179px;
}

.twoColContainer .rightCol .leftMainCol2news {
	float: left;
	background: #e6f3f3;
	margin-top: 10px;
	padding:15px;
	}
	
.twoColContainer .rightCol .leftMainCol2news p{
	width: 300px;
	}
	
.twoColContainer .rightCol .leftMainCol2news h3 {
	padding-top: 10px;
	text-transform: uppercase;
	font-family: georgia, "times new roman", times;
	color: #0e1f72;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: smooth;
	text-decoration: none;
}

.twoColContainer .leftCol .leftMainCol2 h3 {
	background: url('/images/double_line_divide.gif') no-repeat 0 -1px;
	padding-top: 10px;
	text-transform: uppercase;
	font-family: georgia, "times new roman", times;
	color: #0e1f72;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: smooth;
	text-decoration: none;
}

.twoColContainer .leftCol .leftMainCol2 a {
	font-size: 0.85em;
}

.twoColContainer .rightCol {
	float: left;
	width: 340px;
	margin-bottom: 15px;
}

.twoColContainer .rightCol .rightcolmemberlist{
	float: left;
	width: 300px;
	padding-left:10px;
	background: #fff;
	
}

.twoColContainer .rightCol h3 {
	padding-top: 10px;
	text-transform: uppercase;
	font-family: georgia, "times new roman", times;
	color: #0e1f72;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: smooth;
	text-decoration: none;
}

.twoColContainer .rightCol ul {
	padding-left: 30px;
}

.twoColContainer .rightCol a {
	font-size: 0.85em;
}

.twoColContainer .rightCol #rightGrey {
	float: left;
	padding: 15px;
	background:#e6f3f3;
}

.twoColContainer .rightCol .rightGreymembers {
	float: left;
	padding: 15px;
	background:#e6f3f3;
}

.twoColContainer .rightCol #rightGrey h3 {
	text-transform: uppercase;
	font-family: Georgia, "times new roman", times;
	padding-bottom: 1em;
}

.twoColContainer .rightCol #rightGrey h4 {
	font-weight: bold;
	font-family: Georgia, "times new roman", times;	
}

.twoColContainer .rightCol  .rightGreymembers .members-list {
	font-weight:bold;
	list-style-type:none;
	margin:0pt 0pt 20px;
	padding:10px 0pt 0pt;
}

.twoColContainer .rightCol #rightGreynews {
	float: left;
	padding: 15px;
	background: #e6f3f3;
}

.twoColContainer .rightCol #rightGreynews h3 {
	text-transform: uppercase;
	font-family: Georgia, "times new roman", times;
	padding-bottom: 1em;
}

.twoColContainer .rightCol #rightGreynews h4 {
	font-weight: bold;
	font-family: Georgia, "times new roman", times;	
}

.twoColContainer .rightCol .formContainer {
	background: #fff;
	width: 340px;
	padding-top: 10px;
	padding-bottom: 6px;
	float: left;
}

.twoColContainer .rightCol form {
	position: relative;
	right: -4px;
	border-left: 4px solid #0e1f72;
	padding-left: 17px;
}

.twoColContainer .rightCol form h3 {
	text-transform: uppercase;
	font-family: Georgia, "times new roman", times;
	padding-bottom: 5px;
}

.twoColContainer .rightCol form .field {
	width: 120px;
	float: left;
}

.twoColContainer .rightCol form .field label {
	color: #666666;
	font-size: 0.8em;
}

.twoColContainer .rightCol form .field input {
	width: 105px;
	float: left;
	border: 1px solid #cccccc;
	padding: 0 0 0 2px;
	font-size: 0.9em;
}

.twoColContainer .rightCol form input.loginSubmit {
	border: 0;
	color: #fff;
	background: #004276;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 1px 7px 1px 7px;
	border: 1px solid #4e4e4e;
}

.twoColContainer .rightCol form input.loginSubmit:hover {
	cursor: hand;
	cursor: pointer;
}

.twoColContainerError {
	float: left;
	width: 400px;
	display: inline; /* IE 6 double margin bug */
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.twoColContainerError .formLabel{
	float: left;
	width: 20px;
	display: inline; /* IE 6 double margin bug */
	margin-left: 10px;
	padding-top: 8px;
	color: #000;
	font-size:0.8em;
	line-height: 1.7em;
}

.twoColContainerError .form{
	float: left;
	width: 100px;
	display: inline; /* IE 6 double margin bug */
	margin-left: 50px;
}

.twoColContainerError  .loginSubmit {
	background:#004276 none repeat scroll 0%;
	border:1px solid #4E4E4E;
	color:#FFFFFF;
	font-size:0.8em;
	margin-top:10px;
	padding:1px 7px;
	text-transform:uppercase;
}

.twoColContainerError .loginform {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 140px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-left: 3px;
}

.twoColContainerError .error {
	color:#000000;
	background:#FFCCFF none repeat scroll 0%;
	border:1px solid #FF0000;
	text-align: center;
	font-weight:bold;
	width: 220px;
	padding: 3px 3px 3px 3px;
}

/* FOOTER */
/* ------ */

#footer {
	width: 882px;
	clear: both;
	border-top: 1px solid #d3d3d3;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 0.8em;
}

#footer p.disclaimer {
	width: 500px;
}


/* Specific Page Styles */
/* -------------------- */

/* Members Page */
/* ------------ */

#mapContainer {
		border: 1px solid #ccc;
}

#mapContainer #mapTop {
	float: left;
	display: inline; /* IE Double Margin */
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#mapContainer #mapTop p {
	font-size: 0.85em;
	display: block;
	float: left;
	width: 150px;
	margin-top: 20px;
	padding-left: 10px;
}

#mapContainer #mapTop img {
	float: right;
	margin-top: 10px;
}

#members-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

#memberInfoWrapper {
	width: 300px;
	float: left;
}

#memberInfoWrapper .keyContact p{
	font-weight: bold;
}

#memberInfoWrapper h2 {
	font-size: 1.3em;
	color: #000;
	/*text-transform: uppercase;*/
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}

#memberInfoWrapper h3 {
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

/* Useful Links */
/* ------------ */

ul#links {
	list-style-type: none;
	padding-left: 3px;
}

ul#links li {
	padding-bottom: 10px;
}

/* Contact Form */
/* ------------ */

#contactPage .leftMain p {
	width: 500px;
}

#contact {
	margin-top: 15px;
}

#contact input,
#contact textarea {
	width: 200px;
	border: 0;
	border: 1px solid #ccc;
}

#contact select {
	width: 202px;
	border: 0;
	border: 1px solid #ccc;
}

#contact tr {
	margin-bottom: 20px;
}

#contact .button {
	width: 202px;
	border: 0;
	color: #fff;
	background: #004276;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 1px 7px 1px 7px;
	border: 1px solid #4e4e4e;
}

.admin {
	border: 1px dotted #FF0000;
	padding: 2px 2px 2px 2px;
	margin: 0 auto;
}

.research-listing {
	display:none;
}

.research-panel h4 {
	cursor:pointer;
}

.research-listing .document-desc{
	padding:3px 0 8px 22px;
	font-size:0.8em;
}

.oneColContainer {
	float: left;
	width: 850px;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 20px;
}

.oneColContainer a {
	color: #666666;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.oneColContainer h4 {
	color: #0E1F72;
	font-family: Georgia,"times new roman",times;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}

.oneColContainer table {
	width: 800px;
	border-collapse: collapse;
}

.oneColContainer table td {
	width: 400px;
}

.oneColContainer .odd{
	background: #ccc;
}

.news-image {
  float:left;
  margin: 10px 10px 10px 0;
}

