/* genaral reset */
* {font-size: 100.01%;}
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;
}
html {font-size: 62.5%;}
body {
	font:1.3em/1.385em Arial, Helvetica, sans-serif;
	color:#000;
	background:#90989e url(../images/bg-body.gif);
}
a {
	color:#369;
	text-decoration:underline;
}
a:hover {
	background:#369;
	color:#fff;
	text-decoration:none;
}
a:visited {color:#77a5d4;}
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;
}
#wrapper {
	width:100%;
	position:relative;
	background:url(../images/bg-wrapper.jpg) repeat-x;
	padding:0 0 40px;
}
.w1 {
	margin:0 auto;
	width:968px;
	padding:14px 0 4px;
	background:url(../images/bg-page-bottom.gif) no-repeat 4px 100%;
}
/* header */
#header {
	background:url(../images/bg-header.png) no-repeat;
	padding:29px 17px 0 20px;
	height:1%;
}
#header:after {
	content:"";
	display:block;
	clear:both;
}
/* logo */
.logo {
	float:left;
	position:relative;
}
.logo img {float:left;}
.logo span {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
.print-logo {display:none;}
/* search */
.search {
	float:right;
	padding:50px 0 11px;
	position:relative;
}
.search form,
.search fieldset {float:left;}
.search legend {display:none;}
.search input {
	float:left;
	border:1px solid;
	border-color:#848484 #c1c1c1 #e1e1e1 #c1c1c1;
	width:115px;
	padding:4px 5px;
	height:16px;
	line-height:16px;
}
.search .submit {
	background:url(../images/btn-search.gif) no-repeat;
	width:83px;
	height:26px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
	border:none;
}
.search .submit:hover {background-position:0 -26px;}
/* additional navigation */
.add-nav {
	position:relative;
	width:960px;
	margin:0 -13px 0 -16px;
	overflow:hidden;
	background:url(../images/bg-add-nav.gif) repeat-x;
	font-size:1.077em;
	line-height:18px;
	clear:both;
}
.add-nav ul {float:right;}
.add-nav li {
	float:left;
	background:url(../images/separator-add-nav.gif) no-repeat;
	padding:0 0 0 1px;
}
.add-nav a {
	color:#336999;
	float:left;
	padding:6px 8px 6px 7px;
	text-decoration:none;
}
.add-nav a.last-link {padding:6px 11px 6px 7px;}
.add-nav a:hover {
	text-decoration:none;
	color:#fff;
	background:url(../images/bg-add-nav-hover.gif) repeat-x;
}
/* main navigation */
#nav {
	position:relative;
	z-index:2;
	width:960px;
	margin:0 -13px 0 -16px;
	padding:0 0 9px;
	font-size:1.077em;
	line-height:18px;
	font-weight:bold;
	background:url(../images/bg-main-nav.jpg) no-repeat;
}
#nav:after {
	content:"";
	display:block;
	clear:both;
}
#nav ul {
	float:right;
	padding:0 0 0 9px;
	background:url(../images/bg-nav-list.png) no-repeat;
}
#nav li {
	float:left;
	padding:2px 16px 1px 4px;
	background:url(../images/divider-nav.gif) no-repeat 100% 0;
	position:relative;
}
#nav .last-cell {background:url(../images/divider-nav.gif) no-repeat 100% -43px;}
#nav a {
	float:left;
	position:relative;
	padding:10px 8px;
	margin:0 -9px 0 -6px;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
}
#nav .last-cell a {margin:0 -13px 0 -6px;}


