﻿*
{
    margin: 0px;
    padding: 0px;
}
body
{
    background: #dcdbdb;    
    text-align: center;
    font-family: Arial, Verdana, Tahoma, "Century Gothic", Sans-Serif, Serif;
    font-size: .8em;
}
h1, h2, h3, h4, h5
{
    font-family: Arial, Verdana, Tahoma, "Century Gothic", Sans-Serif, Serif;
}
h1
{
    font-size: 1.2em;
}
h2
{
    font-size: 1.1em;
}
h3
{
    font-size: 1em;
}
h4
{
    font-size: .9em;
}
h5
{
    font-size: .8em;
}
p
{
    font-family: Arial, Verdana,Tahoma, "Century Gothic", Sans-Serif, Serif;
    font-size: .8em;
}
/* PFSITAB Style */
#PFS_Maincontainer
{
    background: #fff;
    margin: 0px auto;
    width: 982px;    
}
#PFS_Header
{
    text-align: left;
    position: relative;
}
#PFS_Header .navLinks
{
    font-family: Verdana,Arial, Sans-Serif, Serif;
    color: #fff;
    font-weight: bold;
    background: url(../Images/nav_link_bg.jpg) repeat-x;
    height: 22px;
    padding-left: 20px;
}
#PFS_Header .navLinks li
{
    display: inline;
    font-size: .85em;
}
#PFS_Header .navLinks li a
{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
#PFS_Header .navLinks li a:hover
{
    color: #78c1ff;
    text-decoration: underline;
}
#PFS_SitePath
{
    text-align: left;
    padding: 10px 20px;
}
#PFS_SitePath li
{
    display: inline;
}
#PFS_Body
{
    text-align: left;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #183e6f;
}
#PFS_Footer
{
    clear: both;
    background: url("../Images/footer_bg.jpg") repeat-x;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    color: #333;
    font-size: .8em;
    font-family: Verdana;
}
#PFS_Footer a
{
    color: #333;
    text-decoration: none;
}
#PFS_Footer a:hover
{
    color: #8b1d1d;
    border-bottom: 1px dashed #8b1d1d;
}
/* end PFSITAB Style*/
.col
{
    float: left;
    width: 322px;
}
.colContent
{
    border: #cad0d3 1px solid;
    width: 278px;
    padding: 10px 15px;
    height: 150px;
    overflow: hidden;

}
.colContent .txtTitle
{
    color: #31345a;
}
.homeBtn
{
    position: absolute;
    top: 45px;
    right: 10px;
}
#PFS_Sub_Content
{
}
#PFS_Sub_Content .leftCol
{
    width: 235px;
    padding-left: 0px;
    float: left;
    margin-left: 3px;
}
#PFS_Sub_Content .leftCol 
{
    color:#000;
}
#PFS_Sub_Content .leftCol .leftDiv
{
    
}
#PFS_Sub_Content .leftCol .leftDivNormal
{
    padding: 3px 10px 0px 10px;
    background-color: #F3F3F3; /*#F0F8FF*/
}
#PFS_Sub_Content .leftCol .leftDivNormal h3
{
    margin-bottom: 5px;
    border-bottom: 2px #b1c7e4 solid; 
    padding-bottom: 4px;
    color: #0d3b88;
}
#PFS_Sub_Content .leftCol .watermark
{
    color: #666;
}
#PFS_Sub_Content .leftCol #searchDiv
{
    background: url(../Images/search_bg.jpg) no-repeat;
    height:30px;
    width: 219px;
    padding: 8px;
}
#PFS_Sub_Content .rightCol
{
    float: left;
    width: 706px;
    padding: 0px 10px 10px 20px;
    font-size: 120%;
}
#PFS_Sub_Content .rightCol h1
{
    padding: 5px 0;
    color: #2d5e85;
    font-size: 1.15em;
}
#PFS_Sub_Content .rightCol h2
{
    padding: 5px 0;
    color: #254f7f;
    font-size: .9em;
}
#PFS_Sub_Content .rightCol p
{
    font-size: .9em;
    margin: 15px 0px;
    line-height: 1.4em;
}
#PFS_Sub_Content .rightCol ul li
{
    list-style-type: disc;
    list-style-position: inside;
    font-size: .9em;
    line-height: 1.4em;
}
.gap
{
    margin-bottom: 15px;
}
.clear-both
{
    clear: both;
}
.highlight
{
    font-weight: bold;
    border-bottom: 1px dashed #006699;
}
.imgleft
{
    margin-top: 5px;
    margin-right: 10px;
}
.imgright
{
    margin-top: 5px;
    margin-left: 10px;
}
.txtError
{
    color: #f00;
    font-weight: bold;
}