@charset "utf-8";
/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:85%;color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#f8f8f8; border-bottom: 1px dotted #ddd;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#efefef;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.copy {text-align:center; margin-top:6px; color:#183c51; width:100%; background:#e8e8e8; display:block; }
.copy a { text-decoration: none; }
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .error_list, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .error_list {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFFccc;color:#514721;border-color:#FC0;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* CSS Document */
* {
 margin:0;
  padding:0;
}
html {
  margin:0;
  padding:0;
  height:100%;
}
body
{
 /*font-family:Arial, Helvetica, sans-serif; */
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  height:100%;
  height:100%;
  background: #eee url(images/bg.jpg) repeat-x left top;
}


a, a:visited, a:link {
  color:  #003366;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}

h1,h2,h3 {
  /* color: #01014b; */
  color: #003366;
}
h1 {
  padding-left: 20px;
  padding-top: 12px;
  line-height: 26px;
  font-size:22px; 
  color:#003366; width:100%; 
  text-transform: uppercase;
  padding-bottom:12px; border-bottom:1px dotted #d1d1d1;
}
h2 {
  padding-left: 20px;
  padding-top:2px;
  line-height: 26px;
  font-size:18px;   
  color:#003366;
  width:100%;
  padding-bottom:12px; border-bottom:1px dotted #d1d1d1;
}
h4 {
  line-height: 26px;
  color: #dd5e00;
}
#wrapper {
  margin:0 auto;
  padding:0;
  position:relative;
  width:970px;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
  background: url(images/varjo.png) repeat-y left top;
  margin-top: 50px;
} 

#header {
position: relative; 
left: 0px; 
top: 0px; 
width: 1020px; 
height: 118px; 
z-index: 3; 
overflow:hidden;
}
#logo {
 position:relative;
 left:0px;
 top:0px;
 width: 970px;
 height: 118px;
 background: #eee url(images/logo.jpg) no-repeat left center;
}

#bodywrap {
position:relative; 
left:0;
top:118px;
width:980px;
height: 100%;
background:url(images/varjo.png) #eee repeat-y left top;
z-index:4;
padding:0;
margin:0;
}
#centerpiece {
  position:relative;
  z-index:8;
  width: 958px;
  margin:0px;
  left:6px;
  padding-bottom: 35px;
  background: #eee;
}
#menu { }

.left {
  float:left;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.6em;
  width: 620px;
}
.right {
  float:right;
/*  background: #f4f4f4; */
  padding-left: 5px;
  padding-left: 5px;
  margin-right: 10px;
  padding-top: 32px;
 line-height: 1.6em;
  width: 250px;
}
.right table {
  color: #aaa;
  border: 1px solid #ededed;
  background: #001111;
  padding: 4px; 
}
.right a {
  color: #eee;
}
.hudcontainer img {
  margin: 15px;
  border:3px solid #111;
  cursor: pointer;
}
.right h2 {
    padding-left:0;
  color: #ddd;
 border-bottom:0px dotted #d1d1d1;

}
.left h1, .left h2, .left h3 {
  padding-left:0;
}

.left ul{
  padding:2px;
  padding-left:0;
  margin: 0px;
  margin-top:12px;
  margin-bottom:12px;
}
.left li {
  list-style:none;
  margin-bottom: 2px;
  margin-top: 2px;
  padding:5px;
  background: #dedede;
  cursor: pointer;
}
/*.left li:hover {
 background: #ededed;
}*/
.hudcontainer {
 position:relative;
 margin-bottom:24px;
 width: 245px;
 height: auto;
}
.hudtop {
  width:245px; 
  height: 27px;
  text-align:center;
}
hudcontent p {
  padding:5px;
}
.hudcontent {
  width: 227px;
  height: auto;
  padding: 8px;
  padding-top: 16px;
  border-top: 1px solid #222233; 
  border-bottom: 1px solid #ddd; 
  border-left: 1px solid #ddd; 
  border-right: 1px solid #ddd; 
  color: #aaa;
  background: #333;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-radius-topleft:4px;
  -webkit-border-radius-topright:4px; 
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-radius-bottomleft:4px;
  -webkit-border-radius-bottomright:4px;

}
.hudcontent.first {
  width: 227px;
  height: auto;
  padding: 8px;
  padding-top: 16px;
  border-top: 1px solid #222233; 
  border-bottom: 1px solid #ddd; 
  border-left: 1px solid #ddd; 
  border-right: 1px solid #ddd; 
  color: #aaa;
  background: #333;
/*  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-radius-topleft:4px;
  -webkit-border-radius-topright:4px; */
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-radius-bottomleft:4px;
  -webkit-border-radius-bottomright:4px;

}
.hudbottom {
  width:245px; 
  height: 27px;
  text-align:center;
}
#rightcont {
  position:absolute;
  right:0px;
  width:269px;
  height:auto;
  z-index:12;
}
#DScontainer {
 position:relative;
 overflow:hidden;
	left:20px;
	top:40px;
	width:235px;
	height:230px;
	z-index:1;

}
.divcontrols {
 position:absolute;
 top:0px;
 right:-5px;
}
.DS0_slide_item { z-index:999; width: 225px; padding:5px; position: absolute; top:-150px; left:0px; }
.DS_slide_item { z-index:999; width: 225px; padding:5px; position: absolute; top:0px; left:-250px; }
.DS1_slide_item { z-index:999; width: 225px; padding:5px; position: absolute; top:0px; left:-250px; }
.first_item { top:0px; left:0px; }
#djb_close { color: #ffc; font-size:15pt; font-weight:bold; position:fixed; left:275px; bottom:5px;}
#close_wrap { color: #444; }
#djb_item { background: #000; width: 100%; height: 100%;}
#djb_bg { width:100%; height:100%;}
#hd { display:none;}
#footer {
  position:absolute;
  height: 30px;
  width:958px;
  margin-top: 30px;
  background: #e8e8e8;
  bottom:0; /* stick to bottom */
  left:0;
  border-top:1px double #fff;
}

