/* Horizontal CSS for folio theme: simpleearthyskin */

#TS_titleContainer	{
	background-color:#c8be94;

	/* gradient for non IE */
	background: #8C895D;
	background: -webkit-gradient(linear, left top, left bottom, from(#8C895D), to(#797650));
	background: -moz-linear-gradient(top,  #8C895D,  #797650);
	/* gradient for IE */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#8C895D', endColorstr='#797650');
}

#TS_navContainer	{
	background-color:#A4E024;
	
	/* gradient for non IE */
	background: #768463; 
	background: -webkit-gradient(linear, left top, left bottom, from(#768463), to(#647350));
	background: -moz-linear-gradient(top,  #768463,  #647350); 
	/* gradient for IE */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#768463', endColorstr='#647350');
}
.TS_navText LI	{
	background:url(nav1bullet.gif) no-repeat bottom right;
}
.TS_navNonSelectedLink:hover	{
	color:#DDDDDD;
}
#TS_bodyContainer	{
    background-color:#FFFDEC;
}
.TS_bodyArea	{
	background-color:#FFFDEC;
}
.TS_leftbar {
    background-color:#A09854;
}
.TS_bodySubNavContainer	{
}
.TS_bodySubNav	{
	background-color:#FFFFDA;
	border-bottom:2px #A09854 solid;
}
.TS_bodySubNavText	{
	list-style-image:url(nav2bullet.gif);
}
.TS_bodySubNavText LI	{
	list-style-type:none;
}
.TS_navNonSelectedSubLink	{
	color:#68370E;
}
.TS_navNonSelectedSubLink:hover	{
	color:#666666;
}
.TS_bodyContent {
    background-color:#FFFDEC;
}
.TS_headerText	{
	color:#68370E;
}
.TS_contentSectionHeaderContainer	{
	border-bottom:1px #68370E solid;
}
.TS_contentSectionHeader	{
	color:#68370E;
}
.TS_directions	{
	border: 1px #A2A080 solid;
}
.TS_standards	{
	border-top: 3px #A2A080 solid;
	border-bottom: 3px #A2A080 solid;
}
.TS_attachments	{
	border: 1px #A2A080 solid;
	border-left:5px #A2A080 solid;
}
A {
    color:#6B7957;
}
A:hover {
    color:#666666;
}