@import "style.css";

/* The Grand Equaliser Rule */
	html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, div, span, img, blockquote, table {
		margin: 0;
		padding: 0;
		border: 0;	
	}
	
	body {
		background: #fff;
		color: #666;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;	
	}
	
	h1 {
		color: #000;
		font-weight: bold;
		font-size: 24px;
		text-align:left;
	}
	
	.content-control {
		display: none;
	}
	
	#navigation-container {
		display: none;
	}
	
	#subnav-shadow, #footer-shadow {
		display: none;
	}
	
	.make-note, .notes-delete {
		display: none;
	}
	
	.right {
		display: none;
	}
	
	#main-container {
			width: 100%;
			background: none;
			display: block;
		}
		
	#global-container {
			width: 100%;
			background:none;
			color: #333;
		}
		
	#learning-content {
		width: 600px;
		padding: 0px;	
	}
	
	#header-container {
		width: 100%;
		height: 65px;
		background:none;;
		padding: 0;
		display: block;
		border-bottom: 1px solid #ccc;
		margin: 0 0 20px 0;
			}
			
		.centre {
			width: 600px;
		}
		
				#fd-logo a {
					margin: 0px 0 0 0px;
					width: 600px;
					height: 25px;
					padding: 0px 0 0 0;
					display: block;
					text-align: left;
					background: none;
					color: #000000;
				}
				
				#fd-logo span{
					display: inline;
					color: #000000;
				}
				
	/* Diplomr & NHS logos - top left */
			#diplomr-logo {
				float: left;
				width: 600px;
				color: #000;
				padding: 0;
				display: block;
				margin: 0px;
				background:none;
			}
			
				#diplomr-logo span {
					display: inline;
				}
				
		#footer-container {
			width: 100%;
			height: 36px;
			background:none;
			padding: 0;
			display: block;
			color: #000;
			border-top: 1px solid #ccc;
		}
		
		#footer {
			padding: 0px;
			color: #666;
			font-weight: bold;
		}
		
		
		#module-dropdown a.current-module {
			text-align: left;
			height: 35px;
			display: block;
			background: none;
			text-decoration: none;
			font-size: 14px;
			color: #666666;
			font-weight: bold;
			padding: 0px;
			margin: 0px;
			line-height: 32px;
			outline:none;
			
		}
		
		#footer-logos {
			width: 600px;
			margin: 0 auto 10px auto;
		}
