﻿@import url("layout.css");
body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background-image: url("../images/bg.gif");
    background-repeat: repeat;
    background-attachment: scroll;
    color: White;
}
#container
{
    width: 800px;
    margin: 0 auto;
    padding: 5px;
    border-right: 2px solid #FFFFCC;
    border-bottom: 2px solid #FFFFCC;
    border-left: 2px solid #FFFFCC;
    background-color: #333;
}
#masthead
{
    text-align: center;
    width: 800px;
    float: left;
}
#navigation
{
    position: relative;
    float: left;
    width: auto;
    margin-top: -50px;
    margin-left: 20px;
    margin-bottom: 10px;
    background-color: Black;
    z-index: 2;
}
#content
{
    float: right;
    width: 545px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#footer
{
    text-align: center;
    clear: both;
    width: 800px;
    background: #000;
    color: #808080;
}
/* Banner Strip Styles */
#bannerStrip
{
    z-index: 1;
    background-color: #FFFFCC;
    height: 50px;
    margin-top: 4px; /* todo - in ie7 fixes, set this to 0 */
}
#bannerStripImages
{
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
#bannerStripText
{
    font-size: large;
    font-weight: bold;
    margin-left: 250px;
    margin-top: 10px;
    color: Black;
}
#detailsAddress
{
    margin-left: 5px;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6
{
    color: white;
}
#content img
{
    text-decoration: none;
}
/* Footer Styles */
#footer p
{
    color: #808080;
}
#footer a
{
    color: #503750;
    text-decoration: underline;
}
#footer a:hover
{
    color: #402640;
    text-decoration: none;
}
a
{
    color: #a9a9a9;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:visited
{
    color: #a9a9a9;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
.aboutPicture
{
    border-style: none;
    margin-right: 5px;
    text-decoration: none !important;
}
.aspPanel
{
    height: 500px;
}
/* ASP.NET Menu Styles */
.menu1
{
    border-style: none;
    color: White;
    font-family: Verdana;
    width: 214px;
    padding: 2px 0px 0px 5px;
}
.menuStaticItem
{
    background-color: Black;
    color: White !important;
    text-decoration: none !important;
    font-size: large;
    padding: 2px 0px 2px 0px;
}
.menuLevel1
{
    background-color: Black !important;
    font-weight: bold;
}
.menuLevel2
{
}
.menuLevel3
{
}
.menuDynItem
{
    background-color: #666;
    color: White !important;
    text-decoration: none !important;
    padding: 2px 5px 2px 5px;
}
.menuHover
{
    background-color: #333 !important;
    color: White !important;
}
.logOnTextBox
{
    width: 200px;
}
div .logOnDiv
{
    margin-bottom: 5px;
}
.logOnCheckBox
{
    margin-left: -3px;
}
img.staffPhoto
{
    margin: 5px;
    float: right;
    height: 225px;
}
img.staffPhotoThumb
{
    height: 90px;
    align: middle;
}
div.errorPageContent
{
    float: right;
    width: 672px;
    margin-top: 55px;
}
div.errorPageContainer
{
    height: 128px;
    margin-top: 5px;
}
div.errorPageImage
{
    float: left;
}
.button
{
    width: 100px;
}
.nullpanel
{
    padding-bottom: 15px;
    padding-top: 15px;
    width: auto;
    color: Red;
}
div.contactField
{
    margin-bottom: 5px;
}
div.settingsHeader
{
    font-size: medium;
    font-weight: bold;
}
div.settingField
{
    margin-bottom:5px;
}