/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}
p {text-align: left;}

body {
	margin: 25px 0;
	padding: 0;
	background: #697281;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1F5F8;
	background-color:#679159;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  margin: 0 auto; 
  height:auto;
  overflow: hidden; 
  background: #679159 url(background.png) repeat-y;
  width: 1024px;
}

#header
{
background-image:url(header.png);
background-repeat:no-repeat;
height:111px;
width:1024px;
}

#headerTitle
{
position:relative;
left:10px;
top:15px;
color:#C92009;
text-align:left;
font-size:60px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#headerTitle1
{
position:relative;
left:10px;
top:15px;

color:#283823;
text-align:left;
font-size:20px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#headerSubText
{
position:relative;
left:1px;
top:15px;
color:#679159;
text-align:center;
font-size:14px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#headerSubText1
{
position:relative;
left:1px;
top:15px;
color:#479159;
text-align:center;
font-size:40px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#bar
{
background-image:url(bar.png);
background-repeat:no-repeat;
height:55px;
width:1024px;
line-height:55px;
padding-left:10px;
padding-right:10px;
}

#bar a
{
font-size:13px;
font-weight:bold;
color:#FBFDFB;
margin-left:10px;
margin-right:10px;
}

#bar a:hover
{
color:#C7E0C2;
}



.contentTitle
{
width:1024px;
height:37px;
margin-top:20px;
margin-left:25px;
margin-right:25px;
text-align:justify;
background-image:url(tab_back.png);
background-repeat:no-repeat;

}

.contentTitle h1
{
margin-left:21px;
padding-top:8px;
font-size:20px;
font-weight:bold;
text-align:justify;
color:#679159;
/*color:#071027; */
}

.comments
{
font-size:11px;
font-style:italic;
}

.contentText
{
width:680px;
padding-left:30px;
padding-right:30px;
text-align:justify;
font-size:13px;
color:#030712;
line-height:20px;
}

a
{
text-decoration:none;
color:#152413;
}

a:hover
{
color:#597A41;
}


#footer {
width: 1024px;
height:15px;
background: url(footer.png) no-repeat;
text-align:center;
font-size:10px;
font-weight:bold;
color:#152413;
padding-top:38px;
}

#gateTable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

#gateTable td, #gateTable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#gateTable tr:nth-child(even){background-color: #f2f2f2;}

#gateTable tr:hover {background-color: #ddd;}

#gateTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align:left;
  background-color: #728E68;
  color: white;
}

.shadow {
min-width:20vw;
width:25vw;
padding:5px;
border-radius: 15px;
text-align:center;
font-weight: bold; 
box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=radio] {
  display: none;
}

/* style */
.a-container {
  width: 880px;
  margin: 20px auto;
}

.a-container label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  color: #353232;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.a-container label:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #aaa;
  border-right: 6px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 16px;
}

.a-container input:checked + label,
.a-container label:hover {
  background-color: #ddd;
  color: #222;
}

.a-container input:checked + label:after {
  border-top: 8px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #222;
  border-left: 6px solid transparent;
  top: 6px;
}

.a-content {
  padding: 0 20px 20px;
  display: none;
}

.a-container input:checked ~ .a-content {
  display: block;
}


.impMessage{
  border: 3px solid #CCCCCC;
  padding:25px;
  color: red;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size:14px;
  text-align:justify;
}

.impMessage1{
  border: 2px solid #CCCCCC;
  padding:25px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size:12px;
  text-align:justify;
}