#nav a img {
	position:absolute;
	left:-9999px;
	top:0;
	width:100%;
	height:38px;
}
#nav a:hover {background:none;}
#nav .selected a img,
#nav li:hover a img,
#nav a:hover img {left:0;}
#nav a span {position:relative;}
#nav ul li:hover ul {display:block;}
#nav ul ul {
	display:none;
	position:absolute;
	top:41px;
	left:-4px;
	width:261px;
	font:12px/14px Arial, Helvetica, sans-serif;
	padding:3px 0 2px;
	margin:0;
	background:#a4b6c2;
}
#nav ul ul li {
	float:none;
	width:100%;
	vertical-align:top;
	padding:1px 0 0;
	background:url(../images/divider-drop.gif) repeat-x;
}
#nav ul ul li:first-child {background:none;}
#nav ul ul li a {
	float:none;
	display:block;
	margin:0 !important;
	padding:3px 5px 2px 13px;
}
#nav ul ul li a:hover {background:#336999;}
#main {
	width:960px;
	margin:0 0 0 4px;
	background:url(../images/bg-main.gif) repeat-y;
}
.main-holder {
	overflow:hidden;
	width:100%;
	background:url(../images/bg-main-bottom.gif) no-repeat 0 100%;
	padding:0 0 67px;
}
#twocolumns {
	float:right;
	width:740px;
	padding:31px 10px 0;
}
/* content */
#content {
	float:right;
	width:530px;
	padding:8px 180px 29px 50px;
}
* html #content {padding:8px 169px 29px 50px;}
#twocolumns #content {
	float:left;
	width:500px;
	padding:0;
}
#twocolumns #content .area {
	border-top:3px solid #b8cbdb;
	padding:6px 0 0 10px;
	margin:0 0 20px;
}
#twocolumns #content .mark-area {
	background:#e1e9f0;
	width:100%;
	padding:0 0 0 10px;
	margin:0 0 20px -10px;
	overflow:hidden;
	position:relative;
}
#twocolumns #content .mark-area .area {margin:0;}
#twocolumns #content .area .item {
	border-bottom:1px solid #94979a;
	padding:10px 10px 6px;
	margin:0 0 17px -10px;
}
#twocolumns #content .area .item .title {
	display:block;
	font:bold 1.538em/1.2em "museo-sans", Arial, Helvetica, sans-serif;
	margin:0 0 18px;
}
#twocolumns #content .area p {margin:0 0 18px;}
#twocolumns #content .mark-area .area p {margin:0 0 15px;}
#twocolumns #content h2 {
	font:bold 1.231em/1.125em "museo-sans", Arial, Helvetica, sans-serif;
	margin:0 0 9px -10px;
}
#twocolumns #content h2 a {text-decoration:none;}

