*{
outline: none;
}
.row{
width: 100%;
}
.row .info-box{
margin-left: 0;
}
.row .info-box{
margin-left: 20px;
}
.info-box{
width: 890px;
height: auto;
float: left;
padding: 10px;
margin: 20px;
margin-bottom: 0px;
background: white;
border-radius: 20px;
text-align: left;
font-size: 15px;
box-shadow: 0px 3px 5px #333;
}
.info-box-title{
font-size:25px;
font-weight:bold;
height:30px;
}
.info-box-text{
width: 100%;
max-width: 100%;
min-width: 100%;
word-wrap: break-word;
}
.info-box-img{
float: right;
height:auto;
width:267px;
border-radius:5px;
}
.info-box input[type=button],.info-box  input[type=reset],.info-box  input[type=submit],.info-box  button, .info-box-button{
background: white;
border-radius: 5px;
height: 30px;
border: 1px solid #eee;
font-weight: bold;
cursor: hand;
color: #1E5799;
-moz-box-shadow:    inset 0 0 7px #888;
-webkit-box-shadow: inset 0 0 7px #888;
box-shadow:         inset 0 0 7px #888;
}
.info-box input[type=button]:hover,.info-box  input[type=reset]:hover,.info-box  input[type=submit]:hover,.info-box  button:hover, .info-box-button:hover{
-moz-box-shadow:    inset 0 0 7px #444;
-webkit-box-shadow: inset 0 0 7px #444;
box-shadow:         inset 0 0 7px #444;
}
.info-box input[type=text],.info-box input[type=password],.info-box input[type=email],.info-box input[type=number],.info-box select{
width: auto;
height: 30px;
padding-left: 7px;
border-radius: 10px;
padding-left: 7px;
padding-right: 7px;
border: 1px solid #EEE;
font-weight: bold;
-moz-box-shadow:    inset 0 0 7px #888;
-webkit-box-shadow: inset 0 0 7px #888;
box-shadow:         inset 0 0 7px #888;
color: #1E5799;
}
.info-box-bot{
background: white;
border-radius: 20px;
text-align: left;
box-shadow: 0px 3px 5px #333;
background-repeat: no-repeat;
}
.info-box-bot-ws{
background: white;
border-radius: 20px;
text-align: left;
background-repeat: no-repeat;
}
.info-box-bot-ws-ot{
background: white;
border-radius: 20px 20px 0px 0px;
text-align: left;
background-repeat: no-repeat;
}
.info-box-bot-ws-ol{
background: white;
border-radius: 20px 0px 0px 20px;
text-align: left;
background-repeat: no-repeat;
}
.info-box-bot-ws-or{
background: white;
border-radius: 0px 20px 20px 0px;
text-align: left;
background-repeat: no-repeat;
}
.info-box-bot-ws-ob{
background: white;
border-radius: 0px 0px 20px 20px;
text-align: left;
background-repeat: no-repeat;
}
.info-box-bot-ws-lb{
background: white;
border-radius: 5px;
text-align: left;
background-repeat: no-repeat;
}
.info-box-table{
background: #fff;
border: 1px solid #1E5799;
border-radius: 5px;
}
.info-box-table-lb{
border: 1px solid #1E5799;
border-radius: 5px;
}
.info-box-table td{
border-bottom: 1px solid #1E5799;
}
.info-box-table td:first-child{
border-right: 1px solid #1E5799;
}
.info-box-table tr:last-child td{
border-bottom: none;
}
#footer a, .info-box a,.info-box-bot a{
color: #1E5799;
}
.public{
border-radius: 20px;
margin: 20px;
margin-bottom: 0px;
box-shadow: 0px 3px 5px #333;
float: left;
}


body{
margin: 0;
background: #1E5799;
}

#page{
height:auto;
width: 1000px;
margin:  0 auto;
font-family: Helvetica;
}
#header{
position: fixed;
z-index: 200;
top:0px;
width:1000px;
height: 150px;
background: #81BEF7;
border-radius: 0px 0px 10px 10px;
box-shadow: 0px 3px 5px #333;
}
#content{
margin-top: 120px;
width:950px;
min-height: 90%;
float: left;
height: auto;
background: lightgrey;
margin-left: 25px;
margin-right: 25px;
padding-bottom: 25px;
padding-top: 30px;
box-shadow: 0px 3px 5px #333;
}
#footer{
float: left;
width: 1000px;
height: auto;
padding-bottom: 10px;
background: darkgrey;
box-shadow: 0px 3px 5px #333;
border-radius: 10px 10px 0px 0px;
}
.overhead{

}
.logo{
height:120px;
width:120px;
color:white;
border-radius:15px;
float:left;
margin-top:15px;
margin-right:15px;
margin-left:15px;
}
.logo_text{
margin-top:50px;
color:white;
font-size:20px;
text-align:center;
}
.head_menu{

margin: 0;
float: right;
padding: 0;
margin-top: 7px;
width: 846px;
border-radius: 10px 0px 10px 0px;
height: 40px;
}
#headmenu{
margin: 0;
float: right;
padding: 0;
position: absolute;
right:0px;
bottom: 0px;
width: 846px;
border-radius: 10px 0px 10px 0px;
height: 40px;
}
.head_menu_options{
float: left;
list-style: none;
padding: 0;
margin: 0;
margin-top: 10px;
padding-left: 4px;
z-index: 1000;
}
.head_menu_options li{
float: left;
font-size: 20px;
list-style: none;
}
.head_menu_options .head_menu_point{
border-right: 1px solid #999;
padding-left: 4px;
padding-right: 4px;
}
.head_menu_options .head_menu_point:last-child{
border:none;
margin-right: 4px;
}
.head_menu_options .head_menu_point a, .head_menu_point div{
color: white;
text-decoration: none;
padding-left: 4px;
padding-right: 4px;
}
.head_submenu{
padding: 0;
margin: 0;
width: 200px;
height: auto;
position: absolute;
background: #1E5799;
border-radius: 0px 8px 8px 8px;
display: none;
margin-left: -4px;
border: 1px solid #999;
border-top: none;
}
.head_menu_point{
font-weight: none;
}
.head_menu_point:hover .head_submenu{
display: none;
}
.head_menu_point:hover a{
color: #81BEF7;
}

.head_menu_point:hover div{
color: #81BEF7;
}

.head_submenu_point{
list-style: none;
width: 100%;
border-bottom: 1px solid #999;
padding-top: 3px;
}
.head_submenu_point:hover{
background: #81BEF7;
}
.head_submenu_point:first-child{
border-radius: 0px 8px 0px 0px;
}
.head_submenu_point:last-child{
border: none;
border-radius: 0px 0px 8px 8px;
}
.head_submenu_point a{
width: auto;
display: block;
}
#headmenu{background: #1E5799;}
#submenu{
display: none;
border-radius: 0px 0px 0px 8px;
margin-top:-0.1px;
margin-left:203;
width:747px;
z-index: 100;
position: fixed;
background: #1E5799;
}
#submenu-bot{
width:747px;
height: 50px;
}