﻿/* IE6 designer hack notes to prevent further hair loss */

/* hack 1: 	(footer padding) 					= sets a bit of top and bottom padding for the bottom box */
/* hack 2: 	(side menu hack) 					= sets a new button width and height for alternate ie6 ["sidemenuie6.png"] & ["sidesubmenuie6.png"] */
/* hack 3: 	(column padding hack) 				= sets a top and bottom padding to help space out content boxes when background color is applied */
/* hack 4: 	(box/m 1 padding hack) 				= sets content padding for box1 and box1m */
/* hack 5: 	(box2 padding hack) 				= sets content padding for box2 */

/* do not edit below this line*/

/* hack 6: 	(side menu positioning hack) 		= sets a relative position for the PNG fix script */
/* hack 7: 	(sidemenu graphics hack) 			= swaps the default png graphics for resized ie6 graphics */
/* hack 8: 	(page background color hack) 		= sets a background color for solid 'box' graphics */
/* hack 9: 	(fixed positioning hack) 			= enables a fixed background position */
/* hack 10: (background wrapper hacks) 			= sets all background wrappers and containers to 100% */
/* hack 11: (box1 background gif hack) 			= replaces 9 slice jpg 'box' graphics, with fully slided gif images */
/* hack 12: (box2 background gif hack) 			= replaces 9 slice jpg 'box' graphics, with fully slided gif images */
/* hack 13: (box1 rounded corner X hack) 		= sets the rounded corner scripting to 'null' */
/* hack 14: (box2 rounded corner X hack) 		= sets the rounded corner scripting to 'null' */
/* hack 15: (seo positioning hack) 				= sets a width to the seo containers, so IE6 will position them correctly */




/* IE6 hacks */	

/** 1 footer padding hack  ********************************************************************************************************************************************************************************************************************/
* html .footer									{margin:30px 0px 30px 0px;}
/**********************************************************************************************************************************************************************************************************************************/


/** 2 side menu hack ********************************************************************************************************************************************************************************************************************/
* html .ddsmoothmenu-v ul						{width: 220px;}
* html .ddsmoothmenu-v ul li a 					{height: 26px;}
/**********************************************************************************************************************************************************************************************************************************/


/** 3 column padding hack *****************************************************************************************************************************************************************************************************/
* html #columns									{padding-top:50px; padding-bottom:50px; width:100%;  border:0px;}
/**********************************************************************************************************************************************************************************************************************************/


/** 4 box/m 1 padding hack  *****************************************************************************************************************************************************************************************************/
* html .box1-content							{padding:30px 5px 30px 15px;}
* html .box1m-content							{padding:30px 5px 30px 7px;}
/**********************************************************************************************************************************************************************************************************************************/


/** 5 box 2 padding hack  *****************************************************************************************************************************************************************************************************/
* html .box2-content							{padding:30px 5px 30px 15px;}
/**********************************************************************************************************************************************************************************************************************************/



/* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*/
/* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*/
/* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*//* do not edit below this line*/


/** 6 side menu positioning hack ********************************************************************************************************************************************************************************************************************/
* html #columns									{position:relative;}
/**********************************************************************************************************************************************************************************************************************************/


