/** slightly modified version of GA's custom.css */

/* Reset /* This allows us to completely start from scratch with a more browser-generic base /* ---------------------------------------------------------------------------------------------------------------------------- */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

 body {/
    line-height: 1;
}

 ol, ul {
    list-style: none;
}

 blockquote, q {
    quotes: none;
}

 blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

 /* remember to define focus styles! */
 :focus {
    outline: 0;
}

 /* remember to highlight inserts somehow! */
 ins {
    text-decoration: none;
}

 del {
    text-decoration: line-through;
}

 /* tables still need 'cellspacing="0"' in the markup */
 table {
    border-collapse: collapse;
    border-spacing: 0;
}

 /* BASICS /* ---------------------------------------------------------------------------------------------------------------------------- */
 .hidden {
    display: none;
}

 /* PAGE /* ---------------------------------------------------------------------------------------------------------------------------- */
 html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 76%;
    line-height: 1.2;
    color: #000;
}

 body {
    text-align: center;
    background-color: #fff;
}

 /* CONTAINER /* ---------------------------------------------------------------------------------------------------------------------------- */
 #wrapper {
    text-align: left;
}

 #container {
    padding-bottom: 10px 0;
    /*min-width: 800px;*/
}

 /* HEADER /* ---------------------------------------------------------------------------------------------------------------------------- */
 #header {
    position: relative;
    width: 100%;
    /*height: 190px;*/
}

 /* GA logo */
 #header h1#logo, #header h1#logo a {
    position: relative;
    display: block;
    width: 225px;
    /*height: 190px;*/
}

 #header h1#logo {
    background-image: url('../img/logo_bkg.gif');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-color: #d56b0f;
    z-index: 10;
}

 #header h1#logo a {
    text-indent: -9999px;
    overflow: hidden;
    background-image: url('../img/logo.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
}

 /* Theme Banner and Section Title */
 #header div.banner {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 190px;
    z-index: 5;
}

 #header div.banner img {
    position: absolute;
    /*left: 225px;*/
    top: 0;
}

 #header div.banner div.section-title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 -15px;
    padding: 0 15px;
    width: 100%;
    height: auto;
    background-image: url('../img/topic_title_bkg_v2.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-color: transparent;
}

 #header h1#section {
    margin-left: 240px;
    margin-right: 21%;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.8em;
    color: #fff;
}

 /* Theme Banner and Section Title */
 #header form.search {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    padding: 10px 40px;
    z-index: 15;
}

 #header form.search label {
    display: none;
}

 #header form.search input.input {
    display: block;
    float: left;
    width: 90%;
    height: 18px;
    padding: 0 2px;
    font-size: 0.9em;
    line-height: 16px;
    color: #000;
    border: 1px solid #ccc;
}

 #header form.search input.button {
    display: block;
    float: right;
    margin-left: -20px;
}

 /* MAIN NAVIGATION /* ---------------------------------------------------------------------------------------------------------------------------- */
 #nav {
    float: right;
    clear: both;
    width: auto;
    margin: 0 20px;
    display: inline;
    /* combat IE6 Doubled float-margin bug */
 position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
}

 #nav a {
    text-decoration:none;
}

