﻿  /* CSS layout */
/*.w3-display-container{
        position:relative
}  
.w3-content{
        max-width:           980px;
        margin:              auto;
}
.w3-section {
        margin-top:          16px; 
        margin-bottom:       16px;
}
*/

p {
                                font-size:               1.25em;     
}

h1 {   
                                display:                 block;
                                position:                relative;
                                width:                   400px;
                                font-size:               2em;
                                font-weight:             bold;
                                color:                   #FFD700;
                                background-color:        red;
                                clear:                   both;       
}

h2 {
                                font-size:               2.5em;   
}
   
h3 {
                                font-size:               1.875em;    
                                color:                   red;
                                background-color:        transparent;
                                font-style:              italic;
                                text-align:              center;
                                clear:                   both;   
}

h4 {  
                                color:                   white;
                                font-family:             'Microsoft Sans Serif';     
                                font-size:               1.5em;
                                font-style:              normal;
                                font-weight:             900;         
                                text-align:              center;
                                line-height:             1em;        
                                background-color:        green;
                                margin-top:              0.5em;
                                margin-bottom:           0.5em;
                                margin-left:             0em;
                                margin-right:            0em;
                                border-style:            solid;
                                border-width:            .25em;
                                border-color:            green;
                                clear:                   both;;
                                display:                 block;
}


h5 {
                                font-size:               1.25em;    
                                color:                   black;
                                background-color:        transparent;
                                font-style:              normal;
                                text-align:              left;
                                clear:                   both; 
                                padding:		         0em;
                                margin:                  0em;     
}

br.clearboth {
	                            clear:                   both;
}

hr {
	                            color:                   red;
                                line-height:             .4em;
                                display:                 block;
                                margin-top:              0.5em;
                                margin-bottom:           0.5em;
                                margin-left:             0em;
                                margin-right:            0em;
                                padding:                 0em 0em 0em 0em;
                                border-style:            solid;
                                border-width:            1em;
                                border-color:            green;
                                width:                   auto;
                                
}


html {                /*          background-image:        url('../img/free-sun-on-blue-sky-background-239475.jpg');
                                background-repeat:       repeat;
                                background-position:     center center; 
                                background-color:        black;
                                background-size:         contain;
                                overflow:                scroll; 
                                width:                   100%;
                                height:                  100%;
                                padding:                 0em 0em 0em 0em;
                                margin:                  0em 0em 0em 0em;
                                border:                  thick green dashed;
                                z-index:                 1;
                                text-align:              center; */
                                           
}

body {   
                                background:              url('../img/free-sun-on-blue-sky-background-239475.jpg');                                                      
                                background-repeat:       repeat;
                                background-color:        transparent;                                                                                   
                                padding:                 0em 0em 0em 0em;
                                margin:                  0em 0em 0em 0em;
                                border-width:            0em 0em 0em 0em;
                                border-style:            solid;
                                border-color:            blue;
                                width:                   100%;
                                height:                  auto;
                                font-family:             'Microsoft Sans Serif';
                                font-weight:             600;                               
                    		    font-size:               large;
                                text-align:              center;                    		    
	                    	    z-index:                 1;
}

#container-outer {
                                background-color:        transparent; 
	                            position:                absolute;
                                margin:                  0em 0em 0em 0em;
                                padding:                 0em 0em 0em 0em;
                                border:                  thin red dashed;
                                height:                  auto;
                                width:                   100%;
                                z-index:                 1;
}


/* heading following mission statement */
#headerSection {
                                overflow:                visible;
                                position:                relative;
                                top:                     0em;
                                left:                    2em;
                                float:                   left;
                                padding:                 0em 1em 0em 1em;
                                margin:                  .25em 4em 0em 4em;

                                border-width:            1em 0em 0em 0em;
                                border-style:            double;
                                border-color:            blue;
                                
                 	            background-color:        transparent;
                 		        width:                   90%;
                 	            height:                  auto;                	            
                  		        z-index:                 2;                    
}

