/* START nav section */

#nav p.coursename {
	color: #fff;
	font-size: 20px;
	padding: 0px 6px 10px 6px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

#nav {
	font-size: 80%;
	width: 170px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 60px;
}

*html #nav {
	width: 170px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul li {
	margin: 4px 10px 4px 6px;
	padding: 0;
	list-style-type: none;
	font-weight:bold;
	color:#990000;
}

#nav li a {
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	width: 140px;
	color: #000;
	background-color: #E4E0C7;
	border: 1px solid #CCC;
	font-weight:normal;
	
	/*border-color: #85AAAA #000000 #000000 #85AAAA;*/
}

#nav li a.navsub {
	margin-left: 10px;
	width: 130px;
}
#nav ul li a:hover {
	color: #000;
	background-color: #fff;
}




/* ---- BODY and GENERAL STYLES ---- */

body {  /* format the body properties */
	background-color: #FFFFFF;  /* sets background to white */
	font-family: Arial, Helvetica, sans-serif;  /* sets default font to arial */
	font-size: 100%;  /* sets the font size to equal the user's preferences */
	margin: 0;  /* no margin */
	padding: 0;  /* no padding */
	width: 100%;  /* sets the body to the full width of the browser window  */
}

* {  /* universal selector matches the name of any element type  */
	margin: 0;  /* sets the margin of all elements to 0 */
	padding: 0;  /* sets the padding of all elements to 0 */
}

img {  
	border: 0;  /* sets the border of all images to 0  */
}

/* ---- HEADER ---- */

#header {
	/* background-image: url(../images/header_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	background-color: #590000;
	width: 100%;
}

/* ---- SIDE NAV, INCLUDING NAV ---- */

#side {  /* set the properties of the container for the left-hand nav */
	background-color: #E4E0C7;
 	border: 1px solid #CCC;  /* TEMP - places a grey border around the side div for demo purposes */
 	position: absolute;  /* places the container at a specified position */
 	top: 60px;
 	left: 10px;  /* 20 pixels from the left */
 	width: 145px;  /* sets the width of the container at precisely 150 pixels */
	padding: 5px;
	font-size: 12px;
}

#side h4 { 
 	color: #000;
	font-size: .9em;
	margin: 0px;
	padding-top: 5px;
}


/* ---- PAGE DIV, INCLUDING CONTENT ---- */

#page {
	margin: 10px 20px 20px 175px;
 	background: #fff;
 	color: #333;
 	padding: 0 0px 20px 0px;
 	position: relative;
	/* do not use "clear" here */ 
 }
 
#content {
	padding: 4px;
	margin: 5px 240px 0 180px;
}

/* ---- CONTENT STYLES ---- */

h1 {
	color: #990000;
	
	font-size: 1.6em;
	font-weight: bold;
	margin: .3em 0;
}
		
h2 {
	clear: right;
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0;
	padding: 0 0 .1em 0;
	position: relative;
	vertical-align: bottom;
	display: block;
	color: #7D743E;
}
		
h3 {
	color: #036;
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0 .5em 0;
	padding: 0 0% 0 0;
}

h4 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0 .5em 0;
	padding: 0 0 0 0;
}

h5 {
	color: #990000;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal;
	margin: .5em 0 .5em 0;
	padding: 0 0 0 0;
}
		
p {
	color: #000;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3;
	margin: .5em 0 .5em 0;
	padding: 0 0 0 0;
}

#content ul, ol {
	padding-left: 1em;
	margin-left: 1em;
}

#content li {
	color: #000;
	margin-bottom: .5em;
	padding-left: .1em;
	margin-left: 1.5em;
}

acronym, abbr, .help {
	border-bottom: 1px dotted #336699;
	padding-bottom: .05em;
	cursor: help;
}

/* ---- FLOATS ---- */

.floatright {
	float: right;
	position: relative;
	margin: 5px 5px 0 5px;  /* margins - top:5 right:r bottom:0 left:5  */
	
}

.floatleft {
	float: left;
	position: relative;
	margin: 5px 5px 0 0;
}

/* ---- FOOTER ---- */

#footer {
	background-color: transparent;
	position: relative;
	clear: both;
	margin-top: 1em;
}
		
#footer p {
	font-size: .8em;
	color: #666;
	text-align: right;
	margin: .5em 0;
}

/* use this class selector to force elements to another line // apply to paragraph tag: <p class="clear">&nbsp;</p> */
.clear {
	clear: both;
	margin: 0px;
	font-size: 1px;
}
#topnav {
	font-size: .8em;
	color: #FFF;
	position: absolute;
	right: .5em;
	top: 5px;
	white-space: nowrap;
	display: block;
	vertical-align: middle;
	overflow: visible;
}

#topnav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#topnav a.nohash {
	border: none;
}

#topnav a.end {
	border: none;
	display: none; /* temporary hiding of "Site Map" link */
}

#topnav a.on {
	font-weight: bold;
}

#topnav a:hover{
	color: #999966;
}

#sitename {
	position: absolute;
	z-index: 3;
	top: 30px;
	right: 0px;
}

#requirements {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 200px;
	padding: 5px;
	background-color: #E4E0C7;
	border: 1px solid #CCC;
	color: #000;
	font-size: 12px;
	/* z-index: 5; */
}

#requirements h1 { 
 	color: #000;
	font-size: .9em;
	margin: 0px;
	padding-top: 5px;
}

#requirements p { 
 	padding: 0px;
	margin: 0px;
	
}

#video {
	position: relative;
	width: 350px;
	height: 280px;
	margin: 5px;
	border: 1px solid #CCC;
	background: #000;
}

.pagenav {
	float: right;
	width: 150px;
	margin-right: 12px;
	padding-right: 12px;
	display: block;
	white-space: nowrap;
}

.pagenav img {
	display: inline;
	border: 0;
}

#topic {
	display: none;
}

.topicname {
	font-size: 75%;
	color: #7D743E;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333399;
	clear: both;
}

#content .instructions {
	
	font-size: 80%;
	color: #666666;
	font-weight: normal;
	margin-right: 15px;
}

.textalt {
	clear:both;
	padding: 10px 3px;
}

#content .feedback {
	font-size: 120%;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px #336699 solid;
	clear: both;
	margin-right: 15px;
    margin-top: 10px; 
    margin-bottom: 10px; 
	margin-left: 10px; 
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px;
}

#content .correct {
	color: #339966;
	font-weight: bold;
}

#content .incorrect {
	color: #993300;
	font-weight: bold;
}

