@charset "utf-8";
/* BASIC TYPOGRAPHY */
h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.2em; font-weight: bold; margin-bottom: 0.1em; }
h3 { font-size: 0.98em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 115%; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 0.95em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 0.95em; font-weight: bold; }

p { font-size: 0.959em; line-height:1.27em;}
a { color: #fff; text-decoration: none;}
hr {border: #0e0e0e 1px solid;}
strong {font-weight: bold}
/* HTML ELEMENTS */
html {
    background: #151515 url(../images/body_bg.jpg) bottom repeat-x;
}
body {
        height: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}

h4.sub {
    margin-bottom: 2px;
}

/* HEADER */
#header {
	height: 397px;
	background: url(../images/img2.jpg) top left no-repeat;
}

.image-tab {
	height:57px;
	margin-top:5px;
	padding:15px 50px 20px 15px;
	background: transparent url(../images/tb_norm.png) right no-repeat;
        cursor: pointer;
        outline: none;
        position: relative;
        z-index: 0;
}

span.tab-content p {font-size: 0.98em; line-height:1.5em; position: relative; z-index: 100;}

.tab-active {
        position: absolute;
        width: 326px;
        height: 93px;
        margin-top: -15px;
        margin-left: -16px;
        display: none;
        z-index: 0;
}

.tab-content {
    position: relative;
    z-index: 99;
}
/* MAIN CONTENT */
#main-content {
	padding-top: 32px;
}
/* NAVIGATION */
#nav {
	border-top: 1px solid #6a636d;
	padding-top: 5px;
}

#nav ul {
    padding-bottom: 5px;
}

#nav ul li a{
	color: #6a636d;
	font-weight: bold;
}

#nav ul li a.active {
	color: #ffffff;
}

#nav ul li a:hover{
	color: #fff;
}

#nav ul li ul li a {
	color: #c2c1c1;
	margin-left: 5px;
	font-size: 0.9em;
	font-weight: normal;
}

ul.sub li a{
    padding-left: 5px;
}
ul.yellow li a{
    color: #ac9515 !important;
}
ul.yellow li a:hover{
    color: #ffffff !important;
}
/* COPY AREA */
#copy {
	padding-top: 5px;
        padding-bottom: 330px;
}

#copy h3 {
	font-weight: normal;
        font-size: 1.2em;
	color: #c2c1c1;
	margin-top: 2em;
        margin-bottom: 10px;
}

#copy h3.top {
    margin-top: 0;
}

#copy li {
    font-size: 120%;
    margin-bottom: 1em;
}

/*#copy p.first {
	color: #fff;
}*/

#copy p {
/*	color: #8a8a8a;*/
        margin-bottom: 1em;
}

#copy ul {
    padding-left: 15px;
    list-style: circle;
    font-size: 0.8em;
    color: #aaa;
}

#copy a {text-decoration: underline;}

.portrait {
    width: 130px;
    height: 150px;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.portrait-top {
    margin-top: 15px;
}
.copy-image {
    background: #323232;
}
/* THE ASIDE */
#aside {
	width: 285px;
	background: #000000 url(../images/news_r.jpg) bottom right no-repeat;
	padding: 15px 20px;
}

#aside-gallery {
    width: 325px;
    padding:  0;
}

#aside p {
    font-size: 0.8em;
}

#gallery-image {
    width: 325px;
    height: 214px;
}

ul.gallery {
    margin: 0;
    padding: 0;
    display: inline;
}

ul.gallery li {
    margin: 0 1px;
    float:left;
    list-style: none;
}
ul.gallery li.first {margin-left: 0;}
ul.gallery li.last {margin-right: 0;}

img.ifader {
    position: absolute;
}

#aside h3 {
        line-height: 1.3em;
        font-weight: bold;
	color: #fff;
	margin-top: 1.25em;
	margin-bottom: 0;
        padding-right:80px;
}
#aside h3 a {
    color: #aaa;
    text-decoration: underline;
}
.aside-item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.aside-item-first {
    padding-top: 0;
}

#aside p{
	color: #cccccc;
}

/* FOOTER */
#footer {
	margin-top: 86px;
	border-top: 2px solid #6a636d;
        height: 80px;
}
#company-info {
    background: url(../images/dts_logo.jpg)  0 25px no-repeat;
    margin-top: -2px;
    border-top: 2px solid blue;
    padding: 10px 0;
}
#company-copy {
    font-size: 0.75em;
    color: #6a636d;
    margin-left:75px;
    margin-top: 15px;
}
form div, form div label {
    font-size: 1em;
}

form div input, input.error {
    width: 200px;
    float: right;
    margin-bottom: 10px;
    background: #1f1f1f;
    border: none;
    color: #fff;
    margin-right: 40px;
}

form div textarea, form div textarea.error {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 2px;
    background: #1f1f1f;
    margin-left: 145px;
    border: none;
    margin-top:2px;
    overflow:auto;
    width:200px;
	float:right;
	margin-right: 40px;
}

form div input.check {
    width: auto;
    float: none;
    margin-top: 0.25em;
}

form div input.submit {
    width: auto;
    float: none;
    padding: 3px;
    margin-top: 5px;
    margin-left: 143px;
    font-size: 1em;
}

#signup {
    margin-bottom: 20px;
}
#signup-holder {
    padding: 20px;
    background: #151515 url(/images/body_bg.jpg) bottom repeat-x;
}
#signup-holder h2 {
    margin-bottom: 15px;
}
#signup-form input.submit {
    margin-left: 120px;
}
label.error {
    display:block;
    margin:5px 0 0 0;
    padding:0.8em;
}
.radio {
    width: auto;
    margin: 8px 5px 25px;
    float: none;
}

/* POLL STYLES */
#poll-col{ 
    background: #2d2d2d;
    margin-bottom: 10px;
}
#poll-wrap {
    padding: 15px 20px;
}
#poll-wrap h2 {
    margin-bottom: 10px;
}

#poll-wrap form * {
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
}

#poll-wrap form input.poll-radio {
    margin-right: 6px !important;
}

#poll-res {
    margin-top: 15px !important;
    padding: 5px 0 0 !important;
}

.poll-block {
    padding: 3px 0 5px !important;
    border-bottom: 1px solid #1f1f1f;
}

#poll-submit {
    display: inline;
    float: right !important;
    background:none;
}

#poll-submit:hover {
    cursor: pointer;
}

.barempty{
    height: 12px;
    background-color:#E6E6E6;
    margin: 3px 0 6px;
}

.barfull{
    height: 12px;
    background-color: #3B5998;
}