body
{
    background-color: white;
    padding:0;
}

h2
{
    color: #003fb7;
    font-size: 1.6em;
}

#pe_header
{
    /*background-image: url(../images/backgrounds/bg1.jpg);*/
    height: 335px;/*357px;  main menu transparent spripe hight*/
    background-color: #edf2f8;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0;
    margin-bottom:1.3em;
}
#pe_header.bg1
{
    background-image: url(../images/backgrounds/bg1.jpg);
}
#pe_header.bg2
{
    background-image: url(../images/backgrounds/bg2.jpg);
}
#pe_header.bg3
{
    background-image: url(../images/backgrounds/bg3.jpg);
}
#pe_header.bg4
{
    background-image: url(../images/backgrounds/bg4.jpg);
}
#pe_header.bg5
{
    background-image: url(../images/backgrounds/bg5.jpg);
}
#pe_header.bg6
{
    background-image: url(../images/backgrounds/bg6.jpg);
}
#pe_header.bg7
{
    background-image: url(../images/backgrounds/bg7.jpg);
}
#pe_header.bg8
{
    background-image: url(../images/backgrounds/bg8.jpg);
}
#pe_header.bg9
{
    background-image: url(../images/backgrounds/bg9.jpg);
}
#pe_header.bg10
{
    background-image: url(../images/backgrounds/bg10.jpg);
}
#pe_header.bg11
{
    background-image: url(../images/backgrounds/bg11.jpg);
}

#pe_topmenu
{
    background-color: white;
    height: 60px;
    -moz-opacity:.80;
    -ms-filter:"alpha(opacity=80)";
    filter:alpha(opacity=80);
    opacity:.80;
}

#pe_topmenu #searchform
{
    position: absolute;
    right: 0;
    top: 25px; /*62px;*/
    z-index: 1000;
    margin:0;
    width: 95px;
}
#pe_topmenu #searchform label
{
    padding:0;
    margin: 0;
}
#pe_topmenu #searchform input.searchtext
{
    background-color:black;
    -moz-opacity:.5;
    -ms-filter:"alpha(opacity=50)";
    filter:alpha(opacity=50);
    opacity:.5;
    border: 1px solid black;
    color: white;
    /*float: left;*/
    width: 70px;
    margin:0 2px 0 0;
    float:left;

}

#pe_topmenu #searchform input.searchtext:active
{
    border: 1px solid black;
}

#pe_topmenu #searchform input.imagebutton
{
    background:none;
    border-style:none;
    float:left;
}

#pe_topmenu ul
{
    z-index: 1;
    list-style-type: none;
    margin: 0;
    height: 60px;
    width: 70%;
    position: absolute;
    left: 200px;
}

#pe_topmenu ul li
{
    display: inline-block;
    float:left;
    height: 60px;
    margin: 0;
    padding: 0;
}

#pe_topmenu ul li a
{
    display: block;
    padding: 36px 1em 6px 1em;
    color: black;
    font-size: 14px;
    text-decoration: none;
}

#pe_topmenu ul li.selected a
{
    background-color: #003fb7;
    color: white;
}

#pe_topmenu ul li a:hover
{
    background-color: #003fb7;
    color: white;
}

#pe_topmenu ul li:hover ul
{
    left: auto;
}

#pe_topmenu ul li ul
{
    margin: 0;
    padding: 0;
    background-color: #003fb7;
    width: 190px;
    height: 30px;
    position: absolute;
    left: -999em;
    height:auto;
}
#pe_topmenu ul li ul li
{
    display:block;
    margin: 0;
    padding: 0;
    height: 30px;
    float:none;
    -ms-filter:"alpha(opacity=50)";
}
#pe_topmenu ul li ul li a
{
    display: block;
    padding: 0.5em;
    color: black;
    font-size: 13px;
    text-decoration: none;
}

#pe_topmenu ul li ul li a
{
    background-color:#003fb7;
    color:white;
}
#pe_topmenu ul li ul li a:hover
{
    background-color:white;
    color:#252755;
}

