@charset "UTF-8";


/*----------------------reset browser styles ----------------------------------*/
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,
dd, dl, dt, li, ol, ul,
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%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*----------------------END reset browser styles ----------------------------------*/
html {
	/*	background: #455005;*/	
	background:url(contentGradBg.gif);
	border:0px;
	margin:0px;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
/*	display: block;
	height: auto;*/
/*	margin: 20px auto;
*/	

}

#wrap {
	width: 806px;
	margin: 15px -403px auto auto;
	position: absolute;
	right: 50%;
	border: 3px solid #00856A;
	background-color: #ffffff;
}

#header {
	background:url(hdr_learning.jpg) no-repeat;
	height: 69px;
	width: 800px;
	border-bottom: solid;
	border-bottom-color: #008567;
	border-bottom-width: 3px;
}

/*# menu {
	width:800px;
	height:600px;
}*/

#wrapper {
	background:url(wrapperBg.jpg) no-repeat;
	height: 634px;
	width: 820px;
	margin: auto -410px auto auto;
	position: absolute;
	right: 50%;
}

#content {
	width:800px;
	height:618px;
	position: absolute;
	margin: 8px -400px auto auto;
	right: 50%;
}

#holder {
	background:url(PI_placeholder.gif) no-repeat;
	height: 317px;
	width: 410px;
	margin: auto -205px auto auto;
	position: absolute;
	right: 50%;
}

/* --------------------------link treatments-----------------------------------*/

a:link {
	color: #008166;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:visited:hover{
	text-decoration: none;
	color: #999999;
}


a:hover {
	text-decoration: none;
	color: #ff9900;
}

a:active {
	text-decoration: none;
	color: #000000;
}
/* --------------------------------end link treatments --------------------*/

/* --------------------------------text treatments ------------------------*/


h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	margin:20px 20px 20px 30px;
}

.lessonTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #046F5B;
}

.subhead{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:14px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 20px;
	margin-left: 35px;
	padding-top: 10px;
}

.exercise {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	font-variant: inherit;
	color: #gray;
	list-style-type: none;
	margin-left: 40px;
	margin-bottom: 8px;
}

.movietime{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: inherit;
	color: #777777;
} 
 

/* ---------------------------- end text treatments ------------------------*/


/* ---------------------------- begin footer ------------------------*/

.clear {
	clear: both;
}
	
#instruct {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: inherit;
	color: #gray;
	list-style-type: none;
	margin-left: 40px;
	margin-top: 20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	padding: 8px;
	margin: 30px 0 10px 0;
	border-top: solid;
	border-top-color: #008567;
	border-top-width: 3px;
}

#footerImg {
	height: 64px;
	width: 162px;
	background-image:url(ftr_logo_sage.jpg);
	float: right;
}


