@charset "utf-8";

/* import core styles */
@import url(/css/base.css);
@import url(/css/iehacks.css);
@import url (/css/basemod.css);
@import url (/css/content.css);
@import url (/css/patches/patch_general.css);

html  {
	min-width:800px;
	height: 100%; 
}
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF5DF;
	font-family: Arial, Helvetica, sans-serif;
    min-width:1000px;
	z-index: 200;
}
h1 {
	margin-top: 0px;
	margin-bottom: 10pt;
	font-size: 16pt;
}
.products {
	color: #971C1F;
}
.requestInfo {
	color: #6A247B;
}
.support {
	color: #31008C;
}
.newsLinks {
	color: #397380;
}
.about {
	color: #3A6730;
}
.contact {
	color: #AF9B31;
}
.home {
	color: #663300;
}	
.random {
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
}
p.random {
	margin-top: 2pt;
	margin-bottom: 6pt;
	align: center;
	font-size: 10pt;
	font-weight: bold;
}
h1.random {
	line-height: 20pt;
}
h2 {
	font-size: 12pt;
	margin-top: 6pt;
	margin-bottom: 10pt;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 10pt;
}
h4 {
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 10pt;
}
h6 {
	font-size: 10pt;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;	
	margin-bottom: 10pt;
}

ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 10pt;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 2pt;
}

