@charset "utf-8";
/* CSS Document */
#top-container p
{
		font-size:16px;
		
}

#main-content  h3
{
	
		font-size:16px;
	
		
		
			
}
/************* LOGO **************/
#logo
{
			float:left;
			width:90%;
			margin:1% 2 0 0;
			
			 
		
}


/************ FREE QUOTE**************/
#free-quote
{
			float:left;
			width:90%;
		
			
			
}

#services-container h1
{
	font-size:16px;
}

/********************* CONTACT PAGE*******************/
#contact-address
{
		float:left;
		width:90%;
		height:auto;
		margin:10px 0 10px 10px;
		
}

/*************** CONTACT FORM**********************/
#contact-form
{
		float:left;
		width:95%;
}

#contact-form label.con-label
{
		display:block;
		width:90%;
		float:left;
		font-size:16px;
		color: #FFF;
		font-weight:bold;
		margin-left:20px;
				
}

#contact-form input.con-input
{		width:90%;
		float:left;
		height:30px;
		border-radius:8px;
		background:#FFF;
		margin:0 0 10px 10px;
		
}

#contact-form textarea
{		width:90%;
		height:100px;
		border-radius:8px;
		margin-left:10px;
		
}

#contact-form .button input
{
		
		margin-left:20px;
		width:50%;
		
		
		
}