/* ----------------------------- Resets -------------------------------------- */
/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.6.0
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select, button { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, textarea, select, button { * font-size: 100%; }
legend { color: #000; }
del, ins { text-decoration: none; }

/* MAIN -------------------------------------------- */

html, body {
    border: 0;
    text-align: center;
    color: #666;
    background: #898889;
}

html, body {
    font-family: 'lato-regular', arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.38em;
}


html {
overflow: auto; 
}
html,body {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
}

body {

}

/* COMMON  -------------------------------------------- */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.clear-both {
    clear: both !important;
}

form {
    display: inline;
}

select {
    min-width: 1.5em;
}

select, option {
    font-size: 11px;
}

p, td {
    font-size: 1em;
}

strong {
    font-style: normal;
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: bold;
}

.input {
    border: 1px solid #ccc;
    padding: 0px 2px;
}

/* POSITIONING AND CLEARING  ------------------------- */

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.clear {
    clear: both !important;
}

/* FLOATED ELEMENTS  --------------------------------- */

.float-left {
    float: left;
    margin: 0 20px 15px 0;
}

.float-right {
    float: right;
    margin: 0 0 15px 20px;
}

/* PARAGRAPHS  --------------------------------------- */

p {
    margin: 0 0 1.4em 0;
    line-height: 1.4em;
}

p.intro {
    font-size: 1.2em;
    line-height: 1.2em; 
}
p.pub {
	margin 3px 0 5px 0;
}
p.pub a {
	display: block;
	margin: 5px 15px 0 15px;
	padding-left: 13px;
	background: url(../img/bullet.gif) 0 2px no-repeat;
}


/* LISTS  -------------------------------------------- */

.content-class ul, ol {
    margin: 0 0 10px 0;
    position: relative;
}

.content-class ul li {
    margin: 0 0 1em 10px;
    padding-left: 13px;
    line-height: 1.4em;
    background: url(../img/bullet.gif) 0 0.2em no-repeat;
}

.content-class ol li {
    list-style: decimal outside;
    margin: 0 0 1em 2em;
    padding-left: 0;
    background: none;
}

/* TABLES  ------------------------------------------- */

.content-class table {
    
}

.content-class table td {
    
}

.content-class table.borders {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.content-class table.borders td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* HEADLINES  ---------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    margin: 0 0 0.2em 0;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;   
}

h3 {
    font-size: 1.4em;   
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

.column h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 1.2em;
    border-bottom: 1px solid #e5e5e5;
    margin: 25px 0 20px 0;
    display: block;
    padding: 0 0 3px 0;
}

.column h3 {
    font-size: 1em;
    font-weight: bold;	
}

h2.nav-header {
    color: #666;
    font-size: 1.2em;
    text-transform: uppercase;
}

#content h1 {
    line-height: 0.8em;
    margin-bottom: 1em;
    font-size: 1.6em;
    display: block;
    color: #333;
}

#content h2 {
    font-size: 1.2em;
    margin-bottom: 0.4em;
    color: #333;	
}

#content h3 {
    font-size: 1em;
    margin-bottom: 0.3em;
    color: #333;
}

/* TEXT STYLES  -------------------------------------- */

.strong, .bold {
    font-weight: bold;
}

.non-bold {
    font-weight: normal;
}

.italic {
    font-style: italic; 
}

.normal {
    font-style: normal; 
}

.capitalize {
    text-transform: capitalize; 
}

.underline {
    text-decoration: underline; 
}

.uppercase {
    text-transform: uppercase;
}

sup {
	height: 0;
    line-height: 1em;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.reference, .footnote {
    font-size: 0.9em;   
}

.caption {
    display: inline-block;  
}

.caption span {
    display: inline-block;
    padding: 0.1em 0;
    font-size: 0.9em;
}

/* LINKS  -------------------------------------------- */

a, a:link, a:visited {
    color: #069;
    background-color: transparent;
    text-decoration: none;
    text-transform: none;
    outline: none;
}

.no-underline {
    text-decoration: underline; 
}

#content .learn-more {
	background: url(../img/learn-more-small.png) 0 0 no-repeat;
	width: 90px;
	height: 22px;
	display: block;
}

