@CHARSET "UTF-8";
@import "protocols.css";
@import "classes.css";
.body{
	width: 1000px;
	margin: 0 auto;
}
#header{
	height: 120px;
	background-image: url("img/header_bg.png");
}
#header #logo, #header #utils{
	width: 499px;
}
#header #divider{
	width: 2px;
	padding-top: 22px;	
}
a#loginbtn{
	display: block;
	width: 238px;
	height: 20px;
	background-image: url("img/loginbtn_bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	color: black;
	margin-bottom: 30px;
}
#login_frm{
	background-color: #fff;
	display:none;
	text-align: center;
}
#logout_frm{
	background-color: #fff;
	text-align: center;
}
#logout_frm, #login_frm{
	padding: 5px 0;
}
#login_frm input, #logout_frm input{
	font-size: 8pt;
}
#login_frm input[type=text], #login_frm input[type=password]{
	border: none;
	height: 15px;
}
#login_frm input[type=submit], #logout_frm input[type=submit]{
	border:none;
	font-weight: bold;
	background-color: inherit;
}
#login_frm input[type=submit]:hover, #logout_frm input[type=submit]:hover{
	color: #999;
}
#search_frm input{
}
#search_frm input[type=text]{
	border: none;
	height: 25px;
}
#search_frm input[type=submit]{
	border: 1px solid #999;
	background-color: #ddd;
	color: #37688f;
	height: 28px;
}
.secondary_links{
	color: white;
	width: 250px;
	margin: 2px 0;
}
.secondary_links a{
	text-decoration: none;	
	color: white;
	margin: 0 5px;
}
.secondary_links a:hover, #footer a:hover{	
	color: black;
}
.primary_links{
	background-image: url("img/primary_link_bg.png");	
}
.primary_links a:FIRST-CHILD{
	border-left: none;
}
.primary_links a{
	display: inline-block;
	width: 140px;
	height: 24px;
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid white;
	color: white;
	text-decoration: none;
}
.primary_links a:HOVER, .primary_links a:ACTIVE, .primary_links a#active{
	background-image: url("img/primary_link_active_bg.png");	
}
#welcome{
	width: 262px;
	padding: 0 20px;
}

#welcome h1{
	text-transform: uppercase;
	color: #069;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	font-family: Arial;
}
#breadcrumbs .body{
	width: 920px;
	padding: 5px 40px;
	background-color: #ddd;
}
#breadcrumbs a{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#breadcrumbs a:hover{
	text-decoration: underline;	
}
#content .body{
	width: 1000px;
	/*background: url("img/body_bg.png") repeat-x;*/
}
#content .body > div{
	padding: 10px 20px;
	border: 1px solid #ddd;
	/*min-height: 800px;*/
}
#content .body #left, #content .body #right{
	width: 211px;
}
#content .body #right.frontpage{
	width: 293px;
}
#content .body #middle{
	width: 488px;
	margin: 0 14px;
	background-color: white;
	padding: 0 10px;
	color: #333;
}
#content .body .wrapper{
	width: 958px;
}
#content .body #middle.secured{
	width: 700px;
	padding: 0;
}
#content .body #middle.frontpage{
	width: 637px;
	padding: 0;
}
#content .body #middle .teaser{
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
#content .body #middle.frontpage .teaser{
	border-top: none;	
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
#content .body #middle .teaser:FIRST-CHILD{
	border-top: none;	
	padding-top: 0px;
}
#content .body #middle .teaser .img{
	border: 1px solid #ddd;
	float: left;
	min-width: 100px;
	margin: 0 15px 0 0;
}
#content .body #middle .teaser.gallery > div{
	width: 210px;
	margin-right: 30px;
}
#content .body #middle .teaser.gallery .img{
	margin: 10px 0;
	padding: 3px;
	float: left;
	width: auto;
	height: auto;
}
#content .body #middle h1{
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	color: #069;
	padding: 15px 0px 10px 0px;
	margin-bottom: 10px;
	font-family: Arial;
}
#content .body #middle.frontpage h1{
	text-transform: none;
}
#content #middle h2{
	color: #003f74;
	font-family: Arial;
}
#content #middle.frontpage h3{
	color: #000;
	font-family: Arial;
	text-transform: uppercase;
}
#content #snippets > div{
	width: 50%;
	float: left;
}
#content .relevant_link a{
	display: block;
	text-decoration: none;
	color: inherit;
}
#content .relevant_link{
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 50px;
}
#content .morelinks{
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 5px 0;
}
#content #snippets > div > *{
	margin-right: 50px;	
}
#content #snippets h2{
	color: #003f74;
	font-family: Arial;	
	text-transform: uppercase;
	margin-bottom: 10px;
}
#footer, #footer a{
	color: #069;
	text-decoration: none;
}
#footer a{
	margin: 0 5px
}
#footer .body > div{
	padding: 10px;	
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar{
	padding: 0 0;
	margin: 0 0;
	background-color: white;
	border: 1px solid #ddd;	
	margin-bottom: 15px;
	width: 100%;
	float:left;
}
ul.sidebar li:FIRST-CHILD{/* title bar */
	display: list-item;
	list-style-position: inside;
	list-style-image: url("img/sidebar_title_bullet.png");		
	color: white;
	height:14px;	
	padding: 10px 0px 10px 8px;	
	border: none;		
	background: url("img/sidebar_title_bg.png") repeat-x;
	font-size: 11pt;
}
ul.sidebar li{
	list-style: none;
	color: #0c2858;	
	border-top: 1px solid #ddd;		
}
.sidebar a{
	text-decoration: none;
	color: inherit;
	padding: 7px 0px;
	margin-left: 23px;	
	display:list-item;
	list-style-position: outside;
	list-style-image: url("img/menu.gif");		
	min-height:15px;
	font-weight: bold;	
}

