﻿
body
{
    background: #dcdbdb;
}
h1
{
    font: Verdana;
    font-weight: bold;
    font-size: 14px;
}
h3
{
    font: Verdana;
    font-weight: bold;
    font-size: 12px;
}
h4
{
    font: Verdana;
    font-size: 12px;
}
/* ACFIPS Style */
#PFS_Maincontainer
{
    background: #fff;
}
#PFS_Header
{
    background-image: url('/Shared/Images/Site Use/MainHomeBackground.jpg');
    background-position: left 20px;
    background-repeat: no-repeat;
    height: 300px;
}
#PFS_Header .navLinks
{
    color: #fff;
}
#PFS_Header .navLinks a
{
    color: #EEEEEE;
}
#PFS_Header .navLinks li a:hover
{
    color: #ffffff; /*text-decoration: underline;*/
}
#PFS_Body
{
    background: url("/Shared/Images/Site Use/content_bg.jpg") repeat-x;
    border-bottom: solid 1px #183e6f;
}
#PFS_Footer
{
    background: url('/Shared/Images/Site Use/footer_bg.jpg') repeat-x;
    color: #333;
}
#PFS_Footer a
{
    color: #333;
}
#PFS_Footer a:hover
{
    color: #8b1d1d;
    border-bottom: dashed 1px #8b1d1d;
}
/* end ACFIPS Style*/
.colTitleNews
{
    background: url("/Shared/Images/Site Use/col_bg.jpg");
    border: solid 1px #B3B3B3;
    color: #0066CC;
}

.colContentNews
{
    border: solid 1px #CAD0D3;
}

.colContentNews .colContentBody
{
    border-bottom: dashed 1px #333;
}
.colContentNews .txtTitle
{
    color: #31345a;
}
.colTitle
{
    background: url('/Shared/Images/Site Use/col_bg.jpg') repeat-x;
    border: solid 1px #b3b3b3;
    color: #0066CC;
}
.colContent
{
    border: solid 1px #cad0d3;
}
.colContent .colContentBody
{
    border-bottom: dashed 1px #333;
}
.colContent .txtTitle
{
    color: #31345a;
}
.ajax__validatorcallout_error_message_cell
{
    color: #f00;
}
.validatorCalloutHighlight
{
    background-color: #ffe0a9;
    border: solid 1px #faff69;
}
.modalBackgroundText
{
    color: #fff;
}
.NavigationRootLink:hover
{
    color: #FFFFFF; /*text-decoration:underline;*/
}

#MainMenu
{
    background-image: url('/Shared/Images/Site Use/MainMenuBackground.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #30517C;
}

.IndustryBlock
{
    height: 160px;
    width: 220px;
    float: left;
	cursor:pointer;
}

.IndustryBlockDivider
{
    width: 20px;
    float: left;
}

.IndustryBlock .Intro
{
    float: right;
    height: 120px;
    width: 95px;
    padding: 5px;
}

.IndustryBlock .Intro h3
{
    color: #7CBBAD;
    padding-top: 5px;
}

.IndustryBlock .Intro ul
{
    margin-top: 5px;
}

.IndustryBlock .Intro li
{
    font-size: 10px;
    color: #19306B;
    list-style-type: disc;
    list-style-position: outside;
}

.IndustryBlock .TitleHolder
{
    padding: 10px 20px 5px 20px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

.IndustryBlock .TitleHolder a
{
    color: #fff;
}

#slideshow
{
    padding: 145px 25px 0;
    width: 952px;
}

#slideshow ul
{
    margin: 0 !important;
    padding: 0 !important;
}


#slideshow li
{
    margin: 0 !important;
    padding: 0 !important;
}

#slideshow .slide-text
{
    color: #19306B;
    float: left;
    margin-top: 12px;
    width: 630px;
}
.heading1-slide
{
    width: 630px;
    font-size: 16px;
    color: #19306B;
    line-height: 20px;
    margin-bottom: 0px;
    display: block;
}
.heading2-slide
{
    width: 630px;
    font-size: 12px;
    color: #19306B;
    margin-bottom: 5px;
    display: block;
}
.slide-text p
{
    width: 630px;
    margin: 0px 0px 0px 0px;
    display: block;
}
.slide-more
{
    height: 15px;
    width: 60px;
    font-size: 10px;
    text-align: center;
    margin: 5px 0px;
    padding: 5px;
    display: block;
    text-decoration: underline;
}
.slide-more a, .slide-more a:visited
{
    color: #19306B;
    text-decoration: none;
}

#pager, #pager-alt
{
    left: 450px;
    position: absolute;
    top: 272px;
    width: 250px;
    z-index: 100;
}
#pager a
{
    background: url('/Shared/Images/Site Use/slide.png') no-repeat scroll 50% 50%;
    display: block;
    float: left;
    font-size: 0px;
    width: 13px;
    height: 13px;
    margin: 2px;
    outline-style: none;
    outline-width: medium;
    padding: -1px;
}
#pager .activeSlide
{
    background: url('/Shared/Images/Site Use/slide.png') no-repeat scroll 0% 50%;
}
#pager-alt a
{
    background: url('/Shared/Images/Site Use/slide-alt.png') no-repeat scroll 50% 50%;
    display: block;
    float: left;
    font-size: 0px;
    width: 13px;
    height: 13px;
    margin: 2px;
    outline-style: none;
    outline-width: medium;
    padding: -1px;
}
#pager-alt .activeSlide
{
    background: url('/Shared/Images/Site Use/slide.png') no-repeat scroll 0% 50%;
}