#nav a:hover {
    text-decoration: underline;
}

 #nav .lev0 {
    margin: 25px 0 0 0;
    padding: 0;
    float: right;
    position: relative;
}

 #nav .lev0 li {
    display: inline;
    float: left;
    font-size: 1em;
    line-height: 1.2em;
}

 #nav .lev0 li a:link, #nav .lev0 li a:visited {
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px 20px 10px;
    border-left: 1px solid #666;
    color: #fff;
    /* hide from mac ie \*/
 height: 1%;
}

 /* CONTENT /* ---------------------------------------------------------------------------------------------------------------------------- */
 #body {
    position: relative;
    width: 100%;
    background-color: #FFF;
}

 /* Columns */
 #holder {
    position: relative;
    display: table;
    width: 100%;
}

 #holder:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0px;
    clear: both;
    visibility: hidden;
}

 #holder div#main, #holder div#sidebarL, #holder div#sidebarR {
    position: relative;
    float: left;
    width: 0%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

 /* Home Page */
 body.home #holder div#main {
    width: 60%;
    margin-right: -10px;
}

 body.home #holder div#sidebarR {
    width: 40%;
    margin-left: -10px;
    float: right;
}

 /* /* #holder div.column:first-child {
    float: left;
    width: 50%;
    margin: 0;
    margin-right: -10px;
}

 #holder div.column:first-child div.column-pad {
    margin: 0;
    margin-right: 5px;
}

 #holder div.column:last-child {
    float: right;
    width: 50%;
    margin: 0;
    margin-left: -10px;
}

 #holder div.column:last-child div.column-pad {
    margin: 0;
    margin-left: 5px;
}

 #holder div.column div.column-pad {
    padding: 10px;
}

 /* CONTENT /* ---------------------------------------------------------------------------------------------------------------------------- */
 /* Sections */
 #main .article {
    margin: 10px 10px 0;
}

 /* Headers */
 #main h1, #main h2, #main h3, #main h4 {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 1.1em 0 0.5em 0;
    color: #333;
}

 #main h1.first {
    margin-top: 0;
}

 #main h1 {
    font-size: 1.8em;
    line-height: 1.2;
}

 #main h2 {
    font-size: 1.4em;
    line-height: 1.2;
}

 #main h2.pagetitle, #main h2.embedtitle {
    color: #88201f;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    padding: 0;
}

 #main h3 {
    font-size: 1.2em;
    line-height: 1.2;
}

 #main h4 {
    font-size: 1em;
    line-height: 1.2;
}

 /* Home Page (Scientific Topics) */
 body.home #main .topics {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0 0 20px;
}

 body.home #main .topics ul {
    list-style: none;
}

 body.home #main .topics ul li {
    margin: 0 0 10px;
}

 body.home #main .topics ul li a:link, body.home #main .topics ul li a:visited {
    display: table;
    font-size: 110%;
    width: 100%;
    text-align: left;
    background: #fff;
    color: #004c64;
    text-decoration: none;
    border: 1px solid #d0dee3;
    border-color: #d0dee3 #fff #fff #d0dee3;
    color: #666;
    /* hide from mac ie \*/
 ;
}

 * html body.home #main .topics ul li a:link, * html body.home #main .topics ul li a:visited, *+html body.home #main .topics ul li a:link, *+html body.home #main .topics ul li a:visited {
    display: block;
}

 body.home #main .topics ul li a:hover, body.home #main .topics ul li a:active {
    background: #eef3f5;
    border-color: #d0dee3;
}

 body.home #main .topics ul li a img {
    float: left;
    margin: 5px 9px 5px 5px;
}

 body.home #main .topics ul li a span {
    display: block;
}

 body.home #main .topics ul li a span.title {
    padding: 5px 0 0;
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
}

 /* LEFT SIDEBAR /* ---------------------------------------------------------------------------------------------------------------------------- */
 /* RIGHT SIDEBAR /* ---------------------------------------------------------------------------------------------------------------------------- */
 #sidebarR {
    background-image: url('../../../image/0011/182/sidebarR_bkg.gif'), url('../../../image/0012/183/sidebarR_home_bkg.gif');
    background-position: 0 100%, 0 0;
    background-repeat: repeat-x, no-repeat;
    background-color: #cbdbe0;
    overflow: visible;
    font-size: 0.9em;
    line-height: 1.4;
}

 * html #sidebarR, *+html #sidebarR {
    background-image: url('../../../image/0011/182/sidebarR_bkg.gif');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

 /* Links */
 #sidebarR a:link, #sidebarR a:visited {
    color: #000;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

 #sidebarR a:hover, #sidebarR a:active {
    border-bottom: 1px solid #666;
    text-decoration: none;
}

 /* Segments */
 #sidebarR .article {
    display: block;
    margin: 0;
    padding: 10px 0 0;
    color: #333;
    float: left;
    /* required to stop images escaping */
 ;
}

 #sidebarR .article p {
    padding: 0;
    margin: 0 0 10px 0;
}

 #sidebarR .article em {
    font-weight: bold;
    font-style: normal;
    color: #e58e1a;
}

 #sidebarR .article ul {
    margin-left: 16px;
    padding: 0 10px;
    list-style: square;
    color: #004c64;
}

 #sidebarR .article ul li {
    padding: 0;
    margin: 0 0 7px 0;
}

 /* Headers */
 #sidebarR h2 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #88201f;
    margin: 0 10px 10px;
    padding: 0;
    text-transform: uppercase;
}

 #sidebarR h3, #sidebarR h3 a {
    font-size: 1em;
    font-weight: bold;
    color: #004c64 !important;
    margin: 10px 0;
    padding: 0;
}

 /* Subscribe Link */
 #sidebarR .rss_subscribe {
    float: right;
    margin: 5px 10px;
}

 #sidebarR .rss_subscribe a {
    margin: 0;
    padding: 0 0 0 20px;
    display: block;
    line-height: 1.6;
    background: transparent url('../../../image/0010/163/feed-icon-16x16.png') no-repeat 0 50%;
}

 #sidebarR .rss_subscribe a:link {
    color: #A83D09 !important;
    text-decoration: none !important;
    border: none !important;
}

 #sidebarR .rss_subscribe a:visited {
    color: #556688 !important;
    text-decoration: none !important;
    border: none !important;
}

 #sidebarR .rss_subscribe a:hover, #sidebarR .rss_subscribe a:active {
    color: #A83d09 !important;
    text-decoration: underline !important;
    border: none !important;
}

 /* Home Page */
 body.home #sidebarR .resources, body.home #sidebarR .popular {
    background-image: url('../../../image/0012/183/sidebarR_home_bkg.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
}

 body.home #sidebarR .resources {
    width: 50%;
    margin-right: -10px;
}

 body.home #sidebarR .resources ul, body.home #sidebarR .resources ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

 body.home #sidebarR .resources ul li {
    margin-bottom: 5px;
}

 body.home #sidebarR .resources a:link, body.home #sidebarR .resources a:visited {
    margin: 0 10px;
    padding: 0 10px 0 47px;
    font-weight: bold;
    color: #004c64;
    line-height: 2.95;
    border: 1px solid #d0dee3;
    border-color: #fff #8eafbb #8eafbb #fff;
    display: block;
    background: #eef3f5 url('../../../image/0013/157/earthscience.gif') no-repeat 0 50%;
    height: 1%;
}

 body.home #sidebarR .resources a.e1:link, body.home #sidebarR .resources a.e1:visited {
    background-image: url('../../../image/0015/159/maps.gif');
}

 body.home #sidebarR .resources a.e2:link, body.home #sidebarR .resources a.e2:visited {
    background-image: url('../../../image/0012/156/dataapps.gif');
}

 body.home #sidebarR .resources a.e3:link, body.home #sidebarR .resources a.e3:visited {
    background-image: url('../../../image/0008/161/publications.gif');
}

 body.home #sidebarR .resources a.e4:link, body.home #sidebarR .resources a.e4:visited {
    background-image: url('../../../image/0007/160/multimedia.gif');
}

 body.home #sidebarR .resources a.e5:link, body.home #sidebarR .resources a.e5:visited {
    background-image: url('../../../image/0014/158/gaprojects.gif');
}

 body.home #sidebarR .resources a.e7:link, body.home #sidebarR .resources a.e7:visited {
    background-image: url('../../../image/0004/26986/search_new2.png');
}

 body.home #sidebarR .resources a:hover, body.home #sidebarR .resources a:active {
    border: 1px solid #8eafbb;
}

 body.home #sidebarR .popular {
    width: 50%;
    margin-left: -10px;
    float: right;
}

 body.home #sidebarR .news {
    float: none;
    clear: both;
}

 body.home #sidebarR .news dl {
    display: table;
    margin: 0 10px 10px;
    padding: 8px 0 0;
    font-size: 1em;
    line-height: 1.4em;
    border-top: 1px solid #80A4AF;
    clear: left;
}

 body.home #sidebarR .news dl dt, body.home #sidebarR .news dl dd {
    display: table;
    font-size: 110%;
    width: 100%;
}

 body.home #sidebarR .news dl dt {
    margin: 0 0 5px 0;
}

 body.home #sidebarR .news dl dt span {
    display: block;
    font-weight: bold;
    color: #88201f;
}

 body.home #sidebarR .news dl dt a {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
}

 body.home #sidebarR .news dl dd img {
    float: left;
    margin: 0 5px 0 0;
    padding: 1px;
    border: 1px solid #CCC;
    background-color: #FFF;
    width: 72px;
    height: 52px;
}

 /* FOOTER /* ---------------------------------------------------------------------------------------------------------------------------- */
 #footer {
    display: table;
    padding: 15px 0;
    font-size: 0.9em;
    line-height: 1.5;
    color: #666;
    clear: both;
}

 /* Links */
