/*

ie6css - global
*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}



#header form {
	margin-bottom: 44px;
}

#header dl {
	margin-top: -44px;
}

.feature {
	margin-bottom: 20px;
	height: 147px;
}

#nav li {
	float: left;
}

#nav li ul li {
	float: none;
}

#learnNav, #actNav, #connectNav {
	position: relative;
}

#nav li a {
	background: url(/images/bgSpriteNavMain.png) no-repeat;
	display: block;
	height: 45px;
	margin-right: 3px;
	overflow: hidden;
	text-indent: -9999px;
	width: 232px;
}

#nav li ul li a {
	background: none;
	display: inline;
	height: auto;
	margin-right: 0;
	text-indent: 0;
	width: auto;
}

#nav li#actNav a {
	background: url(/images/bgSpriteNavMain.png) -235px 0 no-repeat;
}

#nav li#connectNav a {
	background: url(/images/bgSpriteNavMain.png) -470px 0 no-repeat;
}

#nav #actNav ul li a {
	background: none;
}

#nav #connectNav ul li a {
	background: none;
}

#nav li#mn04 a, #nav li#mn05 a {
	background: url(/images/bgSpriteNavSub_2.gif) no-repeat;
	float: none;
	height: 116px;
	position: absolute;
	width: 115px;
}

#nav li#mn04 a {
	left: 705px;
	top: 48px;
}

#nav li#mn05 a {
	background: url(/images/bgSpriteNavSub_2.gif) -118px 0 no-repeat;
	left: 823px;
	top: 48px;
	width: 115px;
}

#nav li ul {
	padding: 0 15px;
	position: absolute;
	top: -999px;
	width: 202px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

#nav li:hover {
	visibility: inherit; /*IE7 Sticky Bug Fix*/
}

#nav li:hover ul, #nav li.sfHover ul {
	top: 45px;
}

#learnNav ul {
	background: #ede7ef;
}

#actNav ul {
	background: #e5e7f0;
}

#connectNav ul {
	background: #f7eadc;
}

#learnNav ul li {
	border-bottom: 1px dotted #6E005F;
}

#actNav ul li {
	border-bottom: 1px dotted #003974;
}

#connectNav ul li {
	border-bottom: 1px dotted #CB7A17;
}

#nav li ul li {
	padding: 8px 0;
}

#nav li ul li.last {
	border: none;
}

#footer  {
	background: url(/images/bgFooter.gif) repeat-x;
}

#footer dt {
	display:inline;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .iam {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.iam {
    left: 64%;
}

#meta {
	width: 140px;
}

#colRight #side h3 {
	margin-top: -115px;
}

#utility li {
	padding-left: 7px;
	white-space: nowrap;
}

#colMiddle {
	overflow: hidden;
}

#resources {
	width: 202px;
}

.ieHeadLearn {
	background: #ede7ef !important;
	color: #6c205e !important;
}

.ieHeadAct {
	background: #e5e7f0 !important;
	color: #1d3d70 !important;
}

.ieHeadConnect {
	background: #f7eadc !important;
	color: #ca7929 !important;
}

.ieHeadOther {
	background: #e9f3f3 !important;
	color: #01928f !important;
}

.ieh2Learn {
	color: #6c205e !important;
}

.ieh2Act {
	color: #1d3d70 !important;
}

.ieh2Connect {
	color: #ca7929 !important;
}

.ieh2Other {
	color: #01928f !important;
}

.ieh3Learn {
	color: #6c205e !important;
}

.ieh3Act {
	color: #1d3d70 !important;
}

.ieh3Connect {
	color: #ca7929 !important;
}

.ieh3Other {
	color: #01928f !important;
}

.profile h3, .imglist #story {margin-top: -115px; position: relative;
}
