body{
background-color: #cccc99;
/*background-image: url("backgroundimage.jpg");*/
margin:0;
}
#header{
 position:relative;
 background-image: url("wamheaderbackground.jpg");
 background-repeat:repeat-x;
 margin: 0%;
 padding: 0;
 height:196px;
 width:100%;
 float:left;
 text-align:left;
border-top: thin solid #B88714;
 /* border-style:dashed; color:red; */
  border-bottom: thin solid #B88714;

}

#search{
  position:absolute;
  top:60px;
  right:100px;
  background-color:  #F7F8E0;
  width:auto;
  height:auto;
  margin: 0;
  padding: 0;
  text-align:left;
  text-decoration: none;
  /* border-style:dashed; */
  /*  float:right/; */


}

#mainmenu{
  background-color:  #cccc99;
  width:auto;
  height:auto;
  margin: 0;
  padding: 0;
  text-align:center;
  text-decoration: none;
}

#main{
  margin:2% 15% 2% 15%;
  /* margin-right:15%;
  margin-left:15%; */
}

/* Style for page footer */
#footer {
background-image: url("footer.jpg");
background-repeat:repeat-x;
margin: 0;
padding: 0;
border-top: thin solid #B88714;
border-bottom: thin solid #B88714;

/*height:100px;*/
width:100%;
}
/*used on all pages */
#menufooter{
  text-align:center;
  padding-bottom:4px;
}
/*class used on all pages */
.pfooter{
  font-family:'times new roman',courier;
  font-size:20px;
  text-align:center;
  width: 100%;
  margin: 15px;
}

/*Style for page menus*/
ul#menu li {
  list-style: none;
  text-align: left;
  margin: 0;
  display: inline;
  padding: 1em;
  list-style-position:outside;
  font-size:20px;
  font-weight:bold;

}

/*Style for hyperlinks*/
a:link {
  color: #B88714;
/*  color:#F7F8E0; */
}
a:visited {
  color: #B88714;
/*  color:#F7F8E0; */
}

p{
  text-align:left;
  font-family:'times new roman',courier;
  font-size:18px;
}
/*used on default and index pages */
button{
   background-color:#B88714;
   width:250px;
}
/*used on default and index pages */
#buttons{
   text-align:center;
   margin-right:15%;
   margin-left:15%;
}
/*used on default and index pages */
ul#news li{
   font-size:15px;
   list-style-type:square;
   margin-right:15%;
   margin-left:15%;
}
/* used on the attorney and staff pages */
#bio{
   margin-right:15%;
   margin-left:15%;
}
/* classes used on the questionnaire page */
/* description, type1, type2 */
.description{
  left:0;
  position: relative;
  top: 0;
  width:500px;
  height:50px;
  font-size: .9em;
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
  float:left;
  border-style:outset;
  border-color:#B88714;
  border:5px;
}

.type1{
  left:100;
}

.type2{
  left:200;
}


.type1,.type2{
  position: relative;
  top: 0;
  width: 100px;
  height:50px;
  font-size: .9em;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em;
  float:left;
  border-style:outset;
  border-color:#B88714;
  border:5px;
}
/* removes underline from hyperlinked text (a) and images (img)*/
a {
  text-decoration:none;
}
img {
   border: none;
    }
/*change color of text for url addresses on links page*/
.hilite{
  color:#F7F8E0;
}
/*change color of text for Names and Headings*/
.hilite1 {
  text-align:left;
  font-weight:bold;
  font-family:'times new roman',courier;
  font-style:italic;
  font-size:medium;
  color:#B88714;

}
/* Class for Horizontal lines*/
hr{
 /*  background-color:#F7F8E0; color:#F7F8E0;*/
      background-color:#B88714; color:#B88714;
}
