@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 1.05em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 1.5em;
	background-color: #999;
}
.twoColFixRtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	float: none;
} 
.twoColFixRtHdr #header {
	background-color: #000E66;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0;
	height: 90px;
} 
.twoColFixRtHdr #container #nav {
	background-color: #CCC;
	clear: both;
	height: 32px;
	padding-top: 0px;
	margin-bottom: 25px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: normal;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(../0_images/sideBar_1x200_px_white_background.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
}
.twoColFixRtHdr #mainContent_quote {
	padding-top: 0;
	padding-right: 235px;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0;
	background-color: #FFF;
	font-size: .75;
}
.twoColFixRtHdr #mainContent__half {
	padding-top: 0;
	padding-right: 400px;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0;
}
.twoColFixRtHdr #mainContent_full_width {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0;
}
.customer_quote {
	background-color: #cde6ff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	margin-right: 10px;
}
.twoColFixRtHdr #footer {
	background-color: #cde6ff;
	padding-top: 2;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: solid;
	border-top-width: 1pt;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-left: 0;
	font-size: .5em;
}
.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;
}.twoColFixRtHdr #container #sidebar1 p {
	font-size: .8em;
	line-height: 1.2em;
}
.twoColFixRtHdr #sidebar_half_page {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(../0_images/sideBar_1x200_px_white_background.gif);
	background-repeat: no-repeat;
}
#body_main h1 {
	color: #000;
	font-size: 1.8em;
	line-height: 1em;
}
.twoColFixRtHdr #container #body_main {
	padding-top: 0px;
	color: #000;
	font-size: 0.95em;
	padding-bottom: 1.5em;
	line-height: 1.15em;
	letter-spacing: -0
.em;
	letter-spacing: -0.02em;
}
