/* Author: Linda Townsend */

 body {
 background-image:url("../images/bkg.jpg");
 background-repeat:no-repeat;
 background-color: #ffffff;
 font-family: sans-serif;
 font-size: 13px;
 margin: 125px 10px 10px 185px;
 }
 
 .body {
 background-color: #eff6ff;
 color: #000000;
 font-family: sans-serif;
 font-size: 13px;
 width: 480px;
 padding: 8px;
 border: 1px solid #003399;
 }
 
 .header {
 position: absolute;
 left: 185px;
 top: 30px;
 width: 385px;
 }
 
 .header1 {
 color: #000000;
 font-family: sans-serif;
 font-size: 27px;
 text-decoration: none;
 width: 315px;
 }
 
 .headersm {
 color: #000000;
 font-family: sans-serif;
 font-size: 18px;
 text-decoration: none;
 width: 315px;
 }
 
 .header2 {
 color: #000000;
 font-family: sans-serif;
 font-size: 18px;
 text-decoration: overline;
 width: 315px;
 }
 
 .header3 {
 color: #003399;
 font-family: sans-serif;
 font-size: 12px;
 font-style: italic;
 text-align: right;
 width: 315px;
 font-weight: bold;
 letter-spacing: 0.05 cm;
 float:right;
 }
 
 .sbutton {
 position: absolute;
 left: 589px;
 top: -135px;
 width: 150px;
 }
 
 .footer {
 color: #000000;
 font-family: sans-serif;
 font-size: 12px;
 width: 420px;
 padding: 8px;
 text-align: center;
 }
 
 .menu {
 color: #003399;
 position: absolute;
 left: 15px;
 top: 215px;
 font-family: sans-serif;
 font-size: 17px;
 width: 155px;
 font-weight: bold;
 line-height: .7cm
 }
 
 .mtop {
 color: #003399;
 position: absolute;
 left: 15px;
 top: 175px;
 font-family: sans-serif;
 font-size: 10px;
 font-weight: normal;
 text-align: center;
 width: 155px;
 }
 
 .testimonials {
 font-style: italic;
 color: #000000;
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0.05 cm;
 }
 
 .water {
 position: absolute;
 left: 0px;
 top: 122px;
 width: 200px;
 }
 
 address { 
 color: #003399;
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 text-align: left;
 }

.r {
 background-color: transparent;
 color: red;
 font-weight: bold;
 }
 
 a:link    {color: #003399; text-decoration: none; font-weight: bold;}
 a:visited {color: #003399; text-decoration: none; font-weight: bold;}
 a:hover   {color: #3c83d2; text-decoration: none; font-weight: bold;}
 a:active  {color: #003399; text-decoration: none; font-weight: bold;}

 p {
 text-indent: 1cm;
 font-size: 13px;
 }

 p.center {
 text-indent: 0cm;
 text-align: center;;
 font-size: 13px;
 }

 p.plain {
 text-indent: 0cm;;
 font-size: 13px;
 }

 div.figC {
 float: center;
 width: auto;
 border: thin silver solid;
 margin: 0.5em;
 padding: 0.5em;
 }
 
 div.figC p {
 text-align: center;
 font-style: italic;
 font-size: smaller;
 text-indent: 0;
 }

 div.figR {
 float: right;
 width: 40%;
 border: thin silver solid;
 margin: 0.5em;
 padding: 0.5em;
 }
 
 div.figR p {
 text-align: center;
 font-style: italic;
 font-size: smaller;
 text-indent: 0;
 }

 h1 { 
 color: #003399;
 font-size: 20px;
 letter-spacing: 0.1 cm;
 text-decoration: none;
 text-transform: capitalize;
 text-align: center;
 }
 
 h2 { 
 color: #003399;
 font-size: 15px;
 text-decoration: none;
 text-transform: capitalize;
 text-align: center;
 letter-spacing: 0.05 cm;
 }
 
 ul { 
 font-size: 13px;
 }
 
 li {	
 list-style-image: url(../images/check2.gif);
 }
 
 li.plain {	
 list-style-image: none;
 margin: 0px 0px 10px 0px;
 }
 
 
div.column {
 float: left;
 width: 225px;
 border-color: #003366;
 border-style: solid;
 border-width: 0px;
 margin: 0 10px 10px 0;
 padding: 0px;
 text-align: left;
 }
 
div.column li {
 list-style-type: disc ! important;
 list-style-image: none;
 }
 
.clearboth { 
 clear: both; 
 }

 .bold {	 
 color: #003399;
 }
 
 .hightlight {	
 background-color: #ffffff;
 }
 .odz {
 display: none;
 }