/*controls the layout for the statement pages of the curriculum website*/
#kbBreadcrumb
{
	float:left;
	width:80%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:130%;
}

#statbreadcrumb a.home
{
	font-weight:bold;
}

#kbJumpResources
{
	float:right;
	width:15%;
	border:solid 1px #000000;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	border:solid 1px #660099;
	background-color:#c2bad1;
}

#kbTypes
{
	clear:left;
	float:left;
	width:95%;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#kbSpecific
{
	clear:left;
	float:left;
	width:40%;
	padding-top:10px;
	padding-bottom:10px;
}

#kbExpand
{
	clear:right;
	float:right;
	width:40%;
	border:solid 1px #000000;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
}

#kbTypeDetails
{
	clear:both;
	float:left;
	width:100%;
	border:solid 1px #c2bad1;
	padding-top:10px;
	padding-bottom:10px;
}
