﻿/* style.css */body {  font-family: 'PT Sans Narrow', arial, verdana, sans-serif;  font-size: 13px;  line-height: 17px;  color: #252525;  background-color:#333;}div.content h1 {  font-size: 2.3em;  font-weight: normal;  color: #2E2E2E;}div.content table th {  background-color: #f57e23;  color: #fff;  font-weight: bold;}/**//* styles *//* top level */div#headerbg {  background: url(../images/header-shadow.png) 0 100% repeat-x;  background-position: bottom;  position:absolute;}div#headerbg-inner {  background-color: #FBFBFB;  }div#mainwrapper {  background: #fff;}/* end top level *//* mainmenu */div#top div#mainmenu {  width: 100%;  background: #202020;  margin-bottom: 20px;}/*div#mainmenu ul {  }div#mainmenu ul li {}div#mainmenu ul li.mid-item, div#mainmenu ul li.first-item {}div#mainmenu ul li:hover, div#mainmenu ul li.active {}div#mainmenu ul li a {  }*//* end of mainmenu *//* #### main submenu ####### *//*div#mainmenu ul li ul {  background: none;  width: 350px;}div#mainmenu ul li ul li {  background-color: #202020;  display: block;  width: 177px;}div#mainmenu li:hover ul li ul {display: none;}div#mainmenu li li ul {position: absolute; left: 0; top: 55px;        width: 175px; line-height: 25px;        background: #1D3B5F; display: none;        -webkit-border-radius: 5px;        -moz-border-radius: 5px;        border-radius: 5px;}div#mainmenu li ul li ul { position: absolute; left: 175px; top: 0;}div#mainmenu li ul li:hover ul {display: block;}*//* #### end main submenu ####### *//* footer *//* main submenu */#menu {   float:left;    width: 100%;  background: #333;  margin-bottom: 20px;  moz-box-shadow: -1px 3px 5px #d2d2d2;  -webkit-box-shadow: -1px 3px 5px #d2d2d2;}#menu ul {    list-style: none;    margin: 0;  padding:0;}#menu li {   float: left;    position: relative;}#menu ul li {  background-color:#333;}#menu a {  background: url(../images/separator-main-menu.png) no-repeat left 7px;    display: block;  font-family: 'PT Sans Narrow', 'Courier New', 'Andale Mono', monospace;  font-size: 19px;  font-weight: bolder;  text-transform: uppercase;  color: white;  padding: 12px 12px 12px 12px;  margin-right: -1px;  text-decoration: none;}#menu ul ul {    display: none;    position: absolute;    top: 38px;    left: 0;    float: left;    width: 180px;    z-index: 99999;  -moz-box-shadow: -1px 3px 5px #d2d2d2;  -webkit-box-shadow: -1px 3px 5px #d2d2d2;  }#menu ul ul li {    min-width: 180px;}#menu ul ul ul {    left: 100%;    top: 0;}#menu ul ul a {    background: #333;    line-height: 1em;    padding: 10px;    width: 160px;    height: auto;}#menu li:hover > a,#menu ul ul :hover > a {    background-color:#09A8E3;    color: #fff;}#menu ul li:hover > ul {    display: block;}#menu ul li:hover > ul {    display: block;}/* end of main submenu */div#footer-text h3.widget-title {  color: #09A8E3;  font-weight: bold;}div#footer-text ul li {  list-style: none;  color: #09A8E3;  font-size:12px;}div#footer-text ul li a{  color:#09A8E3;   text-decoration: none;  font-size:12px;}div#footer-text ul li a:hover {  text-decoration: underline;}/* end of footer *//* right */div#right span.print-button {  border-bottom: solid 1px #E2E3E3;}div#right span.print-button a {  background: url(../images/print.png) no-repeat;  background-position: top left;  color: #656565;  text-decoration: none;  font-weight: bold;}div#right span.print-button a:hover {  color:#7d7d7d;}/* end of right */