/*
 * Release Notes
 **/
#release_notes {
}

#release_notes h3 {
  margin-top: 1em;
}

#release_notes ul {
  margin-left: 1em;
}

#release_notes li {
  margin-left: 1em;
}



/**********************************************************************************************
 * Secondary content layout consists of two columns, 
 * #secondary_feature, #secondary_content and small block menu for related items.
 */

#secondary_feature {
	float: left;
	width: 275px;
	margin-top: 20px;

}

#secondary_content {
	margin: 0px;
	padding: 0px;
	width: 450px;
	text-align: left;
	float: right;

}


#related_content {
	left: -8px;
	position: relative;
	background-color: #F2F0C8;
	border-top: 1px solid #C6C984;
	border-right: 1px solid #C6C984;
	border-bottom: 1px solid #C6C984;
	border-left: none;
	margin: 20px 0px;
	text-align: left;
}

/*
 * The small block of menus
 */
#related_content a, a:visited {
    color: #9A9C65;
}

#related_containt a:hover {
    color: #000000;
}

#related_content h4 {
    color: #00979C;
    padding: 0px 15px;
    margin: 1em 0px 0px 0px;
}

#related_content ul {
    margin: 0px;
    padding: 0px 0px 1em 0px;
}

#related_content ul li {
    padding: 0.5em 10px 0px 15px;
    margin-left: 0px;
    list-style-type: none;
}
