/*
** MillionDollarPr.com CSS **
*/    

/* Overall body */
body {
  font-family: verdana;
  font-size: 10pt;
  color: #000;
  background-color: #62b7d2;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mainDiv{
  width: 700px;
  margin: auto;
  background-color: #fff;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
}

/* Header */
.head {
  display: block;
  background: center center url("/images/header2.gif") no-repeat;
  width: 700px;
  height: 99px;
  padding-top: 35px;
}
.links {
  width: 350px;
  position: relative;
  top: -65px;
  padding-left: 10px;
  margin-bottom: -25px;
}
.links a {
  color: #000;
  text-decoration: none;
}
.links a:hover {
  text-decoration: underline;
}

/* Lists */
ul li, ol li  {
  padding-bottom: 15px;
}
ul li li {
  padding-top: 10px;
  padding-bottom: 0;
}
ul, ol {
  padding-left: 65px;
  padding-right: 55px;
}
.package ul, .package ol {
  padding-left: 35px;
  padding-right: 25px;
}

/* Page */
.topContent {
  padding: 0 15px;  
}
.content {
  padding: 0 90px 25px 90px;
}
.h12 {
  font-family: arial;
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
}
.h12b {
  font-family: arial;
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
  color: #00f;
}
.h12r {
  font-family: arial;
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
  color: #f00;
}
.h14r {
  font-family: arial;
  font-size: 15pt;
  font-weight: bold;
  text-align: center;  
  color: #f00;
}
.h14{
  font-family: arial;
  font-size: 15pt;
  font-weight: bold;
  text-align: center;  
}
.h16 {
  font-family: arial;
  font-size: 18pt;
  font-weight: bold;
  color: #f00;
  text-align: center;
}

/* Email contact form */
.signup {
  font-size: 7pt;
  width: 200px;
  float: right;
  padding: 5px;
  margin-left: 25px;
}
.signup strong {
  font-size: 7pt;
  color: #00f;
}
.topBox {
  background: top center url("/images/contactBox_01.gif") no-repeat;
  height: 18px;
}
.midBox {
  background: top center url("/images/contactBox_03.gif") repeat-y;
  text-align: center;
}
.midBox table {
  margin: auto;
}
.botBox {
  background: top center url("/images/contactBox_05.gif") no-repeat;
  height: 18px;
}
#form1 {
  width: 180px;
  padding: 0;
  margin: 0;
}
.submit {
  background-color: #aaa;
}

/* Testimonial blocks */
.tstmlDiv {
  clear: both;
  padding: 20px 35px 20px 50px;
  margin-bottom: 25px;
  background-color: #f3f1df;
  border: 1px #d6d0a2 solid;
}
.tstmlDiv img{
  float: left;
  padding: 5px;
  background-color: #fff;
  border: 1px #ddd solid;
  margin: 0 20px 0 0;
}

/* Product package block */
.package {
  padding-left: 55px;
  padding-right: 10px;
  border: 1px #62b7d2 solid;
  background-color: #f3f1df;
}
.package strong {
  font-size: 14px;
}

/* Footer */
.footLinks {
  text-align: center;
}
.footLinks a {
  color: #000;
  text-decoration: none;
}
.footLinks a:hover {
  text-decoration: underline;
}

/* Other */
.flashVid {
  margin-bottom: 15px;
}
.centerDiv {
  text-align: center;
}
.clearDiv {
  clear: both;
}
.articles a {
  color: #000;
  text-decoration: underline;
  font-size: 14pt;
}
.articles a:hover {
  text-decoration: underline overline;
}
