﻿/*************************************************************
*   Frame layout
*************************************************************/

body
{
    background-color: white;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    padding-left: 45px;
    color: #696969;
}

#page
{
    min-width: 1000px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position:relative;
    z-index: 20;
}

#logo
{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    padding: none;
    border: none;
}


#logo a img
{
    border: none;
    padding-right: 70px;
}


/* Login Control */
#logindisplay
{
    font-size: 1.1em;
    display: inline;
    margin: 10px;
    color: Black;
    position: relative;
    top: -75px;
}

#logindisplay a:link
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: black;
    text-decoration: none;
}

#menudisplay
{
    margin-bottom: 0px;
    padding: none;
    position: relative;
    z-index: 20;
}

#servicenote
{
    padding: 0 0 8px 0;
    text-align:right;
    width: 850px;
}

#servicenote a:link
{
    font-size: 1.1em;
    color: #8f962d;
    font-weight: bold;
    text-decoration: none;
}

#servicenote a:visited
{
    font-size: 1.1em;
    color: #8f962d;
    font-weight: bold;
    padding-left: 260px;
    text-decoration: none;
}

#servicenote a:hover
{
    text-decoration: underline;
}

#maincontent
{
    position: relative;
    padding-right: 10px;
    clear: left;
}

.plaintext
{
    width: 75%;
}

#footer
{
    clear: both;
    width: 883px;
}

#footer a
{
    float: right;
}

/**********************************************
*   Featuresets
**********************************************/


/*  Slideshow */
#slideshow
{
    position: relative;
    top: -6px;
    height: 497px;
    padding: none;
    margin: none;
}

#slideshow IMG
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    padding: none;
}

#slideshow IMG.active
{
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active
{
    z-index: 9;
}

/* Homepage elements
----------------------------------------------------------*/
#messages
{
    background-color: #8ea170;
    color: White;
    width: 877px;
    height: 63px;
    padding: 3px;
    position: relative;
    top: -6px;
}

#messages a
{
    color: #eff3bd;
    text-decoration: none;
}

#messages a:hover
{
    text-decoration: underline;
}

#message
{
    background-color: Black;
    width: 427px;
    height: 25px;
    float: left;
    padding: 3px 0 35px 10px;
}

#submessage
{
    background-color: Black;
    width: 427px;
    height: 25px;
    float: right;
    padding: 3px 0 35px 10px;
}

/* MVC Table
----------------------------------------------------------*/

table
{
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 0px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 0px #e8eef4;
}

/* MVC Form Layout
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    width: 400px;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

fieldset textarea
{
    width: 100%;
    height: 120px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* MVC Misc
----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.clear
{
    clear: both;
}

.error
{
    color: Red;
}


/**************************************************************
*   Typographic specs
**************************************************************/
#biographies cite
{
    font-size: 1.5em;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

a img
{
    border: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

