.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	cursor: default;
	width: 8em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 95%;
	padding: 0 5px;
        list-style: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 15em;
	left: -1000em;
	top: 0;
        background-color: #f8f0ca;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 15em;
        font-size: 14px;
        font-weight: normal;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
        list-style: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #fff;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0;
	color: #00788a;
        font-weight: bold;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #720060;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #720060;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../../../SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../../../SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: transparent;
	}
}


.headline {
	font-family: "Times New Roman", serif;
	color: #720060;
	font-size: 25px;
	text-transform: uppercase;
	font-weight:bold;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:bold;
	text-transform: uppercase;
	color: #720060;
}

.subhead-19 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
	
.subhead-15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.subhead-15-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.headlineAqua {
    color: #03636F;
    font-family: "Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

td.blue {
    border: 1px solid #E6F6F7;
}

.subheadlineAqua {
    color: #048292;
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.sb-headline {
	font-family: "Times New Roman", serif;
	color: #720060;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
        font-style: italic;
}

.sb-text-italic {
    font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 13px;
        font-style: italic;
}

.text {
	font-family: Helvetica, Arial, sans-serif;
        color: #000;
}

.text-13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.text-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #36c;
	color: #000;
}

.2ndline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #000;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	color: #666;
}

.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #fff;
}

.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #fff;
}

.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	text-align: center; 
	color: #000;
}

a.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	text-align: center; 
	text-decoration: none;
	color: #000;
}

a.bottom_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: underline;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	color: #000;
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #555;
}

.whatsnew-title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
	
.whatsnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none; }

.whatsnew:hover {
	color: #555555;
	text-decoration: underline;
	color: #000;
}

.eventsnew-title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.eventsnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	color: #000;
}

.eventsnew:hover {
	text-decoration: underline;
	color: #555;
}

.subpages-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.subpages-description:hover {
	color: #555;
}

a, a:visited {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #00788a;
}

a:hover {
	text-decoration: underline;
	color: #720060;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
}

a.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
}

a.printlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #999;
}

.system {
	font-size: 10pt;
   	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.syssmall {
	font-size: 8pt;
   	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.bodysmallgrey {
	font-size: 8pt;
   	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

table { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
	
.GalleryPopupTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight: bold; 
    color: #555;
}

.GalleryPopupDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #555;
}

.GalleryPopupDetails {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #555;
}

.GalleryExplainText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #555;
}

.GalleryThumbnailTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color: #555;
}

.GalleryThumbnailDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #555;
}

.GalleryHeadline {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 18px;
	font-weight: bold;
	color : #872C28;
}

.GalleryIntro {
   font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color : #000000;
}

.GalleryEditorLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color : #000000;
}

.GalleryNavigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 20pt;
	color : #872C28;
}

.GalleryTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color : #872C28;
}

.GalleryDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #555;
}

.GalleryNoPhotos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color : #000000;
}

.GalleryInactive {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color : #000000;
}

ul {
	list-style-image: url(../../../site/1/template/swirl_bullet.png);
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#body {
	font-family: Helvetica, Arial, sans-serif;
	/*font-size: 13px;*/
	background: #fff url('../../../site/1/template/body_bg.png') repeat-x top left;
}

/* ---------- DIVS ---------- */

#page {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url('../../../site/1/template/page_bg.jpg') no-repeat center 296px;
}

#wrapper {
	width: 956px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0 auto;
	border: 3px solid #00788a;
	border-top: none;
	background: #fff;
}

#header {
	width: 956px;
	height: 310px;
	padding: 109px 0 0;
}

#announce {
	width: 926px;
	height: 85px;
	padding: 0 15px 20px 15px;
        overflow: hidden;
} 

#container {
	width: 956px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: hidden;
	background: url('../../../site/1/template/container_bg.gif') repeat-y top left;
}

#sidebar {
	width: 183px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	padding: 20px;
}

#content {
	width: 693px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	padding: 0 20px 20px;
}

#bottom {
	width: 956px;
	min-height: 132px;
	height: auto !important;
	height: 132px;
}

#footer {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

/* ---------- ARTICLE ---------- */

.article #sidebar {
	min-height: 10px;
	height: auto !important;
	height: 10px;
	padding-top: 494px;
	position: relative;
}
.article #content { padding-top: 265px; }

/* ---------- ADMIN ---------- */

.admin #container { background: #fff; }

.admin #content {
	width: 916px;
	padding: 265px 20px 20px;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

.home hr, .article hr, .open hr {
	width: 100%;
	height: 80px;
	margin: 20px 0;
	border: none;
	background: url('../../../site/1/template/hr_bg.gif') no-repeat center center;
}


/* ---------- PAGE ---------- */

#page h1.logo_holder {
	width: 1080px;
	height: 275px;
	margin-left: -540px;
	position: absolute;
	top: 0;
	left: 50%;
	text-indent: -9999px;
	background: url('../../../site/1/template/logo_bg.png') no-repeat top center;
	z-index: 10;
}

