@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
    Page specific styles d-[page-name]
*/

/* Elements */
body {}
body, a {color:#1c4959;}
a {color:#872D41;}

/* Classes */
.ps{width:119px;height:159px;}
.pm{width:178px;height:238px;}
.pl{width:238px;height:317px;}

.ls{width:200px;height:133px;}
.lm{width:300px;height:200px;}
.ll{width:400px;height:267px;}

/* Header */
.h {float:left;width:100%;background:#ad002e;clear:both;}
.h, .h a {color:#fff;}
.h-inner {min-height:80px;background:url(/*img/h-inner.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 text */
.h h1 {float:left;font-size:2.4em;font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;font-weight:normal;margin:6px 12px 5px 0px;padding:0;}
.h h1,
.h h1 a {}
.h h1 a {text-decoration:none;border-bottom:1px solid #c12950;}
.h h1 a:hover,
.h h1 a:focus {border-bottom:0;}
/**/

/* Site title as image replacement. * /
.h h1 {position:relative;width:518px;height:42px;overflow:hidden;float:left;font-size:2.25em;line-height:1.34em;font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;font-weight:normal;margin:22px 12px 9px 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:518px;height:42px;background:transparent url(img/h-logo.jpg) no-repeat 0 0;left:0;top:0;cursor:pointer;}
/**/

/* Site structure looking up */
.h p.structure {clear:left;font-size:1.8em;line-height:1.34em;margin:0px 0 0 0px;padding:0;position:relative;}
.h p.structure,
.h p.structure a {color:#daa5ad;}
.h p.structure a {text-decoration:none;border-bottom:1px solid #c12950;padding:0 0 2px 0;}
.h p.structure a:hover,
.h p.structure a:focus {border-bottom:0;}

/* S */
.s {background:#f2f2f0;clear:both;float:left;width:100%;border-bottom:1px solid #dfdfdf;padding:5px 0 6px 0;position:relative;}

.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:216px;margin:0;padding:0;position:relative;}
.s .site-search h2 {position:absolute;left:-9999px;margin:0;}
.s .site-search div {margin-left:10px;}
.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 #d1d1cf;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 #d1d1cf;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 {font-size:0.9em;line-height:1.8em;margin:0px 0px 0px 216px;padding:3px 12px 0px 10px;}
.s .breadcrumb h2 {position:absolute;left:-9999px;margin:0;}
.s .breadcrumb p {margin:0;}
.s .breadcrumb p a {}
.s .breadcrumb p span {}

/* Main */
.m {float:left;width:100%;background:transparent url(img/m.gif) repeat-y 0 0;}
.m-inner {}

/* 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:216px;}

.n .sitemap {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1.1em;line-height:1.34em;background:#f4f0eb;text-align:left;border-bottom:1px solid #fff;margin:0px 6px 0px 0px;padding:0px 0px 0px 0px;}
.n .sitemap h2 {position:absolute;left:-9999px;}
/* Sitemap defaults */
.n .sitemap ul {margin:0px;padding:0px;border-bottom:0;border-top:0px;}/*Fix that allows the background image to cover the whole of the menu after the bug fix in IE that causes the toggle button to display in the wrong place, see below.*/
.n .sitemap li {display:block;margin:0;padding:0;list-style-type:none;position:relative;}/*Fix for bug in IE that causes the toggle button to display in the wrong place.*/
.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 {display:block;float:none;position:absolute;left:0;top:0;clear:none;margin:0;padding-left:0px;padding-right:0px;width:19px;text-align:center;background:transparent;cursor:pointer;text-decoration:none;}
.n .sitemap li a.sitemap-toggle span {display:block;}

/* Level 1 */
.n .sitemap ul { padding: 10px 10px 0px;}
.n .sitemap li {}
.n .sitemap li a {color:#144354;font-weight:bold;padding:6px 4px 6px 25px;padding-left:19px;margin:0px 0px 0 0;border-top:2px solid #fff; background-color: #e8e4dd;/*background:url(img/n-level-1-a.gif) no-repeat 6px 9px;*/ }
.n .sitemap li a:hover,
.n .sitemap li a:focus { background-color:#cdc4b6; color: #872d41; text-decoration: none;}
.n .sitemap li a.on {}
.n .sitemap li a:hover.on,
.n .sitemap li a:focus.on {}
.n .sitemap li a.selected {background-color:#cdc4b6; color: #872d41;}
.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:focus {outline-width:1px;outline-style:dotted;}
.n .sitemap li a.hover {color:#333;}

/* Level 2 */
.n .sitemap li ul {margin-left:10px;/*border-top:1px solid #fff;border-left:1px solid #e3e3e3;*/}
.n .sitemap li li {}
.n .sitemap li li a {color:#144354;margin:0 0 0 0;font-weight:normal;padding:4px 4px 4px 19px;font-size:0.9em;line-height:1.34em;border-top:1px solid #cdc4b6;background:#f4f0eb;}
.n .sitemap li li a:hover,
.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 {/*background-image:url(img/n-level-2-a.gif);*/}
.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:#144354;
	padding:4px 4px 4px 14px;
	font-size:0.9em;
	line-height:1.1em;
	border-top:0px solid #fff;
}
.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 */

p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl, table, hr, form, fieldset {
margin:1em 0;
padding:0;
}


.c {margin:0px 0px 0 216px;}
.c-inner {margin:0px 12px 18px 12px;padding-top:1px;}

.c h1, .c h2, .c h3, .c h4, .c h5, .c h6 { color: #144354;}
.c h1 {margin-top:6px;border-bottom:1px solid #e6e6e6;padding-bottom:6px;}
.c h1, .c h1 a {}
.c h1 a {color: #144354;}

.c h2 {}
.c h2, .c h2 a {  padding: 0; margin: 0}
.c h2 a {color: #144354;}

.c h3 {}
.c h3, .c h3 a {}
.c h3 a {}

.c h4 {}
.c h4, .c h4 a {}
.c h4 a {}

.c h5 {}
.c h5, .c h5 a {}
.c h5 a {}

.c h6 {}
.c h6, .c h6 a {}
.c h6 a {}

.c ul {list-style-type:none;padding-left:0;}
.c ul > li {padding-left:3em;}
.c ul > li {background:transparent url(img/m-ul-li-level-1.gif) no-repeat 9px 3px;}
.c ul > li > ul li {background:transparent url(img/m-ul-li-level-2.gif) no-repeat 9px 3px;}

.c .sidebar {
	float:right;
	width:190px;
	margin:0px 0px 0px 0px;
	background:#fff;
	position: absolute;
	z-index: 100;
	overflow: auto;
	right: 200px;
	top: 450px;
}
.c .sidebar .news {padding:0px 11px 11px 11px;margin:12px 0px 0px 12px;background:#f2f2f0;border:1px solid #dfdfdd;}
.c .sidebar .news h2 {margin:0px -11px 0px -11px;padding:8px 11px 6px 11px;color:#555;color:#872D41;font-size:1.6em;line-height:1.34em;border-bottom:1px solid #dfdfdd;background:#f9f9f8;}
.c .sidebar .news .item {position:relative;padding:0px 0 3px 0;margin:9px 0 0 0;border-bottom:1px solid #dfdfdd;}
.c .sidebar .news .item,
.c .sidebar .news .item a {}
.c .sidebar .news .item a {color:#872D41;}
.c .sidebar .news .item h3 {margin:0px 0px 9px 0px;font-size:1.1em;line-height:1.34em;}
.c .sidebar .news .item p {margin:9px 0px 9px 0px;}
.c .sidebar .news .item .description {font-size:0.9em;line-height:1.5em;color:#404040;}
.c .sidebar .news .item .date {font-size:0.9em;line-height:1.5em;color:#9f9f9f;color:#808080;}


.c .sidebar .news .item p {display:none;}
.c .sidebar .news .item img {display:none;}
.c .sidebar .news .item .date {display:none;}
.c .sidebar .news .item ul {display:none;}

.c .sidebar .news .show-item-image p.float-right {float:none;margin:0;}
.c .sidebar .news .show-item-image p.image {display:block;position:absolute;top:0;border:1px solid #ddd;margin:3px 0 9px 0;padding:3px;background:#f9f9f8;line-height:0;float:none !important;}
.c .sidebar .news .show-item-image p.image img {display:block;width:146px;border:0;padding:0;float:none;}
.c .sidebar .news .show-item-image h3 {padding-top:116px;}
.c .sidebar .news .show-item-description .description{display:block;}
.c .sidebar .news .show-item-date .date{display:block;}

/* 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;}*/

/* Page specific styles */
.d-news .item {overflow:hidden;zoom:1;}
.d-home .home-spotlight { float: left; height: 130px; width: 195px; background-color: #f4f0eb; border: 1px solid #144354; padding: 10px;}
.d-home .home-spotlight h2 {padding: 0; margin: 0;}
.d-home .home-spotlight p { font-size: 0.9em; line-height: 1.6em;}
.margin-right {margin-right: 20px;}
.rankings {background: url(img/ranking-image.jpg) no-repeat right bottom;}
.masters {background: url(img/masters-image.jpg) no-repeat right bottom;}
.alumni {background: url(img/alumni-image.jpg) no-repeat right bottom;}

.d-home .news-events-spotlight {float:left; width: 333px; min-height:220px; background-color: #f4f0eb; border: 1px solid #144354; margin-top: 20px;}
.d-home .news-events-spotlight h3 {
	margin: 0;
	padding: 4px 0 4px 10px;
	background-color:#343642;
	color:#FFFFFF;
	text-transform: uppercase;
}
.d-home .news-events-spotlight p {padding: 10px;}
.events {background: url(img/events-image.gif) no-repeat right bottom;}
.news {background: url(img/news-image.gif) no-repeat right bottom;}
