A:link { color: #cc9940; }
A:hover { color:#cc9940; }
A:visited { color: #cc9940; }

P {
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 12px;
  /* width: 80%; */
  margin: 0px 20px 20px 20px;
}

p.name {
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 80%;
  margin: 10px 10px 0px 20px;
}

p.quote {
  color: white;
  font-family:  Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 65%;
  margin: 5px 0px 0px 40px;
}

p.category {
  color: #cc9940;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: 80%;
  margin: 0px 20px 20px 0px;
}

p.company {
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 80%;
  margin: 20px 0px 0px 10px;
}
P.menu {
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
}

P.contact {
  background-color: #cc9940;
  color: black;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 5px 0px;
  margin: 0;
  width: 100%;
}

BR.body {
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 80%;
  margin: 0px 20px 20px 20px;
}

P.contactf {
  background-color: black;
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding: 5px 0px;
  margin: 0;
  width: 100%;
}

P.heading1 {
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 24px;
  /* width: 80%; */
  margin: 0px 20px 20px 20px;
}

P.heading2 {
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 18px;
  /* width: 80%; */
  margin: 0px 20px 20px 20px;
}

img.photos  {
  float: right;
  margin: 15px;
  border: 10px solid white;

}

img.centered {
  margin: 15px;
  border: 10px solid white;
  float: center;
}

ul.body { 
  list-style-type: square; 
  color: white;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 70%;
} 

li {
  margin-bottom: 10px;
}
.chromestyle {
  width: 90%;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both;  
  visibility: hidden;
}

.chromestyle ul{
  width: 100%;
  background: #9E742A;
  padding: 4px 0;
  margin: 0;
  text-align: right;
}

.chromestyle ul li{
  display: inline;
}

.chromestyle ul li a{
  color: white;
  padding: 4px 4px;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #cc9940;
}

.chromestyle ul li a:hover{
  background: #cc9940;
  color: white;
}

.chromestyle ul li a:visited{
  color: white;
}
.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
  /* content: " " url(downimage.gif); */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
  position:absolute;
  top: 0;
  border: 1px solid #BBB;
  border-bottom-width: 0;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height:18px;
  z-index:100;
  background-color: black;
  width: 200px;
  visibility: hidden;
}

.dropmenudiv a {
  width: auto;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #BBB;
  padding: 2px 0;
  text-decoration: none;
  color: white;
}

* html .dropmenudiv a { /*IE only hack*/
  width: 100%;
}

.dropmenudiv a:hover{
  background-color: #cc9940;
  color: white;
}

.dropmenudiv a:visited{
  color: white;
}