@charset "utf-8";
/* CSS Document 
 * Julie's Carpet Cleaning 
 * November, 2010 */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#D4E5F5;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background:;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: #67B5E3 solid 1px; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	
}

.nav {
	width: 780px;
	height: auto;
	margin: 0 auto auto 175px;
}

.nav img {
	
	border:none;
	height:26px;

}

.nav li {
	
	list-style-type:none;
	float:left; 
	

}

.oneColFixCtrHdr #mainContent {
	padding: 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:left;
}


.oneColFixCtrHdr #footer a {
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px; 
	font-weight:bold;
	
}

.textTitle {

	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#000000; 
	font-size:36px;
	font-weight:bold;
	

}

.mainTxt {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#000000; 
	font-size:12px;
	float:right; 
	clear:right;
}

.scotchMainTxt {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#000000; 
	font-size:12px;


}

.scotchHeaders {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px; 
	color:#000000;
	font-weight:bold;

}


.textLinks a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}


.textLinks a:hover {
	color:#000000; 
	text-decoration:underline;
	
}

.QandA {

	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#000000; 
	font-size:36px;
	font-weight:bold;
	padding:5px;

}

.QandABlocks {
	
	 background-color:#99CCFF;
	 padding:5px;
	
}

.form input {
	
		width:300px;
	
}

.form {

	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#000000; 
	font-size:12px;
	margin: 0 0 0 100px;

}
	
	#enteredName	{width: 27.5em} 
	#phone			{width: 28em}
	#email			{width: 24em}
	
.clear{margin:0px; padding:0px; clear:both;}
