<!--
/*
TTU Red: #c00;
TTU Black: #000;
TTU Light Gray: #ccc;
TTU Dark Gray: #333;
TTU Dark Red: #99281e; (used to use #900)
TTU Tan: #c4a97c;
TTU Cream: #eae0c6;
TTU Blue: #899FB4;
TTU Dark Blue: #003a66;
TTU Green: #b0b37b;
TTU Dark Green: #4d5b2a;
*/

html {height:100%;}
body {margin:0;padding:0;font:normal 95% "helvetica nue", arial, sans-serif;height:100%;min-height:100%;background:#fff;/*IF CHANGING HERE, CHANGE IN JSCRIPT FILE ALSO*/}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
img {max-width:100%;border:0;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline;}
.hidden {display:none;}
.center, video p {text-align:center;}
.alignCenter {margin-left:auto;margin-right:auto;}
.table {display:table;width:90%;margin:10px auto;border:1px solid #000;}
.tableRow {display:table-row;}
.tableHead, .tableCell {display:table-cell;padding:5px;border:1px solid #ccc;border-collapse:collapse;border-left:0;}
.tableHead {font-weight:bold;}
.middle {vertical-align:middle;}
.auto {overflow:auto;}
.noBorder {border:0;}

header, nav, section, aside, footer, article, hgroup {display:block;}

/*Page Structure*/
#whitebox {width:925px;margin:0 auto;text-align:left;min-height:100%;
}
#content {padding:3px 15px 10px 15px;margin-top:0;height:auto;position:relative;overflow:hidden;}

#mainBody p {text-align:justify;}
#mainBody p:first-child {margin-top:0;}
#mainBody li li:last-child {margin-bottom:0;}
#mainBody a[href^="tel:"] {color:inherit;}
#mainBody a[href^="tel:"]:hover {color:#c00;}
/*End Page Structure*/

/*Top Bar*/
#topBarContainer {background:#000;width:100%;color:#fff;height:20px;overflow:hidden;min-width:925px;}
#topBar {width:80%;margin:0 auto;}
ul#toprightlinks, ul#topleftmoved {color:#808285;list-style:none;font-size:.875em;overflow:hidden;margin:0;}/*14px*/
ul#topleftmoved {width:145px;}
ul#toprightlinks {margin-top:2px;position:absolute;top:75px;right:5px;}
#toprightlinks li {float:right;background:url(/global/images/iconsSprite.png) no-repeat 0px -28px;}/*star-red*/
#toprightlinks li a {color:#808285;font-size:.8em;padding:0 5px 0 18px;}
#topleftmoved form {height:20px;}
#topleftmoved input[type="text"] {font-size:.8em;height:12px;border:1px solid #808285;width:122px;color:#999;position:absolute;top:50px;right:50px;}/*11.2px*/
#topleftmoved a {color:#808285;font-size:.8em;}/*11.2px*/
#topleftmoved a:hover {text-decoration:underline;}
#topleftmoved label.overlabel {display:none;visibility:hidden;}
#topleftmoved input[type="submit"] {background:url(/global/images/iconsSprite.png) no-repeat 0 0;cursor:pointer;border:none;width:18px;height:18px;position:absolute;top:52px;right:30px;}/*search_16x16*/
#topleftmoved input[type="submit"]::-moz-focus-inner {border:0;}
#topleftmoved span.help {position:absolute;top:50px;right:10px;}
#notice {text-align:center;width:100%;margin:0 auto;border:1px solid #000;background:#900;font-weight:bold;position:relative;height:22px;color:#fff;}
#notice a {color:#fff;text-decoration:underline;}
#notice a:hover {text-decoration:none;}
@media screen and (max-width:650px){
  #topleftmoved{
     display:none;
   }
}
/*End Top Bar*/

/*Header*/
ul#nav {list-style:none;margin:0;padding:0;display:table;position:relative;z-index:5;}
/*ul#nav li {float:left;display:block;height:25px;padding-bottom:0;font-size:1em;}*/
/*ul#nav li:hover {border-bottom:1px solid #C4A97C;}*/
ul#nav li:first-child {border-left:none;}
ul#nav li#digitalmenu a {width:130px;}
ul#nav li#donormenu a {width:80px;}
ul#nav li#ohmenu a {width:150px;}
ul#nav li#resourcemenu a {width:100px;}
ul#nav li#eventmenu a {width:170px;}
ul#nav li#aboutmenu a {width:76px;}
ul#nav li#moremenu a {width:50px;}/*total width = 920 + 6 1px borders*/
ul#nav li#digitalmenu li a, ul#nav li#donormenu li a, ul#nav li#ohmenu li a, ul#nav li#resourcemenu li a, ul#nav li#eventmenu li a, ul#nav li#aboutmenu li a, ul#nav li#moremenu li a {width:140px;}
ul#nav li a {display:table-cell;text-decoration:none;color:#fff;padding:0;height:25px;vertical-align:middle;text-align:center;width:140px;}
ul#nav li a:hover, .hover, ul#nav li:hover div, ul#nav li:hover a {color:#99281E;background:url(/global/images/blank.png) repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAE0C6', endColorstr='#C4A97C'); /* for IE */

	background: -webkit-gradient(linear, left top, left bottom, from(#EAE0C6), to(#C4A97C)); /* for webkit browsers */
	background: -webkit-linear-gradient(top, #EAE0C6, #C4A97C); /*for safari 5.1, mobile safari, chrome 10 */
	background: -moz-linear-gradient(top,  #EAE0C6,  #C4A97C); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top,  #EAE0C6,  #C4A97C); 
	background: -o-linear-gradient(top,  #EAE0C6,  #C4A97C);}
ul#nav li a:hover, .hover {text-decoration:underline;}
ul#nav li:hover div a {text-decoration:none;filter:none;background:none;color:#333;text-align:left;width:auto;}
ul#nav div, ul#nav li:hover div {background: -moz-linear-gradient(top,  rgba(196,169,124,0.95) 0%, rgba(196,169,124,0.95) 1%, rgba(234,224,198,0.95) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,169,124,0.95)), color-stop(1%,rgba(196,169,124,0.95)), color-stop(100%,rgba(234,224,198,0.95))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(196,169,124,0.95) 0%,rgba(196,169,124,0.95) 1%,rgba(234,224,198,0.95) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(196,169,124,0.95) 0%,rgba(196,169,124,0.95) 1%,rgba(234,224,198,0.95) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(196,169,124,0.95) 0%,rgba(196,169,124,0.95) 1%,rgba(234,224,198,0.95) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(196,169,124,0.95) 0%,rgba(196,169,124,0.95) 1%,rgba(234,224,198,0.95) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c4a97c', endColorstr='#f2eae0c6',GradientType=0 ); /* IE6-8 */
-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c4a97c', endColorstr='#f2eae0c6',GradientType=0 ); /* IE6-8 */
position:absolute;margin-left:-1px;margin-top:0px;
border-bottom:4px solid #c00;border-left:1px solid #000;border-right:1px solid #000;padding:0;overflow:hidden;}
ul#nav div {display:none;}
ul#nav li:hover div {display:inline;}
ul#nav ul {width:150px;padding-bottom:4px;padding:0 3px;float:left;margin:5px;border-left:1px dotted #333;}
ul#nav ul:first-child {border:none;}
ul#nav ul li  {display:block;width:100%;border:none;height:auto;line-height:1.2em;font-size:1.1em;}
ul#nav ul li:last-child {width:100%;height:auto;}
ul#nav ul li:hover {border-bottom:none;}
ul#nav ul li a {display:block;height:auto;font-weight:normal;font-size:.55em;width:100%;color:#333;padding:3px;border:none;}
ul#nav ul li a:hover {filter:none;color:#fff;text-decoration:underline;background:#99281e;}
.subMenuHeading {font-weight:bold;text-decoration:underline;}

ul#nav div#menuDigital {margin-left:-78px;}
ul#nav div#menuDonate {margin-left:-78px;}
ul#nav div#menuOH {margin-left:-90px;}
ul#nav div#menuRes {margin-left:-184px;}
ul#nav div#menuConf {margin-left:-100px;}
ul#nav div#menuAbout {margin-left:-221px;}
ul#nav div#menuMore {margin-left:-94px;}


/*End Header*/

/* Left Navigation Bar*/
#leftNavigationBar {width:150px;overflow:hidden;height:100%;font-size:.75em;padding:0;margin:5px 5px 10px -10px;float:left;}
#leftNavigationBar h3 {font-weight:bold;letter-spacing:2px;margin:0;padding:3px 5px;border-bottom:1px solid #ccc;display:block;line-height:1.5em;}
#leftNavigationBar h3.link {padding:0;}
#leftNavigationBar ul {list-style:none;margin:0;padding:0;}
#leftNavigationBar li {margin:0 0 10px 0;padding:0;font-size:1.1em;line-height:1.3em;}
#leftNavigationBar a {display:block;margin:0;padding:5px 5px;color:#003a66;}
#leftNavigationBar a:hover {background:#333;color:#fff;}
.shiftRightBread {margin-left:170px;}
.shiftRight {margin-left:145px;border-left:1px dotted #ccc;padding-left:10px;}
#leftNavigationBar h3.spacer {border:none;}
/*End Left Nav Bar Section*/

/*Right Navigation Box*/
.noticesBar {float:right;width:250px;background:#ccc;height:auto;overflow:hidden;border:1px solid #c00;margin-left:10px;margin-bottom:10px;font-size:.9em;}
.noticesBar h3 {background-color:#aaa;font-weight:bold;font-size:1em;padding:3px 3px 3px 15px;letter-spacing:2px;overflow:hidden;width:100%;margin-top:0;}
.noticesBar ul {list-style:none;margin:-15px 0 0 0;padding:0;}
.noticesBar li {padding:5px;margin:10px 0 0 0;}
.noticesBar a {display:block;text-decoration:none;color:#c00;width:100%;}
.noticesBar a:hover {text-decoration:underline;color:#009;}
/*End Navigation Bar*/

/*Breadcrumbs*/
#topNavigationBar {font-size:.65em;color:#888;overflow:hidden;text-transform:uppercase;padding-left:2px;margin-top:10px;}
#topNavigationBar a {color:#888;background:url(/global/images/iconsSprite.png) no-repeat right -88px;padding-right:15px;}/*more-arrow*/
#topNavigationBar a:hover {color:#c00;background:url(/global/images/iconsSprite.png) no-repeat right -148px;}/*more-arrow-left-hover*/
#topNavigationBar ul {list-style:none;margin:0;padding:0;}
#topNavigationBar ul.left li {float:left;z-index:1;}
/*End Breadcrumbs Section*/

/*Footer*/
#footer {clear:both;border-top:1px solid #99281e;overflow:hidden;height:125px;margin-top:10px;padding-top:10px;font-size:.7em;width:100%;}
#footer, #footer a {color:#888;}
#footer a:hover {color:#99281e;}
#footer ul {list-style:none;margin:0 0 0 50px;padding:0;clear:left;}
#footerContent {background:url(/global/images/iconsSprite.png) no-repeat 12px -185px;height:100%;}/*doubleT*/
#footer ul, #topBar ul, #header ul, ul#nav ul, #leftNavigationBar ul, #topNavigationBar ul, #exhibitNav ul, .normalLines {line-height:1em;}
#footer ul li {float:left;padding:0 5px 0 21px;background:url(/global/images/iconsSprite.png) no-repeat 2px -48px;line-height:1.5em;font-size:1em;}/*star-silver*/
#footer ul li:first-child {background-image:none;}
/*End Footer Section*/

#topNavigationBar ul {line-height:1.5em;}

/*jquery.fancybox.cssv2.0.5*/
/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {vertical-align: top;padding: 0;margin: 0;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 1002;}
.fancybox-outer {position: relative;padding: 0;margin: 0;background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.fancybox-opened {z-index: 1003;}
.fancybox-opened .fancybox-outer {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-inner {width: 100%;height: 100%;padding: 0;margin: 0;position: relative;outline: none;overflow: hidden;}
.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 10px;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;border: 0;padding: 0;margin: 0;vertical-align: top;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('/global/images/fancybox_sprite.png');}
#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 1010;}
#fancybox-loading div {width: 44px;height: 44px;background: url('/global/images/fancybox_loading.gif') center center no-repeat;}
.fancybox-close {position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 1004;}
.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;background: transparent url('/global/images/blank.gif'); /* helps IE */z-index: 1003;}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 36px;height: 36px;margin-top: -18px;cursor: pointer;z-index: 1003;visibility: hidden;}
.fancybox-prev span {left: 20px;background-position: 0 -36px;}
.fancybox-next span {right: 20px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -9999px;left: -9999px;padding: 0;overflow: visible;visibility: hidden;}
/* Overlay helper */
#fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 1001;background: #000;}
/* Title helper */
.fancybox-title {visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 1005;}
.fancybox-opened .fancybox-title {visibility: visible;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 1003;text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent; /* Fallback for web browsers that doesn't support RGBa */background: rgba(0, 0, 0, 0.8);-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {margin-top: 10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);}
/*End Page Structure*/

h2, #mainBody h1, .h2, .h1 {font-weight:bold;font-size:1.2em;color:#900;letter-spacing:1px;}
h3, .h3 {font-size:1.1em;font-weight:normal;}
h4, .h4 {font-size:1em;text-decoration:underline;font-weight:normal;padding-left:2px;}
h4.normal {text-decoration:none;}
.divider {font-weight:bold;border-top:1px dotted #c00;padding:6px 10px 0 2px;overflow:hidden;}
.divider333 {border:#333;color:#333;}
.divider2 {clear:both;padding-top:5px;border-top:1px dotted #333;}
.bottomDivider {border-bottom:1px dotted #ccc;font-weight:bold;}
.mainPageTitle {display:none;}

#hidden, .hidden, .mobile, ul#nav li.mobile, ul#nav a.mobile {display:none;visibility:hidden;}
.right {float:right;}
.left {float:left;}
.clear {clear:both;}
.noBackground {background-image:none;}
.border, .siteMapColumn > ul {border:0px solid #ccc;}
.indent {margin-left:15px;}
.indentBlock {margin-left:30px;}


.imageBlock {text-align:center;background:#fff;color:#000;font-style:italic;margin:5px 5px 10px 10px;font-size:.7em;padding:5px;border:1px solid #333;line-height:normal;}
div.imageBlock.left {margin-left:0;margin-right:10px;}
.imageBlock img {margin:3px 0 3px -1px;border:1px solid #000;}
.imageFloat div {float:left;}
.picture {margin-left:10px;border:1px solid #333;background:#fff;padding:2px;}
.glsPicture {float:left;margin-right:10px;margin-bottom:10px;width:200px;}
.glsPicture img, .picture img {width:100%;}

.w75 {width:75px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w160 {width:160px;}
.w200 {width:210px;}
.w230 {width:230px;}
.w250 {width:260px;}
.w250e {width:250px;}
.w275 {width:285px;}
.w275e {width:275px;}
.w280 {width:280px;}
.w300 {width:300px;}
.w325 {width:325px;}
.w335 {width:335px;}
.w400 {width:400px;}
.w425 {width:425px;}
.w480 {width:480px;}
.w500 {width:500px;}
.links {font-style:normal;font-size:.9em;}

.left210, .left210 li {margin-left:210px;}
.left220, .left220 li {margin-left:220px;}
.left310, .left310 li {margin-left:310px;}
.left325, .left325 li {margin-left:325px;}

.p5 {padding:5px;}
.p10 {padding:10px;}

.mt15 {margin-top:15px;}

.mb10 {margin-bottom:10px;}

.gray {color:#ccc;}

.rss {background:url(/global/images/followSprite.png) no-repeat 0 -245px;padding-left:20px;}

#contactForm p {text-align:left;}
#contactForm {background:#eae0c6;padding:10px 5px 3px 5px;border:1px solid #333;}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {margin-right:10px;height:14px;}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {margin-left:3px;font-size:1em;border:1px solid #333;padding-bottom:2px;padding-left:3px;}
select {height:21px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus {background:#FAFAD2;}
.button, .Button, .vvaButton {color:#99281E;background:#C4A97C;border:1px solid #333;margin:0 5px;font-weight:bold;letter-spacing:2px;color:#333;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAE0C6', endColorstr='#C4A97C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EAE0C6), to(#C4A97C)); /* for webkit browsers */
	background: -webkit-linear-gradient(top, #EAE0C6, #C4A97C); /*for safari 5.1, mobile safari, chrome 10 */
	background: -moz-linear-gradient(top,  #EAE0C6,  #C4A97C); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top,  #EAE0C6,  #C4A97C); 
	background: -o-linear-gradient(top,  #EAE0C6,  #C4A97C);}
.button:hover, .Button:hover, .vvaButton:hover {filter:none;background:#333;color:#ccc;border:1px solid #ccc;}

.infoBoxContainer {overflow:auto;}
.infoBox {width:425px;text-align:center;padding:0 5px;overflow:auto;margin-bottom:10px;}
.infoBox ul, .infoBox li, #mainBody .infoBox p, .infoBoxFull ul, .infoBoxFull li, .infoBoxFull h3 {margin-left:0;padding-left:0;text-align:center;}
.infoBox img {border:1px solid #000;}

label {font-weight:bold;margin-left:15px;text-align:right;padding-right:5px;padding-bottom:3px;}
fieldset {border:1px solid #333;width:550px;padding:5px 5px 10px 5px;margin-left:30px;}
legend {font-weight:bold;border:1px solid #333;padding:2px 6px;margin-bottom:5px;}
.required {color:#f00;font-weight:bold;font-size:1.2em;}
#jumptolist {border:1px dotted #ccc;letter-spacing:.2em;margin:20px 0;padding:5px;font-size:.9em;overflow:auto;}
#jumptolist ul {list-style:none;margin-left:20px;}
#jumptolist li {float:left;font-size:90%;font-style:italic;padding:0 5px;}
.unavailable {margin-left:30px;padding:4px 12px; border:1px solid #c00;width:225px;font-size:1.1em;}

#columns ul {float:left;width:258px;display:block;overflow:hidden;padding:10px;}

/*Exhibits*/
.exhibitsList li a {height:40px;font-size:1.2em;font-weight:bold;display:block;padding-left:75px;padding-top:22px;}
.exhibitsList li a:hover {text-decoration:none;}
.exhibitHeader, .exhibitHeader850 {width:500px;overflow:auto;margin:20px auto 10px auto;overflow:auto;}
.exhibitHeaderBirthday {width:100%;}
.exhibitHeaderBirthdayImage {float:left;margin-left:165px;margin-top:20px;}
.exhibitHeaderBirthdayText {font-size:2em;font-weight:bold;text-align:center;width:275px;color:#00529c;margin-top:100px;float:right;margin-right:165px;}
.exhibitHeader850 {width:850px;margin-top:0;}
.exhibitHeader img {width:100%;}
.exhibitBottomNav {width:100%;overflow:auto;border-top:1px dotted #ccc;padding-top:5px;margin-top:10px;}
.exhibitBottomNav .left {width:50%;float:left;text-align:left;}
.exhibitBottomNav .right {width:50%;float:right;text-align:right;}
#exhibitNav li {padding:0 0 10px 0;margin-left:-20px;}
.exhibitFloat {margin:0 auto;}
.exhibitFloat div {float:left;width:200px;text-align:center;margin:10px;}

#extraImages, .extraImages {border-top:1px dotted #333;width:auto;margin-top:10px;}
#extraImages div, .extraImages div {width:auto;border:1px solid #ccc;background:#eee;text-align:left;margin:10px 2px 15px 15px;padding:6px 0 4px 1px;color:#333;font-style:italic;font-size:.9em;overflow:auto;}
#extraImages img, .extraImages img {border:1px solid #000;float:left;margin:0 10px;}

.exhibitRightColumn {float:right;overflow:auto;text-align:center;font-size:.7em;font-style:italic;margin-left:10px;}
.exhibitRightColumn div {margin:5px auto;border:1px solid #333;padding:5px;}
.exhibitRightColumn img {width:100%;}
.picture165 {width:165px;}
.picture250 {width:250px;}
.photoCaption {font-size:.8em;}
.sgimage {float:left;margin:5px 10px 10px 0;border:1px solid #000;}

.mediaBox, .mediaBoxVideo {width:250px;border:1px solid #333;padding:3px;background:#efe3b9;margin:5px 5px 10px 5px;}
.mediaBox.full {margin:0;width:97%;}
.quote {font-style:italic;margin-left:20px;margin-right:20px;}
.cite, .citeNoPadding {font-style:normal;font-size:.7em;color:#333;}
.cite {padding-top:60px;}
.citeNoPadding {margin:5px 10px 0 10px;}
.mediaBox .quote {margin:0;}
.mediaBoxVideo {width:490px;padding:0 5px;margin:10px auto;}
.seeMore {width:250px;font-size:.9em;line-height:1em;border:1px solid #333;margin:5px;padding:3px 5px 3px 3px;background:#efe3b9;}
.seeMore.right {margin-left:10px;}
.seeMore.left {margin-right:10px;}
.seeMore li {overflow:auto;border-bottom:1px dotted #333;}
.seeMore li:last-child, .seeMore li li, li.noBorder {border-bottom:0;}
.seeMoreTitle {font-weight:bold;border-bottom:1px solid #000;padding:2px;margin-bottom:10px;}
.seeMoreImage {float:left;border:1px solid #333;background:#efe3b9;text-align:center;margin:0 10px 4px 4px;padding:6px 0 4px 1px;color:#333;font-style:italic;font-size:.9em;}
.seeMoreImage img {border:1px solid #000;}
.full {width:98%;font-size:.9em;}
.medium {width:350px;font-size:.9em;}
.fullCenter {text-align:center;}
.youtube {width:450px;}
.medium iframe {width:320px;height:240px;}
.mediumDivider {margin-right:375px;}
.seeMoreDivider {margin-right:275px;}

div.seeMore ul {margin-left:5px;}
.tfull {width:592px;}

#contentColumn {padding:0 10px 5px 8px;margin-bottom:5px;overflow:auto;}
#contentColumn p {margin-top:0;}
#contentColumnFull {padding:5px 5px 5px 8px;}

.mediaplayer, video, .audioplayer, audio {width:100%;text-align:center;margin:10px auto;overflow:hidden;border:1px solid #333;margin-left:-1px;}
.audioplayer, audio {border:0;}
.soundClip {padding:0 10px 0 25px;font-style:normal;border:1px solid #c00;margin-left:10px;background:url(/global/images/iconsSprite.png) no-repeat 5px -67px;font-size:90%;}/*sound*/
.downloadSize {color:#000;font-size:.8em;padding-left:5px;}

/*Techsans Exhibit*/
#imagesColumn {width:198px;float:right;text-align:center;margin-bottom:5px;padding-left:5px;padding-right:2px;}
#imagesColumn div, #contentColumn div.image {width:192px;border:1px solid #ccc;background:#eee;text-align:center;margin:0 2px 15px 4px;padding:6px 1px 4px 1px;color:#333;font-style:italic;font-size:.8em;}
#imagesColumn img, #contentColumn div.image img {border:1px solid #000;margin:0 auto;}
.columnBorderLeft {border-left:1px solid #33471c;}
.columnBorderRight {border-right:1px solid #33471c;padding-right:5px;}
.leftImage {float:left;margin-right:10px;border:1px solid #333;}

.tetHeader {width:500px;height:360px;}
.jCarouselLite li {padding:10px;}
.externalControl {height:20px;}

/*Tet and Helicopter*/
#exhibitBox {width:850px;margin:10px auto;border:1px solid #333;}
#headerBox {text-align:center;width:850px;height:150px;margin-bottom:10px;}
#headerBox img {width:100%;height:100%;}
#textBox {padding:0 5px;}
h2 {margin-top:0;}/*color could be #33471c*/
#exhibitNav {clear:both;padding:10px 10px 0 10px;border-top:1px solid #33471c;height:25px;font-weight:bold;letter-spacing:.2em;}

/*Film Festival Schedule*/
.filmschedule td {width:10%;}
.filmschedule tr.odd {background:#ccc;}
.film {border:1px solid #ccc;font-weight:bold;font-style:italic;}
.gd {background-color:#093;}
.r {background-color:#06c;}
.k {background-color:#903;}
.t {background-color:#ffc;}
.lecture {background-color:#666;}
.filmimage img {border:1px solid #333;}
.filmimage {padding-left:20px;}

.credits {background:#eee;color:#777;margin-top:30px;}

.searchPageLink {font-weight:bold;border:1px dotted #c00;padding:1px 2px;font-size:1.1em;background:#efefef;}
.searchPageLink:hover {border:1px solid #000;}

/*StarWeb Elements*/
/*calendar*/
#eventsHeader {font-size:1.2em;font-weight:bold;text-align:left;height:23px;padding:5px;margin-bottom:5px;text-decoration:underline;}
#eventsHeader ul {margin-left:0;line-height:1em;padding-top:2px;}
#eventsHeader ul li {float:left;}
.eventsRecords {clear:left;padding:5px;margin-bottom:10px;text-align:left;overflow:visisble;}
.eventsRecords ul {margin-left:0;}
.eventsRecords ul li {float:left;}
.events1 {width:40%;text-align:left;}
.events2 {width:15%;}
.events3 {width:15%;}
.events4 {width:15%;}
.events5 {width:15%;}
.events6 {clear:left;width:100%;text-align:left;position:relative;padding-top:10px;}

/*reunions*/
.reunion1 {width:50%;text-align:left;}
.reunion2 {width:20%;}
.reunion3 {width:30%;}
.reunionTitle {font-weight:bold;}

/*staff pages*/
.staffColumns div {margin-left:30px;}
.staffColumns li {float:left;width:260px;display:block;height:65px;overflow:hidden;padding:10px 7px 7px 10px;font-size:.8em;line-height:1.1em;margin-top:0;}
.staffColumns img {float:left;margin:0 10px 10px 0;border:1px solid #333;}
.staffColumns p {margin-top:0;padding-top:0;text-align:left;}
.staffColumns .staffTitle {font-style:italic;text-decoration:none;font-weight:normal;}
#staffStudentColumns {margin-left:20px;width:845px;overflow:hidden;}
#staffStudentColumns div.studentColumnContainer {float:left;width:260px;display:block;overflow:hidden;padding:0 10px;}
#staffStudentColumns li {margin-left:10px;line-height:1em;}

#staffimage {float:left;width:160px;margin-right:10px;margin-bottom:5px;padding:5px;background:#eee;text-align:center;}
#staffimage ul {margin-left:0;line-height:1.1em;text-align:left;}
#staffimage li {font-size:.7em;}

/*search results pages*/
.recordTable {font-size:.8em;margin-bottom:10px;}
.displaying {font-size:.7em;font-style:italic;text-align:left;margin-left:10px;margin-bottom:10px;}
.FRitemNumber {font-size:.8em;text-align:right;}
.browseTable {padding:5px 0 5px 5px;}
.browseTableTitle {float:left;width:150px;margin-right:10px;font-weight:bold;text-align:right;}
.browseTableInfo {margin-left:160px;text-align:left;margin-right:10px;}
.recordNumber {text-align:center;text-decoration:underline; width:auto;}

.firstLine {float:left;padding:3px;margin:0 10px 0 -2px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;width:25px;text-align:center;}
.sectionTitle3 {font-weight:bold;text-decoration:underline;}
.recordTitle {margin-left:10px;margin-top:5px;}
.browseMoreLink1 {float:right;margin-right:20px;}

.iconTable, #iconTable {margin:0 20px 0 167px;background:#fff;border:3px inset #c00;padding:10px 5px 10px 10px;}/*modified for starweb*/
.iconTable img, #iconTable img {padding:7px 10px 7px 0;}/*modified for starweb*/

.addThis {text-align:right;padding:5px;font-size:.85em;}
.addThis a {color:#c44;}

b {font-weight:bold;color:#336;font-size:100%;background-color:#FF9;padding-left:2px;padding-right:2px;font-style:italic;border:1px solid #000;}
.distributed {text-decoration:line-through;}
.note {font-size:1.1em;line-height:150%;vertical-align:middle;padding-left:3px;padding-right:3px;padding-bottom:5px;}
.downloadQuote {margin-left:30px;font-size:90%;line-height:125%;}
.canvasNotice {color:#740606;font-weight:bold;}
.searchInstructions {padding-top:4px;padding-left:7px;}
/*End StarWeb*/

/*Price List*/
.priceSubtitle {font-weight:bold;text-decoration:underline;font-size:1.1em;display:block;background-color:#CCC;padding:5px;}
.priceSubIndent {padding-left:10px;}
.introBox {border:1px solid #ccc;}
.secondaryBox {border-left:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:15px;}
.liLeft {float:left;}
.liRight {float:right;padding-right:20px;letter-spacing:.2em;}
.liEven {background:#eee;clear:right;overflow:auto;}
.liOdd {clear:right;overflow:auto;}
.blank {height:15px;padding-bottom:20px;overflow:hidden;}
.LiHide,.documentLiHide,.documentSpacing {display:none;}
.priceList.lastRecord ul {line-height:1em;}
.priceList.lastRecord li {padding: 5px 0 5px 10px;}
/*End Price List*/

/*SiteMap*/
.siteMapColumn {width:425px;margin-bottom:10px;margin-right:10px;}
.siteMapColumn ul {padding-bottom:10px;}
.siteMapColumn ul ul {border:0;padding-bottom:0;}
.siteMapColumn ul li span {font-weight:bold;padding-left:5px;}
/*End Site Map*/

/* News and Updates Captions and Images*/
.aligncenter, div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text, #mainBody p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;text-align:center;font-style:italic;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.noImgBorder img {border:1px solid #333;}

p img {padding: 0;max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left;}
/* End captions */

/*StarWeb Elements*/
form {height:100%;}

.bNav {overflow:auto;margin-bottom:10px;padding:3px;font-size:.8em;}
.bNav li {float:left;font-size:1em;padding:0 2px;}
.bNav li a {border-left:1px dotted #333;padding-left:3px;}
.bNav li:nth-child(2) a {border:none;}
.bNav li span.selected {color:#333;font-weight:bold;}
.bNav li a.selected:hover {text-decoration:none;}
.bNav select {padding-bottom:0;font-size:.9em;}
.bNav .navSeg {padding-top:3px;}
.bNav.bottom {padding:0 3px 3px 3px;}
.prevRec {padding-left:15px;background:url(/starweb/virtual/global/images/arrow_left_pages.gif) no-repeat 0 40%;}
.nextRec {padding-right:15px;background:url(/starweb/virtual/global/images/arrow_right_pages.gif) no-repeat 0 40%;}
.prevRecCont, .nextRecCont {display:inline-block;}
.vvaNavCurrent {padding-left:3px;padding-right:3px;font-weight:bold;margin-left:3px;margin-right:3px;border-color:#333;border-style:dotted;border-width:0 1px;}
.vvaNavDisplay {display:block;font-size:.9em;}
.vvaNavButton {padding:2px;font-size:.9em;background:#eee;border:1px solid #ccc;}
.vvaNavArrow {margin-bottom:-1px;}
.left.seg {margin-right:20px;}
.returnLink {overflow:auto;border-color:#ccc;border-style:solid;border-width:0 1px;}
.returnLink .vvaButton {margin:0;}
.bNav .vvaButton {font-size:.85em;}
a.recordsNumber {text-decoration:none;padding-right:2px;padding-left:2px;}
.recordsCurrent {font-size:95%;padding-left:3px;padding-right:3px;padding-bottom:4px;font-weight:bold;}
a.recordsWords {text-decoration:none;}
.recordsLineLeft {margin-left:-5px;}
.recordsLineRight {margin-right:-5px;}

.ssBC {margin:10px 0 10px 15px;width:auto;overflow:hidden;}

.indexRecord {padding-top:5px;padding-bottom:7px;font-size:.9em;}

#hitStatement {font-weight:bold;text-align:center;}
.hitsstatement2 {padding:5px;font-size:1em;font-style:italic;color:inherit;font-weight:bold;border:2px solid #ccc;width:auto;text-align:center;overflow:auto;margin-bottom:10px;}

.recordStart {margin-top:30px;}
.recordTable {font-size:.8em;margin-bottom:20px;width:635px;}
.recordTabBox {display:block;border-bottom:1px solid #ccc;margin-top:10px;}
.recordTabBox span {margin:0 0 0 5px;}
.recordTabActive {border-left:1px solid #ccc;border-top:1px solid #ccc;border-right:1px solid #ccc;border-bottom-style:none;padding:4px 7px 1px 7px;background-color:#fbfbfb;}
.recordTabBackground {display:inline-block;border:1px solid #ccc;border-bottom:0;padding:4px 7px 0 7px;background:#C4A97C;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAE0C6', endColorstr='#C4A97C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EAE0C6), to(#C4A97C)); /* for webkit browsers */
	background: -webkit-linear-gradient(top, #EAE0C6, #C4A97C); /*for safari 5.1, mobile safari, chrome 10 */
	background: -moz-linear-gradient(top,  #EAE0C6,  #C4A97C); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top,  #EAE0C6,  #C4A97C); 
	background: -o-linear-gradient(top,  #EAE0C6,  #C4A97C);}
.recordTabBackground:hover {filter:none;background:#333;color:#fff;}
.recordTabBackground a {color:#99281E;}
.recordTabBackground a:hover, .recordTabBackground:hover a {color:#fff;}
.recordTabReport {border-top-style:none;margin-top:0;padding:5px;background:#fbfbfb;overflow:auto;}
.topRow {padding-bottom:5px;margin-bottom:10px;border-bottom:1px dotted #ccc;margin-top:5px;}
.bottomRow {padding-top:5px;margin-top:10px;border-top:1px dotted #ccc;}
.leftColumn {display:table-cell;max-width:240px;padding-right:3px;margin-right:3px;border-right:1px dotted #ccc;text-align:center;}
.rightColumn {display:table-cell;padding-left:5px;vertical-align:top;}
.rightColumn div {margin-bottom:10px;font-size:.9em;text-align:justify;margin-right:5px;}
.rightColumn div p, #mainBody .rightColumn div p {margin-top:5px;margin-bottom:0;font-size:1em;}
.rightColumn div li {font-size:1em;margin-top:3px;}
div.recordTitle {font-size:1.2em;}
.bT {font-weight:bold;padding-right:5px;}
.rUp {font-style:italic;font-size:.9em;color:#899fb4;}
.rUp2 {padding-left:10px;}
.rUn {width:100px;display:block;border:1px solid #c00;margin-left:auto;margin-right:auto;font-size:.8em;background:#eae0c6;}

.ic {min-width:100px;max-width:170px;margin:0;padding:0;}
.ic h4, .rightColumn h4, .leftColumn h4 {margin:0 0 10px 0;font-weight:bold;text-align:left;width:120px;color:#900;}
.ic img {width:75px;height:32px;margin-bottom:15px;}
.ic ul, .icm ul {text-align:left;line-height:1em;}
.icm {width:200px;margin:0 auto;}
.icm img {width:95%;}
.icr {font-size:.85em;width:100px;text-align:center;font-style:italic;margin-left:auto;margin-right:auto;}
.icr.TTU {color:#c00;}

div.edoc > a:nth-child(even):after {content:"";display:block;width:154px;height:0;visibility:hidden;}
.eav > a:nth-child(even):after {content:"";display:block;width:154px;height:10px;visibility:visible;}
div.edoc > a:last-child:nth-child(odd):not(:first-child) {display:block;text-align:left;}
.eav > a:nth-last-child(3):nth-child(odd):not(:first-child) {display:block;text-align:left;}

.canvasNotice {color:#740606;font-weight:bold;}
.moreAbout {padding-left:7px;font-size:.95em;}
.moreAbout a {padding:0 3px 0 2px;font-style:italic;}

.fullWidth {height:100%;overflow:auto;margin:0 10px;}
.fullWidth.filter {width:96%;margin:0 10px;}
.fullWidth h4 {padding:10px 0 2px 0;margin:0;width:100%;text-decoration:none;border-bottom:1px dotted #ccc;margin-bottom:10px;color:#900;font-weight:bold;}
.fullWidth h5 {margin:15px 0 0 0;padding:0;}
.fullWidth p {margin-right:10px;text-align:justify;}
.fullWidth .close {position:absolute;top:0px;right:15px;font-size:.8em;text-align:right;font-weight:bold;color:#38ACEC;padding-right:15px;}/*removed background:url(/starweb/virtual/global/images/close_blue.gif) no-repeat 40px .315em;cursor:pointer;*/
.close a {display:block;color:#38acec;}
.close a:hover {text-decoration:none;}
.close a:hover:before {content:"Close "}
.close img {vertical-align:-4%;}
.fullWidth div.unavailT {display:table;width:100%;height:100%;}
.fullWidth div.unavailC {display:table-cell;width:100%;height:100%;text-align:center;vertical-align:middle;}

/*AV*/
.fullWidth.av, .avE {background:#111;overflow:hidden;margin:0;}
.fullWidth video, .fullWidth .mediaplayer, .fullWidth audio, .fullWidth .audioplayer {width:100%;height:100%;margin:20px auto;border:1px solid #333;}
.fullWidth audio, .fullWidth .audioplayer {margin-top:50px;}
.avE {display:table;width:100%;height:100%;}
.avE .close {display:table-row;position:relative;width:100%;height:15px;vertical-align:middle;text-align:right;}
.avE .close img {margin-right:15px;}
.avE .unavailT {color:#fff;text-align:center;vertical-align:middle;width:100%;height:100%;display:table-row;}
/*End AV*/

/*FullReport*/
.fR, .mR {width:100%;}
.permaLinkLink {padding:10px;text-align:center;}
.fRw .nextRec {background-position:100% 50%;}

.fRw .bNav .left {margin-right:105px;}
.fRw .bNav .center {width:5px;border-width:0 0 0 1px;}
.fRw #noticesBar.helpSection {margin-bottom:0;padding-bottom:0;height:29px;}
.fRw .taller {padding:7px 5px 6px 5px;height:16px;}
.fRw .leftColumn {width:545px;max-width:545px;text-align:left;}
.fRw .rightColumn {width:350px;}
.fRw .rightColumn #eD {font-size:1em;}
.fRw .rightColumn div {margin-right:0;text-align:center;}
.fRw .icm {width:100%;}
.fRw .ic {min-width:100%;max-width:100%;padding-top:10px;}
.fRw .rightColumn h4 {text-align:center;margin-left:0;width:auto;}
.fRw .ic us {text-align:center;}
.fRw .ic ul {text-align:center;margin:0;}
.fRw .eav h4 {font-size:1.1em;}

.fRtitle, .fRcont {display:table-cell;border-style:dotted;border-color:#ccc;padding:10px 5px;vertical-align:top;}
.fRtitle {width:150px;font-weight:bold;border-width:0 1px 1px 0;}
.fRcont {width:360px;border-width:0 0 1px 0;}
.lastLine .fRtitle, .lastLine .fRcont {border-bottom-width:0;}

.fRw div.edoc > a:last-child:nth-child(odd):not(:first-child) {display:inline;}
.fRw div.edoc > a:nth-child(even):after, div.eav > a:nth-child(odd):after {display:none;text-align:center;}
.fRw .eav > a:nth-child(even):after {display:none;text-align:center;}
.fRw .eav > a:nth-last-child(3):nth-child(odd):not(:first-child) {display:inline;}
.fRcont ul {margin:0;}
.fRcont li:last-child {padding-bottom:0;}

/*End FullReport*/

/*Finding Aid*/
.fullWidth.findingAid {height:auto;margin-right:5px;}
.fullWidth.findingAid .close {right:0;}
.fA {margin-bottom:30px;}
/*.fA h4:first-child {background:url(/starweb/virtual/global/images/mobilelogo-solid.png) no-repeat 90% 0%;padding-top:80px;}*/
.fA h4:not(:first-child) {margin-top:40px;}
.fA .tableRow {width:100%;}
.faAdmin, .faAccess, .faInv, .faSep {width:100%;font-size:.9em;display:table;}
.fA .fRcont {width:auto;}
.fA .fRcont li {padding-bottom:0;}
.fA .fRtitle {width:25%;padding-left:10px;}
.faInv {margin:10px;border-collapse:collapse;width:auto;}
.faRow {display:table-row;border-bottom:1px dotted #ccc;}
.faRow:nth-child(odd):not(:first-child) {background:#fafafa;}
.faCell {display:table-cell;vertical-align:top;padding:10px;border-bottom:1px dotted #ccc;}
.faHead {font-weight:bold;color:#900;}
.faInv .faCont {width:85%;border-right:1px dotted #ccc;}
.faBox {width:5%;text-align:center;border-left:1px dotted #ccc;border-right:1px dotted #ccc;}
.faFldr {width:5%;text-align:center;border-left:1px dotted #ccc;}
.faLoc {width:5%;text-align:center;border-left:1px dotted #ccc;}
.fA .rUp2 {font-style:italic;padding-left:30px;}
span.addThisNot {display:block;}
span.addThisNot .addThis {margin:0;}
.faSeries {font-weight:bold;font-size:1em;text-decoration:underline;}
.faSub {font-style:italic;font-size:1em;margin-left:10px;text-decoration:underline;}
.faInvt {font-style:normal;font-size:1em;margin-left:20px;}
span.faInvt {display:block;}
.faImg {display:block;margin:0 auto 10px auto;}
/*End Finding Aid*/

/*Fastlinks*/
.fL.recordTabReport {border-top-style:solid;}
.fL.displaying {font-size:.8em;font-style:italic;text-align:left;margin-left:0;margin-bottom:10px;margin-top:30px;}


/*videoPlayer*/
.filmPoster {text-align:center;width:100%;height:240px;}
.filmPoster a {display:block;width:320px;margin:0 auto;height:240px;background:#333;}/*add style=background:url() to the a tag in the document*/
.filmPoster div {display:block;width:317px;height:237px;border:1px solid #333;background:url(/global/images/play.png) no-repeat center center;}
.filmPoster div:hover {background:url(/global/images/play-hover.png) no-repeat center center;}
#mediaPlayer {width:99%;height:98%;overflow:auto;float: left;position: relative;margin:0 auto;padding: 0;border: 4px solid #61625d;
-moz-border-radius: 5px; /* FF1+ */
-webkit-border-radius: 5px; /* Saf3+, Chrome */
border-radius: 5px; /* Opera 10.5, IE 9 */
background: #000000;display:block;}
#videoBlock {width:500px;max-width:740px;height:100%;float:left;border-right:1px dotted #ccc;text-align:center;}
#videoBlock video {width:480px;height:350px;max-width:720px;max-height:480px;}
#videoLinks {float:right;font-size:1em;overflow:auto;width:245px;padding-right:5px;}
#videoLinks ul {padding-left:10px;font-size:.8em;}
#videoLinks li {padding:2px 0;}
#videoLinks h3 {border-bottom:1px dotted #c00;height:auto;color:#fff;}
#videoLinks a:hover {color:#fff;}
.fullrecordlink {border-top:1px dotted #c00;padding-top:10px;font-weight:bold;margin-top:10px;}
/*end videoPlayer*/

.follow ul {list-style:none outside none;padding:0;text-align:center;background:#808285;}
.follow li {display:inline;position:relative;top:4px;}
.follow li a {display:inline-block;}
.follow a {background:url(/global/images/followSpriteBigWhite.png) no-repeat;overflow:hidden;width:50px;height:55px;}
.follow a span {display:none;}
.follow .nl {background-position:0 -434px;}
.follow .email {background-position:0 -105px;}
.follow .news {background-position:0 -328px;}
.follow .events {background-position:0 -1px;}
.follow .face {background-position:0 -218px;}
.follow .youtube {background-position:0 -656px;}
.follow .twitter {background-position:0 -547px;}
.follow .rss {background-position:0 -766px;}

@media screen and (max-width:650px){
.slideboxm{
     display:none;
   }
}

-->