/* -----------------------------------------
  this is the style sheet for colins website
  ----------------------------------------- */
body{
  background-color:#d6d6d6;
  color:black;
  font-family:Arial,Georgia,Serif;
}
.main{
  margin-left:auto;
  margin-right:auto;
  padding-bottom:20px;
  width:900px;
  height:auto;
  background-color:black;
  border-radius:25px;
}

#raf_logo{
  float:left;
  width: 110px;
  margin-left:25px;
  padding-top:13px;
margin-bottom:10px;

}

#email h2 {
   margin-top:20px;
   margin-left:15px;
   color:white;
   display:inline-block;
}
#emailpic{
  float:left;
  height:35px;
  width:35px;
  margin-top:15px;
  margin-left:190px;
}

#picphone{
    padding-top:15px;
  float:left;
  height:35px;
  width:35px;
  margin-left:190px;
}

#phone h2{
     padding-top:15px;
  float:left;
  color:white;
  margin-left:15px;
  margin-top:5px;
  display:inline-block;
}


#header_img{
  margin-left: 2px;
  margin-bottom:0;
}

/* ----------------------------
   this is for the main content
   ---------------------------- */
#content p{
  color:white;
  margin-left:30px;
  margin-right:30px;
}
#content h2{
  clear:both;
  margin-left:25px;
  margin-top: 35px;
  color:white;
}
#content h3{
  margin-top: -1px;
  margin-bottom:-5px;
  margin-left:25px;
  color:red;
}

.bulletpoints{
  color:white;
  margin-left:35px;
}

#comm{
   margin-left:17%;
}

/* ------------------------
this is for the Contact Us
--------------------------*/
#form{
  color:white;
  margin-left:7%;
  width:50%;
}
#form label {
  float:left;
  width:39%;
  text-align:right:
  margin-right:5px;
  color:white;
}
.formlayout{
  margin-bottom:1%;
}
#form input[type="submit"]{
  margin-left:67%;
  width:20%;
}
#thanks{
  color:white;
  margin-top:8%;
}

/* -------------------------
   this is for the footer
   ------------------------ */
#footer{
  margin-left:auto;
  margin-right:auto;
  margin-top:-10px;
  height:50px;
  width:900px;
  background-color:black;
  border-radius:25px;
}
#footer p{
  margin-left: 20px;
  padding-top: 15px;
  color:white;
}
#footer a{
  text-decoration: none;
  color:white;
}