#headerSectionTitle  {
                                margin:                  0em .25em .25em 0em;
                                padding:                 0em 1em 0em 1em;
                                position:                fixed;
                                top:                     0em;
                                left:                    4em;
                                border-width:            0em 0em 0em 0em;
                                border-style:            solid;
                                border-color:            RoyalBlue;
                                
                                width:                   auto;
                                height:                  auto;
                                overflow:                auto;
                                background-color:        green; 
                                z-index:                 3;
                                background-repeat:       no-repeat;
                                text-align:              center;
                                color:                   white;
                                
                                font-family:             'Microsoft Sans Serif';
                                font-size:               3em;
                                font-weight:             900;
                                line-height:             1.25em;
                                
                                letter-spacing:          .2em; 
                                display:                 inline-block;
}                                                                

.neon {
                                 color:                           #FF0000;
                                 text-shadow:            0 0 5px  #3399ff, 
                                                         0 0 10px #A5F1FF,
                                                         0 0 20px #A5F1FF,
                                                         0 0 30px #A5F1FF,
                                                         0 0 40px #A5F1FF;
}
/*
.neon {
                                 color:                           #D0F8FF;
                                 text-shadow:            0 0 5px  #A5F1FF, 
                                                         0 0 10px #A5F1FF,
                                                         0 0 20px #A5F1FF,
                                                         0 0 30px #A5F1FF,
                                                         0 0 40px #A5F1FF;
}
*/
  /*   text-shadow:            1em 1em black;  */

                             /*   -webkit-transition: width 2s, height 4s; */   /*  For Safari 3.1 to 6.0  transition: width 2s, height 4s;   */

/* #headerSectionTitle:hover {
                                font-size:               6em;
                                color:                   green;
                                font-style:              italic; 
}
*/

#headerSectionBody{
                   	            float:                   left;
                                clear:                   both;
                                display:                 inline-block;
                                margin:                  5em 0em 0em 0em;

                   	            
}

/*         Mission Statement  */
#missionSection{                
                                clear:                   both;
                  /*              padding:                 1em 2em 1em 5em;
                                margin:                  1em 4em 1em 8em; */
                                padding:                 0em 1em 0em 1em;
                                margin:                  .5em 4em 0em 4em;
 
                                
                                border-style:            solid solid solid solid;
                                border-width:            .25em;            
                                border-color:            black;
                                height:                  auto;
                                width:                   80%;
                       /*         background:              url('../img/gray-parchment-paper-texture.jpg'); */
                                background:              url('../img/multicoloredpastel.jpg');
                                z-index:                 3;
                                
}
 
#missionSectionHeader{
                                color:                   white;
                                background-color:        green;
                                display:                 inline-block; 
                                font-size:               1.5em;
                                line-height:             1em;
                                letter-spacing:          .2em;
                                text-align:              center;
                                padding:                 0em 0em 0em 0em;
                                margin:                  0em 0em 0em 0em;
                                height:                  auto;
                                width:                   auto;

}
	
#missionSectionBody{            color:                   black; 
                                display:                 inline-block;
                                font-size:               1.20em;
                                text-align:              justify;
                                text-justify:            distribute;
                                height:                  auto;
                                width:                   auto;
}

#missionSectionContact{         color:                   black; 
                                display:                 block; 
                                text-decoration:         blink;
                                font-style:              italic;
                                font-weight:             600;
                                font-size:               1.25em;
                                display:                 inline;
}


#missionSectionContactEmail {
                                 font-size:              1em;    
                                 color:                  black;
                                 background-color:       transparent;
                                 font-style:             italic;
                                 font-weight:            bold;
                                 text-align:             left;
                                 clear:                  both; 
                                 display:                inline;  
}

/*         Rotating Earth Logo  */
#headerSectionOuterEarth {
	                            float:                   left;
	                            display:                 inline-block;
	                            position:                relative;
	                            width:                   100%;
	                            height:                  auto;
	                            margin:                  0em 2em 0em 2em;
                                padding:                 0em 0em 0em 0em;
                                border:                  0em;
}

#headerSectionInnerCenterEarth{
                                margin:                   1em 25em 1em 25em; 
                                padding:                  0em 0em 0em 0em;
                                border:                   .25em green solid;    
                             	-moz-border-radiius:      50%;
         	                    -webkit-border-radius:    50%;
                        	    border-radius:            50%;                                    
                                overflow:                 hidden;     
                                
                                width:                    50em;
                                height:                   50em;
                                 
                                float:                    left;  
                                display:                  inline-block;
                                z-index:                  3;
                                position:                 relative;
                                
                                background-image:         url('../img/company/lss-intLogoTextCircleBlack.jpg');
                                background-repeat:	      no-repeat;
                                background-size:          100% 100%;   
}

