@charset "utf-8";
/* CSS Document */
p, html, body, div, ul, li, img {padding: 0; margin: 0 auto;}
a {border: none;}
img {border: none;}
h1 { margin:0; font-size: 16px;}
h2 { margin: 0; font-size: 16px;}
body { margin: 0 auto; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ffffff; background-image: url(../images/bg.jpg); background-repeat: repeat-x; background-color: #191919;}
#content { width: 960px; margin: 0 auto; overflow: hidden;}
#head { width: 960px; margin: 0 auto; overflow: hidden; color: #fff; height: 53px; padding-top: 3px;}
#nav { width: 960px; height: 24px; padding-top: 10px;}
#nav a { color: #fff; text-decoration: none; font-weight:bold;}
#nav a:hover { text-decoration: underline;}
#navspace { width: 160px; float: left;}
#spashscreen { width: 960px; height: 350px; clear: both; }
#leftContent { width: 420px; float: left; padding: 30px; }
#leftContent a{ color:#CCCCCC; text-decoration: none; font-weight: bold;}
#leftContent a:hover { text-decoration: underline;}
#rightContent { width: 420px; float: right; padding: 30px; }
#rightContent a{ color:#CCCCCC; text-decoration: none; font-weight: bold;}
#rightContent a:hover { text-decoration: underline;}
#fullContent { width: 960px; float: left; padding-top: 30px;}
#fullContent a{ color:#CCCCCC; text-decoration: none; font-weight: bold;}
#fullContent a:hover { text-decoration: underline;}
#foot { width: 960px; height: 300px; padding-top: 30px; background-image:url(../images/foottop.png); background-repeat: no-repeat; clear: both;}
#footnav { width: 960px; height: 220px; padding-top: 10px;}
#footnav a { color: #fff; text-decoration: none; font-weight:bold;}
#footnav a:hover { text-decoration: underline;}

#whiteContent { width: 960px; float: left; padding-top: 30px; background-color: #ffffff; min-height: 500px; color: #000000;}
#whiteContent a{ color:#CCCCCC; text-decoration: none; font-weight: bold;}
#whiteContent a:hover { text-decoration: underline;}

/* Slideshow */

#slideshow {position:relative; width:960px; }
#slideshow DIV {position:absolute; top:0; left:0; z-index:8; opacity:0.0; width: 960px; }
#slideshow DIV.active {z-index:10; opacity:1.0;}
#slideshow DIV.last-active {z-index:9;}
#slideshow DIV IMG {width: 960px; display: block; border: 0; margin-bottom: 10px;}
