﻿*
{
    padding: 0px;
    margin: 0px;
}

/* Begin  RESETS css */
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;
    background: none;
}

html
{
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
}

#main_wrapper
{
    width: 978px;
    background-image: url('../images/watermark_bg.gif');
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 600px;
}

#main_wrapper a, #main_wrapper a:visited
{
    color: #6c6c6c;
}

#main_wrapper a:hover, #main_wrapper a.current
{
    color: #414141;
}


#side_content
{
    float: left;
    width: 275px;
    min-height: 600px;
    margin-top: 10px;
    border-right: 1px solid #d6d6d6;
}

#primary_nav
{
    height: 494px;
}

#bulletin
{
    border-top: 1px solid #d6d6d6;
    position: absolute;
    margin-left: 23px;
    padding-top: 10px;
    top: 355px;
    color: #6c6c6c;
    font-size: 1.2em;
    width: 245px;
}

#bulletin img
{
    float: left;
    margin-right: 15px;
}

#bulletin .contact_info
{
    clear: both;
    padding-left: 5px;
}

#bulletin .message
{
    padding-left: 15px;
    padding-right: 15px;
}

#sub_nav
{
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    height: 50px;
    margin-top: 5px;
}

#sub_nav ul
{
}

#sub_nav ul li
{
    float: left;
    padding: 0 10px 0 15px;
    list-style-type: none;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#sub_nav ul li a
{
    font-size: 1em;
    color: #6C6C6C;
    text-decoration: none;
}

#sub_nav ul li a:hover, #sub_nav ul li a.current
{
    text-decoration: underline;
}

#sub_nav ul li.first
{
    background: none;
    padding-left: 0;
}

#main_content
{
    float: left;
    width: 690px;
    padding-left: 10px;
}

#main_content p, #page_left ul li, #page_right ul li
{
    margin: 0.5em 0;
}

#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5, #main_content h6
{
    font-family: "Times New Roman" ,Serif;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.4em;
    font-weight: bold;
}

#page_body
{
    clear: both;
}

#page_left, #page_right
{
    float: left;
    font-size: 1.2em;
    color: #6c6c6c;
}

#page_left
{
    padding-right: 10px;
    width: 305px;
}

#page_right
{
    padding-left: 10px;
    width: 365px;
}

#page_left ul, #page_right ul
{
    padding-left: 15px;
}

#global_alert
{
    margin-top: 10px;
    float: right;
    font-size: 1.2em;
    clear: both;
    background-image: url('../images/message_bg.gif');
    background-repeat: repeat-x;
    border: 1px solid #d6d6d6;
    min-width: 365px;
    height: 25px;
    text-align: center;
}

#page_title h1
{
    clear: both;
    font-size: 2.4em;
    font-style: italic;
    font-weight: bold;
    font-family: "Times New Roman" , Serif;
    color: #6c6c6c;
    padding-top: 15px;
}

#zone_map
{
    background-image: url('../images/zone-map-background.png');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1.0em;
}

.bold_italic
{
    font-weight: bold;
    font-style: italic;
}

.float_left
{
    float: left;
    margin-right: 15px;
}

div .caption
{
    margin-left: 27px;
}


.calendar h3.calendar_title
{
    font-size: 2.0em;
    text-align: center;
}

.calendar .month_name
{
}

.calendar .legend
{
}

.calendar .legend h4
{
    display: inline;
    float: left;
    font-size: 1.2em;
}
/* Scroller Box */
#scroller_container
{
    width: 365px;
    overflow: hidden;
    height: 28px;
}
/* Scoller Box */

/* CSS Hack Safari */
#dummy
{ ;#}

#scroller_container
{
    overflow: auto;
}

#page_right .calendar .legend ul.key
{
    float: left;
    margin: 2px 6px;
    padding: 0;
}

#page_right .calendar .legend ul.key li
{
    float: left;
    margin-left: 25px;
    padding: 0;
}

.calendar table li
{
    list-style-type: none;
}

.calendar table
{
    clear: both;
}