/* CSS Document */

body,html {
 padding:0;
 margin:0;
 font-family:"Verdana", "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
 background: url(../img/background-top.png) top repeat-x;
 background-color: #f7f7f7;
 height:100%; }

#header {
 width:1024px;
 height:328px; 
 position:relative;
 background: url(../img/header3.png) top no-repeat; 
 margin:0 auto;
 padding:0;
 background-color: #fff; }

/* NAVIGATION */ 


#nav ul {
 width:900px;
 position:absolute;
 top:198px;
 left:137px;
 font-size:16px; }

#nav ul li {
 display: inline-block;
 list-style-type: none;
 text-align:center;
 height: 36px;
 line-height:36px;
 vertical-align:middle;
 margin:0;
 padding:0;
 letter-spacing: 1px; 
 float: left;} 
 
 
#nav ul li a:link, #nav ul li a:visited {
 color:#fff;
 text-decoration:none;
 margin:0;
 padding:0;  }
 

#nav .contact  { width:221px; }
#nav .downloads  {  width:137px; }

#nav .downloads:hover { background: url(../img/nav_rollovert2.png) top center repeat-x;  }
#nav .contact:hover { background: url(../img/nav_rollovert2.png) top center repeat-x;  }

.crntNAV { background: url(../img/nav_rollovert2.png) top center repeat-x;  } 

h2 {
 font-size: 32px;
 font-weight:bold;
 margin:29px 0 17px 0;
 padding-bottom: 23px;
 border-bottom: 4px solid #0e5d95 }

#content {
 width:752px; 
 position:relative;
 margin:-50px auto 0 auto; 
 padding:0 136px;
 background-color: #fff;
 height:101%;
 } 
 
p.adr {
 font-size:24px;
 line-height:32px;
 margin-bottom:15px;
 }
 
#contact {
 width:752px;
 height:59px;
 margin:20px 0 40px 0;
 clear:both;
 padding-top: 26px;
 border-top: 4px solid #0e5d95; }
 
 /* 888888888888888  DOWNLOADS */
 
p.dload {
 font-size:24px;
 font-weight:bold;
 padding:0;
 margin-bottom:30px;
 letter-spacing: -0.017em; }
 
p.dload a:link, p.dload a:hover, p.dload a:visited {
 text-decoration:none;
 color: #000; }
 
span.dsize { font-size:16px; font-weight:normal; } 

#downloadDIV {
 margin:5px 0 30px;
 padding:12px 0 61px 0;
 font-size: 1px;
 line-height:1px;
 border-top: 4px solid #0e5d95; }
 
 
#footer { 
 width:752px;
 font-size:12px;
 line-height:18px;
 text-align:center;
 margin:0 0 48px 0;
 padding:10px 0 60px 0;  } 
 
#footer p#isADMIN {
 font-size:14px;
 padding-bottom:15px !important;
 margin-bottom: 5px !important;
 border-bottom: 2px solid #0e5d95; }

#footer p#copyright { 
 width:752px;
 font-size:12px;
 line-height:18px;
 text-align:center;
 margin-bottom: 48px;
  }