/* CSS Document */

body {
	behavior:url(/public/css/csshover.htc);		/* Loads Hover Behavior for IE6- */
}

/* :TODO: Remove this hack once I finish updating pages */

* html #nav_main, * html #nav_primary  {
	left:-70px;		/* Accounts for #main padding value (20px) */ 
}

* html #nav_main .home, * html #nav_primary .headline {
	width:200px;	/* Forces width for 'home' image on main nav */
}

* html #nav_corporate {
	left:-70px;		/* Accounts for #main padding value (20px) */ 
}

* html #nav_secondary ul.account {
	width:170px;
}

* html 	#content #features_styles li {
	padding:0 0 1px 0;	/* adds 1px of padding so border shows through backgroung image */
}