#headerSectionInnerCenterEarthVideo {
                                margin:                   0em 0em 0em 0em;
                                padding:                  0em 0em 0em 0em;
                                border:                   .25em green solid;
                                   
                                z-index:                  3;
                                overflow:                 hidden;         
                                display:                  inline;
                                position:                 relative;
                                left:                     0em;
                                top:                      8em;
                                bottom:                   0em;
                                right:                    0em; 
	                            background-color:         black;
                             	-moz-border-radiius:      50%;
         	                    -webkit-border-radius:    50%;
                        	    border-radius:            50%;         	                    
                   	            width:                    35em;
	                            height:                   35em;
	                            -webkit-transition:       width 2s, height 4s; /* For Safari 3.1 to 6.0 */
                                transition:               width 10s, height 20s;
}

#headerSectionInnerCenterEarthVideo:hover {
                                width:                    50em;
                                height:                   50em;
                                top:                      0em;
}

#headerSectionOuterLeft {
	                            float:                    left;
	                            display:                  inline-block;
	                            position:                 relative;
	                            width:                    40%;
	                            height:                   auto;
	                            margin:                   0em 0em 0em 5em;
                                padding:                  0em 0em 0em 0em;
                                border:                   0em black dashed;
}
/* 
#headerSectionInnerLeft{
                                clear:                    both;
                                margin:                   0em 0em 0em 0em;
                                padding:                  0em 0em 0em 0em;
                                border:                   0em green outset;
                                width:                    30em; 
                                height:                   25em;
                                display:                  inline-block;
                                float:                    left;
                                position:                 relative;
                                text-align:               center;
                                overflow:                 hidden;
                                z-index:                  3;  
                                background-size:          100% 100%;           
                                background-color:         transparent;             
                             background-image:         url('../img/home/lstkline3.jpg');
                                background-repeat:        no-repeat;
                                background-position:      center top;                               
} */
                                
#headerSectionInnerCenterCarousel {
               
                                display:                  inline-block;
                                float:                    left;
                                position:                 relative;
                                                               
                                padding:                  0em 0em 0em 0em;
                                margin:                   0em 0em 0em 0em;
                                border:                   0em green solid;
                                z-index:                  3; 
                                width:                    45em;
                                height:                   20em;
                                text-align:               center;
                                overflow:                 hidden;
         
}

/* dummy classes for counting                                 height:                   216px; 
                                width:                    800px;
*/
.mySlidesA { 
                                height:3in; 
                                width:                    800px;
}


#headerSectionRight {
                                clear:                    both; 
                                vertical-align:           top;
                                margin:                   0em 0em 0em 0em;
                                padding:                  0em 0em 0em 0em;
                                border-width:             0em;
                                border-style:             solid;                                            
                                
                                overflow:                 hidden;          
                                width:                    auto; 
                                height:                   auto;
                                float:                    left;                   
                                display:                  inline-block;
                                z-index:                  3;
                                position:                 relative;
                                background-image:         none;
                                background-color:         transparent;
                                background-repeat: 	      no-repeat;           
}

#headerSectionRightTitle  {
                                position:                 relative;
                                display:                  inline-block;
                               
                                margin:                   0em 0em 0em 0em;
                                padding:                  0em 0em 0em 0em;
                              
                                height:                   auto;
                                width:                    100%;
                                background-color:         green; 
                                z-index:                  3;
                                background-repeat:        no-repeat;
                                border-width:             0em 0em 0em 0em;
                                border-style:             solid;
                                border-color:             green;
                                color:                    white;
                                text-align:               center;
                                font-family:              'Microsoft Sans Serif';
                                font-size:                2em;
                                font-weight:              900;
                                line-height:              1.5em;
                                letter-spacing:           normal;                              
}
                                

