/* ForeverHome 2.0 Navigation Styles */
.logoLink img
{
  border: 0;
}
.mainNav
{
  height: 30px; 
  float: right;
}
.leftEnd
{
  height: 30px;
  width: 20px;
  
  float: left;
  
 /* background: url('../images/interface/left-end.png') no-repeat;*/  
}
.rightEnd
{
  height: 30px;
  width: 20px;
  
  float: right;
  
  /*background: url('../images/interface/right-end.png') no-repeat;*/ 
}
.buttons
{
  height: 30px;

  float: left;
  
  /*background: url('../images/interface/main-nav.png') repeat-x;*/ 
}
.buttons a
{
  display: block;
  height: 30px;
  
  float: left;
  margin: 0 6px 0 6px;
  
  font-size: 1.8em;
  text-decoration: none;
  color: white;
  
  line-height: 30px;
}
.buttons a:hover
{
  color: #ffffff;
}
.dividerMain
{
  height: 30px;
  width: 10px;
  
  float: left;
  
  
  background: url('../images/interface/nav-main-divider.png') no-repeat center center;
}
.pageFooter a
{
  color: black;
  text-decoration: none;
  
  margin: 0 5px 0 5px;
}
.pageFooter a:hover
{
  color: #fff;
}
a.inlineLink
{
  color: black;
}
a.inlineLink:hover
{
  color: #0096d7;
  text-decoration: none;
}
a.adLink
{
  color: #0096d7;
  display: none;
}
a.adLink:hover
{
  color: #2066a7;
  text-decoration: none;
}
