/*resets default browser css*/
   
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img {
	display: block;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #CC471C;
	text-decoration: underline;
}

/*end reset*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

html {
	height: 100%;
}

body {
	background: #BA411A url("/nkfsc/images/background.jpg") repeat-y center top;
	font-family: arial, helvetica, sans-serif;
	height: 100%;
}

#wrapper {
	width: 770px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

#header {
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	overflow: hidden;
}

#header a {
	position: absolute;
	right: 6px;
	bottom: 4px;
	font-size: .75em;
}

#header h1 a {
	position: static;
	display: block;
	width: 460px;
	height: 85px;
	background: url("/nkfsc/images/logo.jpg") no-repeat left top;
}

#nav li {
	text-indent: -9999px;
	overflow: hidden;
	list-style: none;
	float: left;
}

#nav a {
	display: block;
	height: 40px;
	width: 110px;
}

#nav #kidney a {
	background: url("/nkfsc/images/nav_kidney.gif") no-repeat left top;
}

#nav #kidney a:hover {
	background-position: left -40px;
}

#nav #patients a {
	background: url("/nkfsc/images/nav_patients.gif") no-repeat left top;
}	

#nav #patients a:hover {
	background-position: left -40px;
}	

#nav #transplantation a {
	background: url("/nkfsc/images/nav_trans.gif") no-repeat left top;
}	

#nav #transplantation a:hover {
	background-position: left -40px;
}	

#nav #professionals a {
	background: url("/nkfsc/images/nav_professionals.gif") no-repeat left top;
}

#nav #professionals a:hover {
	background-position: left -40px;
}

#nav #news a {
	background: url("/nkfsc/images/nav_news.gif") no-repeat left top;
}

#nav #news a:hover {
	background-position: left -40px;
}

#nav #help a {
	background: url("/nkfsc/images/nav_help.gif") no-repeat left top;
}

#nav #help a:hover {
	background-position: left -40px;
}

#nav #who a {
	background: url("/nkfsc/images/nav_who.gif") no-repeat left top;
}

#nav #who a:hover {
	background-position: left -40px;
}

#metanav {
	width: 168px;
	float: left;
	list-style: none;
	font-size: .7em;
}

#metanav a:link, #metanav a:visited {
	display: block;
	background-color: #FF9744;
	border-bottom: 1px solid #F68124;
	padding: 6px 6px 6px 8px;
	color: #fff;
	text-decoration: none;
}

#metanav a:hover {
	background-color: #F68124;
}
	
#content {
	float: right;
	width: 580px;
	padding: 10px 10px 100px 10px;
	font-size: .85em;
}

#content h2 {
	color:#E86B11;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0;
}

#content h2.first {
	margin: 5px 0 10px 0;
}

#content p {
	margin-bottom: 12px;
}

#content ul {
	margin-left: 30px;
	margin-bottom: 12px;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 12px;
}
	
#footer p {
	text-align: center;
	font-size: .7em;
	background-color: #666666;
	padding: 2px 0;
	color: #999999;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}	

#footer p.last {
	background-color: #fff;
	margin-top: 6px;
}

#footer p.last a:link, #footer p.last a:visited {
	color: #000;
}
	
#assessmeLogin {
	position: relative;
	top: -40px;
}

#content .lectures {
	margin: -20px 0 0;
}

#content .lectures li {
	padding: 30px 0 30px 50px;
	margin: 0 30px 0 0;
	background: url("/nkfsc/images/PME_icon.gif") no-repeat left center;
	border-bottom: 1px dotted #ccc;
	list-style: none;
}

.nkfsc .courseintro h2 {color:#E86B11;font-size:18px;}
.nkfsc .coursemain {margin: 30px auto 100px;}
.nkfsc .courseintro {position:relative;border-top:1px dashed #D5DF99;padding:30px 30px 0;margin-top:30px;}
.nkfsc .courseintro img {position:absolute;top:-15px;right:18px;}

