/*////////// INIT ///////////*/

* { margin:0; padding:0; z-index:0; }
html, body { height:100%; }
body { font-family: helvetica, arial, sans-serif; font-size:62.5%; background: #fff;}
ol, ul { list-style: none;}
img { border:none; padding:0; margin:0;}

/*////////// MAIN STYLES ///////////*/

#wrapper { width:1048px; height:700px; }
#content { margin: 0; padding:0;}

p { font-size: 14px; color:#0F004E; line-height:17px; padding:0;}
a { font-size:13px; text-decoration:none; color:#0F004E;}
a:hover { color:#009DDC; }
ul{ font-size:14px; line-height:25px; color:#0F004E;}
h2 {font-size:14px; padding-bottom:10px; color:#0F004E; font-weight: bold;}
h3 {font-size:20px; padding-bottom:5px; color:#0F004E; }
h4 a {font-size:15px; padding-bottom:5px; color:#0F004E; }
h4 a:hover { color:#009DDC; }
h5 { font-size:12px; color:#000; padding-bottom:5px;  font-weight: normal; line-height:16px; }
em {color:#009DDC; font-style: normal;}

/*////////// SPECIFIC STYLES ///////////*/

#header { float:left; width:1048px; height:140px; padding:0;  }
.headerleft { float:left; border-right: 1px solid #B3B1CC; width:348px;}
.headerright { float:right; text-align:right; padding:75px 20px 0 0; height: 120px; border-right: 1px solid #B3B1CC;}

#main { float:left;  width:1047px;  border-right: 1px solid #B3B1CC; padding:0; border-top: 1px solid #B3B1CC;}
.mainleft { float:left; border-right: 1px solid #B3B1CC; width: 288px; padding:60px 0 0 60px; height:370px;}
.mainright { float:right; padding:0; } 

#footer { float:left; width:1048px; height:80px; border-top: 1px solid #B3B1CC; border-bottom: 1px solid #B3B1CC;padding: 0; }
.footerleft { float:left; width:348px; height:80px;}
.footerright { float:right; border-left: 1px solid #B3B1CC; border-right: 1px solid #B3B1CC; height:69px; width:668px; padding:12px 0 0 30px;}
#footer p {font-size:12px; color:#000;}

/*////////// CONTENT STYLES ///////////*/


#slideshow IMG { position:absolute; top:142px; left:349px; z-index:8; opacity:0.0; }
#slideshow IMG.active { z-index:10; opacity:1.0; }
#slideshow IMG.last-active { z-index:9; }