ul.sidebar.menu li a{
	font-weight: normal;
}
ul.sidebar li:hover a, ul.sidebar li#active a{
	font-weight: bold;		
}
ul.sidebar.menu li:hover, ul.sidebar.menu li#active{
	background-color: #E2E2E2;		
}
ul.sidebar li p{
	margin: 0 0;
	margin-left: 25px;
	padding: 7px 0;
	text-align: left;			
}
a.readmore{
	display: block;
	text-align: right;
	clear: both;
	color: red;
	margin-right: 20px;
	font-weight: bold;	
	text-decoration: none;			
}
a.readmore:hover{
	color: black;			
}
form input[type='submit']{
	cursor: pointer;
}
form.filter{
	border: 1px solid #aaa;
	margin-bottom: 20px;
	padding: 5px;	
}
form.filter input{
	border: 1px solid #cccccc;
	padding: 2px;	
}
form.filter input[type='submit']{
	color: #fff;
	background: url("img/filter_botton_bg.png") repeat-x;	
}
form.filter input[type="text"]{
	width: 130px;	
	background: #dbe8f3;
	border-top-color: #98aac0;	
	border-left-color: #98aac0;	
	border-bottom-color: #bacbe3;	
	border-right-color: #bacbe3;		
}
form#newsletter{
	width: 191px;	
	background: url("img/newsletter_frm_bg.gif") repeat-x;
	height: 100px;
	padding: 10px;
}
form#newsletter h1{
	color: black!important;
	text-decoration: none!important;
	border: none!important;
	padding: 0!important;
	size: 15px!important;
	margin-bottom : 20px;
}
form#newsletter input[type="text"]{
	border: 1px solid #000;
	border-right: none;
	padding: 5px;
	margin: 0px;
}
form#newsletter input[type="submit"]{
	background-color: red;
	border: none;
	color:  white;
	padding: 5px;
	margin: 0px;	
}
#banner{
	padding: 3px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
#banner.frontpage{
	padding: 0px;	
	border: 1px solid #ddd;
	margin-bottom: 20px;
	width: 100%;
}
#ad.sidebar{
	height: 307px;
	background: url("img/ad_bg.gif");
}
#ad.sidebar > div{
	padding: 0 8px;
}
#ad.sidebar h1{
	
	line-height:20px;
}
.spread{
	clear: both;
	border-collapse: collapse;
	font-size: 8pt;
	margin-bottom: 20px;
}
.spread caption{
	color: #069;
	text-align: left;
	padding: 10px;
	font-size: 10pt;
}
.leadership.teaser .title{
	margin-top:30px;
}
.leadership.teaser img{
	margin-bottom: 10px;
	padding:1px;
	border: 1px solid #ddd;
	margin-right:10px;
}
#pagination{
	clear:both;
	padding-top:50px;
	font-size:12px;
}
#pagination a{
	text-decoration:none;
	display:inline-block;
	padding:5px 8px;
	margin-left:3px;
	color:#003f74;
	border:1px solid #FFF;
}
#pagination a:hover{
	border:1px solid #ddd;
}
#pagination a:active,#pagination a#active{
	background:#003f74;
	color:#FFF;
}
h2 a{
	text-decoration: none;
	color:inherit;
}
table#download{
	border: 1px #ddd solid;
	border-collapse:collapse; 
}
table#download th{
	text-align: left;
	text-transform: uppercase;
	color: #069;
}
.teaser.sub_project{
	border: 1px solid #ddd!important;
	padding: 10px!important;
	margin-bottom: 20px;
	width: 460px;
}
ol.hints {
	list-style-position: outside;
	list-style-type: lower-alpha;
	padding: 0 20px;
	font-weight: bold;	
}
ol{
	list-style-position: inside;	
}
ol.hints p{
	font-weight: normal;
}
#contact_form input[type=text], #contact_form textarea{
	border:1px solid #ddd;
	font-family: inherit;
	font-size: inherit;
	padding: 5px;
	margin: 5px 0px;
}
#contact_form input[type=submit]{
	background-color: red;
	border: none;
	color:  white;
	padding: 3px;
}
.note{
	border: 1px solid #1271a0;
	background-color: #d7eaf3;
	padding:20px;
}
.note.error{
	border: 1px solid #ff0000;
	background-color: #ffdcdc;
}
label.error{
	color: #ff0000;
	margin-left: 10px;
	font-style: italic;
	display: none;
}
