/* CSS Document */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.color-burgundy{
	color: #5b0346;
}

body{
	background:#d8ecf8;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#000;
}

.wrapper{
	width:995px;
	margin:0 auto;
	padding:0 0 20px;
	background:#fff;
	border-top:25px solid #5b0346;
	-moz-box-shadow:    0px -10px 20px 5px #000;
  -webkit-box-shadow:  0px -10px 20px 5px #000;
  box-shadow:          0px -10px 20px 5px #000;
}

.maincontent img{
	max-width:100%;
	height:auto;
}

.header{
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:row;
}

.header .wrap{
	width:950px;
	margin:0 auto;
}

.logo{
	float:left;
	background:url(images/logo.png) no-repeat;
	width:318px;
	height:73px;
}

.logo a{
	width:318px;
	height:73px;
	overflow:hidden;
	display:block;
}

.header-widget{
	float:right;
	text-align:right;
	padding:10px 0 0;
}

.header-widget .social-button-container{
	position: relative;
    left: 23px;
}

.header-widget-text{
	font-size:8.54px;
	display:block;
	padding: 10px 0 0;
    clear: both;
}

.nav .wrap{
	background:#055789;
	margin:0 auto;
	width:950px;
	padding:2px 0;
	text-align:center;
}

.wrapper ul{
	margin:0;
	padding:0;
}

.nav li{
	display:table-cell;
	list-style:none;
	vertical-align:middle;
	margin: 0 -1px;
}

.nav li a{
	padding:1px 13px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	position:relative;
	display:table-cell;
}

.nav li li a{
	padding:5px 13px !important;
	display:block;
}

.nav li li a:hover{
	background:#5a8cab !important;
	display:block;
}

.nav li a:after{
	display:inline-block;
	content:'';
	width:1px;
	height:16px;
	border-right:1px solid #fff;
	vertical-align:middle;
	position: absolute;
    right: 0;
    top: 20%;
}

.nav li:last-child a:after{
	display:none;
}

.nav li li a:after{
	display:none;
}

.nav li a.twolines{
	font-size:13px;
	display:inline-block;
	vertical-align:middle;
	line-height: 14px;
}

.nav li:last-child a{
	background: url(images/shopping_cart.png) no-repeat 13px center;
    padding: 1px 15px 1px 35px;
}

.nav li li:last-child a{
	background:none;
	padding:1px 14px;
}

.nav li ul{
	position:absolute;
	background: #055789;
	display:none;
	z-index:999;
}

.nav li:hover ul{
	display:block;
}

.nav li ul li{
	display:block;
	text-align:left;
	margin:0;
}

.content{
	overflow:hidden;
}

.content .wrap{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	padding:0 0 10px;
	position:relative;
}

.content .sidebar{
	float:left;
	width:16%;
	background:#dcddde;
	padding:12px 7px;
	text-align:center;
	font-size:11px;
	color:#636466;
	line-height:13px;
}

.content .sidebar a{
	color:#636466;
	text-decoration:none;
}

.content .sidebar a:hover{
	text-decoration:underline;
}

.content .sidebar .wrap{
	width:100%;
	background:#dcddde;
}

.sidebar ul{
	margin:0 0 15px;
}

.sidebar ul.nospace{
	margin:0;
}

.sidebar li{
	list-style:none;
	display:block;
}

.sidebar h3{
	font-size:11px;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0;
}

.sidebar h3.grey{
	color:#636466 !important;
}

.content-inner{
	width:84%;
	float:right;
	margin:0 0 120px;
}

.content-inner-full{
	width:100%;
}

.maincontent{
	background:#fff;
	padding:10px 30px;
	/*overflow:hidden;*/
}

.footer{
	padding:50px;
	clear:both;
}

.footer li{
	display:inline-block;
	list-style:none;
	margin:0 5px 0 0;
}

