﻿/* This is the default CSS file for companies used for consumer pages, and made available in the editor.
   To define specific CSS files for a company, place the CSS file into the
   virtual Styles folder for the respective company.
   For example: ~/Repository/2/EditorContent/Styles
*/

H2
{
   color: #002d62;
   margin-bottom: 5px;
   font-size:24px;      /* for Mozilla/Safari/Opera */
   _font-size:inherit;  /* for IE */
}
H4
{
   color: #002d62;
   margin-bottom: 5px;
   font-size:16px;      /* for Mozilla/Safari/Opera */
   _font-size:inherit;  /* for IE font-size: larger;*/
}
.PageText
{
   font-size: 11px;
   font-family: Arial, Verdana;
   overflow: auto;
}
.LITopic
{
   color: #8b0000;
   font-weight: bold;
   margin-right: 5px;
   
}
.VerticalSpacedLI
{
   margin-bottom: 15px;
}
.TopicUnderline
{
   border-bottom: #d2b48c 2px solid;
}
.HeaderTopicBox
{
   background-image: url(../Image/header.png);
   background-repeat: no-repeat;
   height:67px;
   /*padding-bottom:10px;     for Mozilla/Safari/Opera */
   /*_padding-bottom:40px;    for IE */
}
.HeaderTextInHeaderBox
{
   padding-top:14px;    /* for Mozilla/Safari/Opera */
   padding-left:15px;   /* for Mozilla/Safari/Opera */
   _margin-left:6px;    /* for IE */
   
   color: #002d62;
   font-size:24px;      /* for Mozilla/Safari/Opera */
   _font-size:inherit;  /* for IE */
   font-weight:bold;
}
.SubTopic1
{
   color: #8b0000;
   font-weight: bold;
   font-size: medium;
}
.SubTopic2
{
   color: #000000;
   font-weight: bold;
   font-size: small;
}
.RightAlignImage
{
   float:right;
   padding-bottom:5px;
}
.TableHeader
{
   background-color: #b0c4de;
   text-align: center;
   font-weight:bold;
}
.TableLeftColumn
{
   background-color: #b0c4de;
   text-align:left;
   white-space:nowrap;
   font-weight:bold;
}
.TableBodyCenterAlign
{
   background-color: #d2b48c;
   text-align: center;
}
.TableBodyLeftAlign
{
   background-color: #d2b48c;
   text-align:left;
}
.TransparentCell
{
   background-color:Transparent;
}
.SwirlBackgroundImage
{
   background-image: url(../Image/sideFlourish.gif);
   background-repeat: no-repeat;
   height:434px;
   width:177px;
   float:right;
   z-index:-1;
}

/*Community*/
.CCSubHeading
{
   color: #8b0000;
   font-size: 13px;
   font-family: Arial;
   font-weight:bold;
   margin-top:-5px;
}
.CCSubHeadingItalic
{
   font-size: 12px;
   font-family: Arial;
}

.ConsumerSiteLinks .SiteLinks
{
   font-size: 12px;
}

.ConsumerSiteLinks .Welcome
{
   font-family: Arial;
   font-size: 12px;
   color: #ffffff;
}

.ConsumerSiteLinks .SiteLinks A:hover
{
   color: #00bfff;
}

.ConsumerSiteLinks .SiteLinks A:visited
{
   color: #ffffff;
}

.ConsumerSiteLinks .SiteLinks A:active
{
   color: #ffffff;
}

.ConsumerSiteLinks .SiteLinks A:link
{
   color: navy;
}