#content .learn-more span {
    display: none;	
}

a.bullet-link {
	display: block;
    margin-left: 0;
    padding-left: 13px;
    line-height: 1.4em;
    background: url(../img/bullet.gif) 0 0.2em no-repeat;    	
}

.column a.bullet-link {
    margin: 0 0 1.2em 0;	
}

/* COLORS  ------------------------------------------- */

.black {
    color: #000;
}

.white {
    color: #fff;
}

.red, .error {
    color: #ff3333; 
}

/* IMAGE ELEMENTS  ----------------------------------- */

img {
    border: 0;
    vertical-align: middle;
}

.button {
    display: block;
    background: url(../img/button-right.gif) 100% 0 no-repeat;
    width: 100px;
    height: 27px;
    margin: 0 0 20px 0;
}

#container .button a {
    font-size: 12px;
    display: block;
    background: url(../img/button-left.gif) 0 0 no-repeat;
    height: 27px;
    color: #fff;
    margin-right: 10px;
}

.button a span {
    display: block;
    text-align: center;
    padding: 5px 2px 4px 10px;
}

/* MESSAGE STACK  -------------------------------------------- */

.message_stack {
    width: 420px;
    margin-bottom: 35px;
    padding: 15px 0px;
    border: 1px solid #0393cf;
    background-color: #f9fbfc;
    color: #ff3333;
    font-weight: bold;
}

.message_stack div {
    padding: 0px 15px;
}

/* CONTAINER  -------------------------------------------- */

#container {
    width: 913px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    text-align: left;
    background: none;
    z-index: 100;
    position: relative;
}

/* BACKGROUNDS */

#browser-bg {
    width: 100%;
    height: 734px;
    height: 1528px;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/background.gif) 0 0 repeat-x;
}

#largeBGcontainer {
    display: block  !important;
    position: fixed !important;
    overflow: hidden  !important;
    top: 0  !important;
    left: 0;
    width: 1211px;
    height: 734px;
    left: 50%  !important;
    margin-left: -605px;
    z-index: 1;
}

.largeBG {
    width: 1211px;
    height: 734px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#largeBG1 {
    background-image: url(../img/lg-home1.jpg);    
}

#largeBG2 {
    background-image: url(../img/lg-home2.jpg);
    top: -1000px;    
}

#largeBG3 {
    background-image: url(../img/lg-home3.jpg);
    top: -1000px; 
}

#largeBG4 {
    background-image: url(../img/lg-home4.jpg);
    top: -1000px; 
}

#largeBGsecondary {
    background: url(../img/lg-about.jpg) 0 0 no-repeat;
}

body.about_cbli #largeBGsecondary {
    background: url(../img/lg-about.jpg) 0 0 no-repeat;
}

body.technology #largeBGsecondary {
    background: url(../img/lg-tech.jpg) 0 0 no-repeat;
}

body.pipeline #largeBGsecondary {
    background: url(../img/lg-pipeline.jpg) 0 0 no-repeat;
}

body.clinical_trials #largeBGsecondary {
    background: url(../img/lg-clinical.jpg) 0 0 no-repeat;
}

body.development #largeBGsecondary {
    background: url(../img/lg-business.jpg) 0 0 no-repeat;
}

body.investors #largeBGsecondary {
    background: url(../img/lg-investors.jpg) 0 0 no-repeat;    
}

/* WRAPPER  -------------------------------------------- */

#wrapper {
    width: 913px;
    margin: 0;
    padding: 0;
}

/* PAGE  -------------------------------------------- */

#page {
    position: relative;
    float: left;
}

/* HEADER  -------------------------------------------- */

#header-container {
    width: 913px;
    background: url(../img/bg-bottom.png) 0 100% no-repeat;
    padding-bottom: 8px;
}

#header {
    width: 913px;
    background: url(../img/bg-tile.png) 0 0 repeat-y;  	
}

#header-content {
    width: 897px;
    margin: 0 auto;
    border-top: 7px solid #f3cd3d;	
}

