@charset "UTF-8";
/* CSS Document */
.header_top {
	width: 100%;
	height:490px;
	background-color: #337ab2;
    background-image: linear-gradient(to top, #1bc0fb, #1d72f2 );
	border-bottom: 3px #0ca9e9 solid;
}
.header_Table {
	width: 100%;
	height: 80px;
	padding: 0px; 
	border: none;
	border-collapse: collapse;
}
.header_Table_upper {
	height: 80px;
	padding: 0px; 
	text-align: center;
	background-color: #1d80f4;
	-moz-box-shadow:0 5px 10px rgba(128, 195, 255, 0.75);
    -webkit-box-shadow: 0 5px 10px rgba(128, 195, 182, 0.75);
    box-shadow: 0 5px 10px rgba(128, 195, 255, 0.75);

}
.header_Table_Menu{
  	margin-right: 40px;
	float: right;
}
.menu_Table_TD{
	width: 100px;
}
.site_name_TD{
	width: 15%; 
	text-align: left; 
	vertical-align: center; 
	padding-bottom: 5px;
	padding-top: 5px;
}
.site_Name_Table{
	font-size: 24px; 
	color: white; 
	font-weight: 900; 
	width: 100px;
	background-color: aquamarine;
}
.menu_button{
	background-color: transparent;
	border: 0px;
	color: white;
	text-shadow: 1 0 0px #fff, 0 0 1px #fff;
	font-size: 16px;
	cursor: pointer;
}
.menu_button:hover {
	color: white; 
	text-shadow: 0 0 1px #737073, 0 0 1px #737073;
	font-size: 16px;
	cursor: pointer;
}
.logo_container{
	background-image:url("../images/logo.png");
	height: 65px;
	width: 175px;
	margin-left: auto; 
  	margin-right: auto;
}
