@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: #000000;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 116px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	color: #000000;
	font-size: 24px;
	text-align: right;
	margin: 0;
	padding: 0px;
}
.twoColFixLtHdr #header h2 {
	color: #000000;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	display: none;
	visibility: hidden;
}
/*
.twoColFixLtHdr #Accordion1 {
	margin-bottom: 20px;
}
.AccordionPanelContent a,
.AccordionPanelContent a:link,
.AccordionPanelContent a:visited {
	display: block;
	color: #999999;
	text-decoration:none;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.AccordionPanelContent a:hover {
	display: block;
	color: #000000;
	font-style: italic;
	font-style: bold;
	text-decoration:none;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}

a.AccordionTabLink {
	color: #999999;
	text-decoration:none;
	font-size: 12px;
}
a:hover.AccordionTabLink {
	color: #000000;
	text-decoration:none;
	font-size: 12px;
}
.twoColFixLtHdr #sidebar1 p {
	color: #666666;
	font-size: 11px;
}
.twoColFixLtHdr #sidebar1 .AccordionPanelOpen .AccordionPanelTab .highlightRFQ {
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
}
*/
.twoColFixLtHdr #mainContent {
	margin: 5px;
	padding: 5px;
}
.twoColFixLtHdr #mainContent h1,
.twoColFixLtHdr #mainContent h2,
.twoColFixLtHdr #mainContent h3,
.twoColFixLtHdr #mainContent h4,
.twoColFixLtHdr #mainContent p,
.twoColFixLtHdr #mainContent ul,
.twoColFixLtHdr #mainContent ol {
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 6px;
}
.twoColFixLtHdr #mainContent h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 3px;
}

.twoColFixLtHdr #mainContent h1 {
	font-size: 24px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 18px;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 18px;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContent h4 {
	font-size: 16px;
}
.twoColFixLtHdr #mainContent p,
.twoColFixLtHdr #mainContent ul,
.twoColFixLtHdr #mainContent ol,
.twoColFixLtHdr #mainContent td {
	font-size: 16px;
}
.twoColFixLtHdr #mainContent a,
.twoColFixLtHdr #mainContent a:link {
	color: #000000;
	/*font-style: italic;*/
}
.twoColFixLtHdr #mainContent a:visited {
	color: #000000;
	/*font-style: italic;*/
}
.twoColFixLtHdr #mainContent a:hover {
	color: #000000;
	/*font-style: italic;*/
}

.twoColFixLtHdr #mainContent #rfq {
	/*font-size: 120%;*/
}


.twoColFixLtHdr #footer {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-size: 9px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
}
.twoColFixLtHdr #footer a,
.twoColFixLtHdr #footer a:link,
.twoColFixLtHdr #footer a:visited {
	text-decoration: none;
	color:#000000;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
}
.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;
	width: 49%;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 49%;
}
.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;
}
#rfq .fltrt {
	float: right;
	width: 35%;
}
#rfq .fltlft {
	float: left;
	width: 60%;
}

.twoColFixLtHdr #mainContent #rfq .review2 {
	page-break-before: always;
}
 
.twoColFixLtHdr #mainContent #rfq .fltrt iframe {
	border: 1px solid #000;
	overflow: hidden;
}


/*********** table styles ***********/

form {
	padding: 0;
	margin: 0;
}
#rfq table  {
	border: 1px solid #000000;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#rfq caption {
	width: 100%;
	caption-side:top;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rfq th {
	font-size: 16px;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	text-align: right;
}
#rfq td {
	font-size: 16px;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}
#rfq .editButton {
	display: none;
	visibility: hidden;
}
table  {
	border: 1px solid #000000;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
table.contactUs {
	background-color: #ffffff;
}
.tableHead {
	color: #FFFFFF;
	font-weight: bold;
	/*font-size: 11px;*/
}
caption {
	caption-side:top;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table td {
	padding: 0;
	margin: 0;
	color: #000000;
}
.requiredtext {
	color: #000000;
	font-weight: bold;
}

/*
table.contactUs td {
	font-size: 11px;
	line-height: 10px;
	padding: 0;
	margin: 0;
}
*/

/*
table.contactUs  {
	border: 1px solid #660000;
	width: 400px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
*/
/*
caption.contactUs {
	caption-side:top;
	width: 400px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
*/
.twoColFixLtHdr #Accordion1 #highlightRFQ {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000000;
}
.twoColFixLtHdr #Accordion1 #highlightRFQ .AccordionPanelOpen .AccordionPanelTabHover  {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffffff;
	border: #000000 1px solid;
}
.twoColFixLtHdr #container #header .logoScreen {
	display: none;
	visibility: hidden;
}
.twoColFixLtHdr .screenOnly {
	display: none;
	visibility: hidden;
}

/*********** notes styles ***********/

.twoColFixLtHdr .notes {
	display: none;
	visibility: hidden;
}
#rfq #goto1,
#rfq #goto2,
#rfq #goto3,
#rfq #goto4,
#rfq #goto5,
#rfq #back,
#rfq #next,
#rfq #reviewBtn,
#rfq #section4Q1,
.editButton {
	display: none;
	visibility: hidden;
}