.footer li a{
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.home-left, .top-left{
	float:left;
	width:64%;
	text-align:left;
}

.home-left{
	line-height: 14px;
}

.home-right, .top-right{
	float:right;
	width:34%;
}

.home-right p{
	text-align: center;
	line-height: 14px;
	margin: 0;
}

.home-right img{
	margin: 16px 0 10px;
}

.home-top{
	padding:0;
	border-bottom:1px solid #939598;
	margin:0 0 20px;
	overflow:hidden;
}

.home-left h1, .top-left h1, .ceus-top h1{
	color:#5b0346;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	margin:0;
	padding:0 0 15px;
	font-style:normal;
	text-align:left;
}

.ceus-top h1{
	font-weight:bold !important;
	text-align:center;
}

.top-left{
	font-size:13px;
}

.top-right{
	text-align:center;
}

.top-right span{
	color:#044065;
	font-size:13px;
	padding:10px 0;
	display:block;
}

.maincontent h2{
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.videos{
	display:block;
}

.videos a{
	text-decoration:none;
	color: #000;
}

.videos a:hover{
	color: #5b0346;
}

.theleft{
	padding:0 20px;
	width:67%;
	border-right:1px solid #939598;
	font-size:12px;
	float:left;
}

.ceus-full h2{
	text-align:center;
	color:#055789;
}

.theleft h2{
	text-align:center;
	color:#5b0346;
}

.theleft ol{
	margin:0;
	padding:0 0 0 20px;
}

.maincontent h5{
	color:#000;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:0 0 5px;
}

.theright{
	float:right;
	padding:0 20px;
	width:30%;
	text-align:center;
	font-size:12px;
}

.theright a{
	color:#000 !important;
	text-decoration:none !important;
	margin: 5px 0 0;
    display: block;
	line-height:13px;
}

.theright a:hover{
	color:#555;
	text-decoration:underline !important;
}

.theright h5{
	color:#5b0346;
	font-weight:bold;
}

.theright li{
	list-style:none;
}

.clear{
	clear:both;
}

.topicslist{
	padding:0;
}

.topicslist h2{
	font-size:20px;
	line-height:20px;
	text-align:center;
	margin:0;
	padding:0 0 10px;
}

.topicslist h3, .thetopicslist h3{
	text-align:center;
	color:#fff !important;
	font-weight:bold;
	font-size:20px !important;
	line-height:20px !important;
	background:#5b0346;
	padding:5px 20px !important;
	display:block;
	margin:0 0 5px;
	font-family:"Arial Narrow";
}

.thetopicslist h3{
	margin:0 !important;
	background:#055789;
}

.thelist{
	float:left;
	width:33%;
	font-size:15px;
}

.thelist:last-child{
	width:34%;
}

.thelist li{
	padding:5px 10px;
	background:#fff;
	list-style:none;
}

.thelist li:nth-child(odd){
	background:#e6e7e8;
}

.thelist a{
	color:#000 !important;
	text-decoration:none !important;
}

.thelist li:hover{
	background: #b5d9ef !important;
}

.thelist img{
	vertical-align:middle;
}

.maincontent h3{
	font-weight:bold;
	color:#5b0346;
	font-size:24px;
	line-height:24px;
	text-align:center;
	margin:0 0 20px;
	padding:0;
}

.accreditations h2{
	text-align:center;
}

.accreditations {
	font-size:12px;
}

.viewcourses{
	padding:0 0 20px;
	margin:0 auto 20px;
	text-align:center;
	border-bottom:1px solid #939598;
}

.viewcourses li{
	display:inline-block;
	width:33%;
	list-style:none;
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-align: left;
    vertical-align: top;
    padding: 0;
	line-height:13px;
}

.viewcourses li:before{
	background:url(images/dot.png) no-repeat;
	width:17px;
	height:18px;
	content:'';
	display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    top: 4px;
}

.viewcourses li a{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.viewcourses li a:hover{
	text-decoration:underline;
}

.viewcourses li a.moreitems:hover{
	text-decoration:none;
}

.viewcourses li a span{
	font-size:9.5px;
	font-weight:normal;
}

.viewcourses li a.moreitems span:hover{
	text-decoration:underline;
}

.viewcourses li.full_li{
	display:block;
	width:100%;
	text-align:center;
}

.view{
	text-align:center;
	font-size:13px;
	color:#000;
	font-weight:bold;
	display:block;
	line-height:13px;
}

.viewlink{
	margin:5px 0 0;
}

.viewlink a{
	font-weight:bold;
	color:#055789;
	font-size:13px;
	text-decoration:none;
}

.viewlink span{
	text-decoration:underline;
}

.natacc{
	margin:0 0 20px;
	line-height: 13px;
}

.thestates{
	text-align:center;
	padding:0 0 20px;
	border-bottom:1px solid #939598;
	margin:0 0 20px;
}

.thestate{
	padding:0 0 20px;
	border-bottom:1px solid #939598;
	margin:0 0 20px;
	line-height: 13px;
	position:relative;
}

.thestates a{
	text-decoration:none;
	color:#000;
}

.thestates span, .get span{
	font-weight:bold;
	color:#055789;
}

.get span{
	font-size:14px;
}

.get{
	text-align:center;
	display:block;
	border-bottom:1px solid #b0b1b3;
	padding:10px 0;
	margin: 0 0 20px;
}

.thestates a:hover{
	text-decoration:underline;
}

.thestate span.thestate-title{
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.afterspan{
	font-size:17px;
	margin:0 0 8px;
	display:block;
	clear:both;
}

.commentslist{
	display:block;
	clear:both;
	padding: 10px 0;
	border-bottom:1px solid #939598;
	margin:0 0 10px;
	line-height: 13px;
}

.commentslist .combinelist{
	text-indent:0 !important;
	font-size:9pt;
	font-style:italic;
	margin:0 0 8px !important;
	/*display:none;*/
}

.commentslist .combinelist i{
	font-style:normal;
}

.commentslist .combinelist a{
	font-style:italic;
	text-decoration:underline;
	color:#000 !important;
	position:relative;
	font-size:8pt !important;
}

.commentslist .combinelist a:hover{
	text-decoration:none;
}

.commentslist .combinelist a span{
	font-size:8pt !important;
	text-decoration:none;
	display:inline-block;
    margin: 0 0 0 3px;
	font-style:normal;
}

.commentscount{
	text-align:right;
	margin:0 0 5px;
}

.commentscount span{
	cursor:pointer;
}

.combinelist0, .combinelist1{
	display:block !important;
}

.morereviews{
	text-align:right;
}

.morereviews span{
	cursor:pointer;
}

.commentslist .combinelist{
	display:none;
}

.commentslist .state-prof-review1{
	display:block !important;
}

span.red{
	display:block;
	color:#7b0046;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin:0 0 10px;
}

.thetopicslist li{
	list-style:none;
	display:block;
	padding:0;
	font-size:15px;
	color:#000;
	cursor:pointer;
}

.thetopicslist li span{
	font-size:11px;
	color:#000;
	font-weight:normal;
}

.thetopicslist li span label{
	font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 5px;
	color:#000;
}

.thetopicslist li span label.arrowup{
	color:#055789;
}

.thetopicslist strong cite{
	font-style:normal;
}


.thetopicslist li font{
	padding:7px 10px;
	display:block;
	cursor: pointer;
}

.thetopicslist li font.cehours {
    padding: 7px 0 7px 235px;
}

.thetopicslist li:hover{
	background:#b5d9ef !important;
}

.thetopicslist li:nth-child(odd){
	background:#e6e7e8;
}

.thetopicslist li table{
	background:#fff;
	border-collapse:collapse;
	border:1px solid #ddd;
	color:#000;
	width:100%;
	display:none;
}

.thetopicslist li table:hover{
	cursor:default;
}

.thetopicslist li table td{
	padding:5px;
}

.thetopicslist .thead{
	font-size:12px;
}

.thetopicslist .tbody{
	font-size:13px;
}

.thetopicslist .thehours{
	font-weight:bold;
	text-align:center;
	line-height:13px;
}

.thetopicslist .thehours span{
	display:block;
	color:#000 !important;
}

.thetopicslist .thename{
	font-weight:bold;
	font-size:15px;
}

.thetopicslist .thename a{
	color:#000 !important;
}

.thetopicslist .thename span{
	font-weight:normal !important;
	color:#000 !important;
}

.thetopicslist .thename img{
	vertical-align:middle;
}

.thetopicslist .thename strong{
	display:inline-block;
	width:88%;
	vertical-align:middle;
	padding:0 0 0 5px;
}

span.theregular{
	font-size:10px !important;
	display:block;
	font-weight:normal !important;
	color:#000 !important;
}

span.theoff{
	font-size:10px !important;
	color:#7b0046 !important;
	display:block;
	font-weight:normal !important;
}

.sidebar-member{
	min-height:550px;
}

.sidebarimgs li{
	display:inline-block;
	text-align:center;
	margin: 0 8px 10px 0;
    vertical-align: bottom;
}

.sidebarimgs li.db{
	display:block;
	text-align:center;
}

.sidebarimgs li a{
	color:#000;
	text-decoration:none;
}

.sidebarimgs li span{
	display:block;
}

.sidebarimgs li:last-child a{
	font-size: 6px;
    font-weight: bold;
    line-height: 5px;
}

.sidebarimgs li:last-child{
  width: 60%;
  text-align: left;
}

.sidebarimgs hr{
	margin:0 0 20px;
}

.sidebarimgs li.simg2{
	margin:0 0 10px !important;
	width:auto !important;
}

.sidebarimgs li.db:last-child{
	width:100% !important;
	text-align:center !important;
}

.sidebarimgs li.simg3, .sidebarimgs li.simg4{
	margin: 0 0 10px;
}

.sidebarimgs li.simg5{
	vertical-align:top;
}

a.anchorloc{
	position:relative;
	top:-30px;
	display:block;
}

.spanreviews{
	margin:5px 0 15px;
}

.spanreviews .commentscount{
	float:right;
}

.spanreviews label{
	font-size:17px;
}

.ceuspages{
	font-size:12px;
}

#other_courses{
	text-align:center;
	font-size:16px;
	margin: 0 0 3px;
	color: #055789;
}

.moredetails, .thelisted{
	display:block;
	text-align:center;
	margin:10px 0;
}

.moredetails a, .thelisted a:hover{
	color:#000 !important;
	text-decoration:underline;
}

.thelisted a{
	color:#000 !important;
	text-decoration:none;
}

#course_layout {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

#course_layout img{
	max-width:none !important;
}

.course_header {
    background-color: #E5E5E5;
    color: #000000;
    text-align: center;
    padding: 4px;
    margin: 0px;
    border: none;
}

.course_name {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    padding-left: 6px;
    padding-right: 4px;
    font-weight: bold;
}

#course_layout td {
    vertical-align: middle;
    border: thin;
    border-style: solid;
    border-color: #2A72A2;
}

.course_td {
    padding: 0px !important;
    margin: 0px;
}

.course_img_lt {
    display: table-cell;
    vertical-align: middle;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #2A72A2;
    border-bottom: none;
    border-left: none;
    border-top: none;
    padding: 0px;
    margin: 0px;
}

.course_img_lt img {
    padding: 2px;
}

.course a, .course a:visited {
    text-decoration: none;
    color: #000000;
    width: 100%;
    height: 100%;
}

#course_layout .approvals, #course_layout .approvals:visited {
    font-size: 8px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

#course_layout .approvals:hover, #course_layout .approvals:active {
    font-size: 8px;
    color: #095C8D;
    text-decoration: underline;
}

