body {
    margin: 0px;
    padding: 0px;
    font: 10pt Arial, "MS Sans Serif", sans-serif;
    color: black;
}
img.left {
    float: left;
}
img.right {
    float: right;
}

a {
    color: #0000ff;
}
a:hover {
    color: #ff0000;
}
a:visited {
    color: #660066;
}

#header {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 171px;
    margin: 0px;
    padding: 0px;
    background: transparent url(../graphics/styles/standard_header.png)
        0px 0px repeat-x;
    font-size: 24pt;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -5px;
    font-style: italic;
    text-align: right;
}
#header a {
    height: 171px;
    margin: 0px;
    padding: 15px 20px 0px 0px;
    background: transparent url(../graphics/styles/standard_rainier.gif)
        0px 0px no-repeat;
    display: block;
    text-decoration: none;
    color: #9999cc;
}
#header span {
    margin: 0;
    padding: 0em 0.2em 0em 0.2em;
    color: #ccccff;
}

#navigation {
    position: absolute;
    z-index: 20;
    top: 123px;
    right: 0px;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 20px 0px;
    overflow: hidden;
    width: 180px;
    background: transparent url(../graphics/styles/standard_navbar_right.png)
        0px 0px no-repeat;
}
#navigation a {
    margin: 10px 15px 10px 30px;
    padding: 2px 5px 2px 5px;
    display: block;
    font-size: 15px;
    height: 17px;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid;
    border-color: rgb(50%,30%,30%);
    background: #dadada;
}
#navigation a:hover {
    border: 1px dashed;
    border-color: rgb(75%,10%,10%);
    background: #c9c9c9;
}

#infoboxes {
    position: absolute;
    left: 0;
    top: 142px;
    width: 179px;
    margin: 0px;
    padding: 5px;
    text-align: left;
    background: transparent url(../graphics/styles/standard_navbar_top.png)
        0px 0px no-repeat;
}
#infoboxes h4 {
    margin: 10px 14px 5px 0px;
    padding: 2px 5px 2px 5px;
    display: block;
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid;
    border-color: rgb(50%,30%,30%);
    background: #dadada;
}
#infoboxes h4 a {
    color: black;
    text-decoration: none;
}
#infoboxes h4 a:hover {
    text-decoration: underline;
}
#infoboxes p {
    margin: 0px;
    padding: 0.5em;
    line-height: 1.1em;
    text-align: left;
    font: 8pt Tahoma, Arial, "MS Sans Serif", sans-serif;
}
#infoboxes ul {
    font: 8pt Tahoma, Arial, "MS Sans Serif", sans-serif;
    margin: 0px 0px 0px 2px;
    padding: 0px;
    background: transparent;
}
#infoboxes li {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}
#infoboxes a.webcam img {
    border: 1px solid #0000ff;
}
#infoboxes a.webcam:hover img {
    border: 1px solid #ff0000;
}

#content {
    background: white
        url(../graphics/styles/standard_navbar.png) 0 0 repeat-y;
    font: 10pt Tahoma, Arial, "MS Sans Serif", sans-serif;
    margin: -25px 180px 0px 0px;
    padding: 140px 10px 1px 213px;
    min-height: 1120px;
    height: auto !important;
    height: 1120px;
}
#content h2 {
    font-family: Arial, sans-serif;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    margin: 1em 0em 0.5em -0.5em;
    border-bottom: 1px dashed #cc0000;
    color: #6666dd;
}
#content h2 a, #content h3 a, #content h4 a {
    color: #6666dd;
    text-decoration: none;
}
#content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
    text-decoration: underline;
}
#content h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13.5pt;
    color: #6666dd;
    margin: 15px 0px 0.5em -0.4em;
    border-bottom: 1px solid #ffcccc;
}
#content h4 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13pt;
    color: #6666dd;
    margin: 15px 0px 0.5em -0.3em;
}
#content h5.date {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    color: #6666dd;
    margin: -25px 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    text-align: right;
    float: right;
}
#content h5.date_on_indiv_entry {
    margin-top: -27px;
}
#content p.blog-post-footer {
    border: 1px solid;
    border-color: #cccccc;
    background: #eeeeee;
    padding: 0px 5px 2px 5px;
    margin-bottom: 15px;
}
#content p.blog-post-footer a {
    text-decoration: none;
}
#content p.blog-post-footer a:hover {
    text-decoration: underline;
}
#content pre {
    display: block;
    border: 1px solid;
    border-color: #cccccc;
    background: #eeeeee;
    padding: 5px;
}
#content blockquote {
    font: 11pt "Times New Roman";
    font-style: italic;
}
#content div.webcam {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 160px;
}
#content div.webcam img,
#content img#prime_webcam {
    border-width: 1px;
}
#content form#comments_form {
    padding-bottom: 10px;
}
#content p#comments-open-text textarea {
    display: block;
}

#find {
    position: absolute;
    z-index: 40;
    top: 77px;
    right: 0px;
    padding: 0em 0em 0em 80px;
    vertical-align: middle;
    background: transparent url(../graphics/styles/standard_find.png)
        0px 0px no-repeat;
}
#find form {
    margin: 0.3em;
    padding: 5px 0.3em 0.3em 0.3em;
    vertical-align: middle;
}
#find p {
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

#styles {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 170px;
    margin: 0em 0em 0em 0em;
    padding: 235px 0em 0px 0em;
    width: 180px;
    overflow: hidden;
    background: transparent url(../graphics/styles/standard_navbar_bg.png)
        0px 0px repeat-y;
}
#styles h4 {
    margin: 0px 0px 5px -10px;
    padding: 0px;
    font-size: 12pt;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    background: transparent;
    text-align: center;
}
#styles ul {
    list-style: circle;
    font-size: 13px;
    margin: 0px 0px 0px 10px;
    padding: 0em 0em 10px 40px;
}
#styles div#graphic_hack {
    height: 20px;
    background: transparent url(../graphics/styles/standard_navbar_bottom.png)
        0px 0px no-repeat;
}
#styles a:link {
    text-decoration: none;
}
#styles a:visited {
    text-decoration: none;
}
#styles a:hover {
    text-decoration: underline;
}
#styles #standard {
    list-style: square;
}
#styles #standard a {
    font-weight: bold;
    text-decoration: none;
}

#vadbanner {
    position: absolute;
    right: 25px;
    /* # for use when Latitude IFrame
        top: 870px;
    */
    top: 580px;
}

iframe#latitude {
    position: absolute;
    right: 10px;
    top: 585px;
    border: 1px solid #cccccc;
}

#footer {
    font-size: 9pt;
    padding: 0.5em 1em 1em 1em;
    border-style: double;
    border-width: 3px 0px 0px 0px;
    border-color: navy;
    background: #5a8acb;
    color: #e0e0e0;
    min-height: 26px;
    height: auto !important;
    height: 26px;
}
#footer p {
    margin: 0px;
}
#footer a {
    color: #e0e0e0;
}
#footer img {
    margin: 0px 7px 10px 0px;
    border: none;
    float: left;
}

#addthis {
    position: absolute;
    right: 20px;
    top: 370px;
    z-index: 100;
}

.submenu a {
    padding: 1px 5px 1px 5px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid;
    border-color: rgb( 50%, 30%, 30% );
    background: #dadada;
}
.submenu a:hover {
    border: 1px dashed;
    border-color: rgb( 75%, 10% ,10% );
    background: #c9c9c9;
}
.submenu a.submenu_current {
    background: #f0f0f0;
}

