/* Global resets */
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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 5px;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* Layout */

html {
    height: 100%;
    /* Avoid movement with small pages: always display vertical scroll bar. */
    overflow-y: scroll;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #E3E4E5 url(../images/body_bg.gif) top left no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
}

#wrapper {
    height: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background: white url(../images/wrapper_bg.gif) repeat-y;
    width: 1020px;
}

#header {
    height: 150px;
    background: #FFFFFF url(../images/header_right.gif) top right no-repeat;
}

#logo {
    float: left;
}

#gsearch {
    width: 300px;
    margin-top: 85px;
    float: right;
    margin-right: 35px;
}

#gsearch #search-text {
    border: 1px solid #BCCDF0;
    padding: 2px;
}

#gsearch #search-button {
    border: 1px outset #666666;
    text-shadow: 0 1px 2px #FFFFFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

#header img {
    margin-left: 240px;
    margin-top: 37px;
}

/* Menu */

#navigation {
    width: 180px;
    float:left;
    background: #C8CACB url(../images/nav_bg.gif) top repeat-x;
    padding-top: 30px;
    margin-left: 60px;
}

#navigation #nav2 {
    background: url(../images/nav_corner.gif) bottom left no-repeat;
    padding-bottom: 30px;
}

#navigation li {
    border-top: 1px solid #E3E4E5;
    border-bottom: 1px solid #A8AAAB;
    font-size: 10pt;
}

#navigation ul {
    border-bottom: 1px solid #E3E4E5;
    border-top: 1px solid #A8AAAB;
}

#navigation li a {
    display: block;
    padding: 7px 5px 7px 0.5em;
    color: #000000;
    text-decoration: none;
}

#navigation li a.current {
    background-color: #00A3E2;
    color: #FFFFFF;
}

#navigation li a:hover {
    background-color: #333366;
    color: #FFFFFF;
}

/* Avoid hover on current link */
#navigation li a:hover.current {
    background-color: #00A3E2;
    color: #FFFFFF;
}

/* Outline width is not correctly computed in IE. */
.outline-2 {
    width: 680px;
}

/* Content */

#content {
    background: #FFFFFF url(../images/content_bg.gif) top repeat-x;
    float: left;
    margin-right: auto;
    padding: 30px 20px 20px 20px;
    width: 680px;
    line-height: 1.3;
    font-size: 10pt;
}

.title {
    display:none;
}

h2 {
    color: #00A3E2;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 20pt;
    text-align: left;
}

h3 {
    color: #00A3E2;
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: left;
    font-size: 12pt;
    font-weight: normal;
}

p {
    margin-bottom: 20px;
    text-align: justify;
}

#content ul {
    list-style: circle;
    text-align: justify;
    margin-left: 40px;
    margin-bottom: 20px;
}

#content li {
    margin-bottom: 20px;
}

#content a:link, #content a:visited {
    color: #00A3E2;
}

/* Center image captions */

div.figure p {
    text-align: center;
    font-style: italic;
}

/* Center images */

#content img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#content .video {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

#content .pdfs ul {
    margin-top: 20px;
    list-style-image: url("../images/pdf.gif");
}

#content .condensed-list ul li {
    margin-top: 0;
    margin-bottom: 0;
}

/* Footer */

#preamble { /* add these rules as #wrapper is not anymore created by Org 7.8, by default */
    width: 1020px;
    margin: 0 auto;
    text-align: left;
}

#footer {
    display: none; /* temp patch for almost same layout (just no footer) with Org 7.8 */
    text-align: center;
    margin-top: 50px;
    font-size: 10pt;
    color: #A8AAAB;
}

#footer a:link, #footer a:visited {
    font-size: 10pt;
    color: #000000;
}

#footer hr {
    color: #C8CACB;
    background-color: #C8CACB;
    height: 1px;
    width: 80%;
    border: 0;
}

.loc_table td {
    padding-right: 25px;
}

.loc_table .nopadding {
      padding-right: 0;
}

.table_header td {
    text-align: center;
}

.table_header {
    border-bottom: solid;
    border-bottom-width: 1px;
}

.right {
      text-align: right;
}

.center {
      text-align: center;
}


