﻿

/* Color Scheme  
     Light Grey afb4b4
     Dark Gray	767a7a
     White		ffffff
     Green		4C5758
     WHP Blue	13b5ea
     Lite Text  DEE0E0
*/


/********* Page Specific Styles ********/

h2
{
    font-size: 1.1em;
    font-weight: bold;
}
h3    /* Used for quotes */
{
    font-size: 1.1em;
    font-style: italic;
    font-weight: normal;
    color: #13b5ea;
}

/*
h3:before
{
    content: open-quote;
    font-size: 1.1em;
}
h3:after
{
    content: close-quote;
    font-size: 1.1em;
}
*/

h4
{
    margin: 0px;
    font-size: 1.1em;
    font-weight: bold;
}
b
{
    color: #fff;
}
a
{
    font-weight: normal;
    text-decoration: underline;
    color: #fff;
}
a:hover
{
    color: #13b5ea;
}
a.linkbutton
{
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
input[type="submit"]
{
    color: #fff;
    border: 1px solid #fff;
    padding:  1px 4px 1px 4px;
    margin: 2px;
    background-color: #000
}
.floatright
{
    float: right
}
.floatleft
{
    float: left
}
.clear
{
    clear: both
}
.imageframe
{
    border: solid 1px #fff;
    
}
.toppad
{
    margin-top: 12px;
}
.toppad
{
    margin-top: 12px;
}
.fade
{
    color: #afb4b4;
}
.smokedglass
{
    color: #fff;
    border: 1px solid #fff;
    padding: 12px;
    background-image: url('menubg.png');
    background-repeat: repeat;
}
.pagetitle
{
    margin-top: 0px;
}
.flatheader
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.leftindent
{
    margin-left: 18px;
}
.button-standard
{
    border: 2px solid #afb4b4;
    background-color: #767a7a;
    color: #afb4b4;
    height: 27px;
}
.button-standard
{
    border: 2px solid #afb4b4;
    background-color: #767a7a;
    color: #afb4b4;
    height: 27px;
}
