@charset "utf-8";
/* CSS Document */

/*Home Page*/
.Banner 
{
	margin: 10px 0 20px 0;
}

.FreeQuote
{
    width: 45%;
    float: left;
    background-color: #9F817A;
    font: calibri;
    font-size: 30px;
    padding: 15px 0 15px 0;
    text-align: center;
    color: white;
}

.PhoneNumber
{
    width: 55%;
    float: right;
    background-color: white;
    font: calibri;
    font-size: 30px;
    color: #9F817A;
    text-align: center;
    padding: 15px 0 15px 0;
}

.AboutBlurb 
{
    float: left;
    width: 40%;
    margin: 40px 0 40px 50px;
    font: calibri;
    font-size: 23px; 
    text-align: center;
    color: #4D699B;
    font-weight: bold;
    
}
.Lists
{
    float: right;
    width: 45%;
    padding: 20px 0 20px 0;
    font: calibri;
    font-size: 20px;
    color: #4D699B; 
}
    .Lists li
    {
       list-style-type: square; 
    }
    
	.Exteriors
	{
	    float: left;
	    width: 50%;
	}
	.Interiors
	{
	    float: right;
	    width: 50%;
	}
	
	
	
/*Before and After Page*/
.BA {
	clear: both;
	border-top: #9F817A solid thin;
	width: 100%;
	font: calibri;
    font-size: 20px;
    color: #4D699B; 
}

	.Before {
		float: left;
		width: 48%;
		margin-bottom: 20px;
		clear: both;
		text-align: center;
	}

	.After {
		float: right;
		width: 48%;
		margin-bottom: 20px;
		text-align: center;
	}
	
/* Tags */

h1 
{
    font: calibri;
    color: #89A6CD;
    font-size: 30px;
}

h2
{
	font: calibri;
	color: #9F817A;
	font-size: 25px;
}

h3
{
}