/* not used yet 
.profiles {          
                                overflow:                 auto;
                        	    float:                    left;
                        	    width:                    100%;
                        	    clear:                    both;
	                            margin:                   0em 0em 0em 0em;
                                padding:                  0em 0em 0em 0em;
        
}
*/
.profileImage {
              /*                  clear:                    left;             */                   
                                position:                  relative;
                                overflow:                  hidden;
	                            float:                     left;
	                            display:                   inline-block;
                         	    width:                     20em;
                         	    height:                    auto;
	                            margin:                    .25em 0em 0em 0em;
                                padding:                   .25em 0em 0em 0em;
                                border:                    0em;
                                vertical-align:            top;
}

.profileText {
                                
                                position:                  relative;
                                overflow:                  hidden;
	                            float:                     left;
	                            display:                   inline-block;
	                            width:                     20em;
                         	    height:                    auto;
	                            margin:                    .25em .25em .25em .25em;
                                padding:                   .25em .25em .25em .25em;
                                border:                    0em; 
                                vertical-align:            top;                                
                                color:                     black;
                                text-align:                justify;
                                text-justify:              distribute;
                                
}


/* Bio Solutions section formatting */   
#bioSolutionSection{            padding:                   2em 5em 0em 5em;
                                margin:                    2em 8em 0em 8em;
                     /*         background:                 url('../img/gray-parchment-paper-texture.jpg'); */
                                background:                 url('../img/multicoloredpastel.jpg');

                                z-index:                   3;
                                border-style:              solid solid solid solid;
                                border-width:              .25em;            
                                border-color:              black;
                                font-size:                 1em;
}   
          
#bioSolutionSectionHeader{      color:                     white;
                                background-color:          green;
                                display:                   block; 
                                font-size:                 1.75em;
                                line-height:               1em;
                                letter-spacing:            normal;
                                text-align:                center;
                                padding:                   0em 0em 0em 0em;
                                margin:                    0em 0em 0em 0em;
}

#bioSolutionSectionBody{        color:                     black;
                                display:                   block; 
                                font-size:                 1.5em;
                                
                                
                                padding:                   0em 0em 0em 0em;
                                margin:                    0em 0em 0em 0em;
                                text-align:                justify;
                                
                               
}
                                                             
#bioSolutionSectionBody div {
                               display:                    inline-block;
                               float:                      left;
                               font-family:                'Titillium Web', sans-serif;
                               font-size:                  1em;
                               font-weight:                bold;
                               height:                     auto;   
                               width:                      80%;
                               height:                     auto;
                               margin:                     1em 1em 1em 1em;
                               padding:                    1em 1em 1em 1em;
}

#bioSolutionSectionBody ol {
                               font-weight:                600;
                               list-style-type:            none;
                               counter-reset:              section;                       /* Creates a new instance of the section counter with each ol element */
} 

#bioSolutionSectionBody li {
                               font-weight:                400;
                               line-height:                1em;
                               margin-top:                 1em;
                               margin-bottom:              1em;
                               border:                     0em;
}



#bioSolutionSectionBody li::before {
                               counter-increment:          section;                      /* Increments only this instance of the section counter */                                          
                               content:                    counters(section, ".") " ";   /* Combines the values of all instances of the section counter, separated by a period */                                                                                                                                                   
}  

#bioSolutionSectionBody ul {   list-style:                  none;
                               font-weight:                 400;
                               line-height:                 1em;
                               font-size:                   1em;
                               counter-reset:               section;
}

#bioSolutionSectionBody li:not(:last-child) {
                                margin-bottom:              0em;
                                margin-top:                 1em;
}

#bioSolutionSectionBody li:first-child {
                                margin-top:                 1em;
}

#bioSolutionSectionBody li:last-child {
                                margin-top:                 1em;
                                margin-bottom:              0em;
}



/* Methyl Bromide section formatting */      
#methylBromideSection{          padding:                    0em 5em 2em 5em;
                                margin:                     0em 8em 0em 8em;
                     /*         background:                 url('../img/gray-parchment-paper-texture.jpg'); */
                                background:                 url('../img/multicoloredpastel.jpg');

                                z-index:                    3;
                                text-align:                 justify;
                                border-style:               solid solid solid solid;
                                border-width:               .25em;            
                                border-color:               black;

}   
          
