@charset "utf-8";
/* CSS Document */

/* Body and Container */
body{margin: 15px; padding: 0px; background-color: #fff; font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #123456;}
#container {margin: auto; width: 100%; background-color: #fff;}

/* Background Border
#background_border{background: url(images/bg_image.jpg) no-repeat;}
 */

/* Header */
#header {margin: auto; width: 100%; height: 70px; background: url(../images/smkg.png) no-repeat;  background-size: Auto 70px; 20px; background-color: #37352b; border: 1px solid #862209;}

/* Nav */
#nav{margin: auto; width:100%; height:45px; background-color: #cccccc; color:#000;}

#nav ul li{display: inline-block; height: 8px;}
#nav ul li a {text-decoration: none; color: #000; font-weight: bold;}
#nav ul li a:hover {text-decoration: none; color: #Fff; font-weight: bold;}

#slideshow{margin: auto; width: 100%; height: 1200px; background: url(/../img/header.png) no-repeat; background-size: 900px 20px;}
/* Clear Float */
.clear-fix { clear: both; line-height: 1px;}

.right_header {
color: #fff;
float: right;
margin-top:50px;
padding-right:5px;
}

.left_header {
margin-top:10px;
margin-left:100px;
font-weight:bold;
color: #fff;
float: left;
}

table {
 
 border-collapse:collapse;
 border:solid black 2px;
 font:1.2em Helvetica;
 }

center {
 margin-left:auto; 
 margin-right:auto;
 width:100%;
 }

td, th {
 text-align:center;
 padding: 5px;
 border-left:solid black 1px;
 border-top:solid black 1px;
 vertical-align: top;
}

td.left {
 text-align:left;
}

td.right {
 text-align:right;
}
th {
 font-size:1.2em;
 font-weight:normal;
 color:white;
/*  border-top: none;  */
 background-color: #86A8EC;
 }

td:first-child {
 border-left: none;
 }

tr:nth-child(even)
{  background:#eff4ff;
 }

input:not([type=submit]):not([type=button]):not([type=radio]) {
 text-align:center;
 font-size:1.2em;
 width:95%;
 padding-left:3px;  padding-right:3px;
 }

input[type=radio] {
  padding: 0px 1px;
 -ms-transform: scale(1.2); /* IE */
 -moz-transform: scale(1); /* FF */
 -webkit-transform: scale(1); /* Safari and Chrome */
 -o-transform: scale(1); /* Opera */
}

#txtArea {
 width:520px;
 border:2px solid #999999;
 padding:3px;
 font-family: Arial, Sans-Serif;
 font-weight: normal;
 font-size:1em;
 position:relative;  /* 1px border, too */
}

#textfield {
 width:520px;
 border:2px solid #999999;
 padding:3px;
 font-family: Arial, Sans-Serif;
 font-weight: normal;
 font-size:1.2em;
 position:relative;  /* 1px border, too */
}

#txt2 {
 width:40px;
 border:2px solid #999999;
 padding:3px;
 font-family: Arial, Sans-Serif;
 font-weight: normal;
 font-size:1.2em;
 position:relative;  /* 1px border, too */
}

/* #Blue Flat Button */
.btn {
  margin: 0 auto;
  vertical-align: top;
  width: 10%;
  height: 25px;
  padding: 0;
  font-size: 15px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}

.btn:hover {
    border: none;
    background:red;
    box-shadow: 0px 0px 1px #777;
}