#content .items {
	overflow:hidden;
	height:1%;
	padding:0 0 27px;
}
#content .mark-area .items {padding:0 0 13px 2px;}
#content .items dt {
	float:left;
	background:url(../images/separator-items.gif) no-repeat 100% 4px;
	padding:0 7px 0 0;
	font-weight:bold;
	margin:0 4px 0 0;
}
* html #content .items dt {margin:0 1px 0 0;}
#content .items a {color:#333;}
#content .items a:hover {
	text-decoration:none;
	background:none;
}
#content .more {
	font-size:14px;
	padding:0 0 18px;
}
#content .headline {
	width:740px;
	margin:0 -160px 11px -40px;
	border-bottom:3px solid #b8cbdb;
	font:bold 1.231em/1.125em "museo-sans", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#1a364f;
	padding:0 0 5px;
}
#content .breadcrumbs {
	width:740px;
	margin:0 -160px 25px -40px;
	padding:0;
	overflow:hidden;
	font:0.923em/1.167em "museo-sans", Arial, Helvetica, sans-serif;
	color:#369;
}
#content .breadcrumbs li {
	float:left;
	background:url(../images/bullet3.gif) no-repeat 0 3px;
	padding:0 7px 0 13px;
	margin:0 13px 0 -13px;
	display:inline;
}
#content .heading {
	background:url(../images/bg-heading.gif) repeat-x 0 100%;
	width:690px;
	margin:0 -150px 22px 0;
	padding:0 0 7px;
}
#content h1 {
	font:bold 2em/1.154em "museo-sans", Arial, Helvetica, sans-serif;
	color:#000;
}
#content h2 {
	font:bold 1.385em/1.222em "museo-sans", Arial, Helvetica, sans-serif;
	color:#369;
	margin:0 0 14px;
}
#content h3 {
	font:1.385em/1.222em "museo-sans", Arial, Helvetica, sans-serif;
	color:#369;
	margin:0 0 6px;
}
#content h4 {
	font:bold 1.231em/1.125em "museo-sans", Arial, Helvetica, sans-serif;
	color:#369;
	margin:0 0 8px;
}
#content h5 {
	font:1.231em/1.125em "museo-sans", Arial, Helvetica, sans-serif;
	color:#369;
	margin:0 0 9px;
}
#content h6 {
	font:bold 1em/1.154em "museo-sans", Arial, Helvetica, sans-serif;
	color:#369;
	text-transform:uppercase;
	margin:0 0 23px;
}
#content p {margin:0 0 18px;}
#content ul {padding:0 61px 14px 15px;}
#content li {
	padding:0 0 7px 16px;
	background:url(../images/bullet1.gif) no-repeat 0 6px;
}
#content table {
	border:3px solid #369;
	width:541px;
	margin:0 0 52px;
}
#content table caption {display:none;}
#content table th {
	text-align:center;
	background:#c6cdd3;
	color:#000;
	font:bold 1.077em/1.143em "museo-sans", Arial, Helvetica, sans-serif;
	padding:6px 5px;
}
#content table td {
	border:solid #369;
	border-width:1px 0 0;
	padding:6px 5px 5px;
}
#content .date {
	display:block;
	font:0.846em/1.182em "museo-sans", Arial, Helvetica, sans-serif;
	color:#919191;
	margin:0 0 26px;
}
.pages {
	border-top:1px solid #94979a;
	overflow:hidden;
	width:100%;
	padding:6px 0 0;
}
.pages .ttl {
	float:left;
	width:150px;
	padding:0 10px 0 0;
	font:1.231em/1.125em museo-sans-1, museo-sans-2, Arial, Helvetica, sans-serif;
	color:#1a364f;
	text-transform:uppercase;
}
#content .pages ul {
	overflow:hidden;
	height:1%;
	padding:0;
}
#content .pages ul li {
	padding:0 0 1px;
	background:none;
}
#content .box {
	float:right;
	width:201px;
	border:1px solid #dde6ee;
	padding:0 8px 3px 9px;
	margin:5px -160px 0 13px;
	display:inline;
	background:#fff url(../images/bg-box.gif) repeat-x 0 100%;
	font:0.923em/1.167em museo-sans-1, museo-sans-2, Arial, Helvetica, sans-serif;
	color:#369;
}
#content .box .title {
	float:left;
	width:201px;
	background:#d7aa42;
	border:1px solid #d7aa42;
	margin:-1px -9px 12px -10px;
	padding:7px 8px 7px 9px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.167em;
	color:#fff;
	display:inline;
}
#content .box .link-holder {
	background:url(../images/bg-link-holder.gif) repeat-x 0 100%;
	overflow:hidden;
	height:1%;
	font-size:1.167em;
	padding:9px 0 7px;
	margin:0 0 11px;
	clear:both;
}
#content .box .link-holder img {
	float:left;
	margin:-9px 15px 0 0;
}
#content .mark {
	font:bold 1.385em/1.278em museo-1, museo-2, serif;
	color:#369;
}
#content.ads h4 {
	margin-bottom: 20px;
}
#content.ads .ad-entry h6 {
	margin: 0;
	color: black;
}
.ad-entry {
	border-bottom: 1px dotted black;
	margin-bottom: 20px;
	}
