@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000;
	margin-top: 20px;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 236px;
	margin: 0px;
	padding: 0;
	background-image: url(../images/suttonwindows_01.jpg);
}
#logo {
	float: left;
	height: 100px;
	width: 542px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#headertext {
	float: left;
	height: auto;
	width: 560px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 60px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	height: auto;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #FFFFFF;
	background-image: url(../images/suttonwindows_02.jpg);
	background-repeat: repeat-y;
}
#rightimage {
	height: 130px;
	width: 860px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/suttonwindows_03.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	height: 81px;
	margin: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


#cpageslink {
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