#header-left {
    height: 65px;
    width: 300px;
    float: left;
}

#header-right {
    height: 65px;
    width: 500px;
    float: right;
    text-align: right;
}

/* LOGO  -------------------------------------------- */

#logo {
    margin: 13px 0 0 18px;
    padding: 0;
    border: 0;
    width: 195px;
    height: 31px;
}

#logo a {
    display: block;
}

#logo #logo-img {
    display: block;
}

#logo #logo-print-img {
    display: none;
}

/* TOOLBAR  -------------------------------------------- */

#toolbar {
    display: inline-block;
    margin: 20px 10px 0 0;
    width: auto;
}

#toolbar a {

}

a#print-page {

}

/* SEARCH FORM -------------------------------------------- */

#search-form {
    float: right;
    display: block;
    position: relative;
    background: url('../img/search.gif') no-repeat 0 100%;
    width: 135px;
    height: 24px;
    margin-top: -3px;
    z-index: 20000;
    margin-right: 14px;
}

.search-field {
    width: 106px;
    font-size: 0.8em;
    color: #9e9e9e;
    padding: 6px 2px 0 2px;
    border: none;
    float: left;
    background: none;
    text-transform: uppercase;
}

#button-search {
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
    height: 24px;
    width: 25px;
    cursor: pointer;
    background: none;
}

#button-search span {
    display: none;
}

/* SHARE COMPONENT */

#share-component {
    width: 197px;
    float: right;
    text-align: right;
    height: 2em;
}

#share-component span#link-share {
    float: left;
    outline: none;
    text-transform: uppercase;
    padding: 2px 0 0 0;
    font-size: 0.8em;
    color: #333;
}

#social {
    float: left;
    width: 150px;
    margin: 0 5px 0 0;
    overflow: hidden;
}

/* CYCLE  -------------------------------------------- */

#cycle-container {
    padding-left: 8px;
    background: none !important;   
}

#cycle {
    height: 236px;
    background: none !important;  
}

#cycle h1 {
    padding: 30px 0 0 30px;
    color: #fff;
}
#cycle h2 {
    padding: 30px 0 0 30px;
    color: #fff;
}

#cycle div.cycle-content {
    width: 897px;
    height: 236px;
    overflow: hidden;
    background: none !important;
}

#cyclePager {
    float: right;
    padding: 10px 10px 0 0;
}

#cyclePager a {
    display: block;
    float: left;
    background: #fff;
    width: 9px;
    height: 9px;
    background: url('../img/pager.png') no-repeat left bottom;
    margin-left: 5px;
}

#cyclePager a:hover, #cyclePager a.activeSlide {
    background-position: left top;
    color: #fff;
}

.cycle-box {
    width: 437px;
    background: transparent url(../img/box.png) 0 0 no-repeat;
    color: #333;
    font-size: 1.5em;
    clear: both;
    float: left;
    min-height: 118px;
    margin: 30px 0 0 0;
}

.cycle-box-inner {
	padding: 12px 18px 2px 18px;
}

.cycle-box p {
	margin: 0;
}

.box-bottom {
	display: block;
    width: 437px;
    height: 10px;
    background: url(../img/box.png) 0 100% no-repeat;
    clear: both;
    float: left;
}

a.cycle-learn-more {
    display: block;
    background: url(../img/learn-more-sm.png) 0 0 no-repeat;
    width: 99px;
    height: 24px;
    float: left;
    clear: both;
    margin: 0.4em 0;
}

a.cycle-learn-more span {
    display: none;	
}

#header-box-container {
    display: none;	
}

body.secondary #header-box-container {
    display: block;
    margin-bottom: 18px;
}

#header-box-container .cycle-box {
    margin-top: 19px;	
}

#header-box-container .cycle-box, #header-box-container .box-bottom {
	float: right;
	margin-right: 57px;
}

/* CONTENT  -------------------------------------------- */

#content, #content-home {
    margin: 10px 0 30px 0;
    padding: 0;
}

#content-top {
	height: 8px;
	background: url(../img/bg-top.png) 0 0 no-repeat;
}

