/* -------------------------------------------------------------------
 *
 * Style, design, and code (c) 2006-2008 Jason Morgan. All rights
 * reserved.
 *
 * -------------------------------------------------------------------
*/

/* --- base elements ---------------------------------------------- */

body
{
    background-color: #bdbdbd;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

div
{
    padding: 0px;
    margin: 0px;
}

table
{
    border-collapse: collapse;
}

td
{
    vertical-align: top;
}

img
{
    border: 0px;
}

a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #a2a9c1;
}


/* --- main structure and formatting ------------------------------ */

#container
{
    float: left;
    height: auto;
    width: 740px;
    overflow: auto;
    background-color: #a2b2c1;
    font-size: 1em;
}

#font-change
{
    position: absolute;
    top: 0px;
    left: 640px;
}

#top
{ 
    padding: 50px 10px 5px 0px;
    background-color: #a2b2c1;
}

#middle
{
    background-color: #a2b2c1;
}

#bottom
{
    background-color: #a2b2c1;
}


/* horizontal menu */

#horizontal-menu
{
    text-align: right;
    font-size: 0.6em !important;
}

#horizontal-menu ul
{
    margin: 0px;
    padding: 0px;
}

#horizontal-menu li 
{
    display: inline;
    margin-right: 2em;
}

#horizontal-menu a
{
    font-weight: normal;
    color: #666666;
}

#horizontal-menu a:hover
{
    color: #ded64f;
}

/* vertical menu */

#vertical-menu
{
    float: left;
    width: 200px;
    min-height: 500px;
    padding-top: 0px;
    background-image: url("/images/Blue.jpg");
    background-repeat: no-repeat;
    vertical-align: top;
    font-size: 0.6em !important;
}

#vertical-menu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background-image: url("/images/Blue-menu.jpg");
    background-repeat: no-repeat;
}

#vertical-menu li 
{
    padding-right: 5px;
    text-align: right;
    line-height: 2.5em;
}

#vertical-menu a
{
    font-weight: normal;
    color: #666666;
}

#vertical-menu a:hover
{
    color: #ded64f;
}

/* content */

#content
{
    float: right;
    min-height: 500px;
    width: 500px;
    padding: 20px 20px 0px 20px;
    background-color: #ffffef;
    font-family: "DejaVu Serif", "Palatino Linotype", "Times New Roman", Palatino, serif;
    font-size: 0.9em !important;
    line-height: 1.3em;
}


/* logo */

#logo
{
    position: absolute;
    top: 450px;
    width: 200px;
    text-align: center;
}

/* copyright */

#copyright
{
    float: right;
    width: 540px;
    padding-top: 5px;
    background-color: #ffffef;
    border-top: 1px dotted #999999;
    text-align: center;
    color: #777777;
    font-size: 0.7em !important;
}


/* --- formatting ------------------------------------------------- */

/* strong */

.page-title
{
    font-size: 1.3em;
}

.company
{
    font-variant: small-caps;
}

.alert
{
    font-variant: small-caps;
    color: #ff0000;
}

/* ul */

.staff-list
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 1.6em;
}

.square-bullet
{
    list-style-type: square;
    font-style: italic; 
}

/* li */

.bullet
{
    padding-top: 10px; 
}

/* -- dynamics ---------------------------------------------------- */

#font-size-small
{
    background-color: #a2b2c1;
}

#font-size-small:hover
{
    background-color: #555555;
}

#font-size-normal
{
    background-color: #555555;
}

#font-size-normal:hover
{
    background-color: #555555;
}

#font-size-large
{
    background-color: #a2b2c1;
}

#font-size-large:hover
{
    background-color: #555555;
}

/* -- form items -------------------------------------------------- */

input
{
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
}

input:focus
{
    border: 1px solid #bdbdbd;
    background-color: #dfdfdf;
}

input:hover
{
    background-color: #dddddd;
}

option
{
    font-variant: normal;
    background-color: #ffffff;
    color: #000000;
}

optgroup
{
    margin: 5px;
    margin-top: 10px;
    font-variant: small-caps;
    font-style: normal;
    color: #555555;
    background-color: #eeeeee;
}

textarea
{
    font-family: monospace !important;
    font-size: 1em !important;
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
}

textarea:focus
{
    border: 1px solid #bdbdbd;
    background-color: #dfdfdf;
}

select
{
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
}

input.sub:hover
{
    text-align: center;
    background-color: #a2b2c1;
}

/* -- front page -------------------------------------------------- */

.bulletin-table
{
    margin: 20px 0px 10px 0px;
    border-collapse: separate;
    border-spacing: 5px;
    border-top: 1px dotted #999999;
    font-size: 0.9em;
}

.bulletin-table td
{
    padding: 10px;
    text-align: right;
}

.bulletin-cell-left
{
    border-right: 0px dotted #999999;
}

.bulletin-cell-right
{
    border-left: 1px dotted #999999;
}
