﻿/***** Accessibility *****/

.skiplink { position: absolute; z-index: 10; top: 0; left: -4000px; padding: 10px; background: #fff; border: 1px solid #000080; }
.skiplink:focus, .skiplink:hover { top:0; left: 0; }

/***** Body *****/

body
{
    width: 942px;
    _width: expression(document.body.clientWidth < 952? "950px" : "100%");
    min-width: 942px;
    min-height: 100.01%; 
    margin: 0 auto;
    background: #000000 url('/images/bg_fade.png') top left repeat-x;
}

/***** Layout *****/

div#top
{
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0px Auto -89px Auto;
    width: 942px;
    background: url(/images/bg_content.png) 20px 20px repeat-y;
}

div#header
{
    width: 100%;
    height: 160px;
    vertical-align: top;
    padding: 0 20px;
}

div#header img { _margin-top: 0px; _margin-bottom: -3px; }  /***** IE 6 Bug *****/

div#sidebar
{
    float: left;
    width: 221px;
    _margin-right: -3px;                                   /***** IE 6 Bug *****/
    background-image: url('/images/bg_menu.png');
    background-position: top left;
    background-repeat: no-repeat;
}

div#sidebar ul { margin: 10px 0 0 0; }

div#sidebar li
{
    height: 34px;
    list-style-type: none;
    margin: 0;
    _margin-bottom: -3px;                                    /***** IE 6 Bug *****/
}

div#wrapper { margin: 10px 60px 0 241px; }

/***** Content *****/

div#content 
{
    font-family: Times New Roman, Times, Serif;
    font-size: 115%;
    min-height: 300px;
    _height: 300px;
}

div#content a:hover
{
    text-decoration: underline;
}

hr
{
    height: 0;
    border: none;
    border-top: solid 1px #CC9447;
    margin-bottom: 1em;
}

h1, h2, a:link, a:visited
{
    color: #8F0616;
}

h3, h4
{
    color: #cc9447;
}

h1, h2, h3
{
    font-style: italic;
}

h4
{
    font-weight: bold;
}

h1.first
{
    padding-top: 5px;
}

ul, ol
{
    margin-bottom: 1em;
}

li
{
    margin: .25em 0 .25em 2em;
}

ul li 
{
    list-style-type: disc;
}

ol li
{
    list-style-type: decimal;
}

ul li ul li
{
    list-style-type: circle;
}

address
{
    font-style: italic;
    padding-bottom: 1em;
}

.photo
{
    border: 1px solid #8F0616;
}

.contactblock
{
    clear: right;
    height: 312px;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #8F0616;
}

.staffcontact
{
    margin: 2em 0 0 200px;
    width: 400px;
}

.photoblock
{
    width: 152px;
    margin: 4px;
    float: left;
    text-align: center;
    font-size: 80%;
}

.leftmost
{
    _margin-left: 0;
}

.rightmost
{
    _margin-right: 0;
}

.cb
{
    clear: both;
}

ul.plinks
{
    margin-top: -1em;
}

ul.faq li
{ 
    list-style: none;
    margin-left: 0;
}

.question
{
    font-weight: bold;
}

.plandetail, .footnote, .conditions, .showhide
{
    font-size: 90%;
}

.footnote, .showhide
{
    font-style: italic;
}

.half { width: 48%; }

/***** Bottom & Footer *****/

div#push, div#bottom
{
    height: 89px;
}

div#bottom
{
    position: relative;
    bottom: 0;
    width: 902px;
    margin: 0px auto;
    background: url(/images/footer.png) 0 0 no-repeat;
}

div#footer
{
    font-size: 80%;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    color: #cc9447;
}

#footer a
{
    color: #cc9447;
    text-decoration: none;
}
#footer a:hover
{
    color: #fdf9f0;
}
#footer p
{
    line-height: 1.25em;
    margin:0;
    padding: 0;
}

/***** Printing *****/

@media print
{
    body { background: none; }
    div#top { background: none; margin: 0 auto; }
    div#strip {display: none; }
    div#sidebar { display: none; }
    div#wrapper { margin: 0 auto; width: 900px; border: solid 1px black; }
    div#content { width: 600px; margin: 1em auto; }
    div#push { display: none; }
    div#bottom { background: none; padding-bottom: 1em; bottom: auto; }
    div#footer { color: #000; margin-bottom: 2em; }
    div#footer a { color: #000; }
}

/***** Testing *****/

#spdcond { display: none; }
#spdpcond { display: none; }

/***** Print *****/
@media print {
    body { background: #fff; background-image: none; }
    div#top { background: none; min-height: 0; margin: 0 auto; }
    div#header { margin-top: 1em; padding-top: -9px; }
    div#sidebar, div#strip, div#push, p.footermenu { display: none; }
    div#wrapper { margin: 1em auto; width: 640px; _width: 650px; }
    div#content a:link, div#content a:visited { text-decoration: underline; }
    div#bottom { background: none; }
    div#footer { color: #000; }
    div#footer a { color: #000; }
    
    #spdcond, #spdpcond { display: block; }
    .showhide { display: none; }
}