/* CSS Document */

body{
padding : 0;
margin : 0;
background-color : #6f6f6f;
background-image : url(images/secondaryback.gif);
background-repeat : repeat-y;
}

a:link {color: #d4cd0f; text-decoration: none; outline: none}
a:visited {color: #adadad; text-decoration: none; outline: none}
a:hover {color: #ffffff; text-decoration: underline; outline: none}

#maintopsection{
       position : absolute;
       top : 0px;
       left : 0px;
       width : 750px;
}

#nav{
       position : absolute;
       top : 45px;
       left : 0px;
       width : 198px;
	   padding: 0px;
}

#midright{
       position : absolute;
       top : 45px;
       left : 198px;
       width : 551px;
}

#lowerright{
       position : absolute;
       top : 245px;
       left : 220px;
       width : 500px;
	   padding-bottom: 15px;
}

#lowerrightlanduse{
       position : absolute;
       top : 275px;
       left : 220px;
       width : 500px;
	   padding-bottom: 15px;
}

#altlowerright{
       position : absolute;
       top : 410px;
       left : 220px;
       width : 500px;
	   padding-bottom: 15px;
}

#thumbright{
       position : relative;
	   float : right;
	   font-family : Verdana, Arial, Helvetica, sans-serif;
       font-size : 11px;
       font-weight : normal;
	   padding-top : 1em;
	   padding-left : 1em;
	   width: 164px;
	   text-align: center;
	   background-color : transparent;
	   }

#thumbleft{
       position : relative;
	   padding-top : 1em;
	   float : left;
	   font-family : Verdana, Arial, Helvetica, sans-serif;
       font-size : 11px;
       font-weight : normal;
	   padding-right : 2em;
	   width: 164px;
	   text-align: center;
       background-color : transparent;
	   }


p{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 12px;
      font-weight : normal;
	  color : #EFEEEE;
      background-color : transparent;
      line-height : 140%;
}

li{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 12px;
      font-weight : normal;
	  color : #fff;
      background-color : transparent;
      line-height : 150%;
}

.tomboff {list-style: url(images/tombbullet2.gif)
}

.tombon {list-style: url(images/tombbullet.gif)
}

h1{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #b58552;
      background-color : transparent;
      line-height : 75%;
}

.smallcopy{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 9px;
      font-weight : normal;
      color : #fff;
}

.orangebold{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 12px;
      font-weight : bold;
	  color : #CC9933;
}