/* The definitions for the top level pages */
li.ActiveSection {
	display: none;
}

#SectionTitle {
	font-weight: normal;
	font-style: italic;
	margin-top: 0em;
	margin-bottom: 0.7em;
}
#SectionPicture {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
#SectionBlurb {
	margin-top: 0px;
	font-size: 0.88em;
	line-height: 1.5em;
	font-style: italic;
	margin-bottom: 15px;
}
#SectionDiagram {
	margin-top: -50px;
	margin-left: -165px;
	margin-bottom: 20px;
	overflow: visible;
	float: left;
}

/*** Nav bar styles ***/
#SectionHighlights {
	padding: 0; 
	margin: 0;
	margin-bottom: 40px;
	margin-top: 0px;
}
#SectionHighlights li {
	position: relative; 
	/* display: inline; */
	list-style-type: none;
	top: 0;
	padding: 0px;
	margin: 0px; 
	font-size: 0.9em;
	float: left;
	
}
span.highlightSeparator {
	margin-right: 0px;
	margin-left: 0px;
}
#SectionHighlights ul {
	display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px; 
	padding-top: 0.7em;
}

#SectionHighlightsHeading1 {
	width: 160px;
}
#SectionHighlightsHeading2 {
	width: 172px;
}
#SectionHighlightsHeading3 {
	width: 155px;
	float: right;
}	

#SectionHighlights li:hover > ul {
	display: block; 
	visibility: visible;
	position: absolute; 
	width: 140px; 
	top: 1.0em; 
	left: 0.2em;
	color: black;
	padding-bottom: 2.0em;
}

/*** Menu colors (customizable) ***/
#SectionHighlights {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
}
#SectionHighlights ul, #SectionHighlights ul li {
	line-height: 1.2em;
	font-weight: normal;
}
li.SectionHighlightsHeading {
	color: #6BBD46;	
}
#SectionHighlights li:hover {
	color: black;
}
#SectionHighlights a {
	text-decoration: underline;
}
#SectionHighlights ul li a:hover {
	color: #6BBD46;
	text-decoration: none;
}

/* Define columns within the page content */
/* Hides from IE5-mac \*/
* html #ContentColumns {height: 1%;}
/* End hide from IE5-mac */

#ContentColumnLeft {
	width: 140px;
}

#ContentColumnRight {
	width: 340px;	
}

#contentHolder {
	padding-bottom: 0px;
}

