@charset "utf-8";
/* CSS Document */

html{
	margin:0px auto;
	text-align:center;	
}

body{
	margin:0px auto;
	text-align:center;
	background-color:#DCDBDA;
	
}
.header {
	background-color: #232323;
	border-bottom: 1px solid #171717;
	border-top: 5px solid #5AB8E3;
	height: 100px;
	width: 100%;
	background-image: url(images/bkgTile.png);
	background-repeat: repeat;
}


.branding {
  border: 0px dashed #FFFFFF;
  height: 100px;
  margin: 0 auto;
  width: 1000px;
}
.logo {
  background-image: url("http://www.aic-fire.com/images/AICFireLogo.png");
  background-repeat: no-repeat;
  height: 52px;
  position: relative;
  top: 37px;
  width: 267px;
}
.content {
  background-color: #DCDBDA;
  border-top: 2px solid #262626;
  padding-bottom: 30px;
  padding-top: 15px;
  width: 100%;
}
.content p {
  line-height: 23px;
  padding-bottom: 10px;
}
.content h2 {
  color: #696969;
  font-family: 'Droid Sans',sans-serif;
  font-size: 23px;
  font-weight: 700;
}



.content .wrapper {
  font-family: 'Rosarivo',serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  padding: 16px 0 0;
  text-align: left;
  width: 1000px;
}
.footer {
  background-color: #333333;
  border-top: 1px solid #000000;
  height: 120px;
  width: 100%;
}

.footer p{
  font-family: 'Droid Sans',sans-serif;
  font-size: 14px;
  font-weight: 400;	
color:#8F887C;	
margin:0px;
padding:2px;
}

.footer a:link, .footer a:visited, .footer a:active{
		color:#8F887C;
	
}
.footer .wrapper {
  border: 0 dashed #FFFFFF;
  height: 50px;
  margin: 10px auto 0;
  position: relative;
  text-align: center;
  top: 15px;
  width: 1000px;
}
.footer .ad1{
	width:400px;
	float:left;	
	text-align:left;
}




.footer .ad2{
	width:400px;
	float:right;
	text-align:right;	
}



.headline {
	background-color: #333333;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #383838;
	/* height: 79px; */
	width: 100%;
	padding: 20px;
}
.headline h2 {
  color: #5AB8E3;
  font-family: 'Droid Sans',sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.headline h3 {
  color: #ccc;
  font-family: 'Droid Sans',sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.headline h4 {
  color: #999999;
  font-family: 'Droid Sans',sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-top:4px;
}



.portrait {
  float: right;
  margin: 0 0 20px 10px;
}



.phone {
  color: #5AB8E3;
  font-family: 'Droid Sans',sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 13px;
  text-align: right;
}








