/*********************   Basic Styles   **********************/

@font-face { font-family:GraublauWeb; src:url(fonts/GraublauWeb.otf) format('opentype') }
@font-face { font-family:GraublauWeb; font-weight:900; src: url(fonts/GraublauWebBold.otf) format('opentype') }


* { margin:0; padding:0; }

body {
	background:#000 url('images/bg_main.png') no-repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	color: #444;
}
#contentContainer {
	background:url('images/bg_content.png') no-repeat;
	width:1000px;
	height:1024px;
	margin:0 auto;
	padding:0;
}
#headerDiv {
	position:relative;
	height:100px;
	width:1000px;
	padding:15px 0 0 0;
}
#logoDiv {
	float:left;
	height:78px;
	width:220px;
}
#navDiv {
	float:left;
	width:668px;
	text-align:right;
	padding:0;
	margin-left:32px;
}	
#imprDiv {
	position:absolute;
	width:80px;
	left:920px;
	text-align:right;
	height:100px;
	padding:0;
}	
#imprDiv ul li a:hover {
	color: #fccf0b;
	text-decoration: none;
}
#imprDiv ul li a.off, #imprDiv ul li a.on {
	color: #f0f0f0;
}
#imprDiv select {
	width:80px;
	margin-top:10px;
}
#imprDiv select, #imprDiv option {
	color: #f0f0f0;
	background-color:#000;
	font-size:9pt;
}

#footerDiv {
	display:block;
	position:absolute;
	text-align:right;
	width:50px;
	padding:0;
	padding-top:20px;
	z-index:1000;
}

div.bottommenu ul.footernav {
	margin: 0;
	padding: 0px 0 0 0;
	list-style-type: none;
}
div.bottommenu ul.footernav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 5px 740px;
}
div.bottommenu ul.footernav li a.off {
	display: block;
	background: #707070;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:0 5px 0 5px;
	width:auto;
	height:21px;
	line-height:21px;
	color: #fff;
	text-decoration: none;
	text-align:center;
}


* html div.bottommenu ul.footernav li a.off { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

div.bottommenu ul.footernav li a:hover {
	background: #fccf0b;
	color: #000;
	text-decoration: none;
}
div.bottommenu ul.footernav li a.on {
	display: block;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:0 5px 0 5px;
	width:auto;
	height:21px;
	line-height:21px;
	text-decoration: none;
	text-align:center;
	background: #fccf0b;
	color: #000;
}

li {
	padding:0;
	margin:0;
	margin-left:25px;
}	
 
/*********************   Slider Styles   **********************/

.coda-slider-wrapper { padding: 0; }
.coda-slider {  }

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 380px; overflow: auto !important; padding-right: 20px; }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 1000px; height:380px; max-height:380px; overflow:auto; } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1000px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px; }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; }

/* Tab nav */
.coda-nav ul li a.current { background: #39c; }

/* Panel padding */
.coda-slider .panel-wrapper { padding: 0px; }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center; }

.coda-slider-wrapper { clear: both; overflow: auto; }
.coda-slider { float: left; overflow: hidden; position: relative; }
.coda-slider .panel { display: block; float: left; }
.coda-slider .panel-container { position: relative; }
.coda-nav-left, .coda-nav-right { float: left; }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }

/*********************   Navigation Styles   **********************/

div.topmenu ul.coda-nav {
	margin: 0;
	padding: 0px 0 0 0;
	list-style-type: none;
}


/*Top level list items*/

div.topmenu ul.coda-nav li {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
}

div.topmenu ul.coda-nav li a.off {
	display: block;
	background: url('images/bt_inactive.png') no-repeat top left;
	width:61px;
	height:61px;
	//line-height:61px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	padding-top:20px;
	font-size:0.9em;
}

* html div.topmenu ul.coda-nav li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}


div.topmenu ul.coda-nav li a.off:hover {
	background: url('images/bt_active.png') no-repeat top left;
	color: #000;
	text-decoration: none;
}

div.topmenu ul.coda-nav li a.on {
	display: block;
	background: url('images/bt_active.png') no-repeat top left;
	width:61px;
	height:61px;
	//line-height:61px;
	color: #000;
	text-decoration: none;
	text-align:center;
	padding-top:20px;
	font-size:0.9em;
}

/*********************   Headline Styles   **********************/

.panel h2.title {
	font:32px GraublauWeb;
	color: #444;
	margin: 0 0 15px 10px;
	padding: 0;
}
.panel p {
	margin: 0 0 0 10px;
	line-height: 1.6em;
	letter-spacing:0;
	text-align:justify;
	padding:0 10px 0 10px;
}

