/* Main Body Styles */
body {
  color: #000; 
  background-color: #FFF; 
  font-family: Arial MT, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
}

/* Inside Page Styles*/ 

/*You can change the width of the main container below to 100% if you want to span the width of your actual template. I only have it set to 800px becasue that is what size it appears to be in your png and I want to be sure it looks good at that size */


#container {
  width: 800px;
  text-align: left;
}
h1{ 
  color: #FFF;
  font-family:'Century Gothic','Avant Garde',Avantgarde,sans-serif;
  font-size: 18pt;
  font-weight: normal;
  background-image: url(images/subtitlebg.jpg);
  background-repeat: no-repeat;
  height: 35px;
  text-align: left;
  padding-left: 4px;
}
h1.type {
  color: #000;
  font-family:'Century Gothic','Avant Garde',Avantgarde,sans-serif;
  font-size: 18pt;
  font-weight: normal;
  background-image: url(images/subtitlebg2.jpg);
  background-repeat: no-repeat;
  height: 35px;
  text-align: left;
  padding-left: 4px;
}
h2 {
  color: #000;
  font-family:'Century Gothic','Avant Garde',Avantgarde,sans-serif;
  font-size: 13pt;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}
h2.type {
  font-size: 40pt;
  font-weight: normal;
  font-family:'Century Gothic','Avant Garde',Avantgarde,sans-serif;
  padding: 0;
  margin: 0;
}
h2.type2 {
  font-size: 36pt;
  font-weight: normal;
  font-family:'Century Gothic','Avant Garde',Avantgarde,sans-serif;
  padding: 0;
  margin: 0;
}
h2.type3 {
  font-size: 32pt;
  font-weight: normal;
  font-family:'Century Gothic','Avant Garde',Avantgarde,sans-serif;
  padding: 0;
  margin: 0;
}
h3 {  
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  padding: 10px;
}
h3.type {  
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
h3.type2 {  
  font-size: 14pt;
  font-weight: normal;
  border-bottom: 0;
  text-align: left;
  margin-top: 0;
  padding: 0;
}
h4 {  
  font-size: 16pt;
  font-weight: normal;
  margin: 0;
}
.big {
  font-size: 11pt;
  font-weight: normal;
}
.large-bold {
  font-size: 12pt;
  font-weight: bold;
}
.larger-bold {
  font-size: 18pt;
  font-weight: bold;
}

.small {
font-size: 8pt;
}
ul.check, ul.check2 {
  list-style-image:  url(images/check.jpg);
}
ul.check li, ul.check2 li {
  margin-bottom: 15px;
}
ul.check2  {
  margin-top: -8px;
}
.testimonials {
  text-align: left;
  border-bottom: 1px dotted #CCC;
  padding: 10px;
}
