
#txt1,#txt1a,
#friendsTbl,
#ss,
#faq {
  position: absolute;
  padding: 0;
  margin: 0;
}

#placeholder {
  display:none;
}

p {
  line-height: 1.5;
}

#txt1 {
  left: 6px;
  top: 100px;
}

#txt1a a {
  color: #3811c8;
}

#txt1a a:hover{
  color: #00ff00;
  cursor: pointer;
}

a#emailLnk {
  color: white;
}

a#emailLnk:hover {
  color:  #00FF00;
}


#txt1a{
  left: 6px;
  top: 270px;
}

#friendsTxt{
  position: absolute;
  top: 70px;
  left: 750px;
  }
#friendsTxt p{
  padding-bottom: 10px;
}
#friendsTbl {
  left: 750px;
  top: 151px;
}

#friendsTbl #imgRow td{
  vertical-align:bottom;}

#friendsTbl td {
  width: 120px;
  vertical-align:top;
  padding-right: 5px;
  font-size: 10px;
}

#friendsTbl p {
  line-height: 1.5;
  padding-bottom: 5px;
}

.owner{
  font-family: Georgia, Verdana, serif;
  font-weight: bold;
  font-size: 12px;
 line-height: 1.5;
}

#ss {
  left: 368px;
  top: 70px;
}

#controls{
  width: 323px;
  text-align: center;
  margin-bottom: 3px;
border: 1px groove #ccc;
}

#ss #controls a{
color: #ccc;
padding: 1px 15px;
font-size: 15px;
font-weight: bold;
line-height: 1.5;
margin: 0px 20px;
}

#ss #controls a:hover{
  color: #00FF00;
  cursor:move;
}

#ssTxt {
position: absolute;
  top: 330px;
  width: 300px;
  line-height: 1.5;
}
#ssTxt p{
  margin-bottom: 5px;
}
.idiv {
 position: absolute;
}

#faq {
  left: 1434px;
  top: 37px;
  height: 386px;
  background-color: #f0eacf;
  background-image:url(images/contact/faqBG.jpg);
  background-repeat:no-repeat;
  padding: 20px;
}

h2{ font-size: 13px;
 margin-top:0; 
 font-family:Georgia, Arial, serif;
 }


#faq * {
  color: black;
}

#faq p {
  margin-left: 200px;
  font-weight: bold;
 font-family:Georgia, Arial, serif;
}

#faqContainer {
  margin-left: 200px;
  margin-bottom: 15px;
  margin-right: 0px;
  width: 700px;
  overflow: auto;
  height: 300px;
  padding: 10px 15px;
  background-image: url(images/contact/faqTxtBG.gif);
  background-repeat:repeat;
}

#faq dt {
  color: #1ABED6;
}

dd {
  padding-bottom: 5px;
}

#siteInfo{
  width: 2500px;
}
#sliding {
  width: 2000px;
}

/* CALENDAR STYLES */
#contactPage #extra{
  position: absolute;
margin-top: -30px;
 top: 0;
 left: 320px;
 background-color: #f0eacf;
 border: 3px inset white;
text-align: right;
color: black;
}

#extra a{
 padding-right: 10px;
}
#calDl{
font-size: .9em;
 width: 700px;
 *width: 790px;
 border: 3px inset white;
 text-align: center;
 white-space:normal;
 }

.booked {
  background-color: #0033CC;
  color: #CCCCCC;
  text-decoration: line-through;
}
.monthTbl{
 background-color: white;
 color: black;
 margin: 5px;
display: inline-table;
*display: inline;
border: 1px solid black;
float: left;
}
.monthTbl td{
 border: 1px solid black;
}
.monthHdr{
 background-color: #66FFFF;
}

.monthHdr table td{
 border: none;
}
.dayHdr{
  background-color: #CCCCCC;
}

.hideDay{
  color: white;
}