@charset "utf-8";
/* CSS Document */

img,table{border:0}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#2c2c2c;
	text-align: left;
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:justify;
}

.topbg{ background-image:url(images/top-bg.jpg); background-repeat:repeat-x; height:150px;}
.phicon{ font-size:26px; font-weight:bold; padding-right:15px;}
.button-nav{ background-image:url(images/button-nav.jpg); background-repeat:repeat; width:980px; height:43px;}
.button-top{ font-size:16px; text-align:center;}
.button-cont{ font-size:16px; margin-left:15px;}
h2{ font-size:20px; margin-top:0px; font-family:Arial, Helvetica, sans-serif; padding-left:0px; color:#4b708d; margin-bottom:5px;}
.footer-txt{ font-size:12px; padding-left:15px; color:#FFF}
.test{ font-size:11px}
.topnavbutton{ font-size:16px; color: #000; text-decoration:none}
a.topnavbutton:hover{ font-size:16px; color: #6c889e; text-decoration:none}

#slideshow {
    position:relative;
    height:351px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 351px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
   height: 351px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

