body {
	margin: 0;
	padding: 0;
}

a:link {
text-decoration:none;
}
/*
a:visited {
COLOR: #A4C9A4;
}
a:active {
COLOR: #A4C9A4;
}*/
/*
a:hover {
COLOR: blue;
background-color:white
}*/
th:hover
{
	background:url("../../images/blue.jpg");
	background-size:100% 100%;
	background-repeat:no-repeat;
}
/*th:hover{background-color:#191970;} */



.hidden { display: none; }
.unhidden { display: block; }

table.menu/*drop downs*/
{
	font-size:80%;
	position:absolute;
	visibility:hidden;
	color: white;
	font-size: 14px;
	font-family: "Arial";
background:url("../../images/green.jpg");
		background-size:100% 100%;
		background-repeat:no-repeat;
	width:300px;
	height:180px;
	margin-top: 10px;
	text-align:left;
	-moz-border-radius-bottomright: 10px 10px;
		border-bottom-right-radius: 10px 10px;
		-moz-border-radius-bottomleft: 10px 10px;
		border-bottom-left-radius: 10px 10px;
}
table.menu2/*drop downs*/
{
	font-size:80%;
	position:absolute;
	visibility:hidden;
	color: white;
	font-size: 14px;
	font-family: "Arial";
background:url("../../images/green.jpg");
		background-size:100% 100%;
		background-repeat:no-repeat;
	width:270px;
	height:140px;
	margin-top: 10px;
		-moz-border-radius-bottomright: 10px 10px;
		border-bottom-right-radius: 10px 10px;
		-moz-border-radius-bottomleft: 10px 10px;
		border-bottom-left-radius: 10px 10px;
}
table.menu3/*drop downs*/
{
	font-size:80%;
	position:absolute;
	visibility:hidden;
	color: white;
	font-size: 14px;
	font-family: "Arial";
background:url("../../images/green.jpg");
		background-size:100% 100%;
		background-repeat:no-repeat;
	width:220px;
	height:100px;
	margin-top: 10px;
		-moz-border-radius-bottomright: 10px 10px;
		border-bottom-right-radius: 10px 10px;
		-moz-border-radius-bottomleft: 10px 10px;
		border-bottom-left-radius: 10px 10px;
}
table.menu4/*drop downs*/
{
	font-size:80%;
	position:absolute;
	visibility:hidden;
	color: white;
	font-size: 16px;
	font-family: "Arial";
	background-color:orange;
    text-transform:capitalize;/*for all caps with first letter bold and bigger*/
    font-variant:small-caps;
	width:260px;
	height:130px;
	margin-top: 10px;
}


.Style0
{
	/*background:url("../../images/blue.jpg");
		background-size:100% 100%;
		background-repeat:no-repeat;*/
}

}
.Style1c{/*margin for section top text*/
    margin-left:70%;
	position: absolute;
	margin-top: 5%;
	color:#4CBB17;
}

.Style1a{/*section top headers*/
	color: white;
	font-size: 15px;
	font-family: "arial";
	background:url("../../images/red.jpg");
	background-size:100% 100%;
	background-repeat:no-repeat;
    

  
}
 
.Style2{/*Section center*/
	color: #555555;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: white;
	margin-left: 300px;
	margin-top:15px;
	text-align:left;
	line-height:200%;
}
 
.Style3{/*Section Center title*/
   font-family:garamond;
   font-size: 17pt;
   color: #6F4242;
   margin-left: 0px;
   margin-right: 40px;
   margin-top:50px;
   text-align:left;  
   font-weight:bold;
   line-height:100%;
}
.Style33c{
	/*color: #26466D;*/
	color:#802A2A;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif; 
}
.Style33d{
	/*color: #26466D;*/
	  font-family:calibri;
   font-size: 13pt;
   color: #777777;	
   margin-left: 0px;
   margin-right: 40px;
   text-align:left

}
.Style3a{/*Section Center sub title*/
  font-family:Arial, Helvetica, sans-serif;
   font-size: 13pt;
   color: #3B5323;	
   font-weight:bold;
   margin-left: 0px;
   margin-right: 40px;
   text-align:left; 
}
.Style3c{/*Section Center sub title literature tab*/
  font-family:Arial, Helvetica, sans-serif;
   font-size: 12pt;
   color: #6F4242;	
   font-weight:bold;
   margin-left: 0px;
   margin-right: 40px;
   text-align:left; 
}