#fastanswers
{
    background-image: url(../images/fa_bg/header.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 2em;
}

#fastanswers h2
{
    color: #003fb7;
    text-align: right;
    font-size: 13pt;
    padding: 20px 5px 0px 0px;
}

#fastanswers h2 em
{
    font-style: normal;
    font-weight: bold;
}


#fastanswers ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#fastanswers ul li
{
    background-image: url(../images/fa_bg/item.png);
    background-repeat: repeat-y;
    margin: 0;
    padding: 0 0 0 2em;
}
#fastanswers ul li a
{
    color:white;
    text-decoration:none;
    display:block;
}
#fastanswers ul li:hover, #fastanswers ul li.first:hover, #fastanswers ul li.last:hover
{
    background-image: url(../images/fa_bg/itemsel.png);
}

#fastanswers ul li:hover a, #fastanswers ul li.first:hover a, #fastanswers ul li.last:hover a
{
    color: #003fb7;
}

#fastanswers ul li.first
{
    background-image: url(../images/fa_bg/topitem.png);
}

#fastanswers ul li.last
{
    background-image: url(../images/fa_bg/bottomitem.png);
}

.gradientbox
{
    background-image: url(../images/bg_gradientbox.png);
    margin-bottom: -1em;
    padding: 1em 1em;
}

.gradientbox ul
{
    list-style-type: none;
    list-style-image: url( ../images/icons/arrow_green.png);
}

.gradientbox p
{
    overflow:hidden;
    line-height: 1em;
}

.gradientbox p img
{
    float:left;
}

.page
{
    padding: 0;
}

#fullwidthcontent
{
    min-height: 200px;
    background-image: url( '../images/bg_fullwidthcontent.png');
    background-repeat: repeat-x;
    padding: 1em 1em 0 1em;
}

#fullwidthcontent h1
{
    margin: 0 0 0.5em 0;
    color: #003fb7;
}

#fullwidthcontent p.subtitle
{
    color: #003fb7;
}

a
{
    color: #003fb7;
    text-decoration:none;
}
a.linkblue
{
    color: #003fb7;
}

a.linkgreen
{
    color: #65b74d;
}

div.newsbox
{
    
}
div.newsbox-date
{
    background-image: url(../images/icons/zesurLine.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    /* border-bottom:1px solid #808080;*/ /* bottom line*/
    text-align: right;
    color: #808080;
    padding-bottom: 3px;

}
div.newsbox-content
{
    padding: 1em 16px;
    overflow: hidden;
}
div.newsbox-content img.content
{
    margin-right: 1em;
    margin-bottom: 1em;
    float:left;
}

div.newsbox-content h2
{
    color: #003fb7;
    font-size: 1.4em;
}

div.rightbox
{
    margin-bottom: 1.2em;
}

div.rightbox-blue div.rightbox-header
{
    background-image:url( '../images/icons/boxhead_blue.png' );
    background-repeat:no-repeat;
}

div.rightbox-green div.rightbox-header
{
    background-image:url( '../images/icons/boxhead_green.png' );
    background-repeat:no-repeat;
}

div.rightbox-gray div.rightbox-header
{
    background-image:url( '../images/icons/boxhead_gray.png' );
    background-repeat:no-repeat;
}

div.rightbox-blue a
{
    color: #003fb7;
}

div.rightbox-green a
{
    color: #407d2d;
}

div.rightbox-gray a
{
    color: #003fb7;
}

div.rightbox-header
{
    height: 23px;
    padding: 5px 1em 0 1em;
}
div.rightbox-header h2
{
    margin: auto 0;
    color:white;
    font-size: 1em;
}

#fullwidthcontent p
{
    margin-bottom: 1em;
    line-height: 1.5em;
}

div.gradientbox h3
{
    font-size: 11pt;
    color: #003fb7;
}

div.board-member
{
    margin-bottom: 2em;
}

div.object-left
{
    margin: 0em 0.9em 0.1em 0;
}
