@charset "utf-8";
body  {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #C3BFC4 url(images/RC-bg.jpg) repeat-x;
	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: #333333;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #FFFFFF;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
#header {
	background: no-repeat center center;
	padding: 0;  /* 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. */
	height: 94px;
	width: 100%;
	vertical-align: middle;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 5px;
}
#mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 7px 50px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 420px;
} 
#footer {
	color: #999999;
	margin-top: 12px;
	width: 740px;
	padding-right: 20px;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
}#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #AF0103;
	padding-bottom: 0px;
	padding-top: 26px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #AF0103;
	padding-top: 12px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #AF0103;
	padding-top: 12px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
#banner {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 65px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
#mainContent ul li {
	list-style-image: url(images/bullets.gif);
	margin-bottom: 6px;
}
#mainContent p {
	margin-top: 4px;
	margin-bottom: 12px;
}
.Q {
	font-size: 16px;
	font-weight: bold;
	color: #3A4891;
}
.A {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.blue {
	color: #394792;
}
.displayTable td {
	padding: 4px;
	border: 1px solid #E2E2E2;
}
.displayTable th {
	background-color: #CCCCCC;
}
.tablehead {
	background-color: #E2E2E2;
}
.tableBluePanel {
	background-color: #3A4891;
}
.buttonLink {
	text-decoration: none;
	padding: 2px 6px 3px;
	border-top: 1px solid #97A2C1;
	border-right: 1px solid #595CA3;
	border-bottom: 1px solid #303C7A;
	border-left: 1px solid #595CA3;
	background-image: url(images/btn-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
	cursor: pointer;
}
.buttonLinkonBlue {
	text-decoration: none;
	padding: 2px 6px 3px;
	border-top: 1px solid #97A2C1;
	border-right: 1px solid #595CA3;
	border-bottom: 1px solid #303C7A;
	border-left: 1px solid #595CA3;
	background-image: url(images/btn-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	width: 80px;
}
#mainContent ol li {
	padding-bottom: 6px;
}
.toplink {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	padding-top: 4px;
}
.toplink a {
	color: #FFFFFF;
}
#menu {
	width: 808px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 65px;
}
#mainContent a {
	color: #000000;
}
.red {
	color: #AF0103;
}
.testimonial {
	font-style: italic;
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 12px;
}
.testimonial p{
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px;
}
.testee {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #AF0103;
	text-align: right;
}
.testee p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 12px 0px 0px;
}
.testee-smaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #AF0103;
	text-align: right;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 12px;
}
.lightboxlink a {
	text-decoration: none;
}.amazonprivacy a {
	color: #999999;
	font-size: 9px;
}
.quotebox {
	font-style: italic;
	background-color: #D8D6D8;
	background-image: url(images/quote-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 558px;
	padding: 23px 30px 4px;
	margin-right: auto;
	margin-left: auto;
}
.calltoaction {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #BC010C;
	padding: 10px;
	width: 152px;
	position: fixed;
	bottom: 30px;
	z-index: 1000;
	left: auto;
	right: auto;
	margin-left: 558px;
}
.ContentSpaceRight {
	padding-right: 150px;
}
.sidelinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0px;
	width: 152px;
	position: fixed;
	bottom: 170px;
	z-index: 1000;
	left: auto;
	right: auto;
	margin-left: 558px;
}
.sideimages {
	padding: 0px;
	width: 152px;
	left: auto;
	right: auto;
	float: right;
}
