@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #FFFFFF;
	margin-top: 20px;
	background-image: url();
	background-repeat: repeat-x;
}
.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;
	border: 1px solid #CCCCCC;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../images/suttonwindows_01.jpg);
	height: 236px;
}
#logo {
	margin: 0px;
	float: left;
	height: 100px;
	width: 542px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#headertext {
	float: right;
	height: auto;
	width: 250px;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 35px;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: auto;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}
#rightimage {
	float: right;
	height: 500px;
	width: 240px;
	padding-left: 40px;
}
.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: 59px;
}
.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;
}
