/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

/** Header / Top Logo **/
#header {

	width: 411px;
	height: 145px;
	margin: 0px auto;
	background: url(images/banner3.png);
	padding: 0px;
}


/** to make links appear in center **/
#center{
width: 760px;
height: 32px;
margin: 0 auto;
margin-top: 30px;

}








/** Content **/
#contentHIW {
	width: 740px;
	margin: 0px auto;
	padding: 20px 0px 20px 10px;
}

/** Headers **/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #000000
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/** HOw It works **/
#HIW{
	width: 550px;
	font-family: "Arial, Helvetica, sans-serif";
	font-size:14px;
	font-style: normal;
	color: #008d48;

}
/** phone and email stuff **/
#Phone{
width:760px;
margin: 0 auto;
margin-top:10px;
}

span.bold {
font-weight: bold;
font-size: 12px;
color:#008d48;
}

#no{
width:350px;
text-align:left;
float:left;
}

#mail{
width:350px;
text-align:right;
float: right;
}

/** Affiliate **/
#affiliate {

height:200px;
margin: 0 auto;
width: 760px;
font-size:17px;
color: #008d48;
font-family:"Arial";
text-align:center;

}

img {
border: none;
}

.print{
	
}
#button{
display:none;}

/*- Menu Tabs 7--------------------------- */

    #tabs7 {
	
	display: none;
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  border-bottom:  2px solid #008d48;
	             }
    #tabs7 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs7 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs7 a {
      float:left;
      background:url("images/tableft7a.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs7 a span {
      float:left;
      display:block;
      background:url("images/tabright7a.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs7 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs7 a:hover span {
      color: #008d48;
      }
    #tabs7 a:hover {
      background-position:0% -42px;
      }
    #tabs7 a:hover span {
      background-position:100% -42px;
      }

      #tabs7 #current a {
              background-position:0% -42px;
      }
      #tabs7 #current a span {
              background-position:100% -42px;
      }