﻿body 
{
    margin: 0;
    font-size: 10pt;
    font-size: 70%;
    font-family: Verdana, Arial;
    color: #636466;
}
a, a:visited
{
    text-decoration: none;
    color: #EF2E23;
}
ul
{
    padding: 0;
    margin-top: 0;
    margin-left: 18px;
}
li
{
    padding-bottom: 10px;
}
p
{
    margin-top: 0;
    margin-bottom: 15px;
    text-align: justify;
}
h1
{
    font-size: 140%;
}
h2
{
    font-size: 130%;
}
input, select
{
    font-size: 100%;
}
#MainTable
{
    width: 784px;
    margin: auto;
}
#BannerCell
{
    background-image: url(/images/banner_home.jpg);
    width: 784px;
    height: 118px;
    vertical-align: bottom;
}
#MainNavMenu
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#MainNavMenuDiv
{
    position: relative;
    left:300px;
    top:-8px;
    
}
#MainNavMenu li
{
    float: left;
	position: relative;
	display: block;
   
    padding: 0 6px 0 5px;
    margin: 0;
    background-image: url(/images/divider_red.gif);
    background-position: right;
    background-repeat: no-repeat;   
}

#MainNavMenu li a, #MainNavMenu li a:visited
{
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    color: #221E1F;
}
#MainNavMenu li a:hover
{
    color: #fff;
}
#MainNavMenu li a.Active, #MainNavMenu li a:visited.Active
{
    color: #fff;
}
#ColorDividerBar
{
    margin: 9px 0 8px 0;
    height: 18px;
    background-color: #BEAB17;
}

#LeftColumn
{
    padding: 0 0 7px 0;
    border: solid 1px #666666;
    border-right: solid 2px #EF2E23;
    vertical-align: top;
}
#ContentColumn
{
    border: solid 1px #666666;
    border-left: none;
    width: 100%;
    vertical-align: top;
}
#ContentCell
{
    padding: 0 10px 10px 10px;
}
#SecondaryNavCell
{
    height: 115px;
    vertical-align: top;
    color: #EF2E23;
}
#SecondaryNav
{
    padding: 10px 0 0 10px;
}
#SecondaryNav a, #SecondaryNav a:visited
{
    text-decoration: none;
    color: #EF2E23;   
    font-size: 80%;
}
#SecondaryNav a:hover
{
    color: #000;
}
#SecondaryNav a.Active, #SecondaryNav a:visited.Active
{
    color: #000;
}
.HomePageText
{
    font-size: 130%;
}

#MapInstructions
{
    position: relative;
    left:230px;
    top:50px;
    
    width: 300px;
}

.LeadershipTbl
{
    width: 100%;
}
.LeadershipTbl td
{
    vertical-align: top;
    padding-bottom: 10px;
}

.LinkColor
{
    color: #EF2E23;
}
.ChapterHeading
{
   clear: both;
}
.CountyList
{
    margin: 10px 40px 0 5px;
    list-style: none;
    float: left;
}
.CountyList li
{
    padding-bottom: 0;
}
#ChapterPgBackLink
{
    position: relative;
    left: 455px;
    top: 330px;
}


div.ContactForm 
{
	clear: left;
	margin-top: 20px;
}

.ContactForm div 
{
	clear: left;
	margin-bottom: 3px;
}

.ContactForm label 
{
	float: left;
	width: 16em;
	padding-top: .4em;
	margin-right: 1em;
	text-align: right;
}

.ContactForm input
{
	width: 15em;
}

input.ContactSubmitBtn
{
    width: 5em;
}
.DividendTable
{
    border-collapse: collapse;
}
.DividendTable th
{
    padding: 3px 8px 3px 8px;
    
}
.DividendTable td
{
    padding: 3px;
    
}
.DividendAmountColumn
{
    text-align: right;
}

.RequiredField
{
    color: #ff0000;
}
.ValidationSummary ul li
{
    margin: .2em 0 0 0;
    padding:0;
}

.ContactForm select
{
    width: 15.5em;
    voice-family: "\"}"";
    voice-family: inherit;
    /* use "box model hack" to show a different width for Firefox, so it lines up on both browsers with the text boxes - Brady Cook */
    width: 15.4em;
}