#content-bottom {
    height: 8px;
    background: url(../img/bg-bottom.png) 0 100% no-repeat;	
}

#content-inside {
    background: url(../img/bg-tile.png) 0 0 repeat-y;
}

/* CONTENT - HOME PAGE  -------------------------------------------- */

#content-home .column {
    
}

#content-home #left-column {
    position: relative;
    float: left;
    width: 268px;
    margin-left: 33px;
}

#content-home #middle-column {
    position: relative;
    float: left;
    width: 248px;
    margin-left: 37px;
}

#content-home #right-column {
    position: relative;
    float: left;
    width: 258px;
    margin-left: 37px;
}

.photo-frame {
    width: 258px;
    height: 116px;
    background: url(../img/photo-frame.gif) 0 0 no-repeat;
    display: none;	
}

.photo-frame img {
	margin: 4px 0 0 5px;
}

ul.news-list {
	
}

ul.news-list li {
    padding: 0;
    background: 0;
    margin: 0 0 1em 0;	
}

ul.news-list li a {
    display: block;
    margin-left: 0;
    padding-left: 13px;
    line-height: 1.4em;
    background: url(../img/bullet.gif) 0 0.2em no-repeat;    	
}

ul.news-list span.news-date {
	display: block;
	margin: 0 0 0.3em 0;
	font-weight: bold;
}

/* CONTENT - INTERIOR PAGE  -------------------------------------------- */

#content #left-column {
    position: relative;
    float: left;
    width: 161px;
    margin: 0 0 0 32px;
}

#content #main-column {
    position: relative;
    float: left;
    width: 418px;
    margin: 0 0 0 32px;
    padding: 1em 0 0 0;
}

#content #main-column-full {
    position: relative;
    float: left;
    width: 631px;
    margin: 0 0 0 32px;
    padding: 1em 0 0 0;
}

#content #right-column {
    position: relative;
    float: left;
    width: 213px;
    margin: 10px 0 0 32px;
    border: 1px solid #e5e5e5;	
}

#content #right-column #content-right {
	padding: 11px 14px 20px 14px;
}

#content #content-right img {
	padding: 4px;
	background: #e8e8e8;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	margin: 0 0 18px 0;
}

#content-contact {
    	
}

#form-contact {
    padding: 20px 0 0 0;
    display: block;
    float: left;	
}

#content-contact th {
    text-align: right;
    padding-right: 1.1em;
    font-style: italic;
    vertical-align: top;
}

#content-contact td {

}

#content-contact input.rselect {
	margin: 0 0 0.7em 0;
}

/* PIPELINE */

table.pipeline {
    border-right: 0;
    position: relative;
    margin: 0 0 3em 0;	
}

table.pipeline td {
    border-right: 1px solid #fff;
    padding: 4px 8px;
    background: #e8e8e8;
    background: #cae3ff;
    background: #d9e0ec;
    color: #555;
}

table.pipeline tr.alt td {
    background: #edf1f6;	
}

table.pipeline tr.footnote td {
    background: #fff;
}

table.pipeline td img {
	display: block;
}

table.pipeline tr.key td {
	font-weight: bold;
	background: #01679a url(../img/menu.gif) 0 0 repeat-x;
	color: #fff;
}

table.pipeline tr.key td img {
	height: 1px;
}

table.pipeline tr.data td div.bar-container {
    position: relative;
    margin: 0 0 0.8em 0;
}

table.pipeline tr.data span {
    display: block;
}

table.pipeline tr.data span.title {
    padding: 0 0 0.4em 0;
    font-weight: bold;
    margin: 0 50px 0 0;	
}

table.pipeline tr.data span.description {
    margin: 0 50px 0 2em;
    font-size: 0.9em;
    padding: 0 0 0.4em 0;       
}

table.pipeline tr.data span.bar {
    position: absolute;
    left: 220px;
    top: 0;
    height: 20px;
    background: #01679a;
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
}

table.pipeline tr.data span.bar span {
    width: 10px;
    height: 20px;
    position: absolute;
    right: -10px;
    background: url(../img/bar-end-blue.png) 100% 0 no-repeat;
}

