﻿body 
{
    margin: 0;
    padding: 0;
    background-color: #111111;
    font-family: Trebuchet MS, Calibri, Verdana, Serif;
    font-size: 10pt;
    color: #CCCCCC;
}

.wrapper
{
    /*background: #cccccc url(images/backgrounds/hammondCastleArch.jpg) no-repeat top center;*/
    margin-right: auto;
    margin-left: auto;
    height: 768px;
    width: 100%;
}

.banner
{
    width: 100%;
    margin: 0;
    padding: 5px 0px 10px 0px;
    height:75px;
    display: block;
    border: none;
    position: relative;
    z-index: 1;
    background: transparent url(../images/site/banner-bg.png) repeat-x top left;
}

.banner h1
{
    float:left;
    font-size: 16px;
    margin-left: 10%;
    width:15%;
}

.banner ul
{
    float:right;
    margin-right: 10%;
    width: 65%;
}

.content
{
    margin-right: 10%;
    margin-left: 10%;
    width: 79%;
    background-color: transparent;
    color: white;
    position: relative;
    z-index: 5;
}

.background
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.blend
{
    background: transparent url(../images/site/footer-bg-gray.png) repeat-x top left;
    position: relative;
    top: -200px;
    width: 100%;
    height: 200px;
    z-index: 0;
}

.backgroundImage
{
    position: relative;
    top: 0px;
    width: 100%;
    min-width: 960px;
}

.main
{
    margin-right: auto;
    margin-left: auto;
}

.main-content
{
    /*border-top: 7px solid #EFEFEF;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px;*/
}

.mainNav
{
    padding:0;
    margin:5px 150px 0 0;
    text-align: right;
    list-style-type: none;
    position: relative;
    z-index: 1;
}

.mainNav li
{
    color: White;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
    
}

.mainNav li a
{
    color: white;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-decoration: none;
}

.mainNav li a:hover
{
    text-decoration: underline;
}

.mainNav li a.selected
{
    color: #67AFEE;
    font-weight: bold;
}

.mainNav li a.selected:hover
{
    text-decoration: none;
}

h1
{
    font-size: 24px;
    font-family: Arial Black, Arial Narrow, Arial, Helvetica;
    color: white;
    font-weight: bold;
    padding:0px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-variant: small-caps;
}

h2
{
    font-size: 19px;
    font-family: Arial Narrow, Arial, Helvetica;
    color: #FFFFFF; /*#92eb57;*/
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    font-variant: small-caps;
}

h1 span
{
    color:#999999;
}

h1 a
{
    color:White;
}

h2 a:hover, h1 a:hover
{
    text-decoration: none;
    color: White;
}

a
{
    color: #67AFEE;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #E5E400;
    text-decoration: underline;
}

.column
{
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 0;
    margin-bottom: 20px;
}

.right
{
    margin-right: 0px;
}

.left
{
    clear: both;
}

.column p
{
    font-size: 13px;
    line-height: 150%;
}

ul
{
    font-size: 13px;
    padding-left: 20px;
}

ul li
{
    margin-bottom: 5px;
    padding-top:3px;
    padding-bottom: ;
}

.column-content
{
    background: transparent url(../images/site/bg-content-dark.png) repeat top left;
    margin-top:0px;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.image-arrows
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 75px;
    text-align:right;
    z-index:5;
}

.image-arrows a
{
    padding: 0 1px;
    color:White;
    border:1px solid white;
}

.image-arrows a:hover
{
    text-decoration: none;
}
