﻿body
{
    font-family: Georgia;
    color: #978E7D;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 0px 0px; /*         #86796A; (darker brown)     */
}

img
{
    border-width: 0px;
}

.PageContainer
{
    width: 960px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.SiteBanner
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.Header_Top
{
    clear: both;
    background-image: url('images/hdrFadeTop.png');
    background-repeat: repeat;
    width: 960px;
    height: 94px;
}
.Header_Top a
{
    color: Black;
    text-decoration: none;
}
.Header_Name
{
    font-family: Georgia;
    font-size: 20pt;
    color: Black;
    float: left;
    margin: 30px 0px 0px 35px;
}
.Header_Phone
{
    font-family: Georgia;
    font-size: 20pt;
    color: Black;
    float: right;
    margin: 30px 35px 0px 0px;
}
.Header_Spacer
{
    clear: both;
    height: 2px;
    font-size: 1px;
}
.Header_Middle
{
    clear: both;
    background-image: url('images/hdrMiddle.png');
    width: 960px;
    height: 77px;
}
.Header_Bottom
{
    clear: both;
    background-image: url('images/hdrFadeBottom.png');
    background-repeat: repeat;
    width: 960px;
    height: 82px;
}
.Header_Tagline
{
    font-family: Georgia;
    font-size: 24pt;
    font-style: italic;
    color: Black;
    padding-top: 20px;
    height: 82px;
}
.NavigationBar
{
    clear: both;
    font-family: Georgia;
    font-size: 18pt;
    color: Black;
    margin-top: 20px;
}
.NavigationLink
{
    display: inline;
    margin: 0px 10px 0px 10px;
}
.NavigationLink_Active
{
    display: inline;
    margin: 0px 10px 0px 10px;    
    }
.NavigationLink a
{
    text-decoration: none;
    color: Gray;
}
.NavigationLink_Active a
{
    text-decoration: none;
    color: Black;
}
.NavigationLinkDivider
{
    display: inline;
    background-image: url('images/NavigationLinkDivider.png');
    background-repeat: no-repeat;
    margin: 0px 10px 0px 10px;
    width: 2px;
}
.Content
{
    margin-top: 35px;
}
.LargeText
{
    font-size: 16pt;
}
.Footer
{
    clear: both;
    background-image: url('images/ftrFade.png');
    background-repeat: repeat;
    width: 960px;
    height: 94px;
}
.Footer_Left a
{
    text-decoration: none;
    color: Black;
    font-weight: bold;
}
.Footer_Left
{
    text-align: left;
    float: left;
    color: Gray;
    font-size: 9pt;
    margin: 40px 0px 10px 20px;
    width: 550px;
}
.Footer_Right
{
    text-align: right;
    float: right;
    color: Gray;
    font-size: 9pt;
    margin: 40px 20px 10px 0px;
    width: 350px;
}
#btnJoinSurvey
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.PageHeading
{
    font-size: 26pt;
    color: Black;
}
.MediaResearch_LeftColumn
{
    float: left;
    width: 330px;
    text-align: left;
    margin-left: 60px;
    margin-right: 20px;
}
.MediaResearch_LeftColumn p
{
    margin-top: 15px;
}
.MediaResearch_RightColumn
{
    color: Black;
    float: right;
    width: 470px;
    text-align: left;
    margin-left: 20px;
    margin-right: 60px;
    font-size: 10pt;
}
.MediaResearch_ColumnHeading
{
    color: Black;
    font-size: 26;
    font-weight: lighter;
    margin-top: 10px;
}
.MediaResearch_SectionHeading
{
    color: Black;
    font-size: 18;
    font-weight: bold;
    margin-top: 10px;
}
.ClientList_LeftColumn
{
    float: left;
    width: 520px;
    text-align: left;
    margin-left: 60px;
    margin-right: 20px;
}
.ClientList_RightColumn
{
    float: right;
    width: 270px;
    text-align: left;
    margin-left: 20px;
    margin-right: 60px;
}
.ClientList_ColumnHeading
{
    clear: both;
}
.ClientList_Column
{
    float: left;
    width: 260px;
}
.Client
{
    float: left;
    color: Black;
    width: 200px;
}
.RequestInfo_LeftColumn
{
    float: left;
    width: 380px;
    text-align: left;
    margin-left: 60px;
    margin-right: 20px;
}
.RequestInfo_LeftColumn table
{
    font-size: 9pt;
}
.RequestInfo_RightColumn
{
    color: Black;
    float: right;
    width: 420px;
    text-align: left;
    margin-left: 20px;
    margin-right: 60px;
    font-size: 10pt;
}
.RequestInfo_SectionHeading
{
    color: Black;
    font-size: 18;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.RequestInfo_SectionHeading input
{
    margin-right: 5px;
}
.SurveyLargeText
{
    font-size: 20;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 5px;
}
.SurveyContainer
{
    color: Black;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size:10pt;
}
.QuestionContainer
{
    clear: both;
    border: solid 1px #978E7D;
    padding: 15px 0px 15px 0px;
}
.Even
{
    background-color: #ffffff;
}
.Odd
{
    background-color: #eeeeee;
}
.QuestionNumber
{
    width: 80px;
    float: left;
    padding-left: 20px;
}
.Question
{
    width: 698px;
    float: left;
}
.QuestionResponseDivider
{
    clear: both;
    }
.Responses
{
    margin-left: 100px;
    clear: both;
    width: 100%;
}
.Responses table
{
    border-collapse: collapse;
}
.Responses th
{
    text-align: center;
    padding: 5px 10px 5px 10px;
    font-weight: normal;
}
.Responses td
{
    text-align: center;
    padding: 2px 1px 2px 1px;
}
.Responses .Longtable td
{
    border-top: dotted 1px gray !important;
    border-bottom: dotted 1px gray !important;
}
.VerticalList td
{
    text-align: left;
    }
.Left
{
    text-align: left!important;
    }
.Left td
{
    text-align: left!important;
    }
input
{
    font-family: Georgia;
    }