#methylBromideSectionHeader{    color:                   white;
                                background-color:        red;

                                display:                 block; 
                                font-size:               2em;
                                line-height:             1em;
                                text-align:              center;

                                letter-spacing:          normal;
                                padding:                 0em 0em 0em 0em;
                                margin:                  0em 0em 0em 0em;
}
#methylBromideSectionHeader:before {
  							    content: ' \2623\2620';
}
                                
#methylBromideSectionHeader:after {
  							    content: '\2620 \2623';
}


#methylBromideSectionBody{                      
                                color:                   black;
                                display:                 block; 
                                font-size:               1.25em;
                                padding:                 0em 0em 0em 0em;
                                margin:                  0em 5em 0em 5em;
                                text-align:              justify;
                                text-justify:            distribute;

}

/* Future projects formatting */   
   
#safeSiloSection{               padding:                 0em 5em 2em 5em;
                                margin:                  0em 8em 0em 8em;
                                border-style:            solid solid solid solid;
                                border-width:            .25em;            
                                border-color:            black;
                     /*         background:                 url('../img/gray-parchment-paper-texture.jpg'); */
                                background:                 url('../img/multicoloredpastel.jpg');
                                
                                z-index:                 3;
                                color:                   black;
                                height:                  35em;                               
}   
          
#safeSiloSectionHeader{         color:                   white;
                                background-color:        green;

                                display:                 block; 
                                font-size:               2em;
                                line-height:             1em;
                                text-align:              center;

                                letter-spacing:          normal;                                
                                padding:                 0em 0em 0em 0em;
                                margin:                  0em 0em 0em 0em;
                                border-width:            0em;
                                border-style:            solid;
                                border-color:            transparent;
                                height:                  auto;                            
}

#safeSiloSectionBody{         
                                color:                   black;
                                display:                 block; 
                                float:                   left;
                                font-size:               1.25em;
                                font-weight:             400;
                                height:                  25em;
}

#safeSiloSectionBodyVideo{      float:                    left;
                                border:                   0em solid red; 
                                float:                    left; 
                                display:                  inline-block;
                                overflow:                 hidden;
                                width:                    50%;
                                padding:                  0em 0em 0em 0em;
                                margin:                   0em 0em 0em 0em;
                                height:                   20em;
}

#safeSiloSectionBodyText{       color:                    black;
                                float:                    left;
                                display:                  inline-block;
                                overflow:                 hidden;
                                font-size:                1.25em;
                                font-style:               italic;
                                padding:                  1em 5em 1em 2em;
                                margin:                   0em 0em 0em 0em;
                                width:                    50%;
                                height:                   20em;

                                text-align:               justify;
                                text-justify:             distribute;

}

/* Nematodes section formatting */    
#nematodeSection{               padding:                  0em 5em 2em 5em;
                                margin:                   0em 8em 10em 8em;
                                width:                    auto;
                                height:                   auto;
                                border-width:             .25em;                                
                                border-style:             solid solid solid solid;           
                                border-color:             black;

                     /*         background:                 url('../img/gray-parchment-paper-texture.jpg'); */
                                background:                 url('../img/multicoloredpastel.jpg');
                                z-index:                  3;                   
}
#nematodeSectionHeader{         
                                background-color:        green;
                                display:                 block;
                                color:                   white; 
                                font-size:               2em;
                                line-height:             1.5em;
                                text-align:              center;
                                letter-spacing:          normal; 
                                text-align:              center;
                                padding:                 0em 0em 0em 0em;
                                margin:                  0em 0em 0em 0em;

}

#nematodeSectionBody{           color:                   black;
                                display:                 block; 
                                font-size:               1.25em;
                                padding:                 0em 0em 0em 0em;
                                margin:                  0em 0em 0em 0em;
                                text-align:              justify;
                                text-justify:            distribute;

}

#nematodeSectionDocLink{        color:                   black;
                                display:                 block; 
                                font-size:               1.25em;
                                padding:                 0em 10em 0em 10em;
                                margin:                  0em 0em 0em 0em;
                                cursor:                  auto; 
}

