body {
    background-color: #334313;
    font-family: Tahoma, Verdana, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px;
    font-size: 14px;
    min-width:900px;
}

#leftcontent {
    left:10px;
    position:absolute;
    top: 185px;
    width: 125px;
    font-size: .6em;
    border: inset #CDA88C 1px;
    background:#ffffff;
    text-align: center;
}

html>body #leftcontent {
    height: auto;
    min-height: 505px;
}

#centercontent {
    font-size: 1em;
    background:#fafafa;
    padding-bottom: 20px;
    border: inset #CDA88C 1px;
    voice-family: "\"}\"";/* for IE5x */
    voice-family: inherit;
    margin-left: 145px;
    margin-right: 145px;
    margin-top:3px;
}

html>body #centercontent {
    height: auto;
    min-height: 570px;
}

#rightcontent {
    position:absolute;
    top: 185px;
    right: 5px;
    font-size: .3em;
    right:10px;
    width:125px;
    border: inset #CDA88C 1px;
    background:#fafafa;
    text-align: center;
    min-height: 595px;
    height: auto;
    padding-top: .7em;
    padding-left: .3em; 
}

html>body #rightcontent {
    height: auto;
    min-height: 605px;
    margin-top:.2em;
}

#banner {
    text-align: center;
    height: 148px;
    z-index: 99999;
    background-image:url('../images/repeat_camo2.JPG');
    background-repeat: repeat-x;
}

html>body #banner {
    height:147px;
}
   
h1,h2,h3 {
    padding: .3em 0 .3em 0;
}

h1 {
    font-size: 1.3em;
    font-weight: bold;
    color: #334313;
    border: 1px solid #333300;
    margin: .2em .2em .2em .15em;
    background-color: #CCCC66;
    padding-left:.5em;
}

h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #669933; 
    margin-left: 1.2em;
    margin-right: .2em;
    padding-left: .2em;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    color: #334313; 
    background-color: #CCCC66;
    border: 1px solid #333300;
}

a {
    color: #135835;
}     

p {
    margin-left: 1.4em;
    margin-right: 1.4em;
}

img {
    border:none;
}

li {
    margin-left: 2.4em;
}

.review {
    margin:1em;
}

.review li {
    margin-left:0;
    border:1px solid #cccc66;
    margin-right:20px;
    margin-bottom:5px;
    padding-left:5px;
    list-style-position:inside;
}

.review p{
    font-size: .8em;
    float:left;
}

.score {
    float:right;
    font-size:2em;
    font-weight:bold;
    color:#cccccc;
    width:220px;
    margin:10px;
}

#login {
    width:125px;
    border: inset #CDA88C 1px;
    background:#ffffff;
    top: 134px;
    left: 10px;
    font-size: 8pt;
    text-align: left;
    color: #003300;
}
.signup{
    margin-top:.5em;
    margin-left:1em;
}
a.signup {
    color: #AA0000;
    font-size: 1.2em;
}
.loginField {
    font-size: 8pt;
}
.navRow{
    width: 100%;
}
.navBg{
    float:right;
    width:100%;
    background-image: url('../images/woodgrain.jpg');
    border-bottom: 2px solid #003300;
    height: 30px;
    text-align:center;
}
.nav {
    margin-left:auto;
    margin-right:auto;
    width:410px;
    height: 30px; 
    font-family:"Myriad", Tahoma, Verdana, sans-serif;
    font-size: .8em;
}

.nav_button a {
   width:200px;
}

.nav_button a:link, 
.nav_button a:visited {
    height: 20px;
    border-left: 1px solid #666600;
    border-right: 1px solid #666600;
    border-top: 1px solid #666600;
    border-bottom: 1px solid #666600;
    padding-top:8px;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #CCCC66;
    background-color:#334313;
}

.nav_button a:hover {
    background-color: #003300;
    color: #999933;
}

.admin_nav {
    min-width: 330px; 
    width: 390px; 
    height: 34px; 
    top: 1.2em;
    z-index: 99999;
    position: relative;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    font-family:"Myriad", Tahoma, Verdana, sans-serif;
    font-size: .7em;
    text-align: center;
}
.admin_nav_button a:link, 
.admin_nav_button a:visited, 
.admin_nav_button a:active {
    display: block;
    width: 31%;
    border: solid #996633 1px;
    background-color: #333300;
    padding-top: .45em;
    padding-bottom: .45em;
    margin-top: .4em;
    margin-left: .4em;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.admin_nav_button a:hover {
    background-color: #C13302;
}

#admin_centercontent {
    font-size: 1em;
    background:#ffffff;
    margin-left: 110px;
    margin-right: 10px;
    padding-bottom: 20px;
    border: inset #CDA88C 1px;
    voice-family: "\"}\"";/* for IE5x */
    voice-family: inherit;
    margin-left: 110px;
    margin-right: 10px;
    height: 470px;
}

