body {
	width: 980px;
	margin: 0px auto 20px auto;
}
body.text_small {
	font-size: 0.6em;
}
body.text_large {
	font-size: 0.9em;
}
body.text_huge {
	font-size: 1.1em;
}



/* ###### LAYOUT ###### */

/* #### Header #### */
div#header {
	float: left;
	width: 100%;
	height: 160px;
	
	background-color: #7397c8;
	background-image: url('/images/header_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div#header_bg {
	float: left;
	width: 100%;
	height: 160px;
	position: relative;
	
	background-image: url('/images/medium_logo_top.gif');
	background-position: 578px 0px;
	background-repeat: no-repeat;
}

img#laz_logo {
	float: left;
	border: 0px;
}
div#strap_line {
	/*width: 310px;*/
	padding: 5px 19px 7px 19px;
	position: absolute;
	left:0;
	bottom:0;
	
	color: #ee4f17;
	background-color: #000000;
	
	font-size: 1.25em;
}

div#quick_login {
	width: 190px;
	position:absolute;
	top:18px;
	right:10px;
	
	color: #ffffff;
	background-color: #799cce;
	border: 1px solid #6087be;
	font-size: 12px;
}
div#quick_login div.border {
	float: left;
	width: 180px;
	padding: 6px 0px 6px 8px;
	
	border: 1px solid #82a3d0;
	border-right: 1px solid #8fabd3;
	border-bottom: 1px solid #8fabd3;
}
div#quick_login span {
	display: block;
	margin-bottom: 2px;
	font-size: 1.17em;
	font-weight: bold;
}
div#quick_login form {
	margin: 0px;
}

div#quick_login form input#quick_username,
div#quick_login form input#quick_password {
	width: 130px;
	font-size: 0.92em;
}


/* #### Font sizing #### */
div#font_sizing {
	position: absolute;
	top:132px;
	right:10px; /* or try 16px */
	
	
}
div#font_sizing label {
	color: #ffffff;
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 3px 0 0;
}
div#font_sizing a {
	display: inline;
	float: left;
	height: 20px;
	overflow: hidden;
	margin-left: 3px;
	text-indent: -99.9em;
}
div#font_sizing a.small_text {
	width: 24px;
	background: url(/images/text_small.png) 0 0 no-repeat;
	font-size: 10px;
}
div#font_sizing a.normal_text {
	width: 24px;
	background: url(/images/text_small.png) 0 0 no-repeat;
	font-size: 12px;
}
div#font_sizing a.large_text {
	width: 27px;
	background: url(/images/text_normal.png) 0 0 no-repeat;
	font-size: 16px;
}
div#font_sizing a.huge_text {
	width: 32px;
	background: url(/images/text_large.png) 0 0 no-repeat;
	font-size: 20px;
}




/* #### Main Menu #### */
ul#main_menu {
	float: left;
	width: 194px;
	margin: 0;
	padding: 16px 11px 19px 36px;
	
	border-top: 1px solid #ffd247;
	list-style: none;
	background-color: #ffe373;
}
ul#main_menu li {
	padding: 4px 18px 6px 0px;
	
	font-size: 1.17em;
	text-align: right;
	background-image: url('/images/menu_seperator.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
ul#main_menu li.last {
	background-image: none;
}
ul#main_menu li a {
	color: #000000;
	background-color: #ffe373;
	text-decoration: none;
	font-weight: bold;
}
ul#main_menu li a:hover {
	text-decoration: underline;
}
ul#main_menu li a.selected {
	color: #ee4f17;
	background-color: #ffe373;
}