footer                    {     
                                clear: 			    	 both;
                                display:                 block;
                                position:                absolute;
                        	    overflow:                hidden;
                                
                                height:                  auto;
                                bottom:                  .5em;
                                width:                   100%;
                                left:                    auto;
                                right:                   auto;
                                
                                margin:                  0em 0em 0em 0em;
                                padding:                 0em 0em 0em 0em;
                                
                                border-top-width:        1em;
                                border-bottom-width:     0em;
                                border-left-width:       0em;
                                border-right-width:      0em;
                                border-color:            black;
                                border-style:            solid;                                                              
                                color:                   black;
                                text-align:              center;
                                background-color:        transparent;
                                z-index:                 1;
}  
#footerSectionContactDiv   {    width:                   auto;
                                left:                    auto;
                                right:                   auto;
                                text-align:              center;
                                background-color:        transparent;
                                z-index:                 1;
	
} 
#footerSectionCopyright    { 
                                  font-weight:           bold;
                                  display:               block;
                                  text-align:            center;       
}

#footerSectionContactEmail {
                                 font-size:              1em;    
                                 color:                  black;
                                 background-color:       transparent;
                                 font-style:             italic;
                                 font-weight:            bold;
                                 text-align:             center;
                                 clear:                  both; 
}

#lsthdqtr {
        overflow:             hidden;
	    float:                left;
	    width:                100%;
		padding:              0em;
	    clear:                both;
        margin-top:           0em;
        margin-left:          0em;
        margin-right:         0em;
        margin-bottom:        0em;
        
}
#lsthdqtrimage {
        overflow:             hidden;
	    float:                left;
	    width:                100%;
		padding:              0em;
        margin-top:           0em;
        margin-left:          0em;
        margin-right:         0em;
        margin-bottom:        0em;
        border:               0em;
        
}



/* in use above */

/*
.site-navigation {
                       display: block;
                       font-family: 'Titillium Web', sans-serif;
                       font-size: 12px;
    font-weight: bold;
            height:25px;   
            padding: 2px; 
            width:auto;
            height: auto;
        border: 0px;
        border-color:navy;
        padding: 1px;
        margin-top:    1px;        
        margin-bottom: 1px;
		margin-left:   5px;
        margin-right: 10px;   
} */


