@charset "UTF-8";
body {
  background-color: #27343C;
  
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #FFFFFF;
}

.contactinfo {
  clear:both;
  font-size:18px;
    color:#27343C;
  line-height:130%;
  padding-bottom:10px;
  text-align:center;
  width:768px;
}
.contactinfo a{
  color:#27343C;
  text-decoration:none;
}
.serviceicon{
   border:2px solid white;
  
}

#container { 
  width: 768px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this overrides the text-align: center on the body element. */
} 

#logo{
	font-size:2.0em;
}

.grey{
	color:#CCCCCC;
}
#header {
  background:transparent url(images/header.jpg) no-repeat scroll 0 0;
  height:40px;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  padding-left:10px;
  padding-right:00px;
  padding-top:10px;
  width:768px;
  color:#f4f4f6;
}

#header a{
 color:white;
 text-decoration:none;
}

#qlheader {
  padding-left:30px;
  width:175px;
 color:#000000;
}

#qlheader a{
 color:#000000;
 text-decoration:none;
}

#qlheader_bg{
  background:transparent url(images/header.jpg) no-repeat scroll 0 0;
  /* width:175; */
  color:#FFFFFF;
}

#footer {
  clear:both;
  color:#ACD7EE;
  font-size:11px;
  line-height:130%;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:10px;
  text-align:left;
  width:768px;
}
#footer a{
  color:#ACD7EE;
  text-decoration:none;
}
#footer_bg{
  background:transparent url(images/footer.jpg) no-repeat scroll 0 0;
  height:72px;
  width:768px;
}

#page{
  background-color:#f4f4f6;
  width:768px;
  color:#000000;
  font-family:Verdana,'Trebuchet MS',arial,sans-serif;
  font-size:80%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5;

}

.partners{
    padding-top: 80px;
    background-color: #FFFFFF;
}