.Style3b{
color:white;
font-size:40px;
font-family:garamond;
font-weight:bold;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.70;
    filter: alpha(opacity=80);
 }
.white_content {
    display: none;
    position: absolute;
    top: 5%;
    /*left: 25%;*/
	width:580px;
    height: 200px;
    padding: 16px;
    border: 16px solid brown;
	-moz-border-radius-topright: 20px 20px;
		border-top-right-radius: 20px 20px;
		-moz-border-radius-topleft: 20px 20px;
		border-top-left-radius: 20px 20px;
		-moz-border-radius-bottomright: 20px 20px;
		border-bottom-right-radius: 20px 20px;
		-moz-border-radius-bottomleft: 20px 20px;
		border-bottom-left-radius: 20px 20px;
    background-color: white;
   z-index:1002;
   color:black;
   margin-left:250px;
   font-size:18px;
   
}
.box{/*box in center image*/
margin-top:49%;
 width: 100%;
    height: 30%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.60;
    filter: alpha(opacity=80);
	color:white;
}
td.temp:hover
{
	background:url("../../images/blue2.jpg");
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.temp{
	text-align:left;  	
	color:white;
	height:20px;
    line-height:100%;
	}
	


.Style4{ /*sidebar*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	/*color: #302B54;*/
	color:white;
	text-align: left;
	width:270px;
	background-color:#f2f2f2;
	/*box-shadow: 5px 5px 15px #aaaaaa;*/
	vertical-align:top;
}
.Style4a{/*sidebar current focus*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color:#aaaaaa;
	font-weight:bold;
	margin-left:20px;
	line-height:100%;
}
.Style4b{/*sidebar links*/
	color:#888888;
	margin-left:20px;
	line-height:100%;
}


.Style5{/*table slider*/
  border-collapse:separate;
  box-shadow: 3px 3px 6px #aaaaaa;
-moz-border-radius-bottomright: 100px 60px;
border-bottom-right-radius: 100px 60px;
}






#light {
color:black;
	
}
#fade {	
	color:black;
}
#tablecell {	
	text-align:center;  	
	color:white;
}

#tablecell1 {
	width: 420px;
}

#tablecell2{	
	text-align:center;  
	width: 550px;
	background-color:white;
}
#tablecell3 {	
	text-align:center;  	
	color:white;
	background:url("../../images/blue2.jpg");
	background-size:100% 100%;
	background-repeat:no-repeat;
	height:100%;
}


#SectionCenter {	
	width: 950px;
	margin: 0 auto;  
	background-color:white;
	color:#777777;
	border-collapse:separate;
  box-shadow: 5px 5px 25px #aaaaaa;
}
#SectionCenter1 {	
	width: 950px;
	margin: 0 auto;  
	margin-top:-20px;
	background-color:white;
	color:#777777;
	border-collapse:separate;
  box-shadow: 5px 5px 25px #aaaaaa;
}
#Sectiontable{	
		width: 75%;
		margin: 0 auto;
}
#Sectiontable1{	
		width: 320px;
		margin-left:67%;
		margin-top:117px;
		float:right;
		position:absolute;
}


#SectionTop {
	position: relative;
	width: 950px;
	margin: 0 auto; 
	/*line-height: 130px;/*This vertically centers only one line of text*/
	background-color:white;
}

#SectionTop2 {
	position: relative;
	height: 35px;
	line-height: 10px;/*This vertically centers only one line of text*/
	width: 950px;
	margin: 0 auto;  
	background:url("../../images/green.jpg");
		background-size:100% 100%;
		background-repeat:no-repeat;
	/*text-align: center;/*horizontal centering*/
}


#Sectionbody {	
	background-color:#FFFAF0;
}



#SectionBottom {
	position: relative;
	height: 30px;
	line-height: 30px;/*This vertically centers only one line of text*/
	left: 0;
	right: 0;
	margin-top: 0;
	text-align: center;/*horizontal centering*/	
	background-color: white;
}

.img0{
width:950px;
height:400px;
background:url("../../images/image0.jpg");
		background-size:100% 100%;
		background-repeat:no-repeat;
margin-top:-40px;
}
.img1{
width:950px;
}
.img2{
margin-left:60px;
margin-right:5px;
}
	