html>body #admin_centercontent {
    margin-left: 110px;
    margin-right: 10px;
    height: auto;
    min-height: 470px;
}

#footer {
    width: 95%;
    text-align: center;
    font-size: .6em;
    color: #FFFFFF;
    padding-top: 1em;
}

#footer a {
    color:#cc3300;
    font-size:1.1em;
}

.showTable{
    position:relative;
    height:60%;
    width:99.4%;
    /*overflow:scroll;
    overflow-x:auto;
    overflow:-moz-scrollbars-vertical;*/
    font-size: .8em;
    margin-left: .4em;
}

.reportbox {
    font-size: 10pt; 
    padding: 2em;   
}

.outfitterMap {
    text-align: center;
}

.adHead  {
    margin-top:0px;
}

.adBox  {
    width:120px;
    margin-left:2px;
    margin-top:2px;
    margin-bottom:.3em;
    font-size: 1.1em;
}

.adBox h3 {
    font-size: 1.1em;
}

.stateInfo {
    position:relative; 
    float:left; 
    width:31.1%;
    margin-right:.2em;
    margin-left:.1em;
    font-size: .8em;
    border: 1px solid #CCCC66;
    padding: .5em;
}
   
.listItemRow :hover {
}

.row0 {
    background-color: #e0e0e0;
}

fieldset {
    font-size: .8em;
    border: solid 1px #333300;
    width: 78%; 
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 1em;
    clear: both;
}

legend {
   color: #000000;
   font-weight: bold;
}

label {
   text-align:right;
   width:120px;
   float:left;
   margin: .2em;
   margin-right: .5em;
   padding-bottom: .5em;
   padding-top:.5em;
}

table {
   border: 1px solid #CCCC66;
   margin-top: 0;
   font-size: 0.8em;
   width: 100%;
}

th.review {
   background-color: #999999;
   color: white;
   font-weight:normal;
   width: 30px;
}

td.review {
   text-align: center;
   background-color: #EEEEEE;
}

td.rowTitle {
   text-align: left;
}

td {
   font-size: 1.2em;
}

br {
   clear: both;
}  

fieldset .nobr {
   display:none; 
}

fieldset .textfield {
   margin:3px;
   height:20px;
   width:200px; 
}

fieldset .textarea {
   margin:3px;
   height:165px;
   width:200px; 
}

fieldset .formRadio {
   padding-top:.7em;
}

.simpleContainer {
   text-align: center;
}

span.label {
   margin-right: 1em;
   display: block;
   text-align: right;
   float: left;
}

.formCol35 {
   width:30%;
   float:left;
}

.formCol60 {
   width:60%;
   float:left;
}

.formField {
   float:left;
}

.multigroup {
   border: solid black 1px;
}

.reportAnswer {
   vertical-align: bottom;
   font-weight: bold;
   width: 70%;
   background-color: #EEE;
   margin: .1em;
}

.reviewRating{
   font-weight: bold;
   width: 20%;
   display: block;
   text-align: center;
   margin-left:25%;
   font-size:1.4em;
}

.reviewlabel {
   font-weight: bold;
   width: 50%;
   margin-right: 1em;
   display: block;
   text-align: right;
   float: left;
}

.outfitterlabel {
   width: 25%;
}

fieldset .label{
   width: 100px;
   margin-left:20px;
}

.headCell{
   font-weight: bold;
   background-color: #CCCC66;
   color: #333300;
}

input {
   background-color: #FFFFCC;
   font-size: 8pt;
   float:left;
   padding: .2em;
}

input:hover {
   background-color: #FFFFCC;
}

input[type=submit] {
    margin-left:.6em;
    background-color:#efefef;
    padding:.3em .7em;
}

select {
   background-color: #FFFFCC;
   font-size: 8pt;
}

select:hover {
   background-color: #FFFFCC;
}

textarea {
   background-color: #FFFFCC;
   font-size: 8pt;
   padding: .2em;
}

#button {
   background-color:#8A8A2E;
   padding-left: .5em;
   padding-right: .3em;
}

.insert {
   margin-left:1em;
   font-size: .9em;
   padding: .4em;
   padding-bottom:0;
   text-align:center;
}

.statesBox {
   float:left;
   width: 100px;
   position:relative;
}

.animalsBox {
   float:left;
   width: 200px;
   height: 400px;
   overflow:auto;
   position:relative;
}

.animalsBox input{
   margin-left:10px;
}

/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder,.imageSlideshowHolder_left{
    margin:5px; /* "Air" */
    float:right; /* Floating gallery at the right side of other web page content */     
    width:360px;   /* Image width */
    height:320px;  /* Image height */
    position:relative;   /* Don't remove this line */
}

.leftFloatingDiv{
    float:left;
    width:160px;
    height:110px;
}

/* Don't change these values */
.imageSlideshowHolder img{
    position:absolute;
    left:0px;
    top:0px;
}

#required {
    color:rgb(150,0,0);
}

.form_error {
    color: red;
    font-style: italic;
}
