/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;	
	font-family: verdana;
	font-size : 8pt;
	/*color: #008C5F;*/
	color: Black;
	margin-right: 0em;
}

p.nogap 
{
    margin-top:0em    
}

h1 
{      
    font-family: verdana;
    font-weight: normal;
    margin-bottom: 1em;
    font-size: 12pt;
    /*color: #008C5F;*/
    color: Black;
    
}

h2 
{  
    margin-top: 0em;
    margin-bottom: 0em;
    color: #5A9D22;
    font-size: 9pt;
    font-family: verdana;
}

h3 {
    margin-top: 0em;
    margin-bottom: 0em;
    color: #5A9D22;
    font-size: 8pt;
    font-family: verdana;
}

h4 {
    margin-top: 0em;
    margin-bottom: 0em;
    color: #008C5F;
    font-size: 8pt;
    font-family: verdana;
}

h5 {
    margin-top: 0em;
    margin-bottom: 0em;
    color: #5A9D22;
    font-size: 12pt;
    font-weight: normal;
    font-family: verdana;
}

h6 
{
    margin-top: 0em;
    margin-bottom: 0em;
    color: #5A9D22;
    font-size: 8pt;
    font-weight: normal;
    font-family: verdana;   
}



p, ul, ol, blockquote {
	margin-top: 0;
}

a:link img
{
    border: none;
    text-decoration: none;
} 

a:visited img
{
    border: none;
    text-decoration: none;
} 

a:link 
{
    color: #5A9D22;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

a:visited 
{
    color: #5A9D22;
    border-bottom: 1px dotted #CCCCCC;    
    text-decoration: none;
}

a:hover 
{
	border: none;
	text-decoration: none;
	font-size: 8pt;
    font-weight: bold;
}

a:visited:hover 
{
    border: none;
    font-size: 8pt;
    font-weight: bold;
	text-decoration: none;
}

/* Header */

#headerBig {
	width: 950px;
	height: 280px;
	margin: 2px auto;
	background: url(../images/header950Green.jpg);
	position: relative;
}

#headerSmall 
{
    width: 950px;
	height: 280px;
	margin: 2px auto;
	background: url(../images/header950Green.jpg);
	position: relative;
}

/*
#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}*/

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 1000px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 950px;
	margin: 0 auto;
	border-left: 1px dotted #C4C4C4;
	border-right: 1px dotted #C4C4C4;
	position: relative;
	    top: -20px;	
}

#colOne {
	float: left;
	width: 150px;
	padding: 0 0 0 0;
	/*background:red; */
}

/* Main body text on front page */
#colTwo {
	float: left;
	width: 530px;
	padding: 0 0 0 0;
	/*color: #002d62;*/
	color: Black;
}

#colThree {
	float: left;
	width: 170px;
	/*background:green;*/
}

#colContentOne {
	float: left;
	width: 180px;
	padding: 0 0 0 0;
	margin-right:10px;		
	/*background-color:Lime;*/
}

#colContentTwo {
	float: left;
	width: 530px;
	padding: 0 0 0 0;
	border-left: 1px dotted #C4C4C4;
	/*background: red;*/
}

#colContentThree {
	float: left;
	width: 170px;
	padding: 0 0 0 0;
	/*background: red;*/
}
/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	/*background: url(images/img6.gif) repeat-x;*/
	font-size: 8pt;
	border-top: 1px dotted #C4C4C4;    
	border-bottom: 1px dotted #C4C4C4;
}

#footer * {
	color: #002d62;
}

#footerContent {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	/*background: url(images/img6.gif) repeat-x;*/
	font-size: 8pt;
	border-top: 1px dotted #C4C4C4;
	border-bottom: 1px dotted #C4C4C4;
	float: left;
}

#footerContent * {
	color: #002d62;
}

#footerContentGreen {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	/*background: url(images/img6.gif) repeat-x;*/
	font-size: 8pt;
	border-top: 1px dotted #C4C4C4;
	border-bottom: 1px dotted #C4C4C4;
	float: left;
}

#footerContentGreen * {
	/*color: #008C5F;*/
	color: #000000;
}


div#HomePageColLeft {
    float:left; 
    width:210px;
    /* background-color:Teal; */
    background-color:#FFFFFF;
    margin-left:20px;
    margin-top:20px;
}

div#HomePageColLeftContent {
    /* background-color:pink; */
    background-color:#E9F1FC;
    margin-left:30px; 
    padding: 10px 10px 10px 10px; 
    position:relative;
        top:-30px;  
        left:-28px;
        z-index: 0;
}

div#HomePageColRight {
    float:left; 
    width:230px;
    /* background-color:Teal; */
    background-color:#FFFFFF;
    margin-left:10px;
    margin-right:10px;
    margin-top:1px;
}

div#HomePageColRightContent1 {
    background-color:#E9F1FC; 
	/*background-color:#000000;*/
	height:60px;
    margin-left:30px;  
	padding: 2px 2px 2px 2px;
    position:relative;
        top:-30px;  
        left:-12px;
    margin-top:20px;     
}

div#HomePageColRightContent1a 
{
    font-size: 8pt;
    background-color:#E9F1FC; 
	/*background-color:#E9F1FC;*/
    margin-left:30px;  
    position:relative;
	top:-21px;
    left:-12px;
    margin-top:40px;     
}

