/* 
    Document   : hgl
    Created on : Jan 30, 2009, 1:23:07 PM
    Author     : ottovirta
    Description:
    Purpose of the stylesheet follows.
*/

*{
  font-family: arial, sans;
  font-size:12px;
  color:#0066ff;
}

body {
  background: #e6e6e6 url('../images/logo.gif') no-repeat 20px 30px;
  overflow: hidden;
}

#content{
  padding:10px 0 120px 0;
  margin:100px 0 20px 10px;
  /*background: url('../images/content-bg.gif') no-repeat 0px bottom;*/
}

.contentText{
  max-width:650px;	
}

h1{
 font-size: 14px;
 font-weight: bold;
 color: #007dff;
 margin:25px 0;
 padding:0;
 text-transform:uppercase;   
}


ul#navigation{
  list-style:none;
  margin:0 0 30px 0;
  padding:0;
}

ul#navigation li{
  display:block;
  margin:0 0 2px 0;
  padding:0;
  background:#0066ff;
  color:#fff;
  line-height:25px;
}

ul#navigation li a{
  color:#fff;
  text-decoration:none;
  font-weight: normal;
  text-transform:uppercase;
  font-size: 12px;
  background: url('../images/arrow-nav.gif') no-repeat right center;
  display:block;
  margin:0 5px ;
}

ul#tracker{
  list-style:none;
  margin:0 0 10px 0;
  padding:0;
}

ul#tracker li{
  display: inline-block;
  margin:0 2px 0 0;
  padding:0;
  color:#666;
}

ul#tracker li a{
  color:#666;
  text-decoration:none;
  font-weight:normal;
  text-transform:uppercase;
  font-size: 12px;
  display: inline-block;
  padding:0 3px 0 7px;
  background: url('../images/arrow-tracker.gif') no-repeat left center;
}


h2{
  font-size: 36px;
  font-size: 50px;
  color: #0066ff;
  text-transform: uppercase;
  line-height: 36px;
  margin:0 0 10px 0;
  padding:0;
}

h3{
  font-size: 14px;
  font-size:22px;
  color: #0066ff;
  text-transform: uppercase;
  margin:0;
  padding:0;
}

h4{
  font-size: 14px;
  font-size: 22px;
  color: #0066ff;
  text-transform: uppercase;
  margin:0;
  padding:0;
}

h6{
  display:block;
  margin:0 0 2px 0;
  padding:0 3px 0 7px;
  color:#fff;
  line-height:25px;
  text-decoration:none;
  font-weight: normal;
  text-transform:uppercase;
  font-size: 12px;
  background: #0066ff;
}


p{
  font-family: arial, serif;
  color: #0066ff;
  font-size:12px;
}

span.copy{
  display:block;
  margin:20px 0;	
  font-family: arial, serif;
  color: #666;
  font-size:12px;
}

