@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	background-color: #A4B8BF;
	background-image: url(css_img/page_backing.jpg);
	background-repeat: repeat-x;
	color: #666666;
	background-position: left top;
}
.negativeMarginLeft {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}

.headerImages {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	margin: 0px;
	padding: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.red_bullets {
	list-style-image: url(bullets/red_arrow_right.gif);
	list-style-position: outside;
	line-height: 20px;
	text-align: left;
}

.twoColFixLtHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #364042;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(css_img/curved_top_plus_RFTRAQ_logo_NEW_CURVE.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixLtHdr #container a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr #container a:link {
}
.twoColFixLtHdr #container a:hover {
	color: #C41200;
	text-decoration: none;
}




.twoColFixLtHdr  #menuBar1 {
	color: #FFFFFF;
} 
.twoColFixLtHdr #menuBar1 a {
	color: #FFFFFF;
}
.twoColFixLtHdr #menuBar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #menuBar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #menuBar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #menuBar1 a:active {
	color: #FFFFFF;
}




.twoColFixLtHdr #header {
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 



.twoColFixLtHdr #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 */
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 24px;
	font-weight: normal;
	color: #C41200;
	line-height: 36px;
}

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 15px;
	font-weight: bold;
	color: #c41200;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 11px;
	font-weight: bold;
	color: #C41200;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
}
.twoColFixLtHdr #mainContent {
	width: 390px;
	margin-top: 0px;
	margin-right: 325;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
	line-height: 33px;
	padding: 0px;
	text-align: left;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 15px;
	font-weight: bold;
	color: #C41200;
}

.twoColFixLtHdr #footer {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(css_img/logos_footer.gif);
	background-position: right 78%;
	background-repeat: no-repeat;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-color: #666666;
	margin: 0px;
} 

.twoColFixLtHdr #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: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
}

.footerCopyright {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 11px;
}


.twoColFixLtHdr #FullWidthContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.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;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.redBoldHeadings {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 11px;
	font-weight: bold;
	color: #C41200;
}

.textnav			{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.8em;
}
a.textnav,
a.textnav:visited	{ color: #C41200; text-decoration: none; }
a.textnav:active,
a.textnav:hover		{
	color: #999999;
	text-decoration: none;
}
a.textnav2, 
a.textnav2:visited	{ color: #999999; text-decoration: none; }
a.textnav2:active, 
a.textnav2:hover	{
	color: #C41200;
	text-decoration: none;
}
.style2 {color: #C41200; font-weight: bold; }
.greyBoldHeadings {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	line-height: 1.4em;
}
.largeRedParagraphs {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 15px;
	font-weight: normal;
	color: #C41200;
	line-height: 1.4em;
	text-align: left;
}
.AddressDetails {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 11px;
	color: #666666;
}
.AddressDetailsBold {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	color: #C41200;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 27px;
	color: #F4961C;
	font-weight: normal;
}
.yellow_bulletsCopy {
	list-style-image: url(bullets/yellow_arrow_right.gif);
	list-style-position: outside;
	line-height: 20px;
	text-align: left;
}
.largeYellowParagraphs {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 15px;
	font-weight: normal;
	color: #F4961C;
	line-height: 1.4em;
	text-align: left;
}
.buyUpgradeArea {
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.largeBlueParagraphs {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 15px;
	font-weight: normal;
	color: #3F5DA3;
	line-height: 1.4em;
	text-align: left;
}
.largeBlueHdrs {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 24px;
	font-weight: normal;
	color: #3F5DA3;
	line-height: 30pt;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 24px;
	color: #3F5DA3;
	font-weight: normal;
}
.twoColFixLtHdr #narrowSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #wideMainContent {
	width: 490px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.additionalContentContainers {
	background-image: url(css_img/redHeader.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C41200;
	border-bottom-color: #C41200;
	border-left-color: #C41200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	color: #666666;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 190px;
	clear: left;
	display: block;
	height: 20px;
}
.additionalContentContainers h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 11px;
	line-height: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 20px;
}
.addtionalContentGreyFrame {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 100%;
	width: 183px;
	font-weight: normal;
	float: none;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.boxesWithRedFooterMain {
	width: 275px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #810C0C;
	border-right-color: #810C0C;
	border-bottom-color: #810C0C;
	border-left-color: #810C0C;
	display: block;
	height: 100%;
	background-image: url(css_img/curve_red_box_footer285Hidden.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxesWithRedFooterMain h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 11px;
	color: #C41200;
}

.boxesWithRedFooterMain h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

.boxesWithRedFooterBottom {
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	background-image: url(css_img/curve_red_box_footer287.gif);
	height: 33px;
	width: 287px;
	background-attachment: scroll;
}

.findOutMore {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	line-height: 2em;
	vertical-align: bottom;
}#findOutFooter {
	text-align: right;
}


.textbodynav			{
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.8em;
}
a.textbodynav:link 		{ color: #CCCCCC; text-decoration: none; }
a.textbodynav:visited	{ color: #C41200; text-decoration: none; }
a.textbodynav:active	{ color: #C41200; text-decoration: none; }
a.textbodynav:hover		{ color: #999999; text-decoration: none; }
td {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-right: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.picCaptions {
	font-size: 9px;
	text-align: center;
}
.picFramesRed {
	border: 1px solid #861818;
}
.blue_bullets {
	list-style-image: url(bullets/blue_arrow_right.gif);
	list-style-position: outside;
	line-height: 20px;
	text-align: left;
}
.boxesWithBlueFooterMainCopy {
	width: 275px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3F5DA3;
	border-right-color: #3F5DA3;
	border-bottom-color: #3F5DA3;
	border-left-color: #3F5DA3;
	display: block;
	height: 100%;
	background-image: url(css_img/curve_blue_box_footer285Hidden.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.picFramesBlue {
	border: 1px solid #4468AB;
}
.boxesWithYellowFooterMainCopy {
	width: 275px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4961C;
	border-right-color: #F4961C;
	border-bottom-color: #F4961C;
	border-left-color: #F4961C;
	display: block;
	height: 100%;
	background-image: url(css_img/curve_yellow_box_footer285Hidden.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.floatedImage {
	float: left;
}
.picFramesYellow {
	border: 1px solid #F4961C;
}
.tableNoBorders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.picWith10pxLeftMargin {
	padding-left: 10px;
}
.headerNAV {
	text-align: right;
	float: none;
	height: 35px;
	padding-right: 20px;
	padding-top: 20px;
}
.OverlineHeader {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #626464;
	border-right-color: #626464;
	border-bottom-color: #626464;
	border-left-color: #626464;
}
.rftraqHeaderLogo {
	margin: 0px;
	text-align: left;
	width: 170px;
	float: left;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.greyBold {
	color: #666666;
}
.behindMenu {
	background-image: url(css_img/BlackNav_Tile.png);
	background-repeat: repeat-x;
	background-position: left 50%;
	float: right;
	width: 760px;
	height: 30px;
	display: table-cell;
}
#ie6Menu {
	position:relative;
	left:0px;
	top:240px;
	width:auto;
	height:30px;
	z-index:10;
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}
.breadcrumb {
	font-size: 9px;
	color: #666666;
	padding-left: 20px;
	text-align: right;
	padding-right: 20px;
	float: right;
}
.telephoneNumbers {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.telephoneNumbersRED {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 14px;
	color: #C41200;
	font-weight: bold;
}
