body {
  font-family: trebuchet ms, tahoma, arial, verdana;
}

p {
  margin: 18px 0;
  font-family: arial, sans-serif;
  line-height: 135%;
}

form {
  display: inline;
}

input {
  vertical-align: middle;
}

.mainRoundBorderContent {
  padding: 8px 16px;
}

.landingTitle {
  clear: both;
  float: left;
  font-size: 18pt;
  color: #007ab8;
  margin-top: 9px;  
  z-index: 4;
  position: relative;
  top: 1px;
  width: 350px;
}

.landingTitle .mainRoundBorderContent {
  padding-bottom: 0;
}

.landingContent {
  width: 100%;
  clear: both;
  float: left;
  font-size: 10pt;
  border: 0;
  padding: 0;
}

ul {
  font-family: arial, sans-serif;
  line-height: 135%;
  margin: 5px 0 20px 0;
  padding-left: 15px;
  list-style-type: square;
  list-style-image: url("images/orangeArrow.gif");
}

.sectionTitle {
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-top: 15px;
}

.landingLeftColumn {
  float: left;
  width: 550px;
  padding-right: 5px;
}

.preH1 {
  font-size: 14pt;
  margin-bottom: 10px;
}

.landingLeftColumn h1 {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 17pt;
}

.galleryImages {
  margin-top: 15px;
}

.galleryImages a img.screenShot {
  border: 1px solid #0069AA;
}

.galleryImages a:hover img.screenShot {
  border: 1px solid #0099CC;
}

.galleryImages .magnify {
  position: relative;
  left: -18px;
  top: 6px;
}

.verticalDivider {
  float: left;
  height: 450px;
  width: 1px;
  border-right: 1px solid #CCC;
  margin: 45px 15px 0 40px;
}

.landingRightColumn {
  float: right;
  width: 315px;
  color: #666;
}

.purchaseBox {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}

.priceInfo {
  float: left; 
  width: 125px; 
  margin-left: 14px;
}

#price {
  font-size: 26pt;
}

.buttonArea {
  float: right; 
  width: 125px; 
  margin: 5px 14px 0 0;
}

.otherText {
  clear: both;
  text-align: right;
  font-size: 9pt;
}

.viewDemo {
  position: relative; 
  top: -15px;  
}

a.button {
  padding: 5px;
  border: 1px solid #CCC;
  text-align: center;
  background-color: #FFF;
  font-size: 10pt;
  display: block;
  margin: 0 0 15px 0;
} 

a.button:hover {
  border: 1px solid #0099CC;
}

.orangeBox {
  float: left;
  height: 116px;
  width: 116px;
  padding: 5px 5px 0px 0px;
  margin: 0 30px 0 0;
}

.seeDiff {
  height: 80px;
  padding-top: 20px;
}

blockquote {
  background-image: url(images/lquote.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0;
  padding-left: 0;
  line-height: 16pt;
  font-family: arial, sans-serif;
}

blockquote .bQuote {
  background-image: url(images/rquote.gif);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 35px;
}

.quoteCredit {
  font-family: arial, sans-serif;
  text-align:left;
  font-size:9pt;
  margin: 10px 0 20px 170px;
}

.fellowPrice, .studentPrice {
  display: none;
}

.tooltip {
  z-index: 10; 
  visibility: hidden; 
  width:275px; 
  display:none; 
  background-color: #ffffe0; 
  border: solid 1px #cccccc; 
  padding: 3px;
  margin-top: 60px;  
}

.subText {
  clear: both;
  font-size: 7pt;
  font-family: arial, sans-serif;
  padding-top: 15px;
}