/* right side */
.aside {
	float:right;
	width:221px;
	overflow:hidden;
}
.aside .section {
	border-top:3px solid #b8cbdb;
	padding:0 0 17px 7px;
	overflow:hidden;
}
.aside .login-section {border-color:#1a364f;}
.aside .publications {
	text-align:center;
	padding:0 35px 10px 7px;
	font-size:0.923em;
	line-height:1.25em;
}
.aside .publications h3 {text-align:left;}
.aside .publications img {
	display:block;
	margin:0 auto 13px;
}
.aside .publications p {margin:0 0 14px;}
.aside .section .heading {
	background:#80ab4d;
	float:left;
	position:relative;
	width:211px;
	padding:4px 2px 4px 8px;
	margin:0 0 1px -7px;
}
.aside .section .heading-holder {width:100%;}
.aside .section .heading-holder:after {
	content:"";
	display:block;
	clear:both;
}
.aside .section h3 {
	font:bold 1.333em/1.125em museo-sans-1, museo-sans-2, Arial, Helvetica, sans-serif;
	margin:6px 0 16px -7px;
}
.aside .section h3 a {text-decoration:none;}
.aside .section .heading h3 {
	float:left;
	color:#fff;
	margin:0;
}
.aside .section .heading .icon {
	float:right;
	margin:-4px 0 0;
}
.list {padding:6px 0 12px 2px;}
.list2 {
	padding:6px 0 12px;
	margin:0 0 0 -1px;
}
.list li {
	background:url(../images/bullet1.gif) no-repeat 0 7px;
	padding:0 0 0 12px;
}
.list2 li {padding:0 0 7px 15px;}
.list a {text-decoration:none;}
.list2 a {
	text-decoration:underline;
	color:#336999;
}
.list2 a:hover {
	color:#fff;
	text-decoration:none;
}
.btn-holder {
	overflow:hidden;
	width:100%;
}
.btn {
	float:left;
	background:url(../images/btn.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.btn span {
	float:left;
	background:url(../images/btn.gif) no-repeat 100% -26px;
	height:18px;
	color:#fff;
	padding:4px 18px 4px 10px;
}
.btn:hover {background:url(../images/btn.gif) no-repeat;}
.aside .section .visual {
	width:221px;
	padding:14px 0 4px;
}
.aside .section .visual img {vertical-align:top;}
.visual.app p {text-align: center; margin: 10px 20px;}
.visual.app a:hover{background-color: transparent;}
/* left side */
#sidebar {
	float:left;
	background:#1a364f url(../images/bg-sidebar.gif) no-repeat;
	width:180px;
	padding:30px 10px 0;
	overflow:hidden;
}
#sidebar a {color:#fff;}
#sidebar .section {
	padding:4px 0 12px 8px;
	border-top:3px solid #5f7384;
}
#sidebar .section h3 {
	margin:0 0 13px;
	padding:0 8px 0 0;
	text-align:center;
	font:bold 1.231em/1.125em museo-sans-1, museo-sans-2, Arial, Helvetica, sans-serif;
	color:#fff;
}
#sidebar .list {padding:0 0 18px;}
#sidebar .list li {background:url(../images/bullet2.gif) no-repeat 0 8px;}
#sidebar .list a {text-decoration:underline;}
#sidebar .list a:hover {text-decoration:none;}
#sidebar .menu {
	float:left;
	font-size:0.923em;
	line-height:1.333em;
	width:180px;
	margin:0 0 0 -8px;
	display:inline;
}
#sidebar .menu li {
	background:url(../images/separator-menu.gif) no-repeat 10px 100%;
	padding:0 10px 1px;
	margin:0 -10px;
	width:180px;
	float:left;
	display:inline;
}
#sidebar .menu a {
	width:180px;
	padding:4px 10px;
	margin:0 -10px;
	color:#d1d7dc;
	text-decoration:none;
	float:left;
	display:inline;
	position:relative;
}
#sidebar .menu a:hover {
	color:#d1d7dc;
	background:#4a6174;
}




#sidebar .menu .parent-here a {
	background:#c6cdd3;
	color:#1a364f;
}
#sidebar .menu .parent-here ul {
	background:#8d9ba7 url(../images/separator2-menu.gif) no-repeat 12px 0;
	margin:0 -10px -1px;
	padding:1px 10px 0;
	width:180px;
	float:left;
	display:inline;
	position:relative;
}
#sidebar .menu .parent-here ul a {background:none;}
#sidebar .menu .parent-here a:hover,
#sidebar .menu .parent-here ul a:hover {
	background:#4a6174;
	color:#d1d7dc;
}
#sidebar .menu .parent-here .parent-here {padding:0 10px;}
#sidebar .menu li li {background:url(../images/separator2-menu.gif) no-repeat 12px 100%;}
#sidebar .menu li li li a {
	padding:4px 10px 4px 30px;
	width:160px;
}
#sidebar .menu .here {font-weight:bold;}





