@charset "utf-8";

header, nav, article, footer, section, aside, figure, figcaption
{
	display: block
}

body
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
}

#container
{
	margin: 0 auto 0 auto;
	width: 974px;
	position: relative;
}

#intro-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
}

#intro-overlay div
{
	position: absolute;
	z-index: 999;
	left: 50px;
	bottom: 50px;
}

#intro-overlay div a
{
	display: block;
	float: left;
	width: 150px;
	margin-right: 15px;
	padding: 10px 15px 10px 15px;
	background-color: #092c54;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	-webkit-box-shadow:  1px 1px 3px 1px #000000;
	-moz-box-shadow:  1px 1px 3px 1px #000000;
	box-shadow:  1px 1px 3px 1px #000000;
	behavior: url("index_files/includes/PIE.htc");
}

#intro-overlay div a:hover
{
	background-color: #1e446f;
}

header
{
	height: 95px;
	width: 974px;
	overflow: hidden;
	position: relative;
}

#course-subtitle
{
	position: absolute;
	top: 53px;
	left: 34px;
	font-size: 18px;
	color: #5585b6;
}

nav
{
	height: 29px;
	background-image: url(nav-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
	width: 974px;
}

nav a
{
	text-decoration: none;
	color: #103d66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 3.3em 3px 3.3em;
	text-align: center;
}

	nav a.spanish
	{
		padding: 3px 2em 3px 2em;
	}

	nav a:hover
	{
		color: #b35943;
	}
	
	nav a.active
	{
		color: #0066cc;
	}
	
#progress-bar
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	background-color: #b35943;
	width: 85px;
}	

nav img
{
	margin-top: -6px;
	position: absolute;
	right: -10px;
}
	
div#content
{
	height: 485px;
	background-image: url(content-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}

footer
{
	height: 31px;
	background-image: url(footer-bg.jpg);
	background-repeat: repeat-x;
}

img
{
	border: 0;
}

.clear
{
	clear: both;
}

#video
{
	width: 704px;
	height: 400px;
	background-color: #ffffff;
	position: absolute;
	top: 15px;
	left: 130px;
	border: 5px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-webkit-box-shadow:  1px 1px 3px 1px #000000;
	-moz-box-shadow:  1px 1px 3px 1px #000000;
	box-shadow:  1px 1px 3px 1px #000000;
	behavior: url("index_files/includes/PIE.htc");
}

#questions
{
	position: absolute;
	top: 0;
	left: 0;
	width: 704px;
	height: 400px;
	z-index: 99;
	background-image: url(question-bg.jpg);
	background-repeat: no-repeat;
	display: none;
}

#questions ul
{
	float: left;
	width: 300px;
	margin-top: 20px;
}

#questions li
{
	font-size: 12px;
	margin-bottom: 11px;
	list-style-image: url(bullet.png);
}

#questions a
{
	color: #166BC1;
}

.title
{
	text-align: center;
	font-size: 22px;
	color: #166bc1;
	text-shadow: 0px 0px 5px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=0, offy=0);*/
	margin-top: 20px;
}

.subtitle
{
	font-style: italic;
	text-align: center;
}

.nextprompt
{
	text-align: right;
	font-style: italic;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#left
{
	left: 10px;
}

#left-text
{
	position: absolute;
	left: 63px;
	top: 425px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 10px 20px 10px 0;
}

#right
{
	right: 5px;
}

#right-text
{
	position: absolute;
	right: 65px;
	top: 425px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 10px 0 10px 20px;
}

#return
{
	right: 5px;
	display: none;
}

.button-sm
{
	vertical-align: middle;
}

.button
{
	width: 52px;
	height: 53px;
	overflow: hidden;
	display: block;
	background-image: url(button.png);
	background-repeat: no-repeat;
	background-color: #0064ee;
	background-position: 0px 0px;
	position: absolute;
	top: 423px;
}

	.button:hover
	{
		background-color: #bb472e;
	}
	
.button img
{
	position: absolute;
}
	
.button.inactive
{
	background-image: url(button-inactive.png);
	background-color: #6f7a88;
	zoom: 1;
}

.button.back.inactive img
{
	top: -53px;
	left: -104px;
}

.button.back.inactive:hover img
{
	top: -53px;
	left: -104px;
}

.button.next.inactive img
{
	top: -106px;
	left: -104px;
}

.button.next.inactive:hover img
{
	top: -106px;
	left: -104px;
}

.button.return img
{
	top: 0px;
	left: 0px;
}

.button.return:hover img
{
	top: 0px;
	left: -52px;
}

.button.back img
{
	top: -53px;
	left: 0px;
}

.button.back:hover img
{
	top: -53px;
	left: -52px;
}

.button.next img
{
	top: -106px;
	left: 0px;
}

.button.next:hover img
{
	top: -106px;
	left: -52px;
}

#index
{
	position: absolute;
	padding: 10px;
	top: 425px;
	left: 443px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

/* Page index popup */
#page-index
{
	position: absolute;
	top: 0;
	left: 0;
	width: 704px;
	height: 375px;
	z-index: 100;
	background-color: #ffffff;
	padding-top: 25px;
	display: none;
}

.index-col
{
	float: left;
	width: 45%;
	margin-left: 20px;
	font-size: 17px;
	color: #113c69;
}

.index-col a
{
	color: #113c69;
	text-decoration: none;
	font-size: 13px;
}

.index-active
{
	font-weight: bold !important;
	color: #0066CC !important;
}

.index-viewed
{
	text-decoration: underline !important;
}

#index-close
{
	clear: both;
	text-align: right;
	display: block;
	padding-right: 25px;
	font-size: 15px;
	text-decoration: none;
	color: #113c69;
}
