/*------------------------------CSS RESET------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova", "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
    min-width: 56em;
}

/* sets the default gutters and limits for content stretch */
.outer_wrap {
    width: 90%;
    min-width: 56em;
    max-width: 87.5em;
    margin: 0 auto;
    padding: 0;
}

/* sets the default gutters minimum */
.inner_wrap {
    padding: 0 20px;
    position: relative;
}

a {
    text-decoration: none;
    border-bottom: 1px solid;
}

a:hover {
    border-bottom: 0px none;
}

p {
    margin: 1em 0;
    font-size: 0.9em;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.9em 0 0.15em 0;
    padding: 0;
    font-weight: bold;
    line-height: 1.2;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol,
h1 + dl, h2 + dl, h3 + dl, h4 + dl, h5 + dl, h6 + dl,
h1 + h4, h2 + h4, h3 + h4, h4 + h5, h5 + h6 {
    margin-top: 0.5em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.35em;
}

ul,
ol {
    margin-top: 0.5em;
}

ul {
    margin: 1em 0 1em 3em;
    list-style-type: disc;
}

ul li,
ol li {
    margin: 0.4em 0;
}

.clearer {
    clear: both;
/*  height: 0px;*/
    line-height: 0px;
}

/* ---------- CSS for revised skip navigation HTML ---------- */
#navskip a, #navskip a:hover, #navskip a:visited {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#header_content,
.nav_content,
#breadcrumbs_content,
#main_content,
#footer_content {
    overflow: hidden;
}


/*------------------------------HEADER------------------------------*/

#header {
    overflow: hidden;
}

#site_title {
    position: relative;
    z-index: 10;
}

#title_area_content {
    position: relative;
}

#site_title #title_area_links {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

#main {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
