.sb_title, h1
{
  padding-top: 3px;
  padding-right:auto;
  color:#f25a4f;
  font-size:16px;
  font-weight:bold;
  text-transform: uppercase;

}

.quote, #blockquote, blockquote
{
  padding-right:auto;
  color:#f25a4f;
  font-size:14px;
  font-family: "Georgia";
  line-height:23px;
  
}
.normal_b
{
  color:#f25a4f;

}
#emh, strong, b
{
  color:#f25a4f;
  font-size:12px;
  font-weight:bold;
  /*font-family: "Georgia";*/
}

.wrap_left_img
{
  position:relative;
  float: left;
}

.calendarHeader
{
   font-family: "trebuchet MS";
  font-size: 17px;
  font-weight: bold;
  line-height:62px;
  text-align: center;
  width: 68px;
  height: 70px;
  background-image: url("..//IMAGES/interface/cal_bx.png");
  background-repeat: no-repeat;

}

.calendarToday_date 
{  
  font-family: "Georgia";
  font-size: 26px;
  font-weight: bold;
  line-height:52px;
  text-align: center;
  width: 68px;
  height: 70px;
  background-color: #F4F1E7;
  background-image: url("..//IMAGES/interface/cal_bx_today.png");
  background-repeat: no-repeat;
} 
.calendar_date
{
  font-family: "Georgia";
  font-size: 26px;
  font-weight: bold;
  line-height:52px;
  text-align: center;
  width: 68px;
  height: 70px;
  color:#736357;
  background-color: #F4F1E7;
  background-image: url("..//IMAGES/interface/cal_bx.png");
  background-repeat: no-repeat;
} 
.calendar_datelink
{
  text-decoration: none;
  color: #C16357;
  position: relative;
  z-index: 0;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 25px;
}
.calendar_datelink:hover, .calendarToday_date:hover
{
  background-color: transparent;
  z-index: 50;
}
.calendar_datelink span
{
  position: absolute;
  font-family: "trebuchet MS";
  font-size: 12px;
  font-weight: normal;
  line-height:24px;

  padding: 0px;
  left: -1000px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}
.calendar_datelink:hover span
{
  visibility: visible;
  top: -108px;
  left: -45px; /*position where enlarged image should offset horizontally */
  width: 218px;
  height: 142px;
  background-image: url('..//IMAGES/interface/cal_info.png');
  background-repeat: no-repeat;
 
}

.calendar_datelink:hover span h4
{
 font-family: "Georgia";
 font-size: 30px;
 float:left;
 line-height:20px;
 font-weight: bold;
 padding: 5px;
 color:#C16357;
}

.calendar_datelink:hover span p
{
 font-family: "trebuchet MS";
 font-size: 12px;
 font-weight: normal;
 color:#666666;
 line-height:20px;
 padding-top:30px;
 padding-right:2px;
 padding-left:10px;
 padding-bottom:5px;
 text-align: left;

}
.calendar_date:hover
{
 background-color: #FFFFFF;
}

.calendarHeader_mn
{
 font-family: "Georgia";
  font-size: 16px;
  font-weight: bold;
  line-height:52px;
  text-align: center;
  
}
.calendarHeader_mn a
{
  text-decoration: none;
  background-color:#666666;
  color:#FFFFFF;
  font-family: "Georgia";
  font-size: 16px;
  font-weight: bolder;
  line-height:52px;
  text-align: center;
  padding: 5px;
}


