﻿body
{
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10pt;
    font-family: Verdana;
}
h1
{
    padding: 0px;
    margin: 0px;
    color: #0099d7;
    font-size: 13pt;
    text-align: left;
}
h2
{
    color: #0099d7;
    font-size: 11pt;
    text-align: left;
}
h3
{
    color: #0099d7;
    font-size: 10pt;
    text-align: left;
}
a
{
    color: #999999;
}
a:hover
{
    color: #273f79;
}
hr
{
    border: none;
    color: #273f79;
    background-color: #273f79;
    height: 3px;
}
.blue
{
    font-weight: bold;
    color: #0099d7;
}

/* Matser Page div classes */

.wrapperMaster
{
    width: 950px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.headMaster
{
    height: 120px;
    text-align: left;
}
.logoMaster
{
    float: left;
    width: 250px;
}
.contactDetailsMaster
{
    float: right;
    width: 250px;
    height: 80px;
}
.navMaster
{
    height: 30px;
    background-image: url('images/navBarBackground.jpg');
    text-transform: capitalize;
}
.bannerMaster
{
    height: 200px;
}
.contentWrapperMaster
{
    height: auto;
}
.contactFormMaster
{
    width: 270px;
    height: auto;
    float: right;
    min-height: 300px;
    text-align: right;
}
.contactFormHead
{
    background-position: right;
    width: 270px;
    height: 30px;
    background-image: url('images/contactFormHeader.jpg');
    background-repeat: no-repeat;
    font-size: 10pt;
    color: #999;
    text-align: center;
    line-height: 30px;
}
.contentLeftMaster
{
    width: 650px;
    height: auto;
    min-height: 300px;
    float: left;
    text-align: left;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #999;
    padding-right: 15px;
}
.footerMaster
{
    height: 200px;
    font-size: 10pt;
}
.footerMasterContent
{
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #999;
    font-size: 9pt;
}
/* Matser page non div classes */
.headPhoneNumber
{
    color: #0099d7;
    font-size: 16pt;
    font-weight: bold;
}
.clsMenuItem
{
    display: block;
    width: 190px;
    height: 30px;
    line-height: 30px;
}
.clsMenuItem a:hover
{
    display: block;
    width: 190px;
    height: 30px;
    color: #ffffff;
    background-image: url('images/menuButtonOver.jpg');
    background-color: #2d5792;
}
.clsTxtBox
{
    border-style: solid;
    border-width: 1px;
    border-color: #999;
}

/* Blog Classes */
.blogMasterRightDiv
{
    float: right;
    width: 270px;
    height: auto;
    min-height: 400px;
    text-align: left;
}
.blogMasterLeftDiv
{
    height: auto;
    text-align: left;
    width: 660px;
}
.adminNav
{
    position: relative;
    width: 180px;
    height: auto;
    z-index: 5;
    background-image: url('images/navMenuBackground.png');
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}
/*
Content Page div class's
*/
.clsComments
{
    color: #999;
    font-size: 9pt;
}
.clsDateLine
{
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
}
.clsAlternateDiv
{
    background-color: #F2FAFD;
    width: 645px;
    margin: 10px;
    text-align: left;
}
.clsCommentsTop
{
    background-color: #F2FAFD;
    width: 550px;
    border: solid 1px #999;
    padding: 15px;
}
.clsCommentsBottom
{
    border-style: none solid solid solid;
    width: 550px;
    padding: 15px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
}

/*
Controls
*/
.panLoggedOut
{
    text-align: left;
}
