body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color: #f2f2f2;
}

/*Global Container*/
.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

ul{
margin:0;
padding:0;
}

.button_1{
  height:38px;
  background: #8E53CC;
  border:none;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-family: sans-serif;
}
/*Header*/
header #branding img{
  float: left;
  width: 100px;
  height:100px;
  margin:0;
  padding: 3px;
}
header{
  background:#2453CC;
  color: #FFFFFF;
  padding-top: 20px;
  min-height: 70px;
  border-bottom: #8E53CC 2px solid;
}

header a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

header li{
  float:left;
  display: inline;
  padding: 20px 20px 0 0;
}

header #branding{
  float: left;
  margin-bottom: 5px;
}

header #branding h1{
  margin: 0;
  float: left;
  display: inline;
  padding: 20px;
}
header nav{
  float: right;
  margin-top: 10px;
  color: #000000;
}

header .highlight, header .current a{
  color: #ffffff;
  font-weight:bold;
}

header a:hover{
  color: #8E53CC;
  font-weight:bold;
}

#section-title{text-align: center;}

/*Showcase*/
#showcase{
}

/*AccuApp*/
#accuApp{
  padding: 10px;
  color:#ffffff;
  background: #2453CC;
  height: 90px;
  margin-top: 20px;
  border-top: #8E53CC 3px solid;
  border-bottom: #8E53CC 2px solid;
}
#accuApp h1{
  float: left;
  text-align: center;
  margin-top: 15px;
}
#accuApp img{
  float:left;
  padding: 20px;
  margin-top: -30px;
  width:100px;
  height:100px;
}
#accuApp form{
  float:right;
}
#accuApp input[type="email"]{
  padding:4px;
  height: 25px;
  width: 250px;
}
/*puTeam*/
#puTeam{
  padding: 10px;
  color:#ffffff;
  background: #2453CC;
  height: 90px;
  margin-top: 20px;
  border-top: #8E53CC 3px solid;
  border-bottom: #8E53CC 2px solid;
}
#puTeam h1{
  float: left;
  text-align: center;
  margin-top: 15px;
  padding: 0 10px 0 0;
}
#puTeam form{
  float:right;
}
#puTeam input[type="email"]{
  padding:4px;
  height: 25px;
  width: 250px;
}
/*index footer*/
#index_foot{
  position:relative;
  left:0;
  bottom:0;
  width:100%;
  text-align: center;
  line-height:0;
  font-size:10px;
}
/*--------------------------About us page----------------------------*/
#about h1{
  text-align: center;
  font-size: 40px;
  font-family: Calibri;
}
#about img{
  float: left;
  padding:20px;
  width: 300px;
  height:200px;
  position: relative;
  top: -15px;
  display: block;
}
#about p{
  color:#000000;
  text-align: left;
  font-size: 20px;
  margin-left:100px;
  margin-right:100px;
}
/*about footer*/
#about_foot{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  text-align: center;
  line-height:0;
  font-size:10px;
}
