﻿*
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
}
body
{
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    line-height: 1.2;
    background-color: #f4f4f4;
    color: #303030;
}
div
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
}
html
{
    overflow-y: scroll;
}
h1
{
    margin: 12px 0px 0px 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: normal;
    color: #c0c0c0;
}
h2
{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
}
h3
{
    padding: 30px 3px 10px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 24px;
}
img
{
    border: none;
}
a:link, a:visited
{
    text-decoration: none;
    color: #ff6600;
}
a:hover, a:active
{
    text-decoration: underline;
    color: #ff9900;
}
hr
{
    height: 1px;
}
select
{
    border: 1px ridge #202020;
}

.FPOText
{
    color: Fuchsia;
}
.NoBorder
{
    border: none;
}
.ImgBorder
{
    border: solid 1px #808080;
    vertical-align: middle;
}
.PanelHide
{
    display: none;
    visibility: hidden;
}
.Clear
{
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.ClearLeft
{
    clear: left;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.ClearRight
{
    clear: right;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.FloatLeft
{
    float: left;
}
.FloatRight
{
    float: right;
}
.IndentStandard
{
    margin-left: 20px;
}
.ExternalLink
{
    padding-right: 14px;
    background-image: url(/common/images/theme/boxarrow_gray.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.FormButtonStandard
{
    font-size: 16px;
    font-weight: bold;
}
.FormButtonAlternate
{
    font-size: 16px;
    font-weight: normal;
}
.FormButtonPrimary
{
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
.FormButtonSecondary
{
    font-size: 16px;
    padding-left: 0px;
    margin-top: 15px;
    padding-right: 0px;
}
.InputTiny
{
    width: 40px;
}
.InputSmall
{
    width: 50px;
}
.InputShort
{
    width: 70px;
}
.InputMedium
{
    width: 100px;
}
.InputMedLrg
{
    width: 110px;
}
.InputStandard
{
    width: 120px;
}
.InputLong
{
    width: 140px;
}
.InputWide
{
    width: 180px;
}
.InputWider
{
    width: 200px;
}
.InputExtraWide
{
    width: 260px;
}
.InputDoubleLong
{
    width: 320px;
}
.InputTripleStandard
{
    width: 360px;
}
.InputDoubleWide
{
    width: 400px;
}
.InputExtreme
{
    width: 500px;
}
.InputExtremeWide
{
    width: 550px;
}


#PageContainer
{
    width: 945px;
    margin:15px auto 15px auto;  
    background-color: #ffffff;
    position: relative;
}
#PageBorderTop
{
    width: 945px;
    height: 34px;
    background-image: url(/common/images/theme/page_border_top.jpg);
}
#PageBorderFrame
{
    position: relative;
    width: 945px;
    min-height: 585px;
    background-image: url(/common/images/theme/page_border_back.jpg);
}
#PageBorderFrame .SubPage
{
    position: relative;
    width: 945px;
    min-height: 665px;
    background-image: url(/common/images/theme/page_border_back.jpg);
}
#PageBorderLeftTop
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 27px;
    height: 525px;
    background-image: url(/common/images/theme/page_border_left_top.jpg);    
}
#PageBorderLeftTopSub
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 27px;
    height: 663px;
    background-image: url(/common/images/theme/page_border_left_top_sub.jpg);    
}
#PageBorderLeftLower
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 27px;
    height: 63px;
    background-image: url(/common/images/theme/page_border_left_lower.jpg);    
}
#PageBorderRightTop
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 27px;
    height: 525px;
    background-image: url(/common/images/theme/page_border_right_top.jpg);    
}
#PageBorderRightTopSub
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 27px;
    height: 663px;
    background-image: url(/common/images/theme/page_border_right_top_sub.jpg);    
}
#PageBorderRightLower
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 27px;
    height: 63px;
    background-image: url(/common/images/theme/page_border_right_lower.jpg);    
}
#PageBorderShelf
{
    position: absolute;
    bottom: 0px;
    left: -4px;
    width: 953px;
    height: 70px;
    background-image: url(/common/images/theme/page_border_shelf.png);  
    z-index: 5;
}
#PageBorderBase
{
    width: 945px;
    height: 163px;
    background-image: url(/common/images/theme/page_border_base.jpg);
}
#PageBorderBaseSub
{
    width: 945px;
    height: 100px;
    background-image: url(/common/images/theme/page_border_base_sub.jpg);
}
#PageBorderBase .FooterText
{
    margin-left: 40px;
    padding-top: 80px;
    color: #c0c0c0;
}
#PageBorderBaseSub .FooterText
{
    margin-left: 40px;
    padding-top: 20px;
    color: #c0c0c0;
}
#PageBorderBase .FacebookLink
{
    position: absolute;
    right: 100px;
    bottom: 38px;
}
#PageBorderBaseSub .FacebookLink
{
    position: absolute;
    right: 100px;
    bottom: 35px;
}

#HeadContainer
{
    height: 90px;
}
#SiteLogoContainer
{
    position: absolute; 
    top: 0px;
    right: 150px;
}
#TopNavContainer
{
    width: 192px;
    margin-left: 30px;
    margin-right: 15px;
    margin-bottom: 30px;
    float: left;
    border-right: solid 1px #c0c0c0;
}
#TopNavContainer DIV
{
    margin-left: 15px;
    
}
#TopNavContainer DIV A
{
    font-size: 24px;
    color: #a0a0a0;
}
#TopNavContainer DIV A:hover
{
    color: #202020;
    text-decoration: none;
}

#TopNavContainer .Active A
{
    color: #ab0f00
}
#TopNavContainer .ActiveSub A
{
    color: #454545
}
#TopNavContainer .SubNav
{
    margin-bottom: 5px;
    margin-left: 35px;
}
#TopNavContainer .SubNav A
{
    font-size: 15px;
    color: #808080;
}
#TopNavContainer .SubNav A:hover
{
    color: #202020;
    text-decoration: none;
}
#TopNavContainer .SubNavActive
{
    margin-bottom: 5px;
    margin-left: 35px;
}
#TopNavContainer .SubNavActive A
{
    font-size: 15px;
    color: #ab0f00;
}
#TopNavContainer .SubNavActive A:hover
{
    color: #202020;
    text-decoration: none;
}
#LastUpdatedText
{
    position: absolute;
    top: 108px;
    right: 40px;
    font-size: 11px;
    color: #808080;
    font-style: italic;
    text-align:right;
}
#UpdateSinceText
{
    display: none;
}
#LastUpdatedText:hover #UpdateDateText
{
    display: none;
}
#LastUpdatedText:hover #UpdateSinceText
{
    display: block;
}

#ContentContainer
{
    float: left;
    width: 600px;
    min-height: 400px;
    margin-bottom: 20px;
}
.PhoneGroup
{
    margin-left: 20px;
    margin-bottom: 20px;
}
.PhoneTitle
{
    font-weight: bold;
    margin-bottom: 8px;
}
.PhoneLabel
{
    clear: left;
    float: left;
    width: 300px;
    margin-left: 10px;
    border-bottom: dotted 1px #c0c0c0;
    margin-bottom: 6px;
}
.PhoneNum
{
    float: left;
    margin-left: 10px;
    width: 260px;
    border-bottom: dotted 1px Transparent;
    margin-bottom: 6px;
}
.PhoneInfo
{
    clear: left;
    font-size: 11px;
    font-style: italic;
    color: #454545;
    padding-left: 10px;
}
.SubText
{
    font-size: 11px;
    font-style: italic;
    color: #454545;
    padding-left: 10px;
}