@charset "UTF-8";
body  {
	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: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #666;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 15px;
} 
.thrColFixHdr #header {
	background-color: #FFF;
	background-image: url(images/pds_header_v12_780_nostrap.gif);
	height: 161px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	float: left;
	width: 770px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(images/right_backgound_tint.jpg);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 165px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 8px;
	line-height: 140%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-image: url(images/main_backgound_tint30.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 90%;
	letter-spacing: 0.1em;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.testimonialquotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 120%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #4E61A4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #4E61A4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar2 p {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 90%;
	font-style: italic;
	padding-top: 0px;
}
.testimonialName {
	font-style: normal;
	font-weight: bold;
}

a {
	color: #4E61A4;
	text-decoration: none;
}
#footnote {
	background-color: #FFF;
	width: 800px;
	padding: 0px;
	margin: 0px;
	background-position: 10px;
	height: 88px;
	background-image: url(images/select_decorators_logo_border205x88.gif);
	background-repeat: no-repeat;
}
.footnoteText {
	font-size: 80%;
	line-height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	bottom: -45px;
}
#mainContent ul {
	line-height: 300%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#header p {
	position: relative;
	top: 30px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
}
.headerStrap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 126%;
	font-style: italic;
	font-weight: bold;
	color: #A1A6B7;
	margin-top: 60px;
	margin-left: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	text-align: right;
}