div#HomePageColRightContent2 {
    /* background-color:pink; */
    background-color:#DEEBD8;
    margin-left:30px;  
    position:relative;
        top:-30px;  
        left:-12px;
    margin-top:20px;
}

div#HomePageColRightContent2a 
{
    font-size: 8pt;
    /* background-color:pink; */
    background-color:#DEEBD8;
    margin-left:30px;  
    position:relative;
        top:-15px;  
        left:-12px;
}

div#HomePageColRightContent3 {
    /* background-color:pink; */
    background-color:#E9F1FC;
    margin-left:30px;  
    position:relative;
        top:-30px;  
        left:-12px;
    margin-top:20px;
}

div#HomePageColRightContent3a 
{
    font-size: 8pt;
    /* background-color:pink;  */
    background-color:#E9F1FC;
    margin-left:30px;  
    position:relative;
        top:-15px;  
        left:-12px;
}

div#HomePageColRightContent4 {
    /* background-color:pink; */
    background-color:#E2E0EF;
    margin-left:30px;  
    position:relative;
        top:-30px;  
        left:-12px;
    margin-top:20px;
}

div#HomePageColRightContent4a 
{
    font-size: 8pt;
    /* background-color:pink;  */
    background-color:#E2E0EF;
    margin-left:30px;  
    position:relative;
        top:-15px;  
        left:-12px;
}

div#FlashHeaderContent 
{
    width:590px;
    height:100px;
    position: absolute;
    bottom: 40px;
    right: 0;
}

div#TopMenuBarLocation {
    position:relative;
}

div#TopMenuBar {
    Width:570px;
    position:absolute;
            top:24px;
            right:141px;
}

div#PurityColLeft {
    float:left; 
    width:150px;
    /* background-color:Teal; */
    padding: 3px 3px 3px;
    background-color:#FFFFFF;
    margin-left:0px;
    margin-top: 140px;
    padding-top:20px;
}

div#ContentColLeftText {
    float:left; 
    width:150px;
    /* background-color:Teal; */
    padding: 3px 3px 3px;
    background-color:#FFFFFF;
    margin-left:0px;
    margin-top: 35px;
    padding-top:15px;
}

div#ContentColLeftBoxText {
    background-color:#DEEBD8;
    margin-left:45px;     
    padding: 15px 10px 10px 10px;     
	margin-top: 20px;
    width:160px;
    height:270px;
    position:relative;  
        top: 0px;  
        left:-28px;
        z-index: 0;
}

div#ContentColMiddleText {
    float:left; 
    width:480px; 
    background-color:#FFFFFF;
    margin-left:0px;
    margin-top: 20px;    
}

div#ContentColRightText {
    float:left; 
    width:170px;  
    background-color:#FFFFFF;
    margin-left:0px;
    margin-top: 40px;
    padding-top:0px;
}

div#ContentColRightBoxText {
    float:left; 
    width:25px;  
    background-color:#FFFFFF;
    margin-left:0px;
    margin-top: px;
    padding-top:0px;
}

.hr {
  border: 1px solid #009ddc;
  width: 100%;
  color:#009ddc;
  height:1px;
}

.hr2 {
  border: 1px dotted #002D66;
  width: 100%;
  color:#002D66;
  height:1px;
}

.bubblesLeft
{
    width: 20px;
    height: 500px;
    position: relative;
    left: -21px;
    top: 66px;
}

.bubblesRight
{
    width: 20px;
    height: 500px;
    position: relative;
    left: 950px;
    top: -434px;
}

.homeLink
{
    width: 150px;
    height: 150px;
    position: relative;
    cursor: hand;
    top: -1000px;
    left: 77px;
}

.divFacts {
    width: 160px;
    height: 200px;
    position: relative;
        top: -60px;
        left: 20px;    
    background-color: #DEEBD8;
    
}

.divFactsInner {
    width:140px;
    height:100px;
    position:relative;
        top: 0px;
        left:22px;
    color: #51A33D;
    font: verdana;
    font-size: 9pt;
}

.calcBox
{
    background-color: #DEEBD8;
    border: solid 3px #51A33D;
    width: 200px;
    height: 220px;
    padding: 5px;
    text-align: center;
}

.calcBox h1 
{
    font-size: 12px;
    color: #51A33D;
}

.calcBox input, .calcBox select, .calcBox p
{
    font-size: 10px;
}

.calcBox input.btn
{
    background-color: #51A33D;
    color: White;
    border: 1px solid;
}

.nfo
{
    color: #000000;
}

.footerGreen
{
    color: #008C5F;
    font-size: 8pt; 
    padding-right: 10px;
}

.tableGreen
{        
    background-color: green;
    border: solid 1px green;
}

.tableRowGreen
{
    color: black;
    background-color: #5A9D22;    
    border: solid 1px #005500;
}

.tableRowDarkGreen
{
    color: black;
    background-color: green;    
    border: solid 1px #008C5F;    
}

a#imgLinkNoUnderline:hover
{
    text-decoration: none;
}

a#smallLinkHover:hover
{
    font-size: 8pt;   
}
   
