/* CSS Document */

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

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




* html #nav_main {
	left: 16px;		/* Accounts for #main padding value (20px) */ 
}

* html #nav_main .home {
	width:229px;	/* 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 */
}

* html 	#nav_secondary {
	margin-left: 4px;
}

* html #content {		/* Container for content material to the right of the secondary nav */
	padding-left: 0px;
}