﻿body
{
    background: url(images/red_back.png) repeat-x;
}

p, h1, h2, h3, li, a
{
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
    outline:none;
}

:focus {
  -moz-outline-style: none;
}

h1
{
    text-align: left;
    font-weight: normal;
}

h1 a:active, h1 a:link, h1 a:visited, h1 a:hover
{
    color: Black;
}

h2
{
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
}

p
{
    font-size: 0.8em;
}

a:active, a:link, a:visited
{
    
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h2 a:active, h2 a:link, h2 a:visited, h2 a:hover
{
    color: Black;
}

li
{
    line-height: 1.5em;
    font-size: 0.8em;
}

#byline
{
    text-align: left;
    font-weight: normal;
}

#page
{
    margin: auto;
    padding: 0px;
    width: 800px;
    background: #ffffff url(images/topbar.png) top left no-repeat;
    border: solid 2px #bc2227;
}

#content
{
    margin: 20px;
}

#masthead h1
{
    font-size: 0.9em;
}

#navTop
{
    background: #bc2227;
    padding: 5px;
    text-align: center;
}

.topMenu
{
    margin: auto;
    color: White;
    text-decoration: none;
}

.StaticMenuItem
{
    color: White;
}

.StaticMenuItem:hover a
{
    text-decoration: underline;
}

#panel
{
    background-color: white;
    position: relative;
    padding: 20px;
    height: 450px;
    overflow: auto;
}

#homePanelMain
{
    background-color: white;
    position: relative;
    padding: 20px;
    height: 450px;
    overflow: auto;
    margin-right: 20px;
}

#homePanelRight
{
    float: right;
    background-color: white;
    width: 300px;
}

#footer
{
    font-size: 0.8em;
    color: White;
    background: #bc2227;
    text-align: center;
    clear: both;
    margin: 0px;
}

.spanLink
{
    cursor: pointer;
    text-decoration: underline;
    color: Blue;
}

.popup
{
    display: none;
    position: absolute;
    top: 100px;
    left: 200px;
    width: 400px;
    padding: 10px;
    background-color: Black;
    color: Red;
    border: solid 1px red;
    z-index: 6;
}

.popup a
{
    color: Aqua;
}

#golfp
{
    font-family: Gill Sans MT Condensed, DejaVu Sans Condensed;
    text-align: justify;
    color: #ffffff;
    background-color: #663300;
    border-top: solid 2px silver;
    border-left: solid 2px silver;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    padding: 0 10px 0 10px;
}

#golfp a
{
    color: #ffffff;
}

#golfp h1
{
    text-transform: capitalize;
    font-family: Gill Sans MT Condensed, DejaVu Sans Condensed;
    font-size: 1.1em;
}

#golfp blockquote
{
    font-family: Courier, Serif;
    font-size: 0.8em;
    font-style: normal;
    margin-left: 0px;
    margin-right: 0px;
}

/*applied to h2 in FAQ*/
.question
{
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
    cursor:pointer;
    
}

/*applied to p as answers in FAQ*/
.answer
{
    margin-left: 20px;
    margin-top: 0px;
}

.avgHead
{
    color: #02538e;
    font-family: Tahoma;
}

.avgBody
{
    color: #515151;
    font-family: Tahoma;
}

.callout
{
    float:right;
    border: none;
}

.callout a img
{
    border: none;
}
