#right_container1
{
	position: relative;
	float: right;
	width: 808px;
	min-height: 625px;
	background: url(../images/main_bg_bottom1.jpg) no-repeat bottom right #ffffff;
	padding-bottom: 180px;

}

#right_container2
{
	position: relative;
	float: right;
	width: 808px;
	min-height: 625px;
	background: url(../images/main_bg_bottom2.jpg) no-repeat bottom right #ffffff;
	padding-bottom: 180px;

}
	
	#content {position: relative; right: 0; width: 790px; margin: 35px auto 10px auto; top: 30px; min-height: 302px;}
		#content h2 
		{
			color: #206bab; 
			font-size: 14px; 
			font-weight: bold; 
			background: url(../images/h2_cord_bg.jpg) top left no-repeat; 
			background-position:right;
			height: auto !important; 
            padding-bottom: 10px;
			margin: 2px 0px 4px 4px;
		}
		
		#content p {margin: 0 0 8px 0; padding: 0px 4px;}
		
		#content_left {width: 540px; float: left;}
		#content_right{width: 210px; margin-left: 570px;}
		
				
			#content_right .right_box
			{
				width: 210px;
				padding: 0px 5px;
				margin: 0px;
				margin-bottom: 20px;
			}
				#content_right .right_box div 
				{
					border-left: 1px solid #999999; 
					border-top: 1px solid #999999; 
					margin: 0; 
					padding: 5px;
					min-height: 100px;
				}
					#content_right .right_box div ul
					{
						margin: 5px 0;
						padding: 0 5px;
						list-style-type: none;
					}
					
						#content_right .right_box div ul div
						{
							background-color: #D2E7FB;
							min-height: 6px;
							max-height: 10px !important;
							
						}
						
				#content_right .right_box h3
				{
					color: #999999; 
					margin: 0; 
					padding: 0;
					text-transform:uppercase;
					font-size:12px;
					font-weight: bold;
				}
		
#left_container
{
	width: 141px;
	background: url(../images/left_fade_bg.jpg) repeat-x 

}
	#left_top {width: 141px; height: 607px; }
	#left_bottom {width: 141px;}

#member_nav
{
	position:	relative;
	top:0px;
	left: 0px;
	margin: 0;
	padding: 60px 0 0 0;
	width: 140px;
	z-index: 3000;
}
	
	#member_nav ul
	{
		list-style: none;
	  	list-style-image: none;
	  	margin: 0;
	  	padding: 0;
	}
	
	#member_nav ul li
	{
		position: relative;
		margin: 0;
		margin-left: 1px;
		padding: 0px;
		border-bottom: 1px dotted #000000;
		text-transform: capitalize;
		width: 140px;
	}
		.first {border-top: 1px dotted #000000;}
	
	#member_nav ul li a
	{
		display: block;
		padding: 2px 0px;
		margin:  0px;
		padding-left: 9px;
		min-height: 15px !important;
		width: 131px;
		text-decoration: none;
		color: #000000;
		font-size: 9pt !important;
		font-weight: bold;
	}	
	
	
	#member_nav ul li a:hover
	{
		background-color: #DFF2F9;
	}
img.bordered {border: 1px solid #206bab; margin: 0 5px 5px 0px;}
#clinicQuote q{padding: 5px; margin: 5px;}
td, th{margin: 0px;padding: 4px; text-align: left; border-bottom: 1px solid #000}
tr{padding: 0; margin: 0}
td+td, th+th, th+td{border-left: 1px solid #000;}
table{margin: 5px 0px 12px 0px;}
table {border: 1px solid #000; border-bottom: none;}

.blueTable{background: #BACDFE; border: 1px solid #000; border-bottom: none;}
.blueTable th{background-color: #000040; color: #fff}

/*Styles specifically for the forum that we override */
#page-body h2 /*for Forum*/
{
	color: #206bab; 
	font-size: 14px; 
	font-weight: bold; 
	background: none; 
	padding-top: 5px;
	margin: 2px 0px 4px 4px;
}
#page-body fieldset {border: none;}
#page-body input{display: inline; width: inherit;}


/*Styles for course Videos*/
#video
{
	position: absolute;
	top: 5px;
	left: 0px;
	color:  #330000;
	z-index:  5000;
	display: none;
}

	#video p
	{
		margin: 0px;
		height: 20px;
		width: auto;
		background-color: #333333;
		color: #ffffff;
		font-size: 9pt;
		text-align: right;
		padding: 5px 5px 0px 0px;
	}
	
	#video a  {color: white}
