@charset "UTF-8";
/* CSS Document */

/* reset inconsistent browser styles */
@import url(reset.css);
@import url(base.css);

/* include typography class */
@import url(typography.css);

/* Towards 2060 presentation layouts */
@import url(layouts.css);

/* include form class */
@import url(form.css);

/* page design and layout */
html, body {
	height: 100%;	
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}

/* provides a positioned canvas on to which we can place everything */
#canvas {
	width: 960px;
	padding: 0 0 16px 0;
	margin: 0 auto;
	position: relative;
	
	/* min-height hack */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	
	background: url(../images/rightcolbg.gif) left repeat-y;
}

/* header (logo and toolbar in go here) */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 114px;
}

#logo {
	width: 221px;
	height: 114px;
	background-color: #fff;	
}

/* toolbar */
#toolbar {
	background: #fff url(../images/topbg.gif) right top no-repeat;	
	position: absolute;
	top: 0;
	right: 0;
	width: 710px;
	height: 100px;
	margin-right: 1px;
}
#toolbar.sequence {
	background: #fff url(../images/sequencebg.gif) right top no-repeat;	
}

/* search box */
#search {
	position: absolute;
	top: -2px;
	left: 16px;
}
#search div {
	float: left;
	height: 31px;
	margin-right: 6px;
}
#search input {
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 12px;
	width: 166px;
	padding: 2px;
	height: auto;
}
#search form {
	padding-top: 10px;
	margin: 0;
}
#search button {
	margin: 0;
	padding: 0;
	border-width: 0;
	background-color: #fff;
	width: 31px;
	height: 31px;
	background: #fff url(../images/right.gif) center no-repeat;
	position: relative;
	top: -5px;
	
}

/* relevant info menu */
#norelevant {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 240px;
	width: 188px;
	padding: 11px 15px;
	color: #fff;
	background: #CCE199 url(../images/x.gif) 178px 3px no-repeat;
}
#relevant {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 240px;
	width: 188px;
	padding: 11px 15px;
	color: #fff;
	background: #AFCC5F url(../images/down.gif) 178px 3px no-repeat;
}
#relevantbtn {
	height: 15px;
	cursor: pointer;
}
#norelevant #relevantbtn {
	cursor: default;
}
#relevantmenu {
	padding-top: 12px;
	display: none;	
}

/* relevant info navigation */
#relevantmenu ul {
	margin: 0;
	padding: 0;	
	font-size: 12px;
	color: #d6eda1;
}
#relevantmenu ul li {
	list-style-type: none;
	text-transform: uppercase;
}
#relevantmenu ul li a {
	text-decoration: none;
	color: #fff;
}
#relevantmenu ul li a:hover {
	text-decoration: underline;
}

#relevantmenu ul li {
	border-top: 1px solid #fff;
	padding-top: 7px;
	margin-top: 7px;
}
#relevantmenu ul li.first {
}
#relevantmenu ul li.last {
}
/*#relevantmenu ul li.nochildren {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}*/
/* nested menus */
/* Menu 2 */
#relevantmenu ul li ul {
	margin: 0;
	padding: 0;
	border-width: 0;
}
#relevantmenu ul li ul li {
	text-transform: none;
}
#relevantmenu ul li ul li, #relevantmenu ul li ul li {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* Menu 3 + */
#relevantmenu ul li ul li ul {
	margin: 0;
	padding: 0;
}
#relevantmenu ul li ul li ul li {
	padding-left: 10px;
	background: url(../images/dashgreen.gif) left 8px no-repeat;
}
#relevantmenu ul li ul li ul li.current {
	background: url(../images/dashwhite.gif) left 8px no-repeat;
}
#relevantmenu ul li.section ul li ul li a {
	color: #fff;	
}


/* prev next presentation paging */
#nextprev {
	position: absolute;
	right: 0;
	top: 3px;
	width: 235px;
}
#nextprev a {
	color: #666;
	text-decoration: none;
}
#nextprev a:hover {
	text-decoration: underline;	
}
#nextprev div, #nextprev a {
	display: block;
	float: left;
	line-height: 31px;
	height: 31px;
}
#present {
	padding-right: 11px;	
}
#present.nopres {
	color: #999;
	text-decoration: none;
}
#present a {
	color: #000;
	text-decoration: underline;
}
#presentprev {
	background: url(../images/left.gif) center right no-repeat;
	padding-right: 35px;
	margin-right: 4px;
}
#presentnext {
	background: url(../images/right.gif) center left no-repeat;
	padding-left: 35px;
}
#presentprev.noprev {
	background: url(../images/xonwhite.gif) center right no-repeat;
	color: #999;
}
#presentnext.nonext {
	background: url(../images/xonwhite.gif) center left no-repeat;
	color: #999;
}