/* ALTERNATE PAGE CONTENT AREAS  ---------------------------------- */

body.tertiary {
    
}

body.tertiary #content {
    margin-top: 80px;
}

body.utility #masthead {
    display: none;  
}

body.utility #content #left-column {
    display: none;  
}

body.utility #content #main-column {
    width: 100%;  
}

body#page_contact #content #left-column {
    padding-top: 76px;	
}

body#page_contact #content h1 {
    padding-left: 40px;	
}

/* FOOTER  -------------------------------------------- */

#footer {
    text-align: left;
    font-size: 0.8em;
    padding: 0 0 14px 0;
    margin: 40px 8px 0 8px;
    width: 897px;
    background: #f5f5f5 url(../img/footer.gif) 0 0 repeat-x;
    border-top: 1px solid #e6e6e6;
    color: #979797;
    text-transform: uppercase;
}

#footer-content {
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#footer-content span {
    display: block;
}

#footer-content span.footer-links {
    margin: 0 0 0 22px;
    float: left;
    width: 400px;
}

#footer-content a {
	text-transform: uppercase;
}

#footer-content span.footer-links a {
    display: inline-block;
    padding: 12px 5px 10px 5px;
    line-height: 0.9em;
}

#footer-content span.footer-links span.divider {
    display: inline-block;
    padding: 12px 5px 10px 5px;
    line-height: 0.9em;
}

#footer-content span.footer-links a#footer-contact {
	background: #2093cd url(../img/menu.gif) 0 5px repeat-x;
	color: #fff;
	display: inline-block;
	margin: 0 10px 0 0;
}

#footer-content span.footer-links a#footer-contact:hover {
	color: #F6C717;
}

#footer-content span.copyright {
    float: right;
    width: 400px;
    text-align: right;
    margin: 8px 22px 0 0;	
}

a#zoomedia {
    font-size: 0.8em;
    float: right;
    display: block;
    margin: 8px 10px 10px 0;
}

/* SITEMAP   -------------------------------------------- */

#footer-sitemap {
    width: 847px;
    float: left;
    margin: 0 0 0 27px;
}

#sitemap-container {
    padding: 0;     
}

#footer-sitemap a {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.2em;
    text-transform: uppercase;
    color: #666;
}

#footer-sitemap ul {
    margin: 0 42px 0 0;
    padding: 0;
    width: 135px;
    float: left;
}

#footer-sitemap ul.last {
	margin-right: 0;
}

#footer-sitemap ul ul {
    margin: 0;
    float: none;
    width: auto;
}

#footer-sitemap ul li {
    margin-left: 0;
    padding: 0;
}

#footer-sitemap ul li {
    background: none;
}

#footer-sitemap ul ul li a {
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 0.4em 0;
    color: #8a8a8a;
}

/* MENU  -------------------------------------------- */

#menu-ct {
    z-index: 10000;
    position: relative;
    background: url(../img/menu.gif) 0 0 repeat-x;
    width: 897px;
    margin: 0 0 30px 8px;
    margin: 0 0 0 8px;
}

#menu {
    position: relative;
    height: 27px;
    margin-left: 13px;
}

#menu ul, #menu li, #menu a {
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
}

#menu ul {
    list-style: none;
    width: auto;
}

#menu li {
    position: relative;
    float: left;
    margin: 0 2px 0 0;
    background: none;
    padding: 0;
}

#menu li.on, #menu li.sfHover, #menu li.hover {
	background: url(../img/menu-over.gif) 0 0 repeat-x;
}

#menu li.first {
    
}

#menu a, #menu a:link, #menu a:visited {
    position: relative;
    float: left;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1em;
    height: 27px;
    text-align: center;
    text-transform: uppercase;

}

#menu a.on, #menu a:hover, #menu a.hover {
    color: #f6c717;
}

#menu span {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
}
span.nav-header {
	display: block;
	padding: 1em 0 0 5px;
}
span.nav-header a {
	font-size: 1.2em;
	color: #006699;
	line-height: 1.1em;
}