.tocenter{
	clear:both;
	display:block;
	text-align:center;
	margin:20px 0;
}

.ceus-left{
	float:left;
	width:65%;
	overflow: hidden;
	padding-right: 20px;
}

.ceus-left h4{
	font-size: 13px;
}

.ceus-offer-box{
	text-align: center;
	padding: 15px 30px;
    overflow: hidden;
}

.ceus-offer-box h2{
	font-style: italic;
	text-align: center;
	font-size: 20px;
}

.ceus-offer-box h2.color-burgundy{
	color: #5b0346;
}

.offer-box-left{
	float: left;
	width: 100%;
}

.offer-box-left table{
	width: 100%;
	line-height: 15px;
}

.offer-box-right{
	float: right;
	width: 30%;
	padding-top: 10px;
	display: none;
}

.offer-box-right h3{
	font-weight: 500;
	font-size: 18px;
    line-height: 20px;
	font-style: italic;
	color: #000;
	margin-bottom: 5px;
}

.offer-box-right h3 span{
	display: block;
}

.offer-box-right a{
	cursor: pointer;
}

.ceus-right{
	float:right;
	width: 33%;
    text-align: center;
    padding: 10px 0 0;
	font-size: 16px;
}

.ceus-right p{
	margin: 0 0 5px;	
}

