﻿
#Wrapper
{
    margin-top:5%;
}

.SearchText
{
    font-family:Georgia, Times New Roman, Times, Serif;
    font-size:22px;
    color:#00486D;
}

.SearchTextBox
{
    width:320px;
    height:20px;
    border:solid 1px #CCCCCC;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:18px;
    color:#84B324;
    padding:5px 5px 5px 5px;
    margin-left:10px;
    margin-top:-3px;
    vertical-align:bottom;
}

.SearchGoButton
{
    display:block;
    background-image:url(../../App_Themes/BlueGreen/images/search-btn.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:116px;
    height:62px;
    margin-top:-4px;
}
.SearchGoButton span
{
    display:none;
}
.SearchGoButton:hover
{
    background-position:right top;
}

.h2
{
    color:#004668;
    font-family:Georgia, Times New Roman, Times, Serif;
    font-size:14px;
}

.CountyLinksList a
{
    font-size:12px;
    font-family:Georgia, Times New Roman, Times, Serif;
    color:#547216;
    text-decoration:none;
}
.CountyLinksList a:hover
{
    text-decoration:underline;
}
.CountyLinksList
{
    width:800px;
    margin:10px auto 20px auto;
}
