h1,h5 {
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
    color: #0096ad;
    font-size: 14px;
    margin: 0px;
}

h3 {
    font-size: 1em;
    padding: 0;
    margin: 0 0 0.4em 0;
}

p {
/*    margin: 0 0 0em 0;*/

}

a.arrow {
	float: left; 
	margin-top: 6px; 
	margin-bottom: 40px; 
	margin-right: 5px; 
	margin-left: 0;
}

div#content {
   
}

.shadowbox {
    padding: 10px;
}

.shadowbox div#content {
   border:1px solid #00a2bd !important;
}

div#content-right {
	min-height: 320px; 
}

div#textcontent {
    padding: 8px;
}

div.smallTextCol {
	float:left;
	width:
}

div.indent {
    padding: 8px;
}

    div.indent div.indent {
        padding: 0 0 0 20px;
    }

div.blue {
	background-color: #e6eff7;
}


ul.notes {
	margin-top: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.notes li {
	margin-bottom: 10px;
	font-size: 10px;
	color: #8a8a8a;
}

ul.clean li {
	padding: 3px;
	overflow: auto;
	width: 428px;	

}

ul.clean label {
    display: block;
    float: left;
    width: 395px;	
    line-height: 18px;
}

ul.clean input {
    float: left;
}

ul.clean div {
	clear: both;
	margin-left: 15px;
	display: none;
}

ul.clean li.active {
	background-color: #e6eff7;
	border: 1px solid #0096ad;

}

ul.clean li.active label {
	font-weight: bold;
	/*
	z-index: 99;
	*/
}

ul.clean li.active div {
	display: block;
	padding: 5px;
}

ul.clean li.active div p:last-child {
	margin-bottom: 0;
}
div#textcontent ul {
    line-height: 1.7em;
}

div#step-2,
div#step-3 {
    display: none;
}


ul.chapterlist {
	list-style:none;
	margin:0;
	padding:0;
}
ul.chapterlist li {
	line-height:2.2em;
}
ul.chapterlist li span {
	padding-right:20px;
}
ul.chapterlist li a:hover {
	text-decoration:underline;
}

/** RIGHT BOXES AND MENU **/
div#menu_right {
    float: right;
	width:225px;
	/*background:#ffcc99;*/
}

div.sessions {
	margin-bottom:10px;
}
	a .sessionsbottom {
		padding:0 20px 2px 10px;
	}
	
	/* disabled */
	a.disabled .sessionstop {
		height:10px;
		background:url(../images/session-top-bg-disab.gif) left top no-repeat;
	}
	a.disabled .sessionsbottom {	
		color:#96c0c8;
		background:url(../images/session-bottom-bg-disab.gif) left bottom no-repeat;
	}
	
	/* active */
	a.active .sessionstop {
		height:10px;
		background:url(../images/session-top-bg-active.gif) left top no-repeat;
	}
	a.active .sessionsbottom {
		color:#fff;
		background:url(../images/session-bottom-bg-active.gif) left bottom no-repeat;
	}
	/* active hover */	
	a.active:hover .sessionstop {
		height:10px;
		background:url(../images/session-top-bg-active-hover.gif) left top no-repeat;
	}
	a.active:hover .sessionsbottom {
		color:#fff;
		background:url(../images/session-bottom-bg-active-hover.gif) left bottom no-repeat;
	}
	
	/* visited */
	a.visited .sessionstop {
		height:10px;
		background:url(../images/session-top-bg-visited.gif) left top no-repeat;
	}
	a.visited .sessionsbottom {
		color:#242424;
		background:url(../images/session-bottom-bg-visited.gif) left bottom no-repeat;
	}
	
	/* visited hover */
	a.visited:hover .sessionstop {
		height:10px;
		background:url(../images/session-top-bg-visited-hover.gif) left top no-repeat;
	}
	a.visited:hover .sessionsbottom {
		color:#242424;
		background:url(../images/session-bottom-bg-visited-hover.gif) left bottom no-repeat;
	}


#rightLearnMore {
}

a {
	text-decoration: none;
}

#videoHolder {
	width: 490px;
	margin-bottom:20px;
    border: 1px solid #00a2bd;
}

#shadowbox_content {
    background-color:#FFFFFF;
}