/* not used yet below   





.txtleft {
        text-align:           left;
}

.reviewername {
        font-size:            1.1em;    
        color:                black;
        background-color:     transparent;
        font-style:           normal;
        font-weight:          bold;	
}
 
.limitededitiontext {
        font-size:            1em;    
        color:                black;
        background-color:     transparent;
        font-style:           italic;
        font-weight:          600;
        text-align:           left;
        clear:                both;   
}

p.contact_us_text {
        font-size:            1.5em;
        font-style:           normal;
             
}
p.contact_us_before_space1L {
        font-size:            1.5em;
        font-style:           normal;
             
}

p.centered {
        font-size:            1.0em;
        text-align:           center;
          
}
p.white    {
         color:                white;
         font-size:            1.25em;         
}
p.fancy    {
	     color:                maroon;
	     font-style:           italic;
	     font-size:            1.25em;
	     font-family:          "Bookman Old Style";
}
.emphasis    {
         font-weight:         bold;         
}
.underline   {
	     text-decoration:     underline;
}


img.centered {
        display:              block;
        margin-left:          auto;
        margin-right:         auto;
        border:               0px;
        padding:              0px;
        overflow:             auto;
}
div.pagecentered{
	    display:              block;
        margin-left:          auto;
        margin-right:         auto;
        margin-top:           auto;
        margin-top:           auto;
        border:               2px;
        padding:              2px;
        border-color:         blue;
        overflow:             auto;

}
div.overflowauto {
        display:              block;
        width:                90%;
        margin-left:          auto;
        margin-right:         auto;
        border:               0px;
        padding:              0px;
        overflow:             auto;
}

div.black {
	background-color:         black;
}
div.singlecentered {
        width:                50%;
        margin-left:          auto;
        margin-right:         auto; 

}
div.doublecentered {
        display:              inline-block;
        width:                90%;
        margin-left:          auto;
        margin-right:         auto;
        overflow:             auto;
        
}

div.textcentered {
        width:                40%;
        margin-left:          auto;
        margin-right:         auto; 

#top_nav {
        overflow:             hidden;     
        display:              block; 
 		clear: 	              both;               
        width:                90%;
        border:               2px solid black;
        padding:              1px;
        margin-top:           1px;        
        margin-bottom:        1px;
		margin-left:          5px;
        margin-right:         10px;;            
}
#gloryicontext {
        float:                left;
        display:              inline;
  	    border-style:         solid;
	    border-width:         0px;
	    margin-left:          0px;
	    margin-right:         5px;
	    margin-bottom:        0px;
	    margin-top:           19px;
	    font-size:            200%;
}
#glory {
        display:              block;	
        max-width:            100%;
        height:               auto;
  	    border-style:         solid;
	    border-width:         0px;
	    margin-left:          auto;
	    margin-right:         auto;
	    margin-bottom:        auto;
	    margin-top:           auto;
}
#gloryicon{
	    float:                left;
  	    border-style:         solid;
	    border-width:         0px;
	    margin-left:          0px;
	    margin-right:         5px;
	    margin-bottom:        0px;
	    margin-top:           19px;
	
}
#frontcover {
        display:              block;	
        max-width:            80%;
        height:               auto;
  	    border-style:         solid;
	    border-width:         0px;
	    margin-left:          0;
	    margin-right:         auto;
	    margin-bottom:        auto;
	    margin-top:           auto;
}

#container {
        overflow:             hidden;
	    min-width:            600px;
}

#left_col {
		overflow:             auto;
		width:                45%;
		float:                left;
	    padding:              5px;
    	margin:               5px;
}
#left_col_contact_us {
		overflow:             auto;
		width:                20%;
		float:                left;
	    padding:              5px;
    	margin:               5px;
    	font-size:            1.5em;
        font-style:           normal;

}
#right_col_contact_us {
		overflow:             auto;
		width:                50%;
		float:                left;
	    padding:              5px;
    	margin:               5px;
    	font-size:            1.15em;
        font-style:           normal;
}

*/
/* original display: block; 
.site-navigation nav {
                               display:                    inline-block;
                               float:                      left;
                               font-family:                'Titillium Web', sans-serif;
                               font-size:                  2em;
                               font-weight:                bold;
                               height:                     2em;   
                               width:                      40%;
                               height:                     auto;
                               border:                     medium green double;
                               margin:                     1em 1em 1em 5em;
                               padding:                    1em 1em 1em 1em;      
} */




/*
.nava:link, .nava:visited {
        display: block;
        width: 120px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #98bf21;
        text-align: center;
        padding: 4px;
        text-decoration: none;
        text-transform: uppercase;
}

a:hover, a:active {
    background-color: #7A991A;
}            
*/
/*          overflow: hidden;                */


/* 
.site-navigation ul {
                                background:               #3498DB;
                                list-style-type:          none;
                                margin:                   0em 0em 5em 0em;
                                padding:                  0em 0em 5em 0em;
}

.site-navigation li {           color:                    #fff;
                                background:               #3498DB;
                                display:                  block;
                                float:                    left;
                                margin:                   0em .5em 0em 0em;
                                padding:                  .5em .5em 5em .5em;
                                position:                 relative;
                                text-decoration:          none;
                                text-transform:           uppercase;
}
  
.site-navigation li a {
                                color:                    #fff;
                                text-decoration:          none;
                                display:                  block;
}

.site-navigation li:hover {
                                @include:                 transition(background, 0.2s);
                                background:               #52a6df;
                                cursor:                   pointer;
}

.site-navigation ul li ul {
                                background:               #52a6df;
                                visibility:               hidden;
                                float:                    left;
                                min-width:                1em;
                                position:                 absolute;
                                transition:               visibility 0.65s ease-in;
                                margin:                   1em 0em 0em 0em;
                                left:                     0em; 
                                z-index:                  999;
}

.site-navigation ul li:hover    ul {
                                visibility:               visible;	
}

.site-navigation ul li ul:hover ul {
                                visibility:               visible;
}

   padding: 5px 0 5px 18px;  
.site-navigation ul li ul li {
                                clear:                    both;
                                padding:                  1em 1em 1em 1em;
                                width:                    100%;
}

.site-navigation ul li ul li:hover {
                                background:               #74b7e4;
}
*/
