#sectionhighlights {
	width: 100%;
	background-color: #F3F5F8;
	float: left;
	margin: 0px;
	border-top: 2px solid #D2DBDF;
	border-bottom: 1px solid #D2DBDF;
}

* html #sectionhighlights {
	width: 100%;
	background-color: #F3F5F8;
	float: none;
	margin: 0px -3px 0px -3px;
}

#sectionheader {
	color: #FFF;
	font-weight: bold;
	background-color: #555F64;
	border-bottom: 1px solid #2A343B;
	padding: 5px 10px 5px 10px;
}

* html #sectionheader {
	color: #FFF;
	font-weight: bold;
	background-color: #555F64;
	border-bottom: 1px solid #2A343B;
	padding: 5px 10px 5px 7px;
}

#sectionbody {

}

.highlight_left {
	position: relative;
	width: 50%;
	float: left;
}

#system_sectionlisting {
	width: 454px;
	float: left;
	position:relative;
	overflow:hidden
}
/* Nov 2011 new section home pages */

#system_sectionkey-task {
	width: 454px;
	height: 264px;
	position:relative;
	margin-bottom: 10px;
}

#system_sectionkey-task IMG {
	z-index: 9;
}

#system_sectionkey-task-text {
	width: 262px;
	height: 105px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #f4f4f4;
	z-index: 10;
	padding: 10px
}

#system_sectionkey-task-text h2 {
	margin-bottom: 0.3em;
}

#system_sectionkey-task-text ul {
	list-style-type: none;
	padding-left: 10px;
}

#system_sectionsubtasks {

}

	.sys_subtask {
		clear: both;
		border-bottom: 1px dotted #d3d3d3;
		padding-top: 10px;
		overflow: auto;
		padding-bottom: 10px;
		background: #fff;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px
	}
		
		.sys_subtask-text {
			float: left;
			width: 314px;
		}
		
			.sys_subtask-text h2 {
				margin-bottom: 0.3em;
			}
			
			.sys_subtask-text li {
				list-style-type: square;
				margin-left: 25px
			}
		
		.sys_subtask-image {
			float: right;
			width: 80px;
			padding: 10px 0;
		}


#system_sectiona-z {
	width: 300px;
	float: right;
	position:relative
}

* html .highlight_left, *+html .highlight_left {
	position: relative;
	width: 49%;
	float: left;
}

.highlight_right {
	position: relative;
	width: 50%;
	float: right;
}

* html .highlight_right {
	position: relative;
	width: 49%;
	float: right;
}


.highlight_image {
	margin: 10px 10px 10px 0px;
	float: right;
}

.highlight_image IMG {border: 1px solid #555F64;}

* html .highlight_image {
	margin: 10px 5px 10px 0px;
	float: right;
}
.highlight_imageLeftMM {
	margin: 10px 10px 10px 0px;
	clear: both;	
	float: left;

}

* html .highlight_imageLeftMM {
	margin: 10px 5px 10px 0px;
	clear: both;
	float: left;
	
}

.highlight_text {
	margin: 10px 10px 0px 10px;
}

.highlight_text p {
	margin-top: 0px
}

.highlight_text h2 {
	margin-bottom: 10px;

}
	
#sectionlinks {
	margin: 20px 0px 20px 0px;
	width: 100%;
	float: left;
}

#sectionlinks ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 6px 1px;
	position: relative;
}

#sectionlinks li {
	background-image:url(/images/structurenew/icon_link.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	padding: 4px 0px 2px 16px;
	margin-bottom: 0px;
}

#sectionlinks_internal {
	position: relative;
	width: 49%;
	float: left;
}

#sectionlinks_external {
	position: relative;
	width: 49%;
	float: right;
}

#doitonline {
	margin-top: 20px;
}

#sectionnews {
	margin-top: 20px;
}

#sectionnews ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 6px 1px;
}

#sectionnews li {
	background-image:url(/images/structurenew/bulletpoint.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	padding: 2px 0px 2px 12px;
	margin-bottom: 0px;
}

#sectiondesc {
	background-color: #F3F5F8;
	margin: 0px;
	border-top: 2px solid #D2DBDF;
	border-bottom: 1px solid #D2DBDF;
	padding: 5px 10px 5px 10px;
}