/** 7 sidemenu graphics hack ********************************************************************************************************************************************************************************************************************/
/* do not edit */
/*font color -- background color/image */
* html .ddsmoothmenu-v ul li a:link				{color: #666666; background: url('../graphics/sidemenuie6.png') no-repeat left top; text-decoration: none; }
* html .ddsmoothmenu-v ul li a:visited 			{color: #666666; background: url('../graphics/sidemenuie6.png') no-repeat left top; text-decoration: none; }
* html .ddsmoothmenu-v ul li a:active			{color: #666666; background: url('../graphics/sidemenuie6.png') no-repeat left top; text-decoration: none; }
* html .ddsmoothmenu-v ul li a.selected			{color: #666666; background: url('../graphics/sidemenuie6.png'); background-position:left -71px; text-decoration: none; }
* html .ddsmoothmenu-v ul li a:hover			{color: #666666; background: url('../graphics/sidemenuie6.png'); background-position:left -35px; text-decoration: none; }

/*sub level font colors -- background colors*/
* html .ddsmoothmenu-v ul li ul li a			{color: #666666; background: url('../graphics/sidesubie6.png') no-repeat left top;}/*no effect*/
* html .ddsmoothmenu-v ul li ul li a:link		{color: #666666; background: url('../graphics/sidesubie6.png') no-repeat left top;}
* html .ddsmoothmenu-v ul li ul li a:visited	{color: #666666; background: url('../graphics/sidesubie6.png') no-repeat left top;}
* html .ddsmoothmenu-v ul li ul li a.selected	{color: #666666; background: url('../graphics/sidesubie6.png') no-repeat left top;}
* html .ddsmoothmenu-v ul li ul li a:hover		{color: #009900; background: url('../graphics/sidesubie6.png'); background-position:left -40px; font-weight:bold;}
/**********************************************************************************************************************************************************************************************************************************/



/** 8 page background color hack *************************************************************************************************************************************************************************************************/
/* do not edit */
* html #interface								{padding:2px; position:relative;}
* html .gbg										{background: url('../graphics/gi0.jpg');}
* html .gi2										{background: url('../graphics/gi2.jpg') repeat-x left top; 			vertical-align:top;}
* html .gi6										{background: url('../graphics/gi6.jpg') repeat-x left bottom;}
* html .gi4										{background: url('../graphics/gi4.jpg') repeat-y right top;}
* html .gi8										{background: url('../graphics/gi8.jpg') repeat-y left top;}
* html .gi5										{background: url('../graphics/gi5.jpg') no-repeat right bottom;}
* html .gi7										{background: url('../graphics/gi7.jpg') no-repeat left bottom;}
* html .gi3										{background: url('../graphics/gi3.jpg') no-repeat right top; 		vertical-align:top;}
* html .gi1										{background: url('../graphics/gi1.jpg') no-repeat left top;			vertical-align:top;}
/**********************************************************************************************************************************************************************************************************************************/


/* 9 fixed positioning hack ***********************************************************************************************************************************************************************************************/
/* do not edit */
* html #menutop 								{/*\*/width:600px;/**/ } 
* html #background_wrapper 						{/*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 
#foo > #background_wrapper 						{position: fixed; top: 0px; right: 0px; ; } 
* html #background_wrapper 						{/*\*/position: absolute; top:0px; right:0px; height:900px;/**/ }
* html #border_wrapper 							{/*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 
#foo > #border_wrapper 							{position: fixed; top: 0px; right: 0px; ; } 
* html #border_wrapper 							{/*\*/position: absolute; top:0px; right:0px; height:1000px;/**/ }
* html #border 									{width: 990px /* fallback value */;width:expression(
((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1300 ? "1280px" : 
(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 980 ? "990px" : "99.7%")
); 
}
* html #fheader 								{width: 990px /* fallback value */;width:expression(
((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1300 ? "1280px" : 
(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 980 ? "990px" : "99.7%")
); 
}
* html #top_wrapper 							{width: 990px /* fallback value */;width:expression(
((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1300 ? "1280px" : 
(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 980 ? "990px" : "99.7%")
); 
}
/**********************************************************************************************************************************************************************************************************************************/

	
/* 10 background wrapper hacks ***********************************************************************************************************************************************************************************************/
/* do not edit */
* html #menutop 								{/*\*/width:600px;/**/ } 
* html #border 									{width:100%;}
* html #fheader 								{width:100%;}
* html #top_wrapper 							{width:100%;}
/**********************************************************************************************************************************************************************************************************************************/


/* 11 box1 background gif hack ***********************************************************************************************************************************************************************************************/
/* do not edit */
* html .box1									{background: url('../graphics/box1-0.gif'); min-height:20px;}
* html .box1-2									{background: url('../graphics/box1-2.gif') repeat-x left top; 			vertical-align:top;}
* html .box1-6									{background: url('../graphics/box1-6.gif') repeat-x left bottom;}
* html .box1-4									{background: url('../graphics/box1-4.gif') repeat-y right top;}
* html .box1-8									{background: url('../graphics/box1-8.gif') repeat-y left top;}
* html .box1-5									{background: url('../graphics/box1-5.gif') no-repeat right bottom;}
* html .box1-7									{background: url('../graphics/box1-7.gif') no-repeat left bottom;}
* html .box1-3									{background: url('../graphics/box1-3.gif') no-repeat right top; 			vertical-align:top;}
* html .box1-1									{background: url('../graphics/box1-1.gif') no-repeat left top;			vertical-align:top; padding:0px;}
/**********************************************************************************************************************************************************************************************************************************/


/* 12 box2 background gif hack ***********************************************************************************************************************************************************************************************/
/* do not edit */
* html .box2									{background: url('../graphics/box2-0.gif'); min-height:20px;}
* html .box2-2									{background: url('../graphics/box2-2.gif') repeat-x left top; 			vertical-align:top;}
* html .box2-6									{background: url('../graphics/box2-6.gif') repeat-x left bottom;}
* html .box2-4									{background: url('../graphics/box2-4.gif') repeat-y right top;}
* html .box2-8									{background: url('../graphics/box2-8.gif') repeat-y left top;}
* html .box2-5									{background: url('../graphics/box2-5.gif') no-repeat right bottom;}
* html .box2-7									{background: url('../graphics/box2-7.gif') no-repeat left bottom;}
* html .box2-3									{background: url('../graphics/box2-3.gif') no-repeat right top; 			vertical-align:top;}
* html .box2-1									{background: url('../graphics/box2-1.gif') no-repeat left top;			vertical-align:top; padding:0px;}
/**********************************************************************************************************************************************************************************************************************************/


/* 13 box1 rounded corner X hack ***********************************************************************************************************************************************************************************************/
/* do not edit */
* html .bt 										{height:0px; margin:0px; 			background:none;/* url ("../../graphics/box1-ie6.gif") no-repeat 100% 0; */}
* html .bt div 									{height:0px; left:0px; width:0px; 	background:none; /* url ("../../graphics/box1-ie6.gif") no-repeat 0 0; */		position:relative; font-size:0;line-height:0;}
* html .bb 										{height:0px; margin:0px; 			background:none; /* url ("../../graphics/box1-ie6.gif") no-repeat 100% 100%; */}	/* Bottom corners and border */
* html .bb div 									{height:0px; left:0px; width:0px; 	background:none; /* url ("../../graphics/box1-ie6.gif") no-repeat 0 100%; */ 	position:relative;   font-size:0; line-height:0;}
* html .i1 										{padding:0px;						background:none; /* url("../../graphics/box1-ie6_l.gif") repeat-y 0 0; */}	/* Left border */
* html .i2 										{padding:0px;						background:none; /* url("../../graphics/box1-ie6_r.gif") repeat-y 100% 0; */}	/* Right border */
/**********************************************************************************************************************************************************************************************************************************/


/* 14 box2 rounded corner X hack ***********************************************************************************************************************************************************************************************/
/* do not edit */
* html .bt2 									{height:0px; margin:0px; 			background:none;/* url ("../../graphics/box1-ie6.gif") no-repeat 100% 0; */}
* html .bt2 div 								{height:0px; left:0px; width:0px; 	background:none; /* url ("../../graphics/box1-ie6.gif") no-repeat 0 0; */		position:relative; font-size:0;line-height:0;}
* html .bb2 									{height:0px; margin:0px; 			background:none; /* url ("../../graphics/box1-ie6.gif") no-repeat 100% 100%; */}	/* Bottom corners and border */
* html .bb2 div 								{height:0px; left:0px; width:0px; 	background:none; /* url ("../../graphics/box1-ie6.gif") no-repeat 0 100%; */ 	position:relative;   font-size:0; line-height:0;}
* html .i12 									{padding:0px;						background:none; /* url("../../graphics/box1-ie6_l.gif") repeat-y 0 0; */}	/* Left border */
* html .i22 									{padding:0px;						background:none; /* url("../../graphics/box1-ie6_r.gif") repeat-y 100% 0; */}	/* Right border */
/**********************************************************************************************************************************************************************************************************************************/


/* 15 seo positioning hack ***********************************************************************************************************************************************************************************************/
* html #seo_1									{width:500px; text-align:right;}
* html #seo_1 h1								{width:500px; text-align:right;}
* html #seo_2									{width:500px; text-align:right;}
* html #seo_2 h2								{width:500px; text-align:right;}
/**********************************************************************************************************************************************************************************************************************************/
