﻿/* control styles */
.rotatingImg
{
    width: 346px;
    margin: 5px;
    float: left;
}
.heading
{
    display: block;
    font-weight: bold;
    font-size: 115%;
    line-height: 200%;
}
.copyright
{
    display: block;
    font-size: 80%;
    color:#999;
    margin: 27px 0px 0px 20px;
}
div.modContact
{
    font-size: 80%;
    width: 100%;
    text-align: center;
    position:relative;
    top: -4px;
}
.HomeImage
{
    float: right;
    margin: 9px;
    width: 383px;
    border: solid 1px #000;
}

/* news styles */
.NewsBlock
{
    float: right;
    clear: right;
    width: 383px;
    margin: 10px;
    background: url(../../gui/news-block-background.jpg) repeat-y;
}
.NewsControl
{
    min-height: 170px;
    margin: 0px 10px;
}
.NewsControl .newsdate
{
    font-weight: bold;
    float: right;
}
.NewsControl .newsheadline
{
    font-style: italic;
    font-weight: bold;
    font-size: 105%;
    float: left;
}
.NewsControl p
{
    clear: both;
}

/* menu and links styles */
.menu
{
    width: 160px;
    margin: 0px;
    padding: 0px;   
}
.menuitem
{
    color: #000;
    font-weight: bold;
    margin: 1px 3px 3px 3px;
}
.dynMenuStyle
{
    border: solid 1px #000;
    background: url(../../gui/menu-col-background.jpg);
}
.menuitem:hover
{
    color: #666;
}
#PermanentMenu
{
    float: right;
    margin: 15px 15px 0px 0px;
}
#PermanentMenu a
{
    margin: 0px 5px;
}

/* form styles */
.Boxes
{
    margin-bottom: 3px;
}
.FormLabels
{
    display: block;
    float: left;
    margin-right: 3px;
    text-align: left;
}
.ContactForm
{
    width: 500px;
    margin: 5px auto;
}
.ContactForm .FormLabels
{
    width: 100px;
}