* {
	margin: 0;
	padding: 0;
}

html {
	background:url(../img/graphpaper_tile_crop.jpg) repeat-x center top;
	/* overflow-y: scroll; */ /* conflicting with launch window scroll bar: to look into */
	overflow: auto;
	height: 100%;
	}

body {
	background: url(../img/graphpaper_bg_crop.jpg) no-repeat center top;
	text-align: center; /* IE6 correction - do not take out */
	height: 100%;
	background-color: white;
}

/* ----- MainWrapper ----- */

#mainWrapper {
	display: block;
	width: 760px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -37px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
	}

/* ----- Fonts & Basic styling ----- */

h1 {
	font-family: "Myriad Pro", Tahoma, Arial, sans-serif;
	font-size: 1.04em;
	font-weight: 100;
	text-decoration: none;
	top:0.4em;
	left:1em;
	color:#fff;
	}	

h2 { 
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	/* color: #0072cf; */
	color: #005aa4;
	padding: 0;
	background: none;
	text-align: left;
	}	

p { 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	padding-top: 0.8em;
	color: black;
	}

a {
	text-decoration:none;
	}

.bold {
	color: #000;
	font-weight: bold;
	}

/* ----- header ----- */

#head {
	position: absolute;
	height: 36px;
	left:0px;
	width:100%;
	background:url(../img/header_bg.gif) repeat-x;
	margin-left: 0;
}

#head a {
	color:#fff;
	}

#rel_head {
	position:relative;
	height:2.2em;
	background:url(../img/header_stripes.gif) no-repeat right top;
}

.abs {
	position: absolute;
}

#preferences {
	right:8em;
	padding:0.7em 1.2em 0.7em 1.2em;
	}

#preferences a:hover {
	text-decoration:underline;
	}

#help {
	right:4em;
	padding:0.7em 1.2em 0.7em 1.2em;
	border-right:1px solid #505050;
	border-left:1px solid #505050;
	}

#help a:hover {
	text-decoration:underline;
	}

#exit {
	right:1em;
	padding:0.7em 0.5em 0.7em 1.2em;
	}

#exit a:hover {
	text-decoration:underline;
	}

/* ----- footer ----- */

#foot, .push {
	height: 37px; /* #push must be the same height as #foot */
	}

#foot {
	z-index: 1000;
	bottom: 0;
	height: 36px;
	width: 100%;
	overflow: hidden;
	background:url(../img/footer_bg.gif) repeat-x;
	border-bottom: 1px solid #353535;
	}

#rel_foot {
	position: relative;
	height: 37px;
	background:url(../img/footer_stripes.gif) no-repeat bottom left;
	}	

#foot p {
	color:#fff;
	font-size:0.8em;
}

#foot a {
	color:#fff;
	}

#menu_butt {
	left:1.8em;
	padding:0.8em 0 0 0;
	}

#menu_butt a {
	padding:0;
	background: url(../img/arrow_up.gif) center top no-repeat;
	}

#menu_butt a:hover {
	text-decoration:underline;
	}

#screen_count {
	right:4.1em;
	width:4em;
	padding:0.8em 0.5em 0 0.5em;
	}

#back {
	right: 9.3em;
	padding:0.8em 0.5em 0 0.5em;
	}

#back a {
	padding:0;
	}

#back a:hover {
	text-decoration:underline;
	}

#next {
	right:1.2em;
	padding:0.8em 0.5em 0 0.5em;
	}

#next a {
	padding:0;
	}
	
#next a:hover {
	text-decoration:underline;
	}

/* ----- progress bar ----- */

#progress-container {
	margin-top:13px;
	left:32%;
	width:36%;
	height:10px;
	background:#444;
	border:1px solid #333;
	/* visibility: hidden; */
}

#progress {
	height:10px;
	font-size:0;
	width:0%;
	background:#fafafa;
	float: left;
}

.progress-word {
	position: absolute;
	left: -60px;
	margin-top: -15px;
}

#progress-val {
	margin-top: 10px;
	left:69%;
	height:10px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
} 

/* ----- icons for assets ----- */

ul.hidebullets {
	list-style-type: none;
	}

li {
	padding-bottom: 3px;
	}

a.word {
	display: inline-block;
	background: url(../img/word.gif) no-repeat left bottom;
	padding-left: 20px;
	color: #005092;
	}

a:hover {
	text-decoration: underline;
	}

a.pdf {
	display: inline-block;
	background: url(../img/pdf.gif) no-repeat left bottom;
	padding-left: 20px;
	color: #005092;
	}
	
.newwindow {
	border: none;
	padding-bottom: 4px;
	}
	
/* cross browser issues - works in FF but not IE7 */
/* #simplemodal-container img.newwindow-modal {
	clear: left;
	float: none !important;
	display: inline;
	/* border: 2px #09F dotted; */
	/* margin-top: 0;
	border: none;
	padding-bottom: 4px;
	} */
	
p.transcript {
	background: url(../img/rtf.gif) no-repeat left bottom;
	padding-left: 18px;
	}
	
#basicModalContent a {
	color: #005aa4;
	}
	
noscript p, noscript ul {
	background-color: white;
	}
	
noscript h3 {
	padding-top: 1em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	background-color: white;
	color: #005aa4;
	}
