﻿/*controls the layout for the statement pages of the curriculum website*/

#statbreadcrumb
{
	float:left;
	width:80%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:130%;
}

#statbreadcrumb a.home
{
	font-weight:bold;
	
}

#statJumpResources
{
	float:right;
	width:15%;
	padding-top:10px;
	padding-bottom:10px;
}

#statDomainsOutcomes
{
	clear:left;
	float:left;
	width:75%;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}

/* 
Amendments to code
Author: Lee Friend
Date: 20/07/07
Details: Changes the width of #statfullStatement from 24% to 19% to allow the box and text to
fit onto the screen.
*/

#statfullStatement
{
	clear:right;
	float:right;
	width:19%;							/* width:24%; */
	padding:10px;
	border:solid 1px #660099;
	background-color:#c2bad1;
	text-align:right;
}

#statDescription
{
	clear:both;
	float:left;
	width:95%;
	padding:10px;
	margin-bottom:20px;
	background-color:#e5e5e5;
	border:solid 1px #cccccc;

}

#statOverview
{
	clear:both;
	float:left;
	width:95%;

	padding-top:10px;
	padding-bottom:10px;
}

#statResources
{
	clear:both;
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px #c2bad1;
}