#menu span.label {
}

/* SUB-MENU  -------------------------------------------- */

#menu .submenu, #menu .submenu li, #menu .submenu a {
    height: auto !important;
    line-height: 18px !important;
}

#menu .submenu {
    width: 166px !important;
    list-style: none;
    position: absolute;
    top: 27px;
    left: 0;
    visibility: hidden;
    background: #0b75ab;
    background: url(../img/submenu.png);
    padding: 2px 0 8px 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#menu li.first .submenu {
    left: -13px;	
}

#menu .submenu li {
    float: left !important;
    clear: both;
    width: 166px;
    margin: 0;
}

#menu .submenu a {
    float: none !important;
    font-size: 0.8em !important;
    background: none !important;
    display: inline-block;
    width: 166px;
    text-align: left;
    margin: 0;
}

#menu .submenu a, #menu .submenu a:link, #menu .submenu a:visited {
}

#menu .submenu a.on, #menu .submenu a:hover, #menu .submenu a.hover {
    
}

#menu .submenu span {
    padding: 4px 0 4px 14px !important;
}

#menu li.first .submenu span {
    padding: 4px 0 4px 27px !important;
}

#menu .submenu span.label {
}

/* NAVIGATION   -------------------------------------------- */

#nav {
    min-height: 26px;
    line-height: 26px;
    vertical-align: middle;
    margin-bottom: 20px;
    padding: 1em 0 0 0;
    margin: 16px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#nav a, #nav a:link, #nav a:visited {
    display: block;
    font-size: 0.9em;
    line-height: 1.3em;
    margin:0 0 0.4em 0;
    padding:0;
    text-transform: uppercase;
}

#nav a span {
    display: block;
    padding: 3px 5px;
}

#nav a:hover {
    text-decoration: none !important;
    color: #fff;
    background: #F6C717;
}

#nav div.nav-row-ct.first {

}

#nav div.nav-row-ct.last {

}

#nav div.nav_quat {

}

#nav div.nav-quint {

}

#nav .nav_quat a, #nav .nav_quat a:link, #nav .nav_quat a:visited {
    padding-left: 10px;
    font-size: 0.8em;
    font-weight: normal;
}

#nav .nav_quint a, #nav .nav_quint a:link, #nav .nav_quint a:visited {
	padding-left: 20px;
}

#nav a.on, #nav a.current, #nav .nav_quat a:hover {
    color: #fff;
    background: #F6C717;
}

/* NEWS   -------------------------------------------- */

#content-news {

}

.news-archive-year-links {
    margin-bottom: 1em;
}

.news-archive-year-links .current {

}

.news-archive-links {

}

.news-archive-item {

}

.news-archive-item .date {
    display: block;
    font-size: 1.4em;
}

.news-archive-item .headline {
    display: block;
    margin: 0.4em 0 0 0;
}

#content-news .rss {
    
}

/* HISTORY PAGE   -------------------------------------------- */
.timeline-section {
    margin: 0 0 15px 0;
}
.timeline-section h2 {
    display: inline-block;
    cursor: pointer;
    padding-right: 15px;
    background-image: url(../img/timeline-arrow.gif);
    background-position:  100% 0.2em;
    background-repeat: no-repeat;
}

.open h2 {
	background-position:  100% -21px;
}

.timeline-section ul {
    display: none;
}

.open ul {
    display: block;	
}

.timeline-section ul li {
    background: url('../img/timeline.gif') no-repeat 0 0;
    padding: 5px 0 15px 20px;
    margin-bottom: 0;
}

/* JOBS   -------------------------------------------- */
p.deptsubhead { font-weight: bold; }
p.jobs_sub { margin-left: 10px; }
p.jobs_sub a { font-weight: bold; }


/* MODALS   ------------------------------------------ */

.modalWindow .title, .modalWindow .content,
.modalVideo .title, .modalVideo .content {
    display: none !important;
}
video {
    background-color: #000;
}
#divPrompt {
    display: none;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
    position: absolute;
}
*html .popup_block {
    position: absolute;
}