/* footer */
#footer {
	background:#fff url(../images/bg-footer.gif) repeat-x;
	width:960px;
	margin:0 0 0 4px;
	padding:6px 0 0;
	position:relative;
	font-size:0.846em;
	line-height:1.182em;
	color:#515151;
}
#footer a {
	color:#515151;
	text-decoration:none;
}
#footer a:hover {color:#fff;}
#footer .badge {
	position:absolute;
	top:-45px;
	left:437px;
}
.footer-holder {
	margin:0 0 0 10px;
	padding:34px 0 7px;
	width:950px;
	overflow:hidden;
	background:url(../images/bg-footer-holder.gif) no-repeat;
}
/* sitemap */
.sitemap {float:left;}
* html .sitemap {margin:0 -3px 0 0;}
.sitemap li {
	float:left;
	width:140px;
	padding:0 20px 0 0;
}
.sitemap li li {
	padding:0 0 5px;
	float:none;
}
.sitemap .mark {
	color:#000;
	font:bold 1.091em/1.167em museo-sans-1, museo-sans-2, Arial, Helvetica, sans-serif;
	padding:17px 0 0;
}
.sitemap .mark li {padding:0 0 6px;}
#footer .sitemap .mark a {color:#000;}
#footer .sitemap .mark a:hover {color:#fff;}
#footer .ttl {
	display:block;
	font:bold 1.091em/1.333em museo-sans-1, museo-sans-2, Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 13px;
}
#footer .ttl a {color:#000;}
#footer .ttl a:hover {color:#fff;}
/* contact */
#footer .section {
	overflow:hidden;
	height:1%;
	font-size:1.091em;
	line-height:1.167em;
}
#footer .section .ttl {
	font-size:1em;
	line-height:1.333em;
}
#footer .section address {
	margin:0 0 14px;
	font-style:normal;
}
#footer .section p {margin:0 0 14px;}
#footer .section ul {padding:15px 0 0;}
#footer .section ul li {padding:0 0 6px;}


#content .news.items {
	margin-top:-20px;
	width: 470px;
}
 
#content .news.items h4 {
	margin-bottom: 5px;
    margin-top: 15px;
}
#content h5.date {color: #D7AA42; font-size: 1.25em; margin: 0; padding: 0;}

#content .news.box li {
	background:none;
	list-style-type:none;
}
 
#content .events.box ul {
	margin:0;
	padding:0
}
#content .events.box li {
	padding:0;
}

/* Featured events for sidebar */

.box.event.featured {
	border: 1px solid #5F7384;
	padding: 5px;	
	margin-top: 10px;
}
ul.featured {
	list-style: circle !important;
	padding: 0 0 0 10px;
	color: white;
	}
ul.featured li {
	margin-bottom: 5px;
	}

.italic {
	font-style:italic;
}

#cse-search-results iframe {
	width:700px !important;
}

div.gallery {margin-bottom: 60px;}

.gallery-item {
	float:left;
	margin:0 15px 30px 0;
	width:140px;
	height: 220px;
	padding: 10px;
	background-color: #e6eef5;
}

.gallery-item-info {
	text-align:center;
}

span.highlight {background-color: #FFFCBE;}

#ethics-form fieldset {
    border: 1px solid #89ADCD;
    padding: 20px;
}

#ethics-form legend {
    background-color: #3773A8;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}

#ethics-form .notice {
    font-weight: bold;
}

#sidebar .section h4 {
	color:#e6eef5;
	font-weight:bold;
	margin-bottom: 5px;
}

i {
font-style:italic;
}

em {font-style:italic;}

strong {
font-weight:bold;
}


/* Hide Sections and Publications Additional Info Box */
.id-21 #content .box, .id-221 #content .box {
display:none;
}

.cb {clear: both}






.leo--jump-links {
  /*display: table;*/
  /*width: 100%;*/
}
#content .leo--jump-links li {
  display: inline-block;
  background: none;
}
.leo-list li {
	display: inline-block;
	width: 3em;
}