#second_head {
  top:0px;
  padding:3px 5px 3px 5px;
    width: 1000px;
	height:140px;
  background-color: #EBECE4;
  display:block;
  margin-left:auto;
  margin-right:auto;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0.75, rgba(235,236,228, .4)),
    color-stop(0.59, rgba(235,236,228, 1))
);
  background: -moz-linear-gradient(
    center bottom,
    rgb(235,236,228) 75%,
    rgb(235,246,228) 59%
);
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: px;
-moz-border-radius-topright: px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
  }
 /* #second_head p { display:block; width:1000px;margin-left:300px;padding-left:300px; font-family: Georgia, Arial, Helvetica, sans-serif;}*/
  #second_slogan { clear:left;display:block;margin-left:250px;font-family: Georgia, Arial, Helvetica, sans-serif;padding-top:-5px;}
  #second_head img { float:left; width:98px; border-width:0px;margin-top:5px;}
  #second_head h1 { margin:10px 0px 0px 30px;text-transform:uppercase;float:left;width:700px; color: #002C63;line-height:1em;}
  #second_head h1 span { font-size:1.4em; }
  /*#second_head p { display:block;width:1000px;clear:left;margin:auto; font-family: Georgia, Arial, Helvetica, sans-serif; }*/
  #second_location { width:400px;margin-left:180px;padding-left:0px;font-size:0.9em;float:left;margin-top:10px;height:0.9em;display:block;}

