/*
    Ash Grove Log Homes Style Sheet
    Main background color:   #D7D69F
          Main Text Color:   #3D546F
         Nav Button Color:   #A7885F
    Nav Button Text Color:   #9EA8B7
*/


body {
    font-size: 10pt;
    background-color:#b0af66;
    color: #3B526E;
	text-align: center;
    font-family: arial, helvetica, verdana, sans serif;
    margin-top:0px;
}

#wrapper {
  margin:0 auto;
  width:700px;
  background-color:#dfd797;
  border: 1px solid #5A5A33;
  padding:0px;
  min-height:800px;
}

#navigation{
  /*position: relative; */
  width:100%;
  z-index: 1
}

.content{
 padding:15px;
}

#footer{
  text-align:center;
  padding-top:5px;
}
#footer, #footer a{
  color:#3D546F;
  text-decoration:none;
}
.indented{
}

.floatright{
    float:right;
}

#content th{
    background-color:#AFAF66;
}


.hovermenu {
    font: bold 13px arial;
    padding-left: 0;
    margin-left: 0;
    height: 18px;
    position:relative;
}

.hovermenu li{
    list-style: none;
    display: inline;
}

.hovermenu li a{
    padding: 2px 0.5em;
    margin-left: 2;
    text-decoration: none;
    float: left;
    color: white;
    background-color: #A7885F;
    border: 1px solid #9EA8B7;
}

.hovermenu li a:hover{
    background-color: #3D546F;
    color: #D7D69F;
    border-style: outset;
}

body .hovermenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
    border-style: inset;
}

.noshow{
  font-size: smaller
}
.boxborder{
    border:1px solid #5A5A33;
    padding:3px;
}

.linkstable{
    border-top:1px solid #999957;
    border-left:1px solid #999957;
}
.linkstable td{
    border-right:1px solid #999957;
    border-bottom:1px solid #999957;
}


