@charset "UTF-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
background-image:url(../images/bg.png);
background-position:top;
background-repeat:repeat-x;
background-color:#0860A5;
text-align:center;
}

#topMenu {
position:absolute;
left:50%;
margin-left:-180px;
top:15px;
}

#logo {
position: absolute;
top:50px;
width:269px;
height:70px;
background-image:url(../images/headerPEC.png);
background-repeat:no-repeat;
z-index:20;
left:50%;
margin-left:-430px;
}

.headerAddress {
color: #fff;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
float: right;
height:75px;
width:155px;
margin-top:5px;
}

#phr {
/*background-image:url(../images/headerPHR.png);
background-repeat:no-repeat;
background-position:top center;*/
}

#per {
/*background-image:url(../images/headerPER.png);
background-repeat:no-repeat;
background-position:top center;*/
}

#wce {
/*background-image:url(../images/headerWCE.png);
background-repeat:no-repeat;
background-position:top center;*/
}

#esr {
/*background-image:url(../images/headerESR.png);
background-repeat:no-repeat;
background-position:top center;*/
display:none;
}

#bannerLogo {
background-image:url(../images/headerLogo.gif);
width:800px;
height:86px;
position:absolute;
left:50%;
margin-left:-400px;
top:45px;
}

#banner {
width:800px;
height:154px;
position:absolute;
left:50%;
margin-left:-400px;
top:131px;
}

#bannerMask {
width:800px;
height:154px;
position:absolute;
left:50%;
margin-left:-400px;
top:131px;
display:none;
}

#content {
width:800px;
position:absolute;
left:50%;
margin-left:-400px;
top:285px;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height:1.6em;
font-size:11px;
clear:both;
background-color:#E2E3DD;
}

strong {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.5em;
}


#contentLeft {
background-color:#E2E3DD;
width:265px;
height:auto;
float:left;
padding: 10px 10px 0px 10px;
}

p {
padding:10px 0 10px 0px;
}

#contentRight {
background-color:#E2E3DD;
width:490px;
height:auto;
float:left;
padding: 40px 0px 0px 5px;
text-align:left;
}

#contentRightTop {
width:497px;
height:15px;
background-image:url(../images/rightTop.gif);
}

#contentRightMiddle {
background-color:#FFFFFF;
width:477px;
height:auto;
padding: 10px;
}

.searchQuestion {
font-size:13px; 
font-family:Lucida Sans Unicode; 
line-height:1.5;

}

.searchAnswer {
font-size:12px; 
font-family:Lucida Sans Unicode; 
line-height:1.5;
margin-left:30px;
}

.searchStrong {
font-size:14px; 
}

.data {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:normal;
}

#contentRightBottom {
background-image:url(../images/rightBottom.gif);
width:497px;
height:15px;
}

#clearDiv {
clear:both;
}

#footer {
background-color:#333333;
background-image:url(../images/footerBG.png);
width:800px;
height:26px;
margin:0 auto;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-top:15px;
}

#footer a{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-right:15px;
}

#footer a:hover{
text-decoration:underline;
}

.style1 {
color:#FF6600;
font-weight:bold;
}

.Row {
height:30px;
}

.altRow {
background-color:#E2E3DD;
height:30px;
}

.btn {
border:1px solid #999999;
background-color:#E2E3DD;
padding:3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#666666;
text-decoration:none;
}

/*popUp begin*/
#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:384px;  
width:408px;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:2;  
padding:5px;  
font-size:13px;  
}  
#popupContact h1{  
text-align:left;  
color:#6FA5FD;  
font-size:22px; 
font-family:Arial, Helvetica, sans-serif;
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:2px;  
} 

#popupContact a{  
text-decoration:none;
border: none;
}

#popupContactClose{  
font-size:14px;  
line-height:14px;  
right:12px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;  
font-family:Verdana, Geneva, sans-serif;
cursor:pointer;}  

#popupContactContinue{  
font-size:14px;  
line-height:14px;  
left:12px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;  
font-family:Verdana, Geneva, sans-serif;
cursor:pointer;}  

/*popUp end*/