/* Main layout stylesheet */
body {
	color: black;
	background: white;
	padding: 0;
	margin: 0;
	font-size: 80%;
}

body {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	font-size: 100%;
}

/* The top blue bar */
h1 {
	width: 178px;
	Height: 41px;
	position: absolute;
	top: 6px;
}

h2 {
	padding: 16px 16px 12px 178px;
	font-size: 150%;
	text-align: right;
	background: #000063;
	color: white;
}
	h2 em {
		color: #f90;
		font-style: normal;
		font-weight: bold;
	}

/* The grey nav bar */
div#topnav {
	background: #EAEAEA;
	color: #f90;
	font-size: 90%;
	margin: 0 0 15px 0;
}
	#topnav h3 {
		width: 66%;
		margin: 0;
		float: left;
		padding: 5px 0 0 16px;
	}
	
	#topnav h4 {
		width: 29%;
		float: right;
		padding: 2px 16px 2px 0;
		text-align: right;
		font-weight: normal;
	}
		#topnav h4 img {
			vertical-align: middle;
		}
	/* This is the default nav state, and the no-link state of the Back | Home | Next nav */
	#topnav a, #topnav h4 em {
		text-decoration: none;
		color: black;
		font-weight: bold;
		color: #A6A5A5;
	}
	/* You are here */
	#topnav em a, #topnav a em, #topnav em, #topnav a:hover, #topnav h4 a {
		font-weight: bold;
		font-style: normal;
		color: black;
	}
	#topnav a:hover {
		text-decoration: underline;
	}
	#topnav p {
		margin: 0;
		font-size: 0.1em;
	}

/* General rules */
p.division {
	border-top: #EAEAEA solid 3px;
	margin: 0 7px 3em 7px;
	font-size: 0.1em;
}
hr, br, #topnav p {
	clear: both;
}
a img {
	border: none;
}
a {
	color: #000063;
}
a:hover, #topnav a:hover, #subnav a:hover {
	text-decoration: underline;
}
.print {
	display: none;
}
p {
	margin: 0 7px 1em 14px;
}
hr {
	height: 1px;
	padding: 0 0 10px 0;
	border: 0;
	border-top: 1px solid #EAEAEA;
	color: #fff;
	margin: 0 7px;
}

/* Graphic heading on inside pages */
h3 {
	margin: 12px 7px 4px 15px;
}
/* Subheadings */
h4 {
	font-weight: bold;
}
/* This is the sub nav */
p#subnav {
	font-size: 90%;
	color: #f90;
	margin: -10px 7px 5px 15px;
}
	#subnav a {
		text-decoration: none;
		color:#BFBFD7;
	}
	#subnav em, #subnav em a, #subnav a em, #subnav a:hover {
		color:#000063;
		font-style: normal;
	}

/* This is the paragraph which holds the screengrab(s) */
p#grab {
	position: absolute;
	border: solid 7px #ccc;
	left: 7px;
	margin: 0 0 0 7px;
}
	/* This is for browsers who treat images (correctly!) as inline elements */
	#grab img {
		display: block;
	}
/* Opera and Gekko disagree with IE. No idea why. */
p[id="grab"] {
	margin: 6px 0 6px 7px;
}
	#grab img {
		border: solid 1px white;
	}

/* These are the orange and white boxes to the right */
div.info, div.notes {
	margin: 0 7px 10px 503px;
	padding: 13px 13px 0 13px;
}
	.info h4, .notes h4 {
		margin: 0 0 10px 0;
		font-size: 200%;
		font-weight: bold;
	}

div.info {
	border: solid 1px white;
}
	.info h4 {
		color: #f90;	
	}

div.notes {
	border: solid 1px #f90;
	background: #f90;
}
	.notes h4 {
		color: white;
	}
	.notes ul {
		list-style-image: url(/elinktraining/img/bullet-notes.gif);
		margin: 0 0 14px 0.7em;
		padding: 0 0 0 0.7em;
	}
		.notes li, .info li {
			margin: 0 0 0.7em 0;
		}
	/* These fit together like jigsaw pieces */
	.notes p, .info p {
		margin-bottom: 14px;
	}
