@charset "utf-8";

* { margin: 0px; padding: 0px; }

a        { color: #a3a3a3; }
body     { font: normal 0.7em "Arial", sans-serif;}
img      { border: 0px; }
hr       { display: none; }
strong   { font-weight: normal; }
ul, li   { list-style-type: none; }
p        { margin-bottom: 10px; }

.hidden           { display: none; }
.fl               { float: left;}
.fr               { float: right; }
.clearfix:after   { content: "."; display: block; height: 0px; overflow: hidden; clear: both; visibility: hidden; }

body  { background: #000; color: #a3a3a3; }

h1    { color: #52bdec; font-weight: normal; font-size: 2em; margin-bottom: 15px; }

/* basic layout */

.header     { min-height: 96px; 
background: url(/Images/header.png)  no-repeat;
}
.headerCont { padding: 20px 0; width: 950px; }

.header a                     { color: #000; text-decoration: none; }
.header a:hover               { text-decoration: underline; }
.header .logo                 { float: left; border-right: 1px solid #000; width: 155px; }
.header .logo a               { display: block; width: 73px; height: 25px; margin: 10px 0 10px 30px; background: transparent url('../files/graphics/logo.gif') 0 0 no-repeat; overflow: hidden; }
.header .logo a img           { display: none; }
.header .subMenu              { float: left; width: 620px; margin-left: 15px; padding: 10px 0; }
.header .subMenu ul li        { float: left; background: transparent url('../files/graphics/submenu-list.gif') 0 .6em no-repeat; padding: 0 5px 0 9px; }
.header .subMenu ul li.first  { background: none; padding-left: 0; }
.header .subMenu ul li a      { font-weight: bold; }
.header .functionLinks        { float: right; border-left: 1px solid #000; width: 145px; }
.header .functionLinks ul     { margin: 10px 0 10px 15px; }

.pack { 
background:  url('../images/bcg-tile.jpg') 0 0 repeat; 
position: relative; padding-top: 30px; width: 950px; }

.contentPack   { float: right; width: 795px; }
.content { float: left; width: 635px; }

.mainMenu               { float: left; width: 155px; }
.mainMenu ul            { margin: 0 20px 0 30px; }
.mainMenu ul li         { line-height: 1.5; }
.mainMenu ul li a       { text-decoration: none; }
.mainMenu ul li a:hover { text-decoration: underline; }

.footer     { margin-top: 20px; font-size: .9em; }
.footer p   { margin-left: 155px; border-left: 1px solid #a3a3a3; padding: 10px 15px; }

.sideBar       { position: relative; float: right; width: 145px; padding-top: 75px; }

#linkToTop           { position: absolute; }
div > div#linkToTop  { position: fixed; }
#linkToTop a         { display: block; background: #0d0d0d url('../files/graphics/ico-arrow-top.gif') 125px center no-repeat; width: 145px; outline: none; }
#linkToTop a span    { display: block; padding: 10px; }