﻿body
{
  width: 960px;
  margin: 0 auto;
 /*padding: 35px;*/
  font-family: 'Segoe UI', Helvetica Neve, Calibri, Verdana, sans-serif;
  font-size: 10pt;
}

#Header
{
  width: 100%;
  height: 350px;
  /*background-image: url("../images/bull.png");*/
  background-repeat: no-repeat;
  font-size: 30pt;
  color: #dde2d7;
  /*padding: 30px;*/  
  position: relative;
  background-position: center;
  top: 3px;
 
}

.nav { background-color:#dde2d7; height: 40px; width: 100%;}
.nav ul {list-style:none; Margin:0; padding:5px;}
.nav li {float:left; 
         margin: 2px;
}
.nav a {text-decoration:none; color: #c0c9b5; display:block;
         width:100px; background-color: #686f5e; text-align:center; padding:5px; 
         border: solid #c0c9b5 ; 
         border-radius:2px; 
         border-width:2px;
}
.nav a:hover {background-color: #9aa887;}
.nav li:hover a { color:#556046;}

  .nav #LoginButton {
    height:30px;
    float: right;
    width: 100px;
    background-color: #686f5e;
    text-align: center;
    color: #c0c9b5; 
    padding: 5px;
    border: solid #c0c9b5;
    border-radius: 2px;
    border-width: 2px;
    margin: 2px;
  }




#body_content
{
  margin-right: 20px;
  width: 600px;
  font-size: 15px;
  float:left;
}

.body_image
{
  width: 340px;
  font-size: 15px;
  float:left;
  padding-bottom: 20px;
}

.right_sidebar
{
  width: 340px;
  font-size: 15px;
  float:left;
  padding-bottom: 20px;
}

#Login
{
  float: right;
font-size: 10pt;
color: #dde2d7;
background-color: #686f5e;
position: absolute;
top: 21px;
right: 21px;
z-index: 10;
padding: 5px;
text-align:center;

}

#pnLogin 
{
  background-color:#686f5e;

}

#Signup
{
  font-size: 20pt;
  color: #dde2d7;
}

@media screen and (max-width:720px)
      {
        #Header

          {
            font-size: 15pt;
            padding-top: 0px;
          }

      #Login
          {
            float:right;
            font-size: 10pt;
          }
      }


#Footer {
  height:30px;
  clear:both;
  margin-top: 20px;
  text-align: center;
  line-height:30px;
  background-color: #686f5e;
  font-size: 8pt;
  color: #c0c9b5;
}

.TableRow
{
  width: 300px;
}

.TableLeft, .TableRight
{
  float:left;
}

.TableLeft
{
  width: 100px;
  text-align:right;
}

.TableRight
{
  width: 200px;
 
  text-align:left;
}

#headerPhoto {
  width: 100%;
  height:auto;
}

#siteInfo {
  position:absolute;
  top: 20px;
  left: 20px;
}

  #siteInfo p {
    
  }

.hunterHyperlink {
  position:absolute;
  bottom:10px;
  right:10px;
  text-shadow: 0px 0px 5px black;
  font-size:15px;
  color:#fff;
}

.hunterBio {
  vertical-align:top;
    padding:20px;
    font-size:15px;
}

.hunterInfo {
  position:relative;
}

.profileFields {
  width:250px;
  float:left;
}

.txtBio {
  float:left;
  width:640px;
  padding:10px;
}

#UploadPhoto {

  float:left;
}