/* CORE TEMPLATE COMPONENTS */
  
body, img, form, h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: 0;}
  
body {
  text-align: center;
  background: white url(../images/tilePaleBlue.gif);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #006;
  }

h1 { text-align: center;
   }
/* a {color: #f60;
  text-decoration: none;
  background-color: transparent;
}
 
a:hover {
  color: #006;
  background-color: #f2f2f7;}
 */ 
div, h1, h2, h3, p, li {
  line-height: 120%;
  }

div.page {
  position: relative;
  width: 766px;
  padding: 0px 0 15em;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  border-left: 1px solid #dadae9;
  border-right: 1px solid #dadae9;
  text-align: left;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 766px;
}

html>body div#page {
  width: 768px;
}

h2, p, ul, ol {
  margin: 12px 0.5em 0.5em;
}

li {  list-style-image: url(images/checkbox.gif);
  /*list-style-position: inside;	*/
  /*list-style-type: circle;  */
}	
h1 {
  font-weight: bold;
  font-size: 225%;
  margin-bottom: 0.42em;
  color: red;
}
  
h2 {
  font-size: 125%;
  margin-top: 1.15em;
  text-align: center;
}
  
h3 {
  font-size: 110%;
}

.first {
  font-size: 125%;
}
  
.prehead {  
   font-style: italic;
   font-size: 150%;
}  
 
P.signature { font-family: "Monotype Corsiva", cursive;
    color: blue;
    font-size: 200%;
    margin-bottom: -15px;
    margin-top: 1px;
}

div#mainText li {
  margin-bottom: 0.33em;}
 
.testimonial {
  clear: both;
  color: black;
  background-color: #ffffcc; 
  float: right; 
  width: 40%;
  border: 2px #dadae9 solid;
  padding: 10px 20px 10px 10px;
  margin: 0em -30px 0 2em;
}  

.testimonial p {
   margin: 0 2px 0 0;
} 
.author { 
   font-style: italic;
   font-weight: bold;   
}
.role {
   font-style: italic;   
}
/* CENTRAL COLUMN */

div#homeText, div#mainText {
  padding: 6px 60px 0 60px;
  }
  
div#homeText {
  padding-top: 181px;
  }

/* tables appear only on the detail pages */
table {
  margin: 10px;
  padding: 0;
  border-left: 1px solid #dadae9;
  border-top: 1px solid #dadae9;
  }

th, td {
  padding: 3px 4px;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #dadae9;
  border-bottom: 1px solid #dadae9;
  }

th { 
  background-color: white;
  font-weight: 600;  
  text-align: center;
  }

th.top {
  background-color: #f60;
  color: white;
  font-size: 125%;
  }

td {
  background-color: #f7f7fa;
  }
  
td.head {
   text-align: center;
   font-weight: bold; 
   }

/* Styling when editing - to give room for edit panels and show titling. */
.formonly  {
   display: none;  
   }
   
form  .formonly {
   display: inherit;
   clear: both;
   }

form div#mainText {
  padding: 0px;
  }
  
form div#homeText {
  padding: 0px;
  }
  
form div.sideBar {
  position: static;
  float: left;
  padding-top: 50px;
  margin-right: 0px;
  width: auto;
  }
  
form div.item {
  margin-left: 0px;
  margin-bottom: 0em;
  font-size: 92%;
  }
  
form div.item div {
  margin-top: 0em;
  }
  
/* things for newsletter form */ 
.field {
   font-size: small;
   text-align: right;
}

.boxl {
  /* float: left; */
   font-size: smaller;
   margin-left: 0px;
}

div.offerbox {
   clear: both;
   border: 3px solid #9898A3;
   text-align: center;
   font-size: 150%;
}   

blockquote {
   font-style: italic;
   font-weight: bolder;
   
   }