#page h1.logo_holder a.logo_link {
	width: 865px;
	height: 159px;
        display: block;
        position: absolute;
        top: 26px;
        left: 86px;
}



/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */

#header .header_banner {
	width: 208px;
	height: 310px;
	padding: 0 14px;
	position: relative;
	float: left;
	text-align: center;
}

#header .header_banner_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00788a;
}

/* ---------- NAVIGATION ---------- */



/* ---------- CONTENT ---------- */



/* ---------- SIDEBAR ---------- */

#sidebar img.sidebar_feature {
	position: absolute;
	top: 194px;
	left: 7px;
}

#sidebar span.translation {
	font-size: 13px;
	display: block;
}

#sidebar #search {
	width: 100%;
	height: 60px;
	position: relative;
	font-size: 13px;
}

#sidebar #search span.search_text {
	margin: 15px 0;
	display: block;
}

#sidebar #search input.search_field {
	width: 122px;
	height: 18px;
	padding: 2px 2px 1px;
	border: 1px solid #000;
	background: #fff;
}

#sidebar #search input.search_btn {
	position: absolute;
	top: 31px;
	right: 30px;
}

#sidebar span.text_change{
	margin: 20px 0;
	font-size: 13px;
	display: block;
}

#sidebar a.text_change_link {
	position: relative;
	top: 3px;
}

#sidebar ul.navigation {
	margin: 12px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.navigation li {
	margin: 12px 0 0;
}

#sidebar ul.navigation li.navigation_separator { display: none; }

#sidebar ul.navigation a, #sidebar ul.navigation a:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #00788a;
}

#sidebar ul.navigation a:hover {
	color: #720060;
}

#sidebar .nav {
	margin: 15px 0;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
	color: #00788a;
}

#sidebar a.nav, #sidebar a.nav:visited {
	margin: 12px 0;
	padding: 0;
	font-size: 18px;
        font-weight: bold;
	text-decoration: none;
	color: #00788a;
}
#sidebar a.nav:hover {
	color: #720060;
}

#sidebar a.nav2, #sidebar a.nav2:visited {
	margin: 12px 0;
	padding: 0 0 0 7px;
	font-size: 16px;
        font-weight: bold;
	text-decoration: none;
	color: #00788a;
}
#sidebar a.nav2:hover {
	color: #720060;
}

#sidebar ul.navigation-hardcode {
	margin: 12px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.navigation-hardcode li {
	margin: 12px 0 0;
}

#sidebar ul.navigation-hardcode li.navigation_separator { display: none; }

#sidebar ul.navigation-hardcode a, #sidebar ul.navigation-hardcode a:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #00788a;
	display: block;
}

#sidebar ul.navigation-hardcode a:hover {
	color: #720060;
}

#sidebar ul.navigation-hardcode2 {
	margin: 12px 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#sidebar ul.navigation-hardcode2 li {
	margin: 12px 0 0;
}

#sidebar ul.navigation-hardcode2 li.navigation_separator { display: none; }

#sidebar ul.navigation-hardcode2 a, #sidebar ul.navigation-hardcode2 a:visited {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #00788a;
	display: block;
}

#sidebar ul.navigation-hardcode2 a:hover {
	color: #720060;
}

/* ---------- BOTTOM ---------- */

#bottom div.bottom_swirls {
	/*width: 220px;*/
	height: 132px;
	padding: 0 49px;
	display: table;
	float: left;
	overflow: hidden;
	text-align: center;
	background: url('../../../site/1/template/swirl_big.gif') no-repeat center center;
}

#bottom div.bottom_swirls p.swirl_container {
	width: 220px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#bottom div.bottom_swirls a.swirl_link, #bottom div.bottom_swirls a.swirl_link:visited {
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #720060;
}

/* ---------- FOOTER ---------- */

#footer p { margin: 10px 0; }

#footer p.affiliations {
	margin: 10px 0 0;
	line-height: 60px;
	text-align: center;
}

#footer p.affiliations img {
	margin: 0 10px;
	vertical-align: middle;
}

#footer p.affiliations img.j_fed_logo {
	padding: 0 0 5px;
}

#footer ul.navigation {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

#footer ul.navigation li {
	display: inline;
}

#footer ul.navigation a, #footer ul.navigation a:visited {
	text-decoration: none;
	color: #00788a;
}

#footer ul.navigation a:hover {
	color: #720060;
}

#footer ul.navigation li.navigation_separator {
	color: #e78d56;
}

#footer .nav {
	margin: 15px 0;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
	color: #00788a;
}

#footer a.nav, #footer a.nav:visited {
	margin: 15px 0;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
	color: #00788a;
}
#footer a.nav:hover {
	color: #720060;
}

#footer .nav-separator {
	color: #e78d56;
}
