@charset "utf-8";
/*
CSS document outline
    Elements
        Body and link text
    Classes
    Header .h
        Language switcher .h .language-switcher
        Site title h1 text version .h h1
        Site title h1 image replaced version .h h1
        Site structure looking up .h .structure
    .s
        Language switcher .s .language-switcher
	Site search .s site-search
	Breadcrumb .s .breadcrumb
    Main .m
        Navigation .n
        Content .c
    Footer .f
    More classes and elements
    Page specific styles d-[page-name]
*/

/* Elements */
body {}
body, a {color:#414141;}
a {color:#024a92;}

/* Classes */

/* Header */
.h {float:left;width:100%;background:#024a92;clear:both;}
.h, .h a {color:#fff;}
.h-inner {min-height:106px;height:auto!important;background:url(img/300.jpg) no-repeat 100% 0;padding:0 0 0 12px;}

.h .language-switcher {float:right;background:#116caf;font-size:0.9em;line-height:1.8em;padding:0 0 4px 0;}
.h .language-switcher h2 {display:inline;color:#dae6ef;font-size:1em;line-height:1.8em;font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-serif;margin:0 0.5em 0 9px;}
.h .language-switcher ul {display:inline;margin:0 9px 0 0;padding:0;}
.h .language-switcher li {display:inline;list-style-type:none;margin:0;padding:0;}
.h .language-switcher a {color:#fff;text-decoration:none;border-bottom:1px solid #81aecf;}
.h .language-switcher a:hover,
.h .language-switcher a:focus {border-bottom:0px;}

/* Site title as image replacement. */
.h h1 {position:relative;width:124px;height:106px;overflow:hidden;float:left;font-size:2.25em;line-height:1.34em;font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;font-weight:normal;margin:0px 0px 0px 0px;padding:0;}
.h h1,
.h h1 a {}
.h h1 a {text-decoration:none;border-bottom:1px solid #a7d2df;}
.h h1 a:hover,
.h h1 a:focus {border-bottom:0;}
.h h1 a span {position:absolute;display:block;width:124px;height:106px; background:url(img/logo.jpg) no-repeat 0 0;left:0;top:0;cursor:pointer;}
/**/

/* Site title as image replacement. */
.h p.structure {position:relative;width:153px;height:106px;overflow:hidden;float:left;font-size:2.25em;line-height:1.34em;font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;font-weight:normal;margin:0px 0px 0px 0px;padding-left:0;}
.h p.structure,
.h p.structure a {}
.h p.structure a {text-decoration:none;border-bottom:1px solid #a7d2df;}
.h p.structure a:hover,
.h p.structure a:focus {border-bottom:0;}
.h p.structure a span {position:absolute;display:block;width:153px;height:106px; background:url(img/med-logo.jpg) no-repeat 0 0;left:0;top:0;cursor:pointer;}

/* S */
.s {background:#858667;clear:both;float:left;width:100%;border-bottom:0px solid #dfdfdf;padding:5px 0 6px 0;}

.s .language-switcher {float:right;width:190px;background:#116caf;}
.s .language-switcher h2 {color:#fff;font-size:0.9em;line-height:1.8em;font-weight:normal;display:inline;font-family:Verdana, Arial, Helvetica, sans-serif;margin:0 0 0 7px;}
.s .language-switcher ul {font-size:0.9em;line-height:1.8em;display:inline;margin:0;padding:0;}
.s .language-switcher li {list-style-type:none;display:inline;margin:0;padding:0;}
.s .language-switcher a {color:#fff;}

.s .site-search {float:left;width:208px;margin:0;padding:0;position:relative;}
.s .site-search h2 {position:absolute;left:-9999px;margin:0;}
.s .site-search div {margin-left:6px;}
.s .site-search label {cursor:pointer;position:absolute;left:-9999px;}
.s .site-search input[type=submit] {width:30px;vertical-align:middle;} /*This is for when Javascript is off and keeps the submit button on the same line as the text box.*/
.s .site-search #site-search-query {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:0.9em;line-height:13px;height:13px;vertical-align:middle;color:#626261;background:#fff;border:1px solid #858667;border-right:0;width:157px;padding:4px 2px 4px 4px;margin:0;}
.s .site-search #site-search-submit-link {vertical-align:middle;line-height:12px;} /*This element is onyl shown when Javascript is on.*/
.s .site-search #site-search-submit-link span {font-size:0.9em;background:#fff;color:#626261;border:1px solid #858667;padding:4px 4px 4px 4px;text-decoration:none;}
.s .site-search-focus #site-search-query {}
.s .site-search-focus #site-search-submit-link {}
.s .site-search-focus #site-search-submit-link span {color:#0390c6;}

.s .breadcrumb {color:#eeeee6; font-size:0.9em;line-height:1.8em;margin:0px 0px 0px 190px;padding:3px 12px 0px 10px;}
.s .breadcrumb h2 {position:absolute;left:-9999px;margin:0;}
.s .breadcrumb p {margin:0;}
.s .breadcrumb p a {color:#fff}
.s .breadcrumb p span {}

/* Main */
.m {float:left;width:100%;}
.m-inner {padding: 0px 0px 0px 0px; background:url(img/n-bg.jpg) repeat-x}

/* Navigation
   li.selected and a.selected refer to the currently selected item.
   li.on and a.on refer to items in the menu branch that lead to and include the currently selected item.
   li.menu refers to the list item being a further menu.
   li.open refers to the current state of the menu with respect to javascript functionality.
*/
.n {float:left;
	width:208px;
	background-image: url(img/n-bg.jpg);
	background-repeat: repeat-x; padding-bottom:5px;
}

.n .sitemap {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1.1em;line-height:1.34em;background:#f2f2f0;text-align:left;border-bottom:1px solid #e3e3e3;margin:0px 6px 0px 0px;padding:0px 0px 0px 0px;}
.n .sitemap h2 {position:absolute;left:-9999px;}
/* Sitemap defaults */
.n .sitemap ul {background:url(img/n-bg.jpg); margin:0px;padding:0px;border-bottom:0;border-top:0px;position:relative;}
.n .sitemap li {display:block;margin:0;padding:0;list-style-type:none;position:relative;}
.n .sitemap li a {display:block;text-decoration:none;}
.n .sitemap li a:hover,
.n .sitemap li a:focus {display:block;text-decoration:underline;}
.n .sitemap ul > li:first-child,
.n .sitemap ul > li:first-child > a {border-top:0;}
/* The following are used in the Javascript for the menu toggles. */
.n .sitemap ul.sitemap-toggle-height-helper {display:block;}
.n .sitemap li a.sitemap-toggle-reset {width:12px;height:auto;display:block;float:none;position:absolute;left:0;top:0;clear:none;margin:0;padding-left:0px;padding-right:0px;text-align:center;background:transparent;cursor:pointer;text-decoration:none;}
.n .sitemap li a.sitemap-toggle span.sitemap-toggle-char {display:block;}

/* Level 1 */
.n .sitemap ul {padding-top: 10px}
.n .sitemap li { margin: 0 7px 0 7px; border-top:1px solid #e3e3e3; border-bottom:1px solid #adaf9c;}
.n .sitemap li a {color:#024a92;margin:0px 0px 0 0;padding:7px 4px 7px 12px;font-weight:normal;line-height:1.34em;}
.n .sitemap li a:hover {background-color:#f8f9f4; text-decoration:none}
.n .sitemap li a:focus {}
.n .sitemap li a.on {background-color:#f8f9f4;}
.n .sitemap li a:hover.on,
.n .sitemap li a:focus.on {}
.n .sitemap li a.selected {background-color:#f8f9f4;}
.n .sitemap li a:hover.selected,
.n .sitemap li a:focus.selected {}
.n .sitemap li a.sitemap-toggle {border-right:0px solid #e3e3e3;color:#a2a2a0;}
.n .sitemap li a.sitemap-toggle-toggled {}
.n .sitemap li a.selected.sitemap-toggle {}
.n .sitemap li a.selected.sitemap-toggle-toggled {}
.n .sitemap li a.sitemap-toggle:focus {outline-width:1px;outline-style:dotted;}
.n .sitemap li a.hover {color:#333;}

/* Level 2 */
.n .sitemap li ul {margin-left:15px;border-top:0px solid #e3e3e3;border-left:1px solid #e3e3e3;padding: 0px}
.n .sitemap li li {border: 0px; background-color:#f8f9f4; margin:0px; }
.n .sitemap li li a {color:#666561;margin:0 0 0 0;padding:4px 4px 4px 12px;font-weight:normal;line-height:1.34em;font-size:0.9em;line-height:1.34em;border-top:0px solid #ccebfd;}
.n .sitemap li li a:hover {text-decoration:underline}
.n .sitemap li li a:focus {}
.n .sitemap li li a.on {}
.n .sitemap li li a:hover.on,
.n .sitemap li li a:focus.on {}
.n .sitemap li li a.selected {text-decoration:underline}
.n .sitemap li li a:hover.selected,
.n .sitemap li li a:focus.selected {}
.n .sitemap li li a.sitemap-toggle {border-left:0px solid #e3e3e3;}
.n .sitemap li li a.sitemap-toggle:focus {}
.n .sitemap li li a.hover {}

/* Level 3 */
.n .sitemap li li ul {}
.n .sitemap li li li {}
.n .sitemap li li li a {color:#656564;padding:4px 4px 4px 19px;font-size:0.9em;line-height:1.34em;line-height:1.1em;border-top:0px solid #fff;background:#f2f2f0;}
.n .sitemap li li li a:hover,
.n .sitemap li li li a:focus {}
.n .sitemap li li li a.on {}
.n .sitemap li li li a:hover.on,
.n .sitemap li li li a:focus.on{}
.n .sitemap li li li a.selected {}
.n .sitemap li li li a:hover.selected,
.n .sitemap li li li a:focus.selected {}
.n .sitemap li li li a.sitemap-toggle {}
.n .sitemap li li li a.sitemap-toggle:focus {}
.n .sitemap li li li a.hover {}

/* Content */
.c {margin:0px 0px 0 208px; background:#fff; padding:1px 10px 0 0}
.c p {}
.c-inner {margin:0px 6px 0px 16px;}
.t-sidebar .c {padding-right:10px;}

.m h1, .m h2, .m h3, .m h4, .m h5, .m h6,
.m h1 a, .m h2 a, .m h3 a, .m h4 a, .m h5 a, .m h6 a {color:#024a92}

.m h1 {margin-top:6px;border-bottom:1px solid #e6e6e6;padding-bottom:6px;}
.m h1, .m h1 a {}
.m h1 a {}

.m h2 {}
.m h2, .m h2 a {}
.m h2 a {}

.m h3 {font-size:1.2em}
.m h3, .m h3 a {}
.m h3 a {}

.c ul {list-style-type:none;padding-left:0;}
.c ol {padding-left:2.5em;}

.c ul li,
.c li ul li,
.c li li ul li,
.c li li li ul li,
.c li li li li ul li {padding-left:3.1em;background:transparent url(img/bullet.png) no-repeat 9px 3px;}

.c ul ul li,
.c li ul ul li,
.c li li ul ul li,
.c li li li ul ul li {padding-left:3.1em;background:transparent url(img/m-level-2.gif) no-repeat 9px 3px;}

.c ol li,
.c li ol li,
.c li li ol li,
.c li li li ol li,
.c li li li li ol li {padding-left:0.6em;background:none;}

#alumni {width: 119px; float:left; margin:4px; font-family:Verdana,Arial,Helvetica,sans-serif;}
#alumni a {color: #656564; text-decoration:none}
#alumni a:hover {text-decoration:underline}

.xtra-padding { line-height:2em}

.quote { height:100px; font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1em;line-height:1.34em;background:#cdcfb9; margin:3px 0 7px 0; width:703px;padding: 3px 5px 7px 0; height:auto; overflow:auto}
.quote p {margin: 0 4px 5px 10px; color:#545350; padding-top: 5px;line-height:1.7em}
.quote h2 {color:#FFF; margin:0 4px 0 4px; padding:9px 0 0 3px}

.history {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1em;line-height:1.34em;background:#cdcfb9; width:115px; float:left; margin-right:4px;min-height:150px; margin-bottom:4px}
.history h2 {border-bottom:1px solid #adaf9c;color:#FFF; margin:0 4px 0 4px; padding-left:4px; }
.history p {margin: 0 4px 0 4px;border-top:1px solid #e6e6e6; color:#666561; padding-top: 4px}
.history a {color:#666561; text-decoration:none}
.history a:hover { color:#666561;text-decoration:underline}


.history1 {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1em;line-height:1.34em;background:#cdcfb9; width:115px; float:left; margin-right:0px;min-height:150px; margin-bottom:4px}
.history1 h2 {border-bottom:1px solid #adaf9c;color:#FFF; margin:0 4px 0 4px; padding-left:4px}
.history1 p {margin: 0 4px 0 4px;border-top:1px solid #e6e6e6; color:#666561; padding-top: 4px}
.history1 a { color:#666561; text-decoration:none}
.history1 a:hover {color:#666561;text-decoration:underline}

.history2 {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1em;line-height:1.34em;background:#cdcfb9; width:234px; float:left; margin-right:4px;min-height:150px; margin-bottom:4px}
.history2 p {margin: 0 4px 0 4px;border-top:1px solid #e6e6e6; color:#666561; padding-top: 4px}
.history2 h2 {border-bottom:1px solid #adaf9c;color:#FFF; margin:0 4px 0 4px; padding-left:4px}

.history3 {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1em;line-height:1.34em;background:#cdcfb9; width:234px; float:left; margin-right:0px;min-height:150px; margin-bottom:4px}
.history3 p {margin: 0 4px 0 4px;border-top:1px solid #e6e6e6; color:#666561; padding-top: 4px}
.history3 h2 {border-bottom:1px solid #adaf9c;color:#FFF; margin:0 4px 0 4px; padding-left:4px}

.history4 {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1em;line-height:1.34em;background:#cdcfb9; width:353px; float:left; margin-right:4px;min-height:150px; margin-bottom:4px}
.history4 p {margin: 0 4px 0 4px;border-top:1px solid #e6e6e6; color:#666561; padding-top: 4px}
.history4 h2 {border-bottom:1px solid #adaf9c;color:#FFF; margin:0 4px 0 4px; padding-left:4px}

.history5 {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1em;line-height:1.34em;background:#cdcfb9; width:353px; float:left; margin-right:0px;min-height:150px; margin-bottom:4px}
.history5 p {margin: 0 4px 0 4px;border-top:1px solid #e6e6e6; color:#666561; padding-top: 4px}
.history5 h2 {border-bottom:1px solid #adaf9c;color:#FFF; margin:0 4px 0 4px; padding-left:4px}

.facts {border: 1px solid #e6e6e6; width:28%; float:right;font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1em;line-height:1.34em;margin-top:9px}
.facts h2 {background:#024a92; color:#FFF; margin-top:0px; padding-left:10px}
.facts ul {padding: 0 10px 0 4px}

.units td {background:#dbdccc; color:#06F; margin:0px; padding:0px 0 0 0px;}
.units p {padding:0px 5px 5px 5px; color:#67675f; border-left:1px solid #FFF; border-right:1px solid #FFF}
.units ul {color:#67675f; padding:0 6px 0 0; font-size:0.9em; line-height:1.3em}
.units h2 {color:#024a92; margin:0px; padding:10px 0 0px 0px; font-size:1.4em; font-weight:bold}
.units h3 {color:#67675f; margin:0px; padding:10px 5px 0 5px; font-size:1.2em; font-weight:bold}

.n .sidebar {float:left;width:208px;margin:0px 0px 12px 0px;font-size:95%;}

/* Sidebar news item styles. */
.n .sidebar .notice {padding:0px 8px 4px 8px;margin:15px 12px 0px 12px;background:#f2f2f0;border:1px solid #dfdfdd;}
.n .sidebar .notice h3 {margin:0px -8px 9px -8px;padding:2px 11px 3px 11px;color:#fff;color:#545350;font-size:1.3em;line-height:1.34em;border-bottom:1px solid #dfdfdd;background:#cdcfb8;}
.n .sidebar .notice .item {position:relative;padding:0px 0px 3px 0px;margin:9px 0 0 0;border-bottom:1px solid #dfdfdd;}
.n .sidebar .notice .item,
.n .sidebar .notice .item a {}
.n .sidebar .notice .item a {color:#0390c6;}
.n .sidebar .notice .item h3 {margin:0px 0px 9px 0px;font-size:1.1em;line-height:1.34em;}
.n .sidebar .notice .item p {margin:4px 0px 4px 0px;}
.n .sidebar .notice .item p.float-right {float:none;margin:0;}
.n .sidebar .notice .item .description {font-size:0.9em;line-height:1.5em;color:#404040;}
.n .sidebar .notice .item .date {font-size:0.9em;line-height:1.5em;color:#9f9f9f;color:#808080;}
.n .sidebar .notice .item p.image {background:#f9f9f8;border:1px solid #ddd;margin:3px 0 9px -4px;padding:3px;display:block;position:absolute;top:0;line-height:0;float:none;}
.n .sidebar .notice .item p.image img {width:160px;height:107px;display:block;border:0;padding:0;float:none;margin:0;}

/* Hide all parts of a sidebar news item except for the title. */
.n .sidebar .notice .item p,
.n .sidebar .notice .item ol,
.n .sidebar .notice .item table,
.n .sidebar .notice .item ul {display:none;}
.n .sidebar .notice .item p.image {display:none;}
.n .sidebar .notice .item img {display:none;}

/* Show specific parts of a sidebar news item where specified by a class. */
.n .sidebar .notice .show-item-image h3 {padding-top:124px;}
.n .sidebar .notice .show-item-image p.image {display:block;}
.n .sidebar .notice .show-item-image p.image img {display:block;}
.n .sidebar .notice .show-item-description .description {display:block;}
.n .sidebar .notice .show-item-date .date {display:block;}

.n .sidebar ul {list-style-type:none;padding:0;}
.n .sidebar ul li {background:none;}


/* Footer */
.f {clear:both;margin:0px;padding:4px 12px 6px 12px;font-size:0.9em;line-height:1.8em;border-top:1px solid #dfdfdf;}
.f,
.f a {}
.f p {margin:0;}
.f p span.date-modified {float:right;}
/*.f p span.author {background:url(img/mail-icon.gif) no-repeat 0px 3px;padding-left:17px;}*/

/* Aside */
.aside {border:1px solid #dfdfdf;padding:6px;margin:0.4em 0 0.8em 0;font-size:0.95em;line-height:1.8em;}
.aside * {margin-top:0;}

/* Blockquote */
blockquote {}
blockquote p {}
.cite {margin-left:5%;margin-right:5%;font-style:italic;}

/* Pull-quote */
.pull-quote {padding:6px;}
.pull-quote blockquote {margin-left:0;margin-right:0;font-size:1.5em;line-height:1.8em;}
.pull-quote cite {}
.pull-quote .cite {margin-left:0;margin-right:0;}

/* Figure */
.figure {background:#f2f2f0;padding:6px;position:relative;margin:0.4em 0 0.8em 0;font-size:0.95em;line-height:1.8em;}
.figure * {margin-top:0;margin-bottom:6px;}
.figure img {background:#fff;margin:0;vertical-align:bottom;}

/* Float */
.float-left,
.float-left-landscape-medium, 
.float-left-landscape-large,
.float-left-landscape-small,
.float-left-portrait-medium,
.float-left-portrait-large,
.float-left-portrait-small {float:left;margin:0 0.6em 0.6em 0;}

.float-right,
.aside,
.pull-quote,
.float-right-landscape-medium, 
.float-right-landscape-large,
.float-right-landscape-small,
.float-right-portrait-medium,
.float-right-portrait-large,
.float-right-portrait-small {float:right;margin:0 0 0.6em 0.6em;}

/* Align */
.align-center,
.align-center-landscape-medium, 
.align-center-landscape-large,
.align-center-landscape-small,
.align-center-portrait-medium,
.align-center-portrait-large,
.align-center-portrait-small {margin-left:auto;margin-right:auto;}

.align-right,
.align-right-landscape-medium, 
.align-right-landscape-large,
.align-right-landscape-small,
.align-right-portrait-medium,
.align-right-portrait-large,
.align-right-portrait-small {margin-left:auto;}

/* Text align */
.text-align-right {text-align:right;}
.text-align-left {text-align:left;}
.text-align-center {text-align:center;}

/* Widths */
.landscape-medium,
.align-center-landscape-medium,
.align-right-landscape-medium,
.float-left-landscape-medium,
.float-right-landscape-medium {width:308px;}

.landscape-large,
.align-center-landscape-large,
.align-right-landscape-large,
.float-left-landscape-large,
.float-right-landscape-large {width:408px;}

.landscape-small,
.aside,
.pull-quote,
.align-center-landscape-small,
.align-right-landscape-small,
.float-left-landscape-small,
.float-right-landscape-small {width:208px;}

.portrait-medium,
.align-center-landscape-small,
.align-right-landscape-small,
.float-left-portrait-medium,
.float-right-portrait-medium {width:186px;}

.portrait-large,
.align-center-portrait-large,
.align-right-portrait-large,
.float-left-portrait-large,
.float-right-portrait-large {width:246px;}

.portrait-small,
.align-center-portrait-small,
.align-right-portrait-small,
.float-left-portrait-small,
.float-right-portrait-small {width:127px;}

/* Page specific styles */
.d-news .item {overflow:auto;} /* Zoom is not in CSS 2.1 will be in CSS 3 */
.d-news .item h2 a {text-decoration:none;border:none;}




div.c ul.gallery {margin:0 -12px 0 0;padding:0;overflow:hidden;zoom:1;}
div.c ul.gallery li {display:inline;padding:0;list-style-type:none;background:none;}
div.c ul.gallery li a {width:100px;height:100px;background:#ddd;margin:12px 12px 0 0;position:relative;float:left;overflow:hidden;}
div.c ul.gallery li img {border:0;padding:0;width:auto;height:auto;}


.c ul.cycle {height:auto!important;min-height:500px;height:500px;margin:0 0 0 0;overflow:hidden;zoom:1;border-bottom:0px #ccc5e4 solid; }
.c ul.cycle li {display:block;margin-top:0;padding:0;list-style-type:none;background:none;}
.c ul.cycle li a {margin:0px 0px 0 0;}
.c ul.cycle li img {border:0;padding:0;width:100%;height:auto;}
.c .cycle-pause {display:none;}