/* #### Main Content #### */
div#main_content {
	float: right;
	width: 735px;
}
div#main_content h1,
div#main_content h2.full_width {
	float: left;
	width: 718px;
	margin: 0px 0px 19px 0px;
	padding: 18px 0px 7px 17px;
	
	color: #242424;
	background-color: #67cc8f;
	background-image: url('/images/medium_logo_bottom.gif');
	background-repeat: no-repeat;
	background-position: 357px 0px;
	
	font-size: 1.67em;
	font-weight: normal;
}
div#main_content h1.no_background {
	margin: 22px 0px 0px 0px;
	background-image: none;
}
div#main_content h2.full_width {
	margin: 22px 0px 9px 0px;
	background-image: none;
}
div#main_content div.content {
	float: right;
	width: 718px;
}
div#main_content div.content h2 {
	color: #005186;
	margin: 0px 0px 0px 0px;
	font-size: 1.33em;
}
div#main_content div.content h3 {
	color: #005186;
	margin: 30px 0px 0px 0px;
	font-size: 1.17em;
}
div#main_content div.content p {
	margin: 0px 0px 12px 0px;
}
div#main_content div.left {
	float: left;
	width: 350px;
	margin-left: 17px;
}
div#main_content div.right {
	float: right;
	width: 350px;
}

/* #### Who Can Apply #### */
div#who_can_apply {
	float: left;
	clear: left;
	width: 197px;
	padding: 17px 24px 149px 20px;
	
	color: #000000;
	background-color: #ffd247;
	background-image: url('/images/who_can_bg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
div#who_can_apply h1 {
	margin: 0px 0px 0px 0px;
	
	color: #ee4f17;
	background-color: transparent;
	
	font-size: 1.83em;
	font-weight: normal;
}
div#who_can_apply h2 {
	margin: 0px 0px 6px 0px;
	
	font-size: 1.35em;
	font-weight: normal;
}
div#who_can_apply p {
	margin: 13px 0px;
}
div#who_can_apply form {
	margin-top: 21px;
}
div#who_can_apply form input#postcode_check_go {
	margin-left: 6px;
}

/* #### Footer #### */
ul#footer {
	float: left;
	width: 957px;
	margin: 20px 0px 20px 0px;
	padding: 9px 0px 9px 23px;
	
	list-style: none;
	
	color: #ffffff;
	background-color: #7296c8;
	background-image: url('/images/footer_bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	
	font-family: 'Myriad Pro', myriad, arial;
	font-size: 0.92em;
}
ul#footer li {
	float: left;
	padding: 0px 4px;
	border-left: 1px solid #ffffff;
}
ul#footer li.first {
	border: none;
	padding-left: 0px;
}
ul#footer li a {
	color: #ffffff;
	background-color: transparent;
}



ul#funded_by {
	float: left;
	text-align : center;
	width: 970px;
	margin: 20px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul#funded_by li {
	float: none;
	display : inline;
	padding-left: 24px;
	padding-bottom : 20px;
}
ul#funded_by li a img
{
	margin-bottom : 10px;
}




/* ###### LIST LAYOUT ###### */

/* #### Base Layout #### */
/* These styles are used for 'most' of my list layouts */
ul.simple_list {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul.simple_list h2,
ul.simple_list h3 {
	margin: 0px;
	padding: 0px;
	
	font-size: 1.17em;
	font-weight: bold;
}
ul.simple_list li {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
ul.simple_list p {
	margin: 0px;
}


/* #### Bordered Layout #### */
ul.bordered_list {
	width: 735px;
	margin-top: 4px;
	
	color: #005186;
	background-color: transparent;
}
ul.bordered_list h2 a,
ul.bordered_list h3 a {
	color: #005186;
	background-color: transparent;
	text-decoration: none;
}
ul.bordered_list h2 a:hover,
ul.bordered_list h3 a:hover {
	text-decoration: underline;
}
ul.bordered_list li {
	width: 735px;
	margin-bottom: 4px;
}
ul.bordered_list li div.top {
	float: left;
	width: 100%;
	height: 2px;
	overflow: hidden;
	
	background-image: url('/images/case_study_top.gif');
	background-position: top center;
	background-repeat: no-repeat;
}
ul.bordered_list li div.border {
	float: left;
	width: 709px;
	padding: 12px;
	border: 1px solid #6d8dbb;
	border-top: 0px;
	border-bottom: 0px;
}
ul.bordered_list li div.bottom {
	float: left;
	width: 100%;
	height: 2px;
	overflow: hidden;
	
	background-image: url('/images/case_study_bottom.gif');
	background-position: top;
	background-repeat: no-repeat;
}
