﻿img { behavior: url("/images/iepngfix.htc"); margin: 0; padding: 0; }

*
{ 
    margin: 0px; 
    padding: 0px; 
    vertical-align: top;
}

html, body, form#aspnetForm
{
    width: 100%;
    height: 100%;
}

body 
{
    min-height: 100.01%;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11pt;
    line-height: 130%;
    color: #000000;
    background-color: #FFFFFF;
}

a 
{
    color: #FF0000;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #0000FF;
}

img
{ 
    border: none;
}
    
.left 
{ 
    float: left;
}

.right
{ 
    float: right;
}

.center 
{
    margin: 0px auto; 
    text-align: center;
}

p
{
    margin-bottom: 0.50em;
}

/***** The wrapper table. *****/

table#wrapper
{
    width: 100%;
    height: 100%;
    border-collapse: collapse; 
    background-image: url('/images/menu/menu_bg.jpg');
    background-position: top left;
    background-repeat: repeat-y;
}

table#wrapper td.top
{
    width: 100%;
    height: auto;
}

table#wrapper td.bottom
{
    height: 24px;
    vertical-align: bottom;
    text-align: center;
}

/***** The header DIV. *****/

div#header_top
{
    height: 5px;
    _margin-bottom: -14px;
    background-image: url('/images/header_top.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

div#header
{
    width: 100%;
    height: 110px;
    background-image: url('/images/header_bg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
}

/***** The sidebar DIV *****/

div#sidebar 
{
    float: left;
    width: 180px;
}

div#sidebar div.menu
{
    width: 180px;
    height: 34px;
    margin-bottom: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

.menu_top
{
    width: 180px;
    height: 15px;
    margin-bottom: 0px;
    _margin-bottom: -2px;
    background-image: url('/images/menu/menu_top.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.m_home { background-image: url('/images/menu/home_off.jpg'); }
.m_flyers { background-image: url('/images/menu/flyers_off.jpg'); }
.m_orono { background-image: url('/images/menu/orono_off.jpg'); }
.m_calais { background-image: url('/images/menu/calais_off.jpg'); }
.m_contact { background-image: url('/images/menu/contact_off.jpg'); }

/***** The content wrapper. *****/

div#content_wrapper
{
    width: 100%;
    _min-width: 830px;
    height: auto;
}

div#content_wrapper_inner
{
    _float: left;
    margin-left: 180px;
    _margin-left: 0px;
}

/***** The strip DIV *****/

div#title
{
    width: 100%;
    height: 60px;
    background-image: url('/images/title_bg.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

div#page_title
{
    float: left;
    width: 342px;
    height: 60px;
    _margin-right: -8px;
}

/***** Content DIV *****/

div#content
{
    width: 790px;
    height: auto;
    margin: 1.0em Auto;
}

div#content div.section
{
    margin-bottom: 1.0em;
}

div#content h2
{
    margin-bottom: 0.25em;
    font-family: Times New Roman, Times, Sans-Serif;
    font-size: 20pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #E50000;
    line-height: 24pt;
}

div#content p
{
    margin-bottom: 1.0em;
}

div#content ul
{
    margin-left: 2.0em;
    margin-bottom: 1.0em;
}

div#content ul li
{
    vertical-align: middle;
}

div#content .photo
{
    border: 1px solid #406080;
}

div#content .photo.left
{
    margin-right: 10px;
}

div#content .photo.right
{
    margin-left: 10px;
}

div#content a
{
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

div#content a:hover
{
    color: #0000FF;
}

div#content p.flyer-pages
{
    text-align: center;
    font-size: 13pt;
    line-height: 1.25em;
}

/***** Footer DIV *****/

div#set_width
{
    width: 990px;
    height: 1px;
}

div#footer
{
    margin-left: 180px;
    text-align: center;
    padding: 5px 0px;
    font-size: 75%;
    color: #406080;
}

div#footer p
{
    margin-bottom: 0px;
    width: 790px;
    margin: 0px Auto;
}

div#footer p.first
{
    padding-top: 0.5em;
    border-top: 1px solid #406080;
}

div#footer p a
{
    color: #406080;
    text-decoration: none;
}

div#footer p a:hover
{
    color: #FF0000;
    text-decoration: none;
}

/***** Specials *****/

div#specials
{
    line-height: 160%;
}

/***** *****/

@media print
{
    body { height: auto; min-height: 0px; color: #000000; background-color: #FFFFFF; background-image: none; }
    table#wrapper { background-image: none; }
    div#header_top { display: none; }
    div#header { display: none; }
    div#sidebar { display: none; }
    div#title { display: none; }
    div#content_wrapper_inner { width: 100%; height: auto; margin: 0px 0px; }
    div#content { width: 100%; height: auto; margin: 0px 0px; }
    div#set_width { display: none; }
    div#footer { display: none; }
}
