/*  'Star' (*) hacks = IE 5/6 + Mac IE
	'Underscore' hack = IE 5/6/7
	
*/

* html .clearFix { height: 1%; }

div,
p { _zoom: 100%; } /* gives "hasLayout" to li items to avoid IE peekaboo bug */

.externalLink { zoom:1; } /* gives "hasLayout" to externalLink items to avoid IE hidden externalLink icon bug. Note: this breaks externalLink text wrapping for IE */
ul {
	_margin-left: 1em;
}

/* The following two rules are to keep @#!%$ IE from displaying bullets at the bottom of li elements that wrap */

* html ul {
	_margin-left: 0;
	_list-style-type: none;
	_padding-left: 0;
}

* html ul li {
	_background:url(../images/icons/main_bullet.gif) 0 .5em no-repeat;
	_padding-left: 1em;
	_margin: 0;
}

html #hd p {
	zoom:normal; /* Reset IE hasLayout property for floated header paragraphs */
}

/* For IE 5,6 */

* html #fixedTop,
 * html #fixedBottom,
 * html .fixedPos { position: absolute; }

#doc {
	_width: 764px; /* IE */
}

#globalNav ul {
	*margin-top:-4px;
}

* html #globalNav ul { height: 1%; }

#globalNav ul li.first {
	_margin-left: 1px;
}

ul.mainNav, .mainNav ul {
	font-size:100%;
}

/* Fix IE 6 whitespace bug */
.yui-b ul.mainNav li a,
.yui-b ul.mainNav li a:visited,
.navBox .mainNav ul a,
.navBox .mainNav ul a:visited,
.navBox .mainNav ul li.selectedRoot div {
	_zoom: 100%;
}

#pageOutline {
	_padding-bottom: .6em;
}

.alphaMenu ul.tabs {
	_padding-top: 0 !important;
}

#yui-main .teasers.mode-b .rss-content {
	*width: 45.44em;
}


#home #yui-main .teasers.mode-b .rss-content {
	*width: 15em;
}

#home .rss-box {
	*margin-left:1.4em;
}

#home .linksList {
	*padding-left:1.6em;

}

#home .linksList li {
	*list-style-position:inside;
	*margin-left:1.05em;
	_margin-left:0em;
}

#home .linksList li li {
	*list-style-position:inside;
	_margin-left:1em;
	*margin-left:0em;


}


/* This is an IE 6 and lower hack to fix the home page graduate box misalignment - ssw3r 2.06.08*/
*html #gradH2{

margin-top:2em;
margin-top:2em;

}


/* This is an IE 7 only hack to fix the home page graduate box misalignment - ssw3r 2.06.08*/

*:first-child+html #gradH2{
margin-top:1.3em;
	
	}



* html .pod .podContent { padding-top: 1em; }

* html .news .podContent { padding-top: 0 !important; }

/* Hide bullets in sidebar of blogs */
.aswblog #sidebar ul li {
	background:none;
}