
body{font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif; font-size: 12px; line-height: 1.8em; margin-right: auto; margin-left: auto; background-color: #D2EFEF; color: #555555;}

#pageHeader{padding-top: 10px; padding-bottom: 15px; margin-left: -22px;}

#canvasWrapper{margin-right: auto; margin-left: auto; background-color: #FFFFFF; background-image: url(/universal/images/core-resources/backgrounds/gradient-150px-D5D5D5-FFFFFF.jpg); background-repeat: repeat-x;}

#contentWrapper{line-height: 1.53em; padding-left: 15px; margin-top: 35px; color: #1F1F1F;}

#canvasWrapper { width: 910px; padding: 0 30px 0 30px; }

#contentWrapper { float: left; width: 630px; }

#canvasWrapper {
box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 20px 20px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 20px 20px rgba(0,0,0,0.5);	
}

#canvasWrapper {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}

/* slideshow banner */

#slideshow {
position:relative;
height:310px;
border:none;
}

#slideshow DIV {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
height: 310px;
background-color: #FFF;
border: 0px;
}

#slideshow DIV.active {
z-index:10;
opacity:1.0;
}

#slideshow DIV.last-active {
z-index:9;
}

#slideshow DIV IMG {
height: 310px;
display: block;
border: 0;

}

