/*===============*/
/* STYLE.CSS  */
/*=============*/
section {
 margin:2.5%;
 }
html{
   background: linear-gradient(#999,#EEE); 
  
  }
body
    {
        width:93%; 
	   /*	min-height:100%;  */
	    margin: auto;
		/*
        margin-left:auto;
        margin-right:auto;
		*/
		background-color: #fff;
		font-family: Arial,Helvetica, sans-serif;
		font-size:1.2em;
    }
	
 a { 
     text-decoration:none;
	 color: #7BA428;  /* light green,original */
	  /* font-weight: bold; */
	 }
  a:hover {
   text-decoration:underline;
    }
  a:visited {
     color: #7BA428;  /* light green,original */
   }	 

} 

nav {
    float:right;
}

#navLink {
    /* font-size: 0.8em;  */ 
   width: 93%;  
   height: 3.5em;;   
   position:fixed;
   top:0;
   background-color: #FFF;  /* #D84A27; mahogany */     /*#CECECE; */
   border-bottom: 3px double #7BA428;;
   }
   
#navLink ul li {
       /* width:5%; */
    font-size:  1em; 
    font-style: normal;
    margin:  0.5em; 
	display: inline;
	 }	
#navLink ul li a { color: #000;
               padding: 10px 10px;
               border-radius: 5px;}	 
			   
body.home a.home, body.about a.about,
body.products a.products, body.clients a.clients, body.publications a.publications,
body.plasmasources a.plasmasources
{
 background-color:  #7BA428;   /* light-green; */
 color: #999;
}
			   
   
#plasmaTitle {
 font-family: Arial,Helvetica, sans-serif;
 font-size: 1.3em;
 font-weight: medium;
 margin-left: 4.5em;
 color: #7BA428;  /* light green,original */ 
 background-color: #FEFEFE;
 }
#PlasmaPicture {
     width: 100%;
	 height: auto;
	 
	 }
 
#PlasmaLogo {
    margin-top:5em;
	width: 57%;
	    }	
#page-title {
   /* margin-left : -1em; */
   margin-bottom: 1em; 
   font-size:1.3em;
   color: #7BA428;  /* light green,original */
   
}
.section-title { 
     font-size: 1.3em;
	 font-weight:medium;
	 text-align:center;
	 color: #7BA428;  /* light green,original */
	 }

/* fixed footer cause ancor not to show properly,top:-100 addresses it  */	 
a.ancor  {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
 }		 
 footer {   
 height: 4em;
 font-family: Arial,Helvetica, sans-serif;
 text-align: center; 
 /*color: #fff; */
 background-color: #333;
 clear:both;
 margin-bottom: 0;
 }
 .ourInfo {
   
   color: #FFF;
   /* text-align: center;*/
   padding-top: 2%;
   margin-top: 1%;
   font-weight: bold;
   vertical-align: bottom;
 }
 
 
 