.last_page img { behavior: url(/dev/joel/trauma/css/pngfix/iepngfix.htc); }

html{
	height:			101%;
}

body {	
    font-family: 	Arial, sans-serif;
	text-align:		center;
    background-color: #90B807;
}

a:hover{
	text-decoration:underline;
}

hr{
	color: 			#CCC;
	background-color: #CCC;
	height: 		1px;
	border: 		0;
	margin: 		20px 0 20px 0;
}

h1 {
    color: 			#5C761B;
    font-size: 		2.4em;
}

h2 {
    font-size: 		1.4em;
}

p{
	color: 			#333;
	font-size: 		0.8em;
	line-height: 	1.5em;
}

li{
	
	color: 			#333;
	
}

.clearfix:after {
    content: 		"."; 
    display: 		block; 
    height: 		0; 
    clear: 			both; 
    visibility: 	hidden;
}

/* IE7 fix */
.clearfix {display:inline-block;}

/* IE6 fix - Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



.dropdown{
	margin: 			-3px 0 0 0;
	background-color: 	#FFF;
	
}

.dropdown ul{
	position:			relative;
	border: 			1px solid #CCC;

	width: 				200px;
	background-color: 	#FFF;
}

.dropdown ul li{
	background-image:url(../images/arrow_down.png);
	background-repeat:	no-repeat;
	background-position: 180px;
}

.dropdown ul ul li{
	background-image: 	none;
}

.dropdown li{
	padding: 			2px 4px 2px 4px;
}

.dropdown ul ul{
	position:			absolute;
	visibility:			hidden;
	right: 				-1px;
	top: 				20px;
}

.dropdown ul li:hover ul,
.dropdown ul a:hover ul{
	visibility: 		visible;
}


#header_strip {
    width: 		100%;
	
    background-color: #FFF;
	background-image:	url(../images/header_bg.png);
	background-repeat:	repeat-x;
}

#header {
    width: 			995px;
    margin: 		auto;
    padding: 		10px 0 0 0;
	text-align:		left;
}

#header:after {
    content: 		".";
    display: 		block;
    height: 		0;
    clear: 			both;
    visibility: 	hidden;
}

#small_logos{
	
	display:		none;
	
}

#pretitle{
    margin: 		0 0 26px 0;
	padding:		0 10px 0 43px;
	
	color:			#999;
    font-family: 	Arial, Helvetica, sans-serif;
    font-size: 		0.8em;
}

#pretitle a{
	color:			#999;
}

#course_menu{
	float: right;
}

#title {
    margin: 		0 0 10px 0;
	padding:		0 0 0 20px;
}

#title h1{
	float: left;
	background-color: #FFF;
    padding: 		0 0 0 23px;
}

#subtitle{
	width:			220px;
	height:			31px;
	float: 			left;
    padding: 		8px 10px 4px 20px;
	
	background-color: #FFF;
	border-left:	1px solid #CCC;
	color:			#8B8BBC;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		0.75em;
	
}

#menu {
    float: 			left;
    padding: 		0 0 0 40px;
	
    font-family: 	Arial, Helvetica, sans-serif;
    font-size: 		0.8em;
}

#menu li{
	float:			left;
	padding: 		4px 10px 10px 10px;
}

#menu .selected{
	font-weight: 	bold;
	background-image:url(../images/menu_select.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}

#menu .divider{
	padding: 		4px 0 2px 0;
	min-height: 	16px;
	border-left: 	1px solid #CCC;
}

#submenu {
    float: 			right;
	
	color: 			#666;
    font-family: 	Arial, Helvetica, sans-serif;
    font-size: 		0.8em;
	padding:		4px 0 0 0;
}

#submenu b{
	font-weight:	normal;
	color:			#000;
}

#content {
    width: 			995px;
    margin: 		auto;
    padding: 		30px 0 20px 0;
	
	text-align:		left;
	
}

.colA {
    float: 			left;
    width: 			760px;
}

#messages{
	width: 			472px;
	margin: 		0 0 10px 250px;
		
	background-color: #FFF;
	background-repeat:repeat-y;
	background-position:left top;
	
}

#messages .message{
	padding:		4px 20px 4px 10px;
	margin:			4px 0 4px 0;
	border-left:	1px solid #CCC;
}

#messages .message_error{
	border-left:	1px solid #C00;
	background-color:	#FEE;
}

#messages .message_error p{
	color:			#C00;
}

#messages .message_success{
	border-left:	1px solid #5C761B;
	background-color:	#EFE;
}

#messages .message_success p{
	color:			#5C761B;

}

.module {
	margin: 		0 0 20px 0;
}
.module:after {
    content: 		"."; 
    display: 		block; 
    height: 		0; 
    clear: 			both; 
    visibility: 	hidden;
}

/* IE7 fix */
.module {display:inline-block;}

/* IE6 fix - Hide from IE Mac \*/
.module {display:block;}
/* End hide from IE Mac */

.module_title {
	display:		block;
    margin: 		20px 0 20px 0;
    padding: 		0 0 0 65px;
	
    color: 			#999;
    font-family: 	Arial, Helvetica, sans-serif;
 
    font-size: 		1.2em;
}

.chapter {
	position:		relative;
    float: 			left;
    width: 			720px;
    margin: 		0 0 25px 20px;
	padding: 		0;
	
}

.chapter_header{
	
	border-bottom:		#CCC 1px solid;
}

.chapter_number{
	float:			left;
	width: 			20px;
	margin: 		0 0 0 10px;
	position:		relative;
	display:		inline;
	
	color:			#999;
	
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	font-size: 		1.4em;
	text-align: 	center;
}

.chapter h2{
	margin: 		4px 0px 4px 46px;
	font-weight:	normal;
	
}
.chapter h2 a{
	
	color:			#069;
}

.content_wrapper{	
	position:		relative;
	color: 			#000066;
}

.chapter_content{
	position:		relative;
	padding: 		10px 0 30px 58px;
	background-repeat:no-repeat;
	border-bottom:		#CCC 1px solid;
}

.chapter ul{
	position:		relative;
	clear: 			both;
	padding: 		8px 0 4px 12px;
	border-left: 	1px solid #000066;
}

.chapter li{
	position:		relative;
	margin: 		0 0 6px 0;
	float:			left;
	clear:			both;
	font-size:		1em;
}

.last_page{
	position:		absolute;
	right:			-136px;
	top:			-4px;
}

.colB {
    float: 			left;
    width: 			205px;
	padding: 		20px 20px 0 10px;
}

.boxout h3{
	margin: 		0 0 10px 0;
	
	color: 			#990000;
	font-weight:	bold;
	font-style:		italic;

}


