.header
{
   height: 185px;
   width:100%;
}

.footer
{
   height: 110px;
   width:100%;
   background-color: #EBE6E6;
   color: #444;
   
   /*background-color: #3CB2B2;*/
    box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 5px 0px;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
   
}

#logo
{
    float: left;
    width: 510px;
    height: 145px;
    background: url('../img/logo.png');
        
}

#menu
{
    float: left;
    margin-top: 0px;
    margin-left: 15px;
    height: 35px;
}

.arounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid silver;
   /* behavior: url(ie-css3.htc)*/
}


.ashadow{
    -moz-box-shadow: 0px 1px 4px 0px #444;
	-webkit-box-shadow: 0px 1px 4px 0px #444;
	box-shadow: 0px 1px 4px 0px #444;
}

.secondary-menu-button {
    border-color: white;
    /*background-color: black;*/
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    border: 2px solid #EEE;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: white;
}

.alabel{
	font-family: Arial; 
	font-size: 15px;
	background-color: #44B446;
	color:white;
    border-radius: 2px;
    border: 2px solid #EEE;
}

.labelB{
    font-family: Arial; 
	font-size: 15px;
    width: 210px;
    height: 150px;
    text-align: justify;
}

.labelC{
    font-family: Arial; 
	font-size: 15px;
    width: 440px;
    height: 150px;
    text-align: justify;
}


.labelB-heading {
  text-align: center; 
  font-size: 17px;
  color: #444;
}


.labelB-heading:hover {
  text-align: center; 
  cursor: pointer; 
  text-decoration: underline;
  color: #F67824;
}



.response{
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #44B446;
  background-image: -moz-linear-gradient(top, #44B446, #44B446);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#44B446), to(#44B446));
  background-image: -webkit-linear-gradient(top, #44B446, #44B446);
  background-image: -o-linear-gradient(top, #44B446, #44B446);
  background-image: linear-gradient(to bottom, #44B446, #44B446);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
}

.shadow {
  -moz-box-shadow: 2px 2px 20px silver;
  -webkit-box-shadow: 2px 2px 20px silver;
  box-shadow: 2px 2px 20px silver;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='silver')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='silver');
}

.menu-group .btn{
  font-size: 12px;
}

.menu-group ul li{
  font-size: 12px;
}

.content-box{
  padding: 5px; 
  width: 678px; 
  background-color: #EEE; 
  font-family: arial;
}
  
.listItems{
  padding-left: 30px;
  font-family: arial;
  text-decoration:  underline; 
  color:black;
}
.listSubItems{
  padding-left: 60px;
  font-family: arial;
  color:black;
}

.listItemsText{
  padding-left: 30px;
  padding-right: 30px;
  font-family: arial;
  text-align: justify;
  color:black;
}

.listHeaderText{
  margin-left:25px; 
  margin-right:25px;
  text-align: justify; 
  font-size: 17px;
}