﻿body
{
  font-family: 'Segoe Print', Arial,Sans-Serif;
  font-size: 14px;
  color: #C0C0C0;
  margin: 0;
  background-color: #000000;
}

h1
{
  font-family: 'Segoe Print',Arial,Sans-Serif;
  font-size: x-large;
  font-weight: normal;
  text-transform: none;
  color: #000000;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
}

h2
{
    font-family: 'Segoe Print', Arial,Sans-Serif;
    font-size: large;
    color: #C0C0C0;
    font-weight: lighter;
}

h3
{
  padding: 5px 20px 5px 15px;
  font-family: 'Segoe Print', Arial,Sans-Serif;
  font-size: medium;
  font-weight: lighter;
  text-transform: none;
  color: #C0C0C0;
  position: relative;
}

p
{
  font-family: 'Segoe Print' ,Arial,Sans-Serif;
  font-size: 14px;
  color: #999999;
  padding: 0px 5px 0px 5px;
}



/*central section with drop shadow*/


#wrapper
{
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  background-repeat: repeat-y;
  background-color: #000000;
}

/*header section*/
#PageTop
{
  width: 1000px;
  height: 287px;
  background-image: url(    '../_images/Banner.jpg' );

}

#subheading
{
  position: relative;
  margin-top: 120px;
  margin-left: 0px;
  width: 750px;
  text-align: center;
  float: left;
}

/*navigation list horizontal with buttons. 150 wide = buttons joining in line*/
#navbar
{
  margin-top: 15px;
  margin-left: 95px;
  margin-bottom: 15px;
}

#pagediv
{
  width: 1000px;
  background-color: #000000;
}

.hbuttons a
{
  display: block;
  text-decoration: none;
  font: bold 16px 'Segoe Print', Arial;
  color: #C0C0C0;
  width: 150px;
  height: 30px;
  float: left;
  display: inline;
  background-repeat: no-repeat;
  padding-top: 4px;
  text-align: center;
  text-transform: lowercase;
  position: relative;
}

.hbuttons a:hover
{
  color: #DF0000;
}

hr
{
  font-family: Verdana;
  font-size: 1px;
  color: #CCCCCC;
  width: 1000px;
  height: 1;
  position: relative;
  left: 0px;
}

/*columns for nomad pic right floating section*/
#picsleft
{
  margin:0px;
  float: left;
  width: 380px;
  padding-left: 10px;
  padding-top: 20px;
  position: relative;
}
   
#picsright
{
  margin:0px;
  float: right;
  width: 388px;
  padding-right: 10px;
  padding-top: 20px;
  position: relative;
}

#colsleft
{
  margin:0px;
  padding: 20px 10px 0px 20px;
  float: left;
  width: 360px;
  position: relative;
}
   
#colsright
{
  margin:0px;
  padding: 10px 10px 10px 0px;
  float: right;
  width: 388px;
  position: relative;
}
  
#picscroll
{
  margin: 30px 10px 10px 0px;
  float: right;
  width: 388px;
}


hr.cleaner
{
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}

#footer
{
  margin: 20px;
  float: left;
}

#footright
{
  margin: 20px;
  float: right;
}

/*footbox so bottom shadow works in firefox*/
#footbox
{
  /*height: 60px;*/
  /*width: 100px;*/
}

#image
{
  margin: 0px 0px 0px 20px;
}

.Pad
{
padding-left:20px;
}