
/*base font and other necessary entries*/
body
{
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #FFFEE8;
  font-family: Footlight MT Light, Times New Roman, MS Serif;
  font-size: 11pt;
  line-height: 150%;
}

.mainbody 
{
  text-align:left;
  width:1000px;
}
/*override body's line-hieght as headings are fine as is*/
h1, h2, h3
{
  line-height: normal;
}

/*TOC styles*/
.toc
{
  width: 180px;
  background-color: #99ccff;
}
.parentover
{
  background-color: #3366ff;
  color: #ffffff;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  width: 164px;
  font-size: 12pt;
  font-weight: bold;
}
.parent
{
  padding: 4px 8px 4px 8px;
  color: #3e3e3e;
  background-color: #99ccff;
  width: 164px;
  font-size: 12pt;
  font-weight: bold;
}
.childover
{
  font-size: 11pt;
  background-color: #70cc33;
  line-height: 120%;
  cursor: pointer;
  color: #000000;
  padding: 4px 5px 4px 15px;
  width: 160px;
  background-image: url(../images/nav_bullet.gif);
  background-repeat: no-repeat;
}
.child
{
  font-size: 11pt;
  line-height: 120%;
  color: #000000;
  padding: 4px 5px 4px 15px;
  width: 160px;
  background-image: url(../images/nav_bullet.gif);
  background-repeat: no-repeat;
}
.childnav
{
  display: none;
  background-color: #FFFEE8;
}
.childnav li
{
  color: #efefef;
}

/*page styles*/

.homepageborder
{
  background-image: url(../images/border_green_blue.jpg);
  background-repeat: repeat-x;
  height: 30px;
  width: 100%;
}
.homelink 
{
  margin-top:5px;
  margin-bottom:0px;
}

.content
{
  padding: 10px;
}
.subhead
{
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size:13pt;
}
.footer
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  color: Gray;
  margin-top: 20px;
}

.quote
{
  border: dotted 4px #ff0000;
  padding: 10px;
  background-color: #ffff99;
  margin-top: 15px;
  width: 500px;
  margin-left: 100px;
}
.quotespecial
{
  border: dotted 4px #ff0000;
  padding: 10px;
  background-color: #ffff99;
  margin-top: 15px;
  width: 500px;
  margin-left: 230px;
}
.quotetext
{
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.quotesig
{
  font-size: 16px;
  font-style: oblique;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 20px;
}
.clear
{
  clear: both;
  height: 0;
  margin: 0;
  font-size: 1px;
  line-height: 0;
}
.nowrap 
{
  white-space:nowrap;
}
.important
{
  font-weight: bold;
}
.rule {
border-bottom: dotted 1px #70cc33;
width:100%;
height:1px;
}
/*homepage*/
.homepageintro
{
  width: 400px;
  font-size: 18px;
  border: dotted 4px #ff0000;
  padding: 10px;
  background-color: #ffff99;
  margin-top: 10px;
  text-align: center;
}

/*testimonial page*/
.testimonial
{
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #70cc33;
}

/*press page*/
.pressdate
{
  vertical-align: top;
  font-weight: bold;
  width: 150px;
  text-align: left;
  border-bottom: dotted 1px #70cc33;
}
.pressdescription
{
  vertical-align: top;
  width: 240px;
  text-align: left;
  border-bottom: dotted 1px #70cc33;
}
.presslink
{
  vertical-align: top;
  width: 240px;
  text-align: left;
  border-bottom: dotted 1px #70cc33;
}
.pressgrid
{
  border-top: dotted 1px #70cc33;
}
.pressgrid td
{
  padding-bottom: 30px;
}
.photocaption 
{
  font-style: oblique;
  margin-top:5px;
  margin-bottom:10px;
  padding:0px;
}

.pressphoto 
{
float:left;
width:310px;
margin-right:20px;
}
.pressphoto img 
{
 margin-right:20px;
 border:solid 1px #efefef;
 width:300px;
 height:230px;
}

/*speaking page*/
.speakingengagements
{
  width: 45%;
  float: left;
  padding-right: 10px;
  border-right: dotted 1px #70cc33;
}

.speakingcomments
{
  width: 50%;
  float: right;
}
.speakingcomments .quotetext
{
  margin-bottom: 20px;
}

/*photo pages*/
.photos img
{
  margin:20px;
  border: solid 1px #efefef;
  vertical-align:top;
  white-space:pre-wrap;
  
}
.photonav 
{
  margin-left:10px;
}

/*Video Page*/
.videosegment 
{
  border-bottom: dotted 1px #70cc33;
}
.actionshot 
{
  width:500px;
  margin-bottom:20px;

}
.actioncaption 
{
  margin-top:1px;
  padding-top:1px;
}
/*contact page*/
.contactinfo td
{
  font-size: 18px;
  font-weight:bold;
  vertical-align:top;
  padding:5px;
}

/*products*/

.productlisting
{
  border-bottom: dotted 1px #70cc33;
  margin-top:20px;
}
.productdescription 
{
}
productimage 
{
}