/* history bar */
#historybar {
	position: absolute;
	top: 42px;
	left: 15px;
	white-space: nowrap;
	/*overflow: hidden;*/
	width: 680px;
}
#historybar a {
	color: #666;
	text-decoration: none;
}
#historybar a:hover {
	text-decoration: underline;	
}
#historybar a.current {
	color: #000;	
}
#historybar a.current:hover {
	text-decoration: none;	
}

/* sequence paging */
#sequence {
	padding-top: 71px;
	margin-left: 18px;
	margin-right: 18px;
	color: #fff;
	
	text-transform: uppercase;
}
#sequence a {
	color: #fff;
	text-decoration: none;
}
#sequence a.current {
	font-weight: bold;
}
#sequence a:hover {
	text-decoration: underline;
}

/* left column */
#leftcol {
	width: 191px;
	overflow: hidden;
	float: left;
	padding: 0 15px 200px 15px;

	background: url(../images/rightcolgraphic.gif) right bottom no-repeat;
}
#leftcoltop {
	margin: 114px -15px 0 -15px; 
	background: url(../images/rightcoltop.gif) center no-repeat;
	height: 28px;
}

/* left navigation */
ul.leftnav {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
ul.leftnav li {
	list-style-type: none;
	text-transform: uppercase;
}
ul.leftnav li.link a {
	color: #666 !important;
	text-decoration: none;
}
ul.leftnav li a {
	text-decoration: none;
}
ul.leftnav li a:hover {
	text-decoration: underline;
}
ul.leftnav li.current a {
	color: #000;
}
ul.leftnav li.section a {
	color: #000;
}
ul.leftnav li.section, ul.leftnav li.current {
	border-top: 1px solid #fff;
	padding-top: 7px;
	margin-top: 7px;
	
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #fff;
}
ul.leftnav li.first {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
ul.leftnav li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
/*ul.leftnav li.nochildren {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}*/
/* nested menus */
/* Menu 2 */
ul.leftnav li ul {
	margin: 0;
	padding: 0;
}
ul.leftnav li ul li {
	text-transform: none;
}
ul.leftnav li.section ul li.section a {
	color: #666;
}
ul.leftnav li.section ul li.current a {
	color: #000;	
}
ul.leftnav li.section ul li.section, ul.leftnav li.section ul li.current {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* Menu 3 + */
ul.leftnav li ul li ul {
	margin: 0;
	padding: 0;
}
ul.leftnav li ul li ul li {
	padding-left: 10px;
	background: url(../images/dash.gif) left 8px no-repeat;
}
ul.leftnav li ul li ul li.current {
	background: url(../images/dashblack.gif) left 8px no-repeat;
}
ul.leftnav li.section ul li.section ul li.current a {
	color: #000;	
}
/* main nav specific */
ul#mainnav {
	margin-top: -3px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #fff;	
}

/* page conent */
#rightcol {
	margin-left: 249px;	
	padding-top: 102px;
}
#content {
	color: #000;
	
	border-top: 1px solid #679fd0;
	border-bottom: 1px solid #679fd0;
	
	margin-bottom: 9px;
	
	padding: 18px 0;
	
	width: 710px;
	margin-right: -2px;
	
	/* min-height hack */
	height:auto !important; /* real browsers */
	height:635px; /* IE6: treated as min-height*/
	min-height:635px; /* real browsers */
}
#presentationcontainer {
	width: 710px;
	height: 635px;
	overflow: hidden;
}
/* Footnotes */
#footnotes {
	color: #333;
}

/* Presenter notes */
#presenternotes {
	display: none;	
}

/* main page heading */
h1, h2 { 
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin: 0.4em 0;
}



/* misc layout */
.clear {
	clear: both;	
}
.relative {
	position: relative;	
}

/* Page specific */

/* See also layouts.css */