/* imports and fonts imports */
@import url("/apps/js/polls/polls-pack.css");
@import url("/shared/900_12_10_10.css");
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);

@font-face {
    font-family: 'Arno Pro Italic';
    src: url('/shared/font/arnopro-italic-webfont.eot');
    src: url('/shared/font/arnopro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/shared/font/arnopro-italic-webfont.woff') format('woff'),
         url('/shared/font/arnopro-italic-webfont.ttf') format('truetype'),
         url('/shared/font/arnopro-italic-webfont.svg#ArnoProItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('/shared/font/trajanpro-regular-webfont.eot');
    src: url('/shared/font/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/shared/font/trajanpro-regular-webfont.woff') format('woff'),
         url('/shared/font/trajanpro-regular-webfont.ttf') format('truetype'),
         url('/shared/font/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */
html { height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { height: 100%; text-align: center; margin: 0; padding: 0; font-size: 13px; line-height: 1.231; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }
a, a:active, a:visited { color: #333; }
a:hover, a:active { outline: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Normalization of fonts */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Font styles */
body,
#topnav li:hover ul li a, 
#topnav li.over ul li a { font-family: "Arial", Helvetica, sans-serif; }

#address,
#pageNav, 
#pageNav ul li a,
#topnav li a,
#quicklinks, #quicklinks a,
#wrapper-index .content section h2 a,
.pageTitle { font-family: "Trajan Pro", Arial, Helvetica, sans-serif; }

#footer #motto { font-family: "Arno Pro Italic", serif; }

/* Site Styles */
#wrapper, #wrapper-index {
    background: #850001 url('/pics/v2/wrapper_image.png') no-repeat center top; /* Old browsers */
	background: url('/pics/v2/wrapper_image.png') no-repeat center top, url('/pics/v2/noise.png'), -moz-linear-gradient(top, #850001 0%, #7b0100 11%, #780001 11%, #7a0000 11%, #670001 25%, #460000 42%, #440001 45%, #3e0100 47%, #3a0000 50%, #340100 52%, #360000 52%, #2e0000 55%, #0c0000 77%, #0e0000 78%, #000000 89%, #000000 100%); /* FF3.6+ */
	background: url('/pics/v2/wrapper_image.png') no-repeat center top, url('/pics/v2/noise.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#850001), color-stop(11%,#7b0100), color-stop(11%,#780001), color-stop(11%,#7a0000), color-stop(25%,#670001), color-stop(42%,#460000), color-stop(45%,#440001), color-stop(47%,#3e0100), color-stop(50%,#3a0000), color-stop(52%,#340100), color-stop(52%,#360000), color-stop(55%,#2e0000), color-stop(77%,#0c0000), color-stop(78%,#0e0000), color-stop(89%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: url('/pics/v2/wrapper_image.png') no-repeat center top, url('/pics/v2/noise.png'), -webkit-linear-gradient(top, #850001 0%,#7b0100 11%,#780001 11%,#7a0000 11%,#670001 25%,#460000 42%,#440001 45%,#3e0100 47%,#3a0000 50%,#340100 52%,#360000 52%,#2e0000 55%,#0c0000 77%,#0e0000 78%,#000000 89%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: url('/pics/v2/wrapper_image.png') no-repeat center top, url('/pics/v2/noise.png'), -o-linear-gradient(top, #850001 0%,#7b0100 11%,#780001 11%,#7a0000 11%,#670001 25%,#460000 42%,#440001 45%,#3e0100 47%,#3a0000 50%,#340100 52%,#360000 52%,#2e0000 55%,#0c0000 77%,#0e0000 78%,#000000 89%,#000000 100%); /* Opera 11.10+ */
	background: url('/pics/v2/wrapper_image.png') no-repeat center top, url('/pics/v2/noise.png'), -ms-linear-gradient(top, #850001 0%,#7b0100 11%,#780001 11%,#7a0000 11%,#670001 25%,#460000 42%,#440001 45%,#3e0100 47%,#3a0000 50%,#340100 52%,#360000 52%,#2e0000 55%,#0c0000 77%,#0e0000 78%,#000000 89%,#000000 100%); /* IE10+ */
	background: url('/pics/v2/wrapper_image.png') no-repeat center top, url('/pics/v2/noise.png'), linear-gradient(top, #850001 0%,#7b0100 11%,#780001 11%,#7a0000 11%,#670001 25%,#460000 42%,#440001 45%,#3e0100 47%,#3a0000 50%,#340100 52%,#360000 52%,#2e0000 55%,#0c0000 77%,#0e0000 78%,#000000 89%,#000000 100%); /* W3C */
	-pie-background: url('/pics/v2/wrapper_image.png') no-repeat center top, url('/pics/v2/noise.png'), linear-gradient(top, #850001 0%,#7b0100 11%,#780001 11%,#7a0000 11%,#670001 25%,#460000 42%,#440001 45%,#3e0100 47%,#3a0000 50%,#340100 52%,#360000 52%,#2e0000 55%,#0c0000 77%,#0e0000 78%,#000000 89%,#000000 100%); /* PIE6-9 */
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 900px;
	height: 100%;
	min-height: 100%;
	height: auto!important;
	text-align: left;
	behavior: url('/shared/pie.htc');
}
.inside { width: 900px; margin: 0 auto; }
#wrapper-index .content .inside { background: url('/pics/v2/content_inside_bg.png') repeat-x left top; }
#wrapper .content .inside { 
	width: 880px; padding: 10px 10px 30px 10px; background: #fff; 
	min-height: 450px;
	height: auto!important;
	height: 450px; 
}
.content {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	box-shadow: 0 0 5px; -moz-box-shadow: 0 0 5px; -webkit-box-shadow: 0 0 5px;
}
.pageTitle {
	height: 33px;
	padding: 12px 0 0 40px; margin-bottom: 10px;
	font-size: 16px; color: #000;
	background: url('/pics/v2/pagetitle.gif') no-repeat left top;
}

#top { width: 100%; height: 33px; background: url('/pics/v2/top_bg.png') repeat-x; }
#top-sep { width: 1px; height: 100%; border-left: 1px dashed #fff; }
#search { float: left; background: #fff; padding: 2px; box-shadow: inset 3px 3px 5px #666; -moz-box-shadow: inset 3px 3px 5px #666; -webkit-box-shadow: inset 3px 3px 5px #666; margin-top: 3px; }
#search form { margin: 0; }
#search #search-field { width: 105px; height: 12px; padding: 4px 2px 2px; border: 0; background: none; font-size: 12px; color: #333; }
#search #search-img { vertical-align: top; margin-left: -4px; }
.ie6 #search #search-img, .ie7 #search #search-img { margin-top: 1px; }
#googleTranslate { float: left; margin-left: 5px; height: 28px; margin-top: 3px; padding-top:4px; }

#vault { float: right; margin-left: 20px; margin-top: 5px; }
#vault table, #vault table a { color: #fff; }
#vault table td { padding-right: 5px; }
.ie7 #motto { top: 160px; }
#marquee { height: 18px; padding: 8px 10px; margin: 0 0 10px 0; font-weight: bold; }

/* Header */
#header { position: relative; z-index: 9999; }
#header .inside { position: relative; }
#header-name { width: 900px; height: 158px; background: url('/pics/v2/header.png') no-repeat; }

/* Navigation menu */
#menu { 
	height: 35px; position: relative; z-index: 10; behavior: url('/shared/PIE.htc');
	background: #ac1714; /* Old browsers */
	background: -moz-linear-gradient(top, #ac1714 0%, #b01a18 3%, #af1d1a 12%, #a71a17 18%, #981c18 39%, #751d19 79%, #691e1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac1714), color-stop(3%,#b01a18), color-stop(12%,#af1d1a), color-stop(18%,#a71a17), color-stop(39%,#981c18), color-stop(79%,#751d19), color-stop(100%,#691e1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ac1714 0%,#b01a18 3%,#af1d1a 12%,#a71a17 18%,#981c18 39%,#751d19 79%,#691e1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ac1714 0%,#b01a18 3%,#af1d1a 12%,#a71a17 18%,#981c18 39%,#751d19 79%,#691e1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ac1714 0%,#b01a18 3%,#af1d1a 12%,#a71a17 18%,#981c18 39%,#751d19 79%,#691e1a 100%); /* IE10+ */
	background: linear-gradient(top, #ac1714 0%,#b01a18 3%,#af1d1a 12%,#a71a17 18%,#981c18 39%,#751d19 79%,#691e1a 100%); /* W3C */
	-pie-background: linear-gradient(top, #ac1714 0%,#b01a18 3%,#af1d1a 12%,#a71a17 18%,#981c18 39%,#751d19 79%,#691e1a 100%); /* PIE6-9 */
}
#menu h2 { width: 0; height: 0; }
#topnav { list-style: none; margin: 0; padding: 0; float: right; right: 50%; position: relative; z-index: 9999; }
#topnav li { list-style: none; display: inline; float: left; left: 50%; position: relative; z-index: 9999; padding: 0; margin: 6px 0px 0 10px; }

#topnav li a {
	white-space: nowrap;
	width: 0;
	display: block;
	text-align: center;
	padding: 3px 5px;
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
#topnav > li a { width: auto; white-space: normal; }
#topnav li:hover a, #topnav li.over a { color: #fff; background: #210605; }

/* Drop down items */
#topnav ul, 
#topnav li:hover ul ul, #topnav li.over ul ul, 
#topnav li:hover ul ul ul, #topnav li.over ul ul ul,
#topnav li:hover ul ul ul ul, #topnav li.over ul ul ul ul {
	position: absolute;
	right: auto;
	left: -9999em;
	top: -9999em;
	z-index: 9999;
	width: 184px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#topnav ul li { margin: 0; left: auto; }
#topnav li:hover ul, #topnav li.over ul { left: auto; top: auto; background: none; }

#topnav ul li:hover ul, #topnav ul li.over ul,
#topnav ul ul li:hover ul, #topnav ul ul li.over ul,
#topnav ul ul ul li:hover ul, #topnav ul ul ul li.over ul { position: absolute; top: 0; left: 100%; }

/* Drop down items colors and formatting */
#topnav li:hover ul li a, #topnav li.over ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	height: auto;
	width: 170px;
	font-size: 13px;
	letter-spacing: normal;
	white-space: normal;
	text-transform: none;
	text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#topnav li:hover ul li a, #topnav li.over ul li a, 
#topnav li ul li:hover ul a, #topnav li ul li.over ul a,
#topnav li ul li ul li:hover ul a, #topnav li ul li ul li.over ul a,
#topnav li ul li ul li ul li:hover ul a, #topnav li ul li ul li ul li.over ul a { color: #fff; background: #210605; }
#topnav li ul li a:hover, 
#topnav li ul li:hover a, #topnav li ul li.over a,
#topnav li ul li:hover ul a:hover, #topnav li ul li.over ul a:hover,
#topnav li ul li ul li:hover a, #topnav li ul li ul li.over a,
#topnav li ul li ul li:hover ul a:hover, #topnav li ul li ul li.over ul a:hover,
#topnav li ul li ul li ul li:hover a, #topnav li ul li ul li ul li.over a,
#topnav li ul li ul li ul li:hover ul a:hover, #topnav li ul li ul li ul li.over ul a:hover { color: #fff; background: #840000; }

#topnav .top-level { background: url('/pics/v2/topnav_sep.gif') no-repeat right center; padding-right: 18px; }

/* Index properties */
#index-wrapper { padding: 10px 0 0 0; }
.ie7 #index-wrapper, .ie8 #index-wrapper { padding: 0; }
#index-top, #columns { position: relative; }
#index-top { width: 880px; height: 300px; background: url('/pics/v2/index_top.png'); margin: 0 10px 10px 10px; box-shadow: 0 0 5px #333; -moz-box-shadow: 0 0 5px #333; -webkit-box-shadow: 0 0 5px #333; behavior: url('/shared/pie.htc'); }
.ie7 #index-top { padding-top: 0!important; }
#columns { width: 900px; padding: 10px 0; position: relative; background: #fff; }
#left-column, #center-column, #right-column { float: left; display: inline; margin-left: 10px; }
#left-column { width: 240px; }
#center-column { width: 284px; }
#right-column { width: 335px; }

/* quicklinks */
#quicklinks h2 { width: 0; height: 0; }
#quicklinks, #quicklinks ul { padding: 0; }
#quicklinks ul { padding: 10px 0; margin: 0; background: #840000 url('/pics/v2/midnav_sep.png') no-repeat center 10px; box-shadow: inset 0 0 10px #000; -moz-box-shadow: inset 0 0 10px #000; -webkit-box-shadow: inset 0 0 10px #000;  }
#quicklinks li { list-style: none; position: relative; padding: 6px 0; background: url('/pics/v2/midnav_sep.png') no-repeat center bottom; }
#quicklinks a {
	height: 18px;
	text-decoration: none;
	padding: 8px 0;
	margin: 0;
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-align: center;
	font-variant: small-caps;
	position: relative;
	background: url('/pics/v2/midnav.png') repeat-y;
}
#quicklinks a:hover { background: url('/pics/v2/midnavf2.png') repeat-y; color: #000; }

/* Homepage Sections */
section { width: 100%; margin-bottom: 10px; position: relative; }

/* Homepage Section Headers */
#wrapper-index .content section h2 a {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	font-variant: small-caps;
	text-align: center;
	padding: 0 0 15px 0;
}
#wrapper-index .content #left-column section h2 a { color: #000; background: url('/pics/v2/left_section_header.jpg') no-repeat bottom center; }
#wrapper-index .content #center-column section h2 a { color: #840000; background: url('/pics/v2/center_section_header.gif') no-repeat bottom center; }
#wrapper-index .content #right-column section h2 a { 
	color: #fff;
	background: #840000; /* Old browsers */
	background: -moz-linear-gradient(left, #840000 0%, #910000 10%, #c80000 37%, #da0000 49%, #d60000 55%, #cc0001 61%, #920000 89%, #840000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#840000), color-stop(10%,#910000), color-stop(37%,#c80000), color-stop(49%,#da0000), color-stop(55%,#d60000), color-stop(61%,#cc0001), color-stop(89%,#920000), color-stop(100%,#840000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #840000 0%,#910000 10%,#c80000 37%,#da0000 49%,#d60000 55%,#cc0001 61%,#920000 89%,#840000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #840000 0%,#910000 10%,#c80000 37%,#da0000 49%,#d60000 55%,#cc0001 61%,#920000 89%,#840000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #840000 0%,#910000 10%,#c80000 37%,#da0000 49%,#d60000 55%,#cc0001 61%,#920000 89%,#840000 100%); /* IE10+ */
	background: linear-gradient(left, #840000 0%,#910000 10%,#c80000 37%,#da0000 49%,#d60000 55%,#cc0001 61%,#920000 89%,#840000 100%); /* W3C */
	behavior: url('/shared/pie.htc');
	position: relative;
	padding: 9px 0;
}

/* Homepage Sections Containers */
#left-column .container, #center-column .container, #right-column .container { }
#vision .container { padding: 0 20px; }

/* Homepage Section Tables */
#wrapper-index .content table { width: 100%; padding: 0; margin: 0; }

/* Other homepage section extras */
#wrapper-index .content section table a { color: #000; text-decoration: none; font-weight: bold; }
#wrapper-index .content table { color: #333; }
#wrapper-index .content table #l { display: none; }
#wrapper-index .content table #r { border-left: 2px solid #840000; padding-left: 6px; }

.autoCalendarLinks #r, #showAll-0, #showAll-hplinks #r, #showAll-0 #r, #showAll-hpbbmessages #r, #showAll-hpmemoirs #r, #post-hpmemoirs #r, #search-hpdirectory #r, #register-hpdirectory #r { border-left: 0!important; padding-left: 8px!important; }

#extra-modules { width: 277px; height: 56px; background: url('/pics/v2/translate-sep.png') no-repeat center bottom; }

/* Image shuffles */
.shuffles { padding-left: 10px; }
#shuffle1 { margin: 10px 0 0 0; float: left; border: 1px solid #bebaba; }
#other-shuffles { width: 330px; float: left; margin-top: 5px; }
#shuffle2, #shuffle3, #shuffle4, #shuffle5 { width: 158px; height: 126px; border: 1px solid #737373; float: left; margin-left: 5px; margin-top: 5px; }

/* Quick Poll */
.HPQuickpoll h2 { display: none; }
.HPQuickPoll .bar-color { background-color: #003270; } /* results bar color */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only { margin: 0 auto; width: 70%; }

/* Page navigation */
#pageNav { border: 0; font-size: 14px; }
#pageNav ul, #pageNav ul li { list-style: none; line-height: 16px; }
#pageNav ul {
	border: 1px solid #fff;
	padding: 10px 0 110px!important; margin: 0 auto!important; width: 250px; min-height: 190px; height: 190px; height: auto!important;
	background: url('/pics/v2/pagenav_bottom.png') no-repeat center bottom, url('/pics/v2/pagenav_top.png') no-repeat left top, #840000;
	-pie-background: url('/pics/v2/pagenav_bottom.png') no-repeat center bottom, url('/pics/v2/pagenav_top.png') no-repeat left top, #840000;
	behavior: url('/shared/pie.htc'); position: relative;
}
#pageNav ul li { padding: 0!important; margin: 0!important; zoom: 1; /* important for IE6 */ }
#pageNav td img { display: none; }
#pageNav ul li a, #pageNav ul li b { width: auto; font-size: 13px; padding: 5px 10px; margin: 0 10px; display: block; }
#pageNav ul li b { color: #000; background: url('/pics/v2/midnavf2.png') repeat-y; }
#pageNav ul li a { text-decoration: none; color: #fff; }
#pageNav ul li a:hover { color: #000; background: url('/pics/v2/midnavf2.png') repeat-y; }

/* Footer */
#footer { width: 100%; height: 72px; text-align: left; background: url('/pics/v2/footer_bg.png') repeat-x top left; }
#footer .inside { height: 100%; position: relative; }
#footer span { margin: 0 5px; }
#footer #motto { font-size: 30px; color: #595959; position: absolute; top: -25px; right: 10px; }
#address { color: #fff; padding: 15px 0 0 0; margin: 0; font-size: 14px; text-align: center; font-variant: small-caps; }
#edunet { width: 245px; height: 22px; background: url('/pics/v2/edunet_grayl.png') no-repeat; position: absolute; left: 50%; margin-left: -123px; bottom: 0; }
