
#grad1 {
  /* height: 127px; */ 
  border-radius: 10px;
  box-shadow: 0 0px 20px #64717E;
  background-color: green; /* For browsers that do not support gradients */
  background-image: linear-gradient(#00008b, #6495ed);
}

a.one {color: #dddddd;}
/* a.one:link {color: #dddddd;} */
/* a.one:visited {color: #dddddd;} */

/* input     { margin: 5px; } */

.footer_stripe
{
  -moz-box-shadow: 0 0 10px #1E589A; /* Firefox */  
  -webkit-box-shadow: 0 0 10px #1E589A;/* Safari, Chrome */  
  box-shadow: 0 0 10px #1E589A; /* CSS3 */  

 -moz-border-radius: 0 0 10px 10px; /* Firefox */  
  -webkit-border-radius: 0 0 10px 10px; /* Safari, Chrome */  
  border-radius: 0 0 10px 10px; /* CSS3 */  
  
  
    display: table;
    height: 80px;
    padding: 9px;
    width: 99%;

background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.footer_stripe a
{
	color: white;
}
.footer_top_text, #footer_emailus
{
   color: white ;
    font-family: helvetica ;
    font-size: 17px ;
    margin: 0 ;
    text-decoration: none ;
	text-align: center;
}
#footer_contact_us_table
{
   color: white ;
    font-family: helvetica ;
    font-size: 17px ;
    margin: 0 auto ;
    text-decoration: none ;
}
#footer_emailus:hover
{
text-decoration:underline;
}
.footer_top
{
width:100%;
height:auto;
}