body {
  font: normal small Verdana, sans-serif;
  color: #0B335B;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.8em;
  margin-bottom: -0.3em;
  color: #10437C;
  font-family: "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

li, li ul, li ol {
     margin-top: 0.3em;
  margin-bottom: 0.3em;
}

p, ul, ol {
     margin-top: 0.8em;
  margin-bottom: 0.8em;
}

a { text-decoration: underline; }
a:link { color: #00F; }
a:visited { color: #404; }
a:active,
a:hover { color: #F00; }

acronym, abbr, .help { border-bottom: 1px dashed #AAA; cursor: help; }

h1, h2, h3, h4, h5, h6,
hr, a { background: transparent; }

hr { color: #D87009; height: 0px; }

small, .small, sub, sup, #left, #right { font-size: 80%; }
big, .big { font-size: 120%; }

#footer {
  text-align: center;
  text-transform: uppercase;
  font: normal 14px "Arial Narrow", sans-serif;
  letter-spacing: 2px;
}
#footer, #footer a, #mts { color: #D87009; text-decoration: none; }

#news {
  width: 190px;
  height: 1000px;
  margin: 0px;
  padding: 0px;
  border: none;
}
#newsItem {
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #BBB;
}
#moreNews {
  position: absolute;
  bottom: -1px;
  right: 0px;
}

#left, #right, #quote, #mts { display: none; }

.quote {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 15;
  width: 539px;
  height: 220px;
}

@media screen {

body {
  background: #AAA url(../images/drop.gif) repeat-y scroll 1020px 0px;
}
#page {
  background: #FFF url('../images/bg.gif') repeat scroll -120px 0px;
  max-width: 1020px;
  height: 100%;
  color: #0B335B;
}

#footer {
  margin: 0px 229px 0px 155px;
  padding: 3px;
  background: #FFEBCB;
  border-top: 1px dashed #D87009;
}

#content {
  position: relative;
  width: auto;
  min-width: 200px;
  margin: 111px 229px 0px 155px;
  padding: 10px;
  z-index: 3;
  overflow: auto;
  height: 1000px;
}

#content h1 { width: 315px; }
#content h2 { max-width: 400px; }

#content p.indentRight { max-width: 435px; }
#content p.indentRightLess { max-width: 520px; }

#header {
  background: transparent url('../images/header.png') scroll no-repeat left top;
  z-index: 3;
}
#header, #quote {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1020px;
  height: 220px;
}
#quote {
  background: transparent url('../images/about_pinpoint.png') scroll no-repeat right top;
  z-index: 4;
  text-align: right;
  display: block;
/*
  visibility: hidden;
*/
}
#quote q {
  background: transparent url('../images/bg_open-quote.gif') scroll no-repeat left top;
  display: block;
  font: italic normal 24px "Times New Roman", serif;
  margin: 10px 255px 0px 22px;
  padding: 5px 10px;
  color: #D87009;
}
#quote q:before { content: ""; }
#quote q:after { content: ""; }
#quote cite {
  display: block;
  font: normal 14px Verdana, sans-serif;
  margin-right: 255px;
}

#left {
  display: block;
  position: absolute;
  top: 132px;
  left: 18px;
  z-index: 5;
  width: 300px;
  overflow: hidden;
}
#left .menu {
  position: absolute;
  visibility: hidden;
  z-index: 10;
}
#left ul, #left ul li {
  display: block;
  margin: 1px 0px;
  padding: 0px;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: normal 11px/13px "Arial Narrow", sans-serif;
} 
#left ul li a, .trig {
  background: #147;
  color: #DDF;
  display: block;
  text-decoration: none;
  opacity: 0.95;
}
#left ul li a:hover {
  color: #FFF;
  background: #37B;
}
.trig { cursor: default; }
#left ul li a, .trig,
#left #contact {
  padding: 3px 7px ! important;
  width: 110px;
}
#left ul.menu li a { width: 150px; }
#right {
  display: block;
  position: relative;
  float: right;
  right: 20px;
  margin-top: 15px;
  width: 190px;
  color: #0B335B;
  background: #EEE;
  z-index: 100;
  overflow: hidden;
}

html, body {
  height: 100%;
  overflow: hidden;
  width: auto;
}

}

@media print {
  #content { margin-top: 110px; }
  #content p.indentRight, #content p.indentRightLess, #content h2 #page { width: auto ! important; }
  #logo_mts, .quote { display: none; }
  #mts {
    display: block;
    position: absolute;
    top: 88px;
    left: 165px;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
  }
}

@media print, screen {
#logo {
  position: absolute;
  top: 10px;
  left: 9px;
  z-index: 6;
}

#logo_mts {
  position: absolute;
  top: 92px;
  left: 165px;
  z-index: 7;
}

}