#footer a:link {
    color: #000;
}

#footer a:visited {
    color: #556688;
}

 #footer a:hover, #footer a:active {
    color: #A83D09;
}

 /* Footer Navigation */
 #footer ul {
    float: left;
    border-bottom: 1px solid #A83D09;
    width: 100%;
    position: relative;
}

 #footer ul li {
    display: inline-block;
    float: left;
    margin-bottom: -1px;
    list-style-type: none;
    border-left: 1px solid #A83D09;
    vertial-align:text-bottom;
}

 #footer ul li a:link {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px 6px 10px;
    line-height: 31px;
}

 #footer ul li a:visited {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px 6px 10px;
    line-height: 31px;
   /* border-left: 1px solid #556688; */
}

 #footer ul li.first {
    border-left: none;
    padding-left: 15px;
}

 #footer ul li.first a {
    padding-left: 0;
}

 /* Department Link */
 #footer ul li.department {
    float: right !important;
    right:0px;
    position: relative;
    border: 1px solid #A83D09;
    background-color: #fff;
    right: 0;
    top: 10px;
}

 #footer ul li.department a:link {
    line-height: 1.8;
    display: inline-block;
    margin: 0;
    padding: 0 15px 1px 10px;
    color: #A83D09;
    text-decoration: none;
    background: transparent url('../../../image/0011/164/footer_arrow.gif') no-repeat 100% 50%;
}

 #footer ul li.department a:visited {
    line-height: 1.8;
    display: inline-block;
    margin: 0;
    padding: 0 15px 1px 10px;
    color: #556688;
    text-decoration: none;
    background: transparent url('../../../image/0011/164/footer_arrow.gif') no-repeat 100% 50%;
}

 #footer ul li.department a:hover, #footer ul li.department a:active {
    background: #A83D09 url('../../../image/0012/165/footer_arrow_hover.gif') no-repeat 100% 50%;
    color: #fff;
}

 /* Footnote */
 #footer p.footnote {
    float: left;
    font-size: 0.8em;
    margin: 6px 0 0 0;
    padding-left: 15px;
}

