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

body {font:12px Tahoma; width: 100%; background: url(images/bg.jpg) repeat-x; background-position:bottom; background-attachment:fixed;}
* {padding:0; margin:0;}
a, a:visited {color: #0c4467;}
a:hover {text-decoration: none; color: #8c1414;}

.response {color:#FF0000;}

/*content*/
#top {margin: 0px; padding:0; top: 0px; height: 35px; color:#666; background: url(images/top.gif)  repeat-x;}
#top_inside {text-align: right; width: 999px;   margin-left: auto ; margin-right: auto;}
#container {width:1000px; border: 1px solid #fff; background: url(images/header-bg.jpg) #fff 0 0 repeat-x; top: 59px; clear: both; position:relative; margin:-40px auto; padding:0;}
#left {margin: 0px; padding: 0px; width:289px; float:left; color:#000}
#left h3 {font-weight: normal; }
#left h2 {padding-left: 20px; font-weight: bold; font-size: 12px; padding-right: 10px;}
#left p {padding-left: 20px; padding-right: 10px;}


#right{margin: 0px; padding: 0px; width:711px; text-align: left; float: right;}
#right h1 {padding-left: 10px; font-weight: normal; color: #333;}
#right p {padding-left: 10px; padding-right: 35px; font-size: 14px; color: #000;}
#right h2 h3 {padding-left: 10px; font-weight: bold;}
#right h3 a {padding-left: 10px; font-weight: bold;}


#slideshow {position: relative; height: 199px;}
#slideshow div {position: absolute; top: 0; left: 0; z-index: 8; opacity: 0.0; height: 199px; background-color: #FFF;}
#slideshow div.active {z-index: 10; opacity: 1.0;}
#slideshow div.last-active {z-index: 9;}
#slideshow div img {height: 189px;display: block; border: 0; margin-bottom: 10px;}

#column {width: 200px; text-align: center; float:left; padding-left: 10px; padding-right: 10px;}

/* menu */
#zero-ddheader {clear: both }
.dropdown {float:left; padding-top: 1px; padding-right:2px;}
.dropdown a {color:#fff; text-decoration: none;}
.dropdown a {color:#ffffff; text-decoration: none;}
.dropdown dt {margin-left: 20px; color:#fff; padding:8px; cursor:pointer;}
.dropdown dd {position:absolute; overflow:hidden; width:140px; display:none; background:#fff; z-index:100; opacity:0;}
.dropdown ul {width:50px; list-style:none; border-top:none;}
.dropdown li {display:inline;}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {display:block; padding:10px; color:#fff; font-weight:lighter; text-decoration:none; background: url(images/menu-bg.jpg) repeat; width:125px;}
.dropdown li a:hover {background: url(images/menu-bg-hover.jpg) repeat;}
.dropdown .underline {border-bottom:1px solid #ccc;}

/*footer*/
#footer {position: absolute; bottom: 0px; left: 0px; background: url(images/menu-bg.jpg) repeat; padding-top: 4px; color: #fff; text-align: left; height: 22px; width: 100%;}
#footer img {float:right; padding-left: 2px; padding-right: 4px; border: none;}
.disclaimer {color: #839eb8;}
