body{
font: 15px/1.5 arial, verdana, sans-serif;
padding: 0;
margin: 0;
background-color: #FFFFFF;
}

/* Global */
.container{
  width:90%;
  margin: auto;
  overflow: hidden;
}

ul{
  margin:0;
  padding:0;
}

.button1{
  height:30px;
  background:#EF9B00;
  border:0;
  padding-left: 24px;
  padding-right: 24px;
  color: #FFFFFF
}

/* Header */
header{
  background-color: #FFFFFF;
  color: #FFFFFF;
}

header a{
  color:#262262;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float: none;
}

header #branding h1{
  margin: 0;
}

header nav{
  float: right;
  margin-top: 18px;
}

header .highlight, header .current a{
  color: #EF9B00;
  font-weight: bold;
}

header a:hover{
  color: #EF9B00;
}

#showcase h1{
  margin-top: 40px;
  font-size: 220%;
  color: #000000;
  margin-bottom: 10px;
}

#showcase h2{
    color: #000000;
}

showcase p{
  font-size: 25px;
  color: #ffffff;
}

footer{
  padding: 15px;
  margin-top: 15px;
  color: #FFFFFF;
  background-color: #262262;
}

footer a{
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

footer li{
  float: inherit;
  display: inline;
  padding: 0 15px 0 15px;
}

/* Showcase */
#showcase{
  min-height: 400px;
  background: url(../images/house01f.jpg) no-repeat 0 -300px;
  text-align: left;
  border-bottom: #EF9B00 3px solid;
}

/* Boxes */
#boxes{
  margin-top: 20px;
}

#boxes .box{
  float: left;
  text-align: center;
  width: 31%;
  padding: 10px;
}

#boxes .box img{
  width: 125px;
}
