/**
 * Stylesheet for BE-ODL
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/**
 * = Global reset
 * ----------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/**
 * = Start
 * ----------------------------------------------------------
 */

html {
	height: 100%;
}

body {
	font: 300 12px Arial, sans-serif;
	background: #fff url(../images/bodybg.png) repeat-x;
	line-height: 1.3;
	color: #2B2B2B;
	height: 100%;
	min-height: 100%;
}

ul, ol {
	padding: 0 0 18px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

p {
	padding: 0 0 18px;
}

#container {
	width: 960px;
	margin: 0 auto -145px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

#footer {
	height: 145px;
	font-size: 11px;
	background: #efefec;
	position: relative;
}

div.push {
	height: 145px;
}

#footercontent {
	margin: 0 auto;
	width: 910px;
	max-height: 125px;
	padding: 20px 0 0 50px;
}

#footer p {
	width: 700px;
}

h1 {
	background: url('../images/elearnerecontent.jpg') no-repeat scroll top left;
	text-indent: -9000px;
	width: 180px;
	height: 122px;
	position: relative;
	top: 36px;
	left: 47px;
}

h1 a {
	width: 233px;
	height: 153px;
	display: block;
	overflow: hidden;
}

h2 {
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 8px 0;
	color: #ab2738;
}
h2 span {
	color: #002c53;
}
h3 {
	font-size: 12px;
	font-weight: 700;
	padding: 0 0 8px 0;
	color: #ab2738;
}

#header {
	background: url('../images/headerbg.png') no-repeat scroll top left;
	position: relative;
	height: 184px;
	width: 960px;
}

#header p {
	font-weight: 700;
	position: absolute;
	right: 71px;
	top: 151px;
	color: #002c53;
}

#header img {
	position: absolute;
	right: 59px;
	top: 55px;
}

#main {
	background: white;
}
#content {
	padding: 15px;
}

#content div div {
	float: left;
}
#content.a{
	padding: 45px 0;
}

div.clearfix {
	padding: 30px 0;
}

div.left {
	width: 412px;
	padding: 0 30px 0 20px;
	float: left;
	border-right: 2px solid #D6D6CD;
}

div.right {
	width: 414px;
	float: left;
	padding: 0 20px 0 30px;
}

img.right {
	float: right;
	padding-left: 10px;
}

div.hr {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

a#netlash {
	color: #a8b3c7;
	font-size: 11px;
	float: right;
	display: block;
	padding: 6px 0 0;
	position: relative;
	right: 20px;
}

a:link {
	color: #ab2738;
}

a:visited {
	color: #b15864;
}

a:hover, a:active {
	color: #912230;
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clickzone a { /** Zone cliquable **/
	width: 412px;
	height: 160px;
	left: 30px;
	top: 245px;
	float: left;
	text-decoration:none;
}
.clickzone h2 {
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 8px 0;
	color: #ab2738;
	text-decoration:none;
}
.clickzone h2 span {
	color: #002c53;
	text-decoration:none;
}
.clickzone p {
	color: #2B2B2B;
	text-decoration:none;
}