﻿/*
    Yellow: #ECB941
    Bronze: #8C5F1E
*/

    #bg-container {width: 950px; margin-left: auto; margin-right: auto; background-image: url('/images/BGpage.gif'); background-repeat: repeat-y;}
    #page-container {width: 900px; margin-left: 25px; border-left-style: none; border-right-style: none; }
    #page-header {width: 900px; height: 86px; margin-left: 25px; margin: auto;}
    #page-nav {width: 900px; height: 24px; margin: auto; border-top: solid 1px #ECB941; border-bottom: solid 1px #ECB941; display: none;}
    #page-search {width: 165px; float: left; border: solid 2px white; background-color: #ded7c9; display: none;}
    #page-content {width: 100%; float: right; border: solid 2px white; border-left-style: none; background-color: white;}
    #footer-address {width: 896px; clear: both; border: solid 2px white; border-top-style: none;}
    #footer-banner {width: 900px; clear: both; height: 24px;}

body
{
    font-family:  Arial, Tahoma, Sans-Serif, MS Sans Serif;
    font-size: 13px;
    color: #000000;
}
.bodyText
{
    color: #9c600e;
}

.brownText
{
    color: #9c600e;
}

hr
{
    border: solid 1px #909090;
}
.solidBorders
{
    border: solid 1px #ECB941;
}

h3
{
    color: #8C5F1E;
    font-size: 18px;
    letter-spacing: 5px;
    font-variant: small-caps;
    border-bottom: solid 1px #ECB941;
}

a
{
    color: #8C5F1E;
}
a:hover
{
    color: #ECB941;
}

.noPrint
{
    display: none;
}
.printWide
{
    width: 900px; height: 50%; background-color: #FFFFFF; border-left: solid 2px #ECB941; border-right: solid 2px #ECB941;
}

.detailsText
{
    font-family: Verdana, Arial, Tahoma, Sans-Serif, MS Sans Serif;
    font-size: 13px;
    color: #070707;
}
h1.detailsText
{
    font-family: Verdana, Arial, Tahoma, Sans-Serif, MS Sans Serif;
    font-size: 13px;
    color: #070707;
}

.navLinks
{
    font-family: Arial, Tahoma, Sans-Serif, MS Sans Serif, Verdana;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;        
    color: #FFFFFF;
}
.navLinks:hover
{
    color: #FFDB86;
}
.navTable
{
    color: #8C5F1E;
    background-color: #FDBB30;
    border-top: solid 1px #ECB941;
    border-bottom: solid 1px #ECB941;
}

.inputItems
{
    border: solid 1px #a8a8a8;
    font-family: Verdana, Arial, Tahoma, Sans-Serif, MS Sans Serif;
    font-size: 13px;
    color: #070707;
}
.inputItemsSmall
{
    border: solid 1px #a8a8a8;
    font-family: Verdana, Arial, Tahoma, Sans-Serif, MS Sans Serif;
    font-size: 11px;
    color: #070707;
}

.errMsg
{
    color: #9a0000;
}

.smallHeader
{
    font-weight: bold;
    font-size: 14px;
}

.smallerHeader
{
    font-weight: bold;
    font-size: 11px;
}

.smallText
{
    font-size: 11px;
}

.propHeader
{
    color: white;
    background-color: #ECB941;
}
.propTitle
{
    font-size: 13px;
    font-weight: bold;
}
.propSubTitle
{
    font-size: 11px;
}
.propAltItem
{
    background-color: #FFF1C7;
}


.grdHeader
{
    background-color: Silver;
}
.grdItem
{
    background-color: #fafafa;
}
.grdAltItem
{
    background-color: #fdfdfd;
}

.italicSubnote
{
    font-style: italic;
    font-size: 10px;
}

.topText
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.topTextLinks
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.topTextLinks:hover
{
    font-size: 10px;
    font-weight: bold;
    color: #616161;
    text-decoration: none;
}


.summaryTable
{
    border: dotted 1px #ECB941;
    background-color: #FFFCFF;
}


.subHeader
{
    font-weight: bold;
    font-style: italic;
}

.tdBtn
{
    background-color: #ffffff;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
}
a.tdBtn
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
a.tdBtn:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
}


.pageLinks
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    border: solid 1px #a8a8a8;
    background-color: #f0f0f0;
    padding: 4px 4px 4px 4px;
}
.pageLinks:hover
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    border: solid 1px #a8a8a8;
    background-color: #f0f0f0;
    padding: 4px 4px 4px 4px;
}
.pageLinksDisabled
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #a8a8a8;
    border: solid 1px #a8a8a8;
    background-color: #f0f0f0;
    padding: 4px 4px 4px 4px;
}
.pageLinksDisabled:hover
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #a8a8a8;
    border: solid 1px #a8a8a8;
    background-color: #f0f0f0;
    padding: 4px 4px 4px 4px;
}

.pageHeader
{
    background-color: #febb31;
    color: #9c600e;
    text-transform: uppercase;
}