hr {
	margin-bottom: 10pt;	
}
A:Link {
	color:#31008C;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A:Hover {
	color:#940810;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
A:Visited {
  color:#940810;
  font-family: Arial, Helvetica, sans-serif;
}
/* Tips for this Hybrid layout [ALB Note: These may no longer apply.]
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHyb #container {
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF5DF;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/beigeCornerFruit.png);
	zoom:1;
} 
* html body #container 
{ 
HEIGHT: 100%; /* Only IE sees this */ 
} 
.thrColHyb #navMenu {
	float: left;
	width: 180px;
	left: 10px;
	top: 94px;
	position: relative;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	min-width: 180px;
	z-index: 100;
}
.thrColHyb #logo {
	float: left;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 100;
	width: 180px;
	text-align: center;
	min-width: 180px;
}
.thrColHyb #leftSideCont {
	position: relative;
	width: 176px;
	min-width: 176px;
	text-align: center;
	color: #996633;
	border-style: outset;
	border-width: thin;
}
.thrColHyb #randomAd {
	position: relative;
	width: auto;
	min-width: 250px;
	text-align: center;
	border-style: outset;
	border-width: medium;
}
.thrColHyb  #cornerGraphic_color {
	position: absolute;
	visibility: visible;
	z-index: 50;
	top: 0px;
	right: 0px;
	width: 643px;
	min-width: 643px;
	background-image: url(/images/beigeCornerFruit.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.thrColHyb  #rightSideCont {
	width: 160px;
	top: 94px;
	position: absolute;
	visibility: visible;
	right: 7px;
	z-index: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #996633;
	height: 900;
	min-width: 160px;
	vertical-align: top;
	float: right;
	display: inline-block;
	text-indent: 0px;
}
.hanging-indent {
	text-indent: -11px;
	padding-left: 25px;
	font-size: 9pt;
	color: #666666;
}
table.bannerA{
	background-color: #971C1F;
	color: #FFF5DF;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%; 
}
table.bannerB{
	background-color: #31008C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%; 
}
td.banner{
	padding: 10px;
}
textarea.bannerA{
	background-color: #971C1F;
	color: #FFF5DF;
	width: 100%;
}
textarea.bannerB{
	background-color: #31008C;
	color: #FFFFFF;
	width: 100%;
}
table.rightSideCont {
	border-width: thin;
	border-style: outset;
}
li.rightSideCont {
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
	color: #666666;
}
.sidebarSearch {
	font-size: 9pt;
	color: #000000;
}
.sidebar2, .sidebar3, .sidebar4 {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
}
.sidebarCallout {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #F0D5CE;
}
.sidebarCallout2 {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #C5D2B7;
}
.sidebarCallout3 {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #FFF;
	width: 180px;
	min-width: 178px;
	text-align: center;
}
p.backgroundColorRed_Light {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #F0D5CE;
}
p.backgroundColorFuchsia_Light {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #FAE2FA;
}
p.backgroundColorPurple_Light {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #CCC2CF;
}
p.backgroundColorTeal_Light {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #C5D6D3;
}
p.backgroundColorGreen_Light {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #C5D2B7;
}
p.backgroundColorGold_Light {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	font-weight: bold;
	background-color: #F3EDB6;
}
h3.sidebar2, h3.sidebar3, h3.sidebar4, h3.sidebarCallout {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
p.sidebar2{
	font-size: 10pt;
	color:#000000;
}
li.sidebar2, li.sidebar3,li.sidebar4, li.sidebarCallout {
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
	color: #666666;
}
A.sidebar2:link, A.sidebar3:link, A.sidebar4:link, A.sidebarCallout:link {
	color:#31008C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.sidebar2:visited, A.sidebar3:visited, A.sidebar4:visited, A.sidebarCallout:visited {
	color:#31008C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.sidebar2:hover, A.sidebar3:hover, A.sidebar4:hover, A.sidebarCallout:hover {
	color:#940810;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.sidebarTitle_234 {
	color:#000000;
	text-align: center;
	font-family: "Myriad Pro," Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the other left-side divs, the margins of the #mainContent div will be based on its font-size and the width of the other divs will be based on thier font-sizes. You may wish to adjust the values of these divs.
2. The space between the mainContent and navMenu is created with the margin-left on the mainContent div.  No matter how much content the navMenu div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the navMenu space when the content in navMenu ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size, since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHyb #mainContent {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 185px; /* Set this to a value slightly larger than the right-side items. Adjust this value to have whiteCornerFruit.png align with beigeCornerFruit.png. */
	margin-bottom: 100px; /* Set this to the height of the footer */
	margin-left: 200px; /* Set this to a value slightly larger than the left-side items. */
	padding-top: 10px; /* This value helps the display in FireFox. IE seems to ignore it. */
	padding-right: 32px; /* Controls the spacing between right side of div and text. */
	padding-bottom: 20px; /* Controls the spacing between bottom of div and text. */
	padding-left: 32px; /* Controls the spacing between left side of div and text. */
	top: 94px; /* Controls the position of the top of the div. This should align with navMenu and rightSideCont divs. */
	position: relative;
	visibility: visible;
	overflow: visible;
	z-index: 250;
	left: 0px;
	height: 100%;
	background-image: url(/images/whiteCornerFruit.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-width: 520px; /* Controls the minimum size the div can be when users resize their browser windows. Necessary to keep window from resizing to nothing and elements squishing each other. */
	min-height: 680px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
} 
td.mainContent {
	padding: 10px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right on the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20x;
}
.fltlft { /* this class can be used to float an element left on the page */
	float: left;
	margin-right: 20px;
}
.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;
}
.img_left {
	align: left;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	padding-top: 20px;
}
.img_right {
	align: right;
	padding-left: 20px;
	padding-bottom: 20px;
	float: right;
	padding-top: 20px;
}
.img_center {
	align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.caption {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic}
.tableCheckmark {  font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #000000; text-align: center}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 4px;
}
.tableIndent {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bolder;
	margin: 0px;
	vertical-align: middle;
}
.tableIndentNoBold {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	vertical-align: middle;
}
.tableTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	padding: 4px;
}
.tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #37008B;
	padding: 4px;
}
.tableTitleWhite {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
/* Settings for menu navigation code. */
a.nav2:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
a.nav2:hover {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFF5DF;
}
a.nav2:visited {
  color: #000000;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}
a.callOut:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.callOut:hover {
	color: #FFFFFF;
	text-decoration: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #333333;
}
a.callOut:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.callOut {
	border-width: thin;
	border-style: outset;
}	
li.callOut {
	padding-top: 5px;

}
.navCell2 {
	margin: 0px;
	padding: 0px;
}
.callOut {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #31008C;
}
.callOut2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #31008C;
}
table.sidebarCallout {
	border-width: thin;
	border-style: outset;
}
table.sidebarCallout2 {
	border-width: thin;
	border-style: outset;
}
table.sidebarCallout3 {
	border-width: thin;
	border-style: outset;
}
/* Currently unused styles */
/*#footer {
	clear:all;
	display:block;
	font-size: 9pt;
	color: #CCCCCC;
	position: absolute;
	bottom: 0; 
	width: 100%; 
	text-align: center; 
}*/
/*.sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}*/
/*A.sidebar1:link {
	color: #971C1F;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
}

A.sidebar1:visited {
	color: #971C1F;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.sidebar1:hover {
	color: #971C1F;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	text-decoration: underline;
}*/
/*.thrColHyb #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;

}*/
/*.thrColHyb #sidebar2 { // Backup copy of sidebar2
	float: right;
	width: 12em;
	top: 90px;
	position: absolute;
	visibility: visible;
	right: 0px;
	z-index: 5;
} */
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHyb #sidebar1 p" rule.
*/
/*.thrColHyb #sidebar1 {
	float: left;
	width: 100px;
	left: 15px;
	top: 100px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 200px;
	z-index: 100;
}*/
/*.thrColHyb #sidebar2 {
	width: 170px;
	top: 130px;
	position: absolute;
	visibility: visible;
	right: 0px;
	z-index: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #996633;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	vertical-align: top;
	min-width: 170px;
	float: right;
}*/
/* the left and right margin should be given to every element that will be placed in the side columns */
/*.thrColHyb #sidebar1 h3, .thrColHyb #sidebar1 p, .thrColHyb #sidebar2 p, .thrColHyb #sidebar2 h3, .thrColHyb #sidebar3 h3,{
	margin-left: 10px; 
	margin-right: 10px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}*/
/*.thrColHyb #signIn h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	min-width: 14em;
}*/
/*.thrColHyb  #sidebarSearch {
	width: 160px;
	top: 94px; (remove)
	position: absolute; (remove)
	visibility: visible;
	right: 7px;
	z-index: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #996633;
	border-style: outset;
	border-width: medium;
	min-width: 160px;
	vertical-align: top;
	float: right;
	display: inline-block;
	text-indent: 0px;
}*/
/*.thrColHyb #sidebar25 {
	width: 160px;
	top: 224px;
	position: absolute;
	visibility: visible;
	right: 7px;
	z-index: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #996633;
	border-style: outset;
	border-width: medium;
	vertical-align: top;
	min-width: 160px;
	float: right;
}
.thrColHyb #sidebar3 {
	width: 160px;
	top: 470px;
	position: absolute;
	visibility: visible;
	right: 7px;
	z-index: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #996633;
	border-style: outset;
	border-width: medium;
	vertical-align: top;
	min-width: 160px;
	float: right;
}
.thrColHyb #sidebar4 {
	width: 160px;
	top: 663px;
	position: absolute;
	visibility: visible;
	right: 7px;
	z-index: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #996633;
	border-style: outset;
	border-width: medium;
	min-width: 160px;
	vertical-align: top;
	float: right;
}*/
/*.sidebar3, .sidebar4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}*/
/*h3.sidebar3, h3.sidebar4 {
	font-size: 11pt;
	text-align: center;
	vertical-align: top;
}*/

