﻿/************* Cerenis CSS *************/

html
{
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll; /* for CSS 3 */
}

body 
{
    width: 984px;
    margin: 5px auto 0 auto;
    font-family: Verdana, Arial, sans-serif;
    color: #373435;
}

#wrapper
{
    width: 984px;
    margin: 0 auto;
    background: url(../img/header_alt.gif) 0px 10px no-repeat;
    float: left;
    position: relative;
}

#logoprint {display: none; margin-bottom: 50px;}

/* NAVIGATION & HEADER */

#nav
{
    width: 984px;
    float: left;
    height: 44px;
    font-size: 10px;
    margin-top: 11px;
}

#header
{
    height: 330px;
    width: 984px;
    float: left;
}
#header a
{
    margin-left: 810px;
    color: #1268b1;
    font-size: 9px;
    text-decoration: none;
}

#nav ul
{
    margin-top: 16px;   
}

#nav ul.left
{
    float: left;
    margin-left: 68px;
    width: 417px;
}

#nav ul.right
{
    float: left;
}

#nav ul li.spacer_home
{
    width: 85px;
    margin-right: 0;
}

#nav ul li.spacer_about
{
    width: 103px;
    margin-right: 0;
}


#nav ul li
{
    list-style-type: none;
    display: inline;
    float: left;
    margin-right: 25px;    
    text-shadow: 0px 1px 0px #eef1f3;
}

#nav ul li a
{
    text-decoration: none;
    color: #1268b1;
}

#nav ul li a:hover
{
    color: #eb3531;
}

#dropdown ul
{
    background-color: #e6e9eb;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 10px;
    position: absolute;
    top: 53px;
    padding-top: 2px;
    padding-bottom: 5px;
    display: none;
}

#dropdown ul li a
{
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: #1268b1;  
    text-shadow: 0px 1px 0px #eef1f3;     
}

#dropdown ul.about-cerenis
{
    left: 143px;
}

#dropdown ul.about-hdl
{
    left: 245px;
}

#dropdown ul.pipeline
{
    left: 475px;
    width: 160px;
}

#dropdown ul.news
{
    left: 703px;
    width: 170px;
}

#dropdown ul li a:hover
{
    color: #eb3531;
}

/* CONTENT */

#content 
{
    float: left;
    width: 866px;    
    padding: 0 54px 0 64px;
    font-size: 13px;
    line-height: 1.5em; 
    color: #373435;
    background: url(../img/footer.gif) bottom left no-repeat;
}

#content p a
{
    color: #1268b1;
    text-decoration: none; 
}

#content p a:hover
{
    color: #eb3531;
}

#content h1 a
{
    color: #8f969c;
    text-decoration: none;
}

h1
{
    color: #8f969c;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Tahoma;
}

h2
{
    font-size: 24px;
    margin-bottom: 4px;
    color: #8f969c; 
    font-family: Tahoma;       
}

h6
{
    font-weight: bold;
    margin-bottom: 1.5em;
}

strong
{
    font-weight: bold;
}

p
{
    margin-bottom: 1.5em;
}

em
{
    font-style: italic;
    color: #8f969c;       
}

span.email
{
    color: #1268b1;
}

blockquote
{
    font-size: 24px;
    margin-bottom: 1em; 
    color: #8f969c;
    line-height: 26px;
    font-family: Tahoma;       
}

div.copy
{
    width: 610px;
    float: left;
}

div.copy div.column_left
{
    width: 290px;
    float: left;
}

div.copy div.column_right
{
    width: 290px;
    float: right;
}

div.sidebar
{
    width: 215px;
    float: right;
    font-size: 13px;
}

div.sidebar a
{
    text-decoration: none;
    color: #1268b1;
    display: block;
}

div.sidebar a:hover
{
    color: #eb3531;
}

div#footer
{
    float: left;
    width: 866px;
    height: 100px;
    font-size: 10px;    
}

div#footer div
{
    float: left;
    margin-top: 36px;
}

div#footer div.right
{
    float: right;
}

div#staff_list
{
    width: 180px;
    float: left;
}

div#staff_bio
{
    width: 390px;
    float: right;
    padding-left: 40px;
}

div#staff_list ul li
{
    margin-bottom: 4px;
}

div#staff_list ul li a
{
    text-decoration: none;
    color: #1268B1;
}

div#staff_list ul li a:hover
{
    color: #eb3531;
}

table#news
{
    width: 610px;
}

table#news td.date
{
    width: 160px;
    vertical-align: top;
    text-transform: capitalize;
}

table#news a
{
    text-decoration: none;
    color: #1268B1;  
    display: block;  
}

table#news a:hover
{
    color: #eb3531;
}

table#news tr td
{
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

h3 
{
    font-size: 24px;
    line-height: 30px;
    color: #1268B1;    
    margin-bottom: 1em;    
}

#pipeline
{
    width:599px;
    margin: 0 0 1.5em 0;
    padding: 0;
    float: left;
}

#pipeline img
{
    margin: 0;
    border: 0;
    padding: 0;
    float: left;
}

table#glossary
{
    width: 610px;    
}

table#glossary td.letter
{
    width: 100px;
    vertical-align: top;
}

table#glossary tr td
{
    border-bottom: 1px solid #ccc;
    padding: 15px 0px 0px 0px;
}

/* Tipsy */

.tipsy { margin-top: 3px; padding: 0px; font-size: 10px; line-height: 16px; opacity: 1; filter: alpha(opacity=100); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif);}
.tipsy-inner { padding: 10px 5px 12px 10px; background-color: #e6e9eb; color: #1268B1; width: 300px; text-align: left; margin-left: 100px;}
.tipsy-inner { -moz-border-radius:6px; -webkit-border-radius:6px;}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

dfn 
{
    border-bottom: 1px dotted #000;
    cursor: help;
}

h6 dfn
{
    font-weight: bold;
}

h1 dfn
{
    border: 0;
}

div.investors
{
    text-align: center;
}

