@charset "utf-8";
/* CSS Document */
body{
	background-image: url("../images/background2.jpg"); 
	background-repeat: no-repeat;
    background-position: top center;
    background-color: #E8E7E2;
}

#bannerPic{
	width: 100%;
}

#hPageBanner h2{
	position: absolute;
	color:white;
	padding:5px 8px;
}
#coLogo a{
	color:#990000;;
	font-size: 1.5em;

}
#logoStrong{
	font-weight: bolder;
}

.subBannerCallout, #testamonials{
	margin-top:7px;
}

.panel{
	margin-bottom: 9px;
}

#mainContent{
	min-height: 100%;
}
#mainContent p{
	margin-bottom: 5px;
}
#adSpace p{
	color:gray;
	position: absolute;
}
#adPic{
	max-height:220px;
}

#testamonials p{
	font-style: italic; 
	text-indent:15px;
}
#testamonials h4{
	line-height: 1.5em;
}
#myPricingModal h4{
  color:#990000;
}