/*
*
*  INSTYLE IT - Default Style sheet
*  Creation Date: 25-05-2004
*  http://www.instyleit.com.au - Australian Web Hosting and Design
*  
*/
/*********************************
** Default page styles
*********************************/
html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #000000;
}
.pageBody {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5%;  
   padding-right: 5%;
   color: #000080;
   font-size: 12px;
   font-weight: normal;
}
.resetPadding {
   padding: 10px 0 10px 0;
}

h1 {
   margin-top: 15px;
   font-size: 40px;
   text-align: center;

}
h2 {
   font-size: 35px;
   text-align: center;
}
h3 {
   font-size: 16px;
   text-align: left;
}
h4 {
   font-size: 14px;
   text-align: center;
   margin-left: 3px;
   margin-right: 3px;
   margin-top: 40px;
   color: white;
}
h5 {
   font-size: 15px;
   text-align: center;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   color: #000080;
}
a {color: blue; text-decoration: underline}
a:hover {color: blue; text-decoration: none}
a:visited {color: blue; text-decoration: underline}

.header {
  background: #800000;
}
.logo {
 text-align: center;
 width: 130px;
}

.rightCol {
 padding-top: 10px;
 padding-bottom: 20px;
 width: 150px;
 background: #800000;
}

/* EOF Default page styles*/

/******************************
** Link styles
******************************/
a {color: blue; text-decoration: underline}
a:hover {color: blue; text-decoration: none}
a:visited {color: blue; text-decoration: underline}
a:visited:hover {color: blue; text-decoration: none}

/* EOF Link styles*/

/******************************
** Heading styles
******************************/
.subHeading {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.subHeading2 {
  font-weight: bold;
  font-size: 18px;
}
/* EOF Link styles*/

/******************************
** Footer styles
******************************/
.footerCopy {
   font-weight: bold;
   color: #808080;
   text-align: center;
   left-padding: 5%;
   right-padding: 5%;
}
a.footerLink {color: #808080; text-decoration: underline;}
a.footerLink:hover {color: #808080; text-decoration: none;}
a.footerLink:visited {color: #808080;}

/* EOF Footer styles */

.padRight5 {
   padding-right: 15px;
}

.floatRight {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}
.floatLeft {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0;
}

.slogan {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-align: center;
}
.border1 {
  border: black solid 1px;
}
.strong {
  font-weight: bold;
}

.whiteBG {
  background: white;
  margin-top: -10px;
}
.testimonial {
   border: blue dotted 2px;
   font-style: italic;
   width: 300px;
   padding: 5px;
   background: #87CEEB;
}
.plain {
  font-style: normal;
}
#clients img {
   border: none;
}