.ceus-right a.addtocart{
	font-size: 11px;
}

.unli-offer-box{
	padding-top: 10px;
}

.unli-offer-box h3{
	font-weight: 500;
	font-size: 18px;
    line-height: 20px;
	font-style: italic;
	color: #055789;
	margin-bottom: 5px;
}

.unli-offer-box h3 span{
	display: block;
}

.unli-offer-box a{
	cursor: pointer;
}

.ceus-left p{
	margin:0 0 8px;
}

.ceus-full{
	width:100%;
	clear:both;
	margin:10px 0;
	text-align:center;
}

.ceus-tabs{
	border-bottom:1px solid #939598;
}

.ceus-tabs ul{
	margin:0;
	padding:0;
}

.ceus-tabs ul li{
	list-style:none;
	display:inline-block;
	margin:0 5px 0 0;
	background:#b4cfe0;
	padding:4px 7px;
	font-weight:bold;
	font-size:12px;
	color:#044065;
	vertical-align:bottom;
	cursor:pointer;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ceus-tabs ul li.active{
	color:#fff;
	font-size:15px;
	padding:10px 7px;
	text-shadow: 1px 1px 5px #000;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#055789+0,0c6eaa+48,075e93+100 */

	background: #055789; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #055789 0%, #0c6eaa 48%, #075e93 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#055789), color-stop(48%,#0c6eaa), color-stop(100%,#075e93)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #055789 0%,#0c6eaa 48%,#075e93 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #055789 0%,#0c6eaa 48%,#075e93 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #055789 0%,#0c6eaa 48%,#075e93 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #055789 0%,#0c6eaa 48%,#075e93 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055789', endColorstr='#075e93',GradientType=0 ); /* IE6-9 */
}

.ceusbox-header{
	padding:10px 0;
	text-align:center;
	border-bottom:1px solid #939598;
}

.ceusbox-header h3{
	color:#055789;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
}

.ceusbox-header h2{
	font-size:14px;
	color:#5b0346;
	margin:0;
	text-align:center;
}

.ceusbox-header h2 a{
	color:#5b0346;
	text-decoration:none;
}

.ceusbox-header h2 a:hover{
	text-decoration:underline;
}

.ceusbox-header h2.blue{
	color:#055789 !important;
}

.ceusbox h3{
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.ceusbox h3 small{
	font-size:11px;
	color:#000;
	font-weight:normal;
}

.ceusbox h3 span{
	color:#808285;
	font-size:12px;
}

.ceusimg{
	float:left;
	margin:0 20px 0 0;
	width:10%;
}

.ceusinfo{
	float:left;
	text-align:left;
	width:86%;
}

.ceusinfo p{
	margin:0 0 8px;
}

.ceusinfo p:last-child{
	margin-bottom: 0;
}

.ceusinfo h4{
	color:#5b0346;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.ceusinfo h4 a{
	color:#5b0346;
	text-decoration:none;
}

.ceusinfo h4 a:hover{
	color:#055789;
}

.ceusinfo h4 span{
	font-weight:normal;
	font-size:10px;
	color:#000;
}

.ceusinfo h4 label{
	color:#000;
	font-weight:bold;
	font-size:14px;
}

.abbr{
	clear:both;
	text-align:left;
	margin: 5px 0 0;
}

.abbr span{
	display:block;
}

.abbr table{
	width: 80%;
	position: relative;
	left: -8px;
}

.abbr table td{
    text-align: left;
    padding: 0 6px;
	position: relative;
}

.abbr table td:after{
	content: '|';
	position: absolute;
	right: 0;
}

.abbr table td:first-child:after, .abbr table td:last-child:after{
	display: none;
}

.abbr span cite:first-child:after, .abbr span cite:last-child:after{
	display: none;
}

.abbr a{
	color: #5b0346;
}

.abbr a.add_to_cart{
	color: #000;
	text-decoration: none;
}

.abbr h5{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}

.ceusbox-left{
	float:left;
	width:73%;
}

.ceusbox-right{
	float:right;
	width:25%;
	text-align:right;
	font-size:12px;
}

.ceusbox-right span{
	display:block;
}

span.red_italic{
	color:#5b0346;
	font-style:italic;
	background:url(images/red_question.png) no-repeat left center;
	padding: 0 0 0 20px;
    display: inline-block;
	text-align:left;
}

span.red_italic:hover{
	color:#000;
	background:url(images/black_question.png) no-repeat left center;
}

.ui-tooltip{
	font-style:normal;
	max-width:140px;
}

.red_italic a{
	text-decoration:underline;
}

.red_italic a:hover{
	text-decoration:none !important;
	color: #5b0346 !important;
}

span.red_italic strong{
	font-style:normal;
}

.ceusbox-right span.red{
	color:#5b0346;
	font-weight:normal;
	font-size:12px;
	text-align:right;
}

a.addtocart{
	text-transform:lowercase;
	color:#fff;
	padding:2px 10px;
	text-decoration:none;
	margin:3px 0 0;
	display:inline-block;
	font-weight:bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#055789+0,0c6eaa+48,075e93+100 */

	background: #055789; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #055789 0%, #0c6eaa 48%, #075e93 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#055789), color-stop(48%,#0c6eaa), color-stop(100%,#075e93)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #055789 0%,#0c6eaa 48%,#075e93 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #055789 0%,#0c6eaa 48%,#075e93 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #055789 0%,#0c6eaa 48%,#075e93 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #055789 0%,#0c6eaa 48%,#075e93 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055789', endColorstr='#075e93',GradientType=0 ); /* IE6-9 */
}

.ceusbox{
	overflow:hidden;
}

.theceusbox{
	margin: 0;
	overflow:hidden;
	border-bottom: 1px solid #939598;
	padding: 7px 0;
}

.showmore{
	text-align:right;
	padding:5px 0;
}

.showmore span{
	cursor:pointer;
}

.limitheight{
	max-height:47px;
	overflow:hidden;
}

.theparagraph{
	line-height:15px;
}

.abbr span a{
	color:#000;
	text-decoration:none;
}

.abbr span a.thecode{
	color: #5b0346;
	text-decoration:underline !important;
}

.abbr span a:hover{
	text-decoration:underline;
}

.abbr span a.thecode:hover{
	text-decoration:none !important;
	color:#000;
}

.detailbox{
	text-align:center;
	margin:0 0 15px;
}

.detailbox a{
	color:#000;
	text-decoration:none;
}

.detailbox a:hover{
	text-decoration:underline;
}

.detailbox h5{
	color:#000;
	margin:0;
	padding:0;
}

.detailbox i span{
	font-style:normal;
	font-size:9px;
}

.memberdetails{
	width:96%;
	margin:30px auto 0;
	font-size:14px;
}

.memberdetails h4.blue{
	font-size:16px;
	color:#055789;
	font-weight:bold;
}

.memberdetails h4.blue a{
	color:#055789;
	text-decoration:none;
}

.memberdetails h4.blue a:hover{
	color: #5b0346;
}

h3.toleft{
	text-align:left;
}

.full-content{
	width:100%;
	background:#fff;
}

.full-content .maincontent{
	width:90%;
	margin:0 auto;
	border-left:1px solid #5b0346;
	border-right:1px solid #5b0346;
	min-height:200px;
}

.footer{
	background:#dcddde;
	text-align:center;
	padding:20px;
	font-weight:bold;
	
	position: absolute;
    bottom: 10px;
    right: 0;
    width: 84%;
}

.footer-full{
	width:100% !important;
}

.full-content .footer{
	padding:20px;
	position:relative;
	width:100%;
}

.footer a{
	text-decoration:none;
	color:#000 !important;
}

.footer a:hover{
	text-decoration:underline;
}

.full-content .addToCart{
	border:none;
}

.clearpad{
	padding:60px 0;
}

.relatedcourses-top{
	text-align:center;
}

.relatedcourses-top-list{
	margin:0 0 15px;
	font-size:12px;
}

.relatedcourses-top h4, .related-courses h4{
	color:#000;
	font-size:14px;
	margin:0 0 15px;
}

.relatedcourses-top h1{
	color:#5b0346;
	font-size:27px;
	line-height:27px;
	font-weight:normal;
	margin:0;
	padding:0 0 15px;
	font-style:normal;
	text-align:center;
}

.relatedcourses-top-text{
	text-align:left;
	width:90%;
	margin:0 auto;
}

.purple-box{
	background:#5b0346;
	padding:7px 15px 5px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin:15px 0;
}

.purple-box h4{
	font-size:22px;
	line-height:22px;
	margin:0;
	padding:0;
	font-weight:bold;
	display:inline-block;
}

.purple-box h5{
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:bold;
	display:inline-block;
	color:#fff;
}

.relatedcourses-box{
	padding:0 0 15px;
	margin:0 0 15px;
	border-bottom:1px solid #939598;
	overflow:hidden;
}

.relatedcourses-box-left{
	float: left;
    width: 75%;
}

.relatedcourses-box-right{
	float: right;
    width: 24%;
    text-align: right;
    font-size: 12px;
}

.related-reg-price{
	padding-bottom: 20px;
}

.relatedimg{
	float: left;
    margin: 0 20px 0 0;
    width: 10%;
}

.relatedinfo{
	 float: left;
    text-align: left;
    width: 85%;
}

.relatedcourses-box-left h4{
	padding:0 0 5px;
	font-size:15px;
	color:#5b0346;
	font-style:italic;
	text-align:left;
}

.relatedcourses-box-left h4 span{
	font-weight:normal;
	color:#000;
	font-size:10px;
	font-style:normal;
}

.relatedinfo-top img{
	vertical-align:middle;
	margin:0 10px;
}

.relatedinfo-top a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.relatedinfo-top span{
	color:#5b0346;
	font-weight:bold;
}

.related-more{
	text-align:right;
	font-weight:bold;
	margin:0;
}

.related-abbr{
	margin:10px 0 0;
	color:#5b0346;
	font-weight:bold;
}

.abbr-box{
	font-weight:normal;
	color:#000;
}

.abbr-box a{
	color:#000;
	text-decoration:none;
}

.abbr-box span{
	color:#5b0346;
}

.abbr-box span a{
	text-decoration:underline;
}

.relatedcourses-box-right span{
	display:block;
}

span.related-hours{
	font-weight:bold;
	color:#5b0346;
}

.related_italic{
	color:#5b0346;
	font-style:italic;
	background:url(images/question_mark.png) no-repeat left center;
	padding:0 0 0 25px;
	display:inline-block !important;
	text-align:left;
}

.related_italic strong{
	font-style:normal;
}

.related-courses{
	padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #939598;
}

.related-courses a{
	font-size:12px;
	color:#055789;
	font-weight:bold;
	text-decoration:none;
}

.resource-list{
	text-align:center;
	padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #939598;
}

.resource-list h2{
	font-size:16px;
	color:#000;
	text-align:center;
	line-height:16px;
}

.resource-list span.resource-url{
	font-size:12px;
	font-weight:bold;
	margin:0 0 15px;
	display:block;
}

.resource-list span.resource-url a{
	text-decoration:none;
	color:#000;
}

.resource-list ul{
	margin:0;
	padding:0;
}

.resource-list li{
	width:49%;
	float:left;
	list-style:none;
}

.resource-list-content{
	text-align:left;
	margin:0 0 20px;
	overflow:hidden;
}

.related-comments .thecomments{
	overflow:hidden;
}

.related-more span{
	cursor:pointer;
}

.related-courses td{
	vertical-align: top;
    padding: 0 20px 0 0;
}

.thereviews img{
	position:relative;
	top:7px;
}

.thereviews a{
	margin:0 0 0 35px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.thereviews a:hover{
	text-decoration:underline;
}

a.reviews-link{
	margin:0 !important;
	font-weight:normal !important;
	color:#000;
	text-decoration:none !important;
}

.thereviews a.count-reviews{
	font-weight:normal;
	text-decoration:none;
	margin:0;
}

.free-c-reviews p{
	display:none;
}

.free-c-reviews .more-reviews{
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	text-align:right;
}

.free-c-reviews .more-reviews span{
	cursor:pointer;
}

.fr1{
	display:block !important;
}

.strike{
	text-decoration:line-through;
}

span.theblue{
	font-size:11px;
	font-weight:bold;
	color:#055789;
}

span.theblue strong{
	font-size:18px;
	line-height:18px;
}

span.specials{
	color:#5b0346;
	font-style:italic;
}

.newbanner{
	background:url(images/new.png) no-repeat left center;
	padding:2px 0 2px 20px;
}

.newbanner span{
	font-size:12px;
	text-decoration:underline;
	color:#0620a7;
}

.ceu-free li{
	list-style:none;
}

.ceu-free ul{
	display:inline-block;
	text-align:left;
}

.ceu-free .ceusbox-right{
	padding:40px 0 0;
}

.ceu-free .ceus-top .ceus-left{
	width:100% !important;
	font-size:13px;
}

.ceus-full ol.steps{
	display:inline-block;
	text-align:left;
	margin-top: 0;
}

.alignleft{
	text-align:left;
}

.aligncenter{
	text-align:center;
}

.aligncenter h2{
	text-align:center !important;
}

.title-bar{
	text-align: center;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 20px !important;
    background: #5b0346;
    padding: 5px 20px !important;
    display: block;
    font-family: "Arial Narrow";
    margin: 0;
}

.free-c-reviews > div{
	font-weight:bold;
	font-size:12px;
	color:#000;
}

.free-c-reviews{
	padding:15px 0 10px;
	margin:0 0 15px;
	border-bottom: 1px solid #939598;
}

.free-c-reviews p{
	font-style:italic;
}

.title-bar2{
	font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
	color:#5b0346;
	font-weight:bold;
}

.free-article a{
	text-decoration:none;
	color: #5b0346;
}

.free-article a:hover{
	text-decoration:underline;
}

.fright{
	float:right;
	margin: 50px 0 0 30px;
}

.mb50{
	margin-bottom:50px;
}

.mb10{
	margin-bottom:10px;
}

#simplemodal-container{
	border: 4px solid #055789 !important;
}

#simplemodal-container h3{
	color: #5b0346 !important;
	font-size:20px !important;
}

.content_container{
	border:none !important;
	padding:0 !important;
	width:100% !important;
}

#page_table{
	width:100% !important;
}

.courseTable_header{
	background: #055789 !important;
}

#page_table h1.purple{
	color:#5b0346;
}

.signupnew .page_table{
	width:100% !important;
}

.ceus-template .full-content .maincontent{
	border-bottom: 1px solid #5b0346;
}

.ceus-template .footer{
	background:none !important;
	font-weight:normal !important;
}

.new-courses-box{
	font-size: 14px;
	font-weight: bold;
	padding-top: 0;
	position: relative;
    top: 4px;
}

.new-courses-box h4{
	color: #000;
	font-size: 15px;
	padding-bottom: 10px;
}

.new-courses-box ul{
	padding: 0;
	margin: 0;
	text-align: center;
}

.new-courses-box li{
	list-style: none;
	padding-bottom: 5px;
}

.new-courses-box li a{
	color: #055789;
	text-decoration: none;
}

.new-courses-box li a:hover{
	color: #000;
}