/*geckonav*/
/*this resolves nav display issues that are problems with css in Gecko browsers (firefox, netscape)*/
#topTabs ul {
	width: 894px;
}
#topTabs ul li {
	width: 223px;
}
#topTabs ul li#last {
	width: 222px;
}
#topTabs ul li#last ul ul {
	/*handle dropouts on the last item*/
	left: -230px;
}

/*fix for main content on resources page*/
#mainContent {
	width: 649px !important;
	padding-right: 2px;
}

.splitTable th.headingLeft, .splitTable td.splitLeft {
	padding-right: 38px !important;
}

.mainHackersafe div {
	float: right;
	margin-bottom: 10px;
}

.tipBody {
	height: auto !important;
}

/*super pages */
#formAndContent, #stillResearching, #whyUs, #didThisHelp {
	width: 869px !important;
}

#viewAllViewSpecial {
	float: none !important;
	width: auto !important;
}