/*------------Curriculum Pages-------------*/

/* Main content area starts */


.bottom_bg_container {
	margin-top:20px;
}
.content_wrapper {
	margin:0 30px;
	margin-top: 10px;
}
ul.content_nav_list {
	border:1px solid #DDB9DC;
	padding:10px;
	width:600px;
	margin-bottom:30px;
	margin-left: 50px;
	margin-top: 20px;
	background: #b765b5;
	height:15px;
	background-color:#F2E3F2;
}
ul.content_nav_list li {
	float:left;
	display:inline;
}
ul.content_nav_list li a {
	color:#b765b5;
	border-right:1px solid #DDB9DC;
	padding:0px 20px;
}
ul.content_nav_list li a:hover {
	color:#DDB9DC;
}
ul.content_nav_list li.no_right_border {
	border-right:0;
}
/* Left col starts */


.left_column {
	width: 240px;
	float:left;

}





.left_column .block {
	width: 240px;
}
#subnav_block {
	background: #fff url(../images/240_middle.gif) repeat-y center top;
}
.left_column .bottom_bg_container {
	background:url(../images/240_bottom.gif) no-repeat center bottom;
	height:15px;
}
#subnav_block h2 {
	height:45px;
	margin-top:0px;
	text-indent:-9999px;
	background:url(../images/tabs/tab_curriculum.gif) no-repeat center top;
}
/*-----------Subnav starts ---------------*/

#subnav li {
	border-bottom: 1px dashed #ddd;
	padding:3px 0px;
}
#subnav li a {
	text-decoration:none;
	padding:3px 0px;
	padding-left:10px;
	display:block;
}
* html #subnav li a {
	width:170px;
	padding:4px 0px;
	padding-left:10px;
}/* IE 6 fix */
#subnav li a:hover {
	color:#fff;
	background:#b765b5;
	display:block;
}
#subnav li.current_subnav a {
	color:#fff;
	font-weight: bold;
	background: #b765b5;
}
#subnav li.current_subnav a:hover {
	color:#fff;
}
/*-----------Subnav ends ---------------*/






/* Left col ends */



/* right col starts */

.right_column {
	width: 720px;
	float:left;
	
}



.middle_block {
	margin-top:-10px;
	position: relative;
}
.middle_block .content_wrapper {
	padding:20px;
	padding-left: 30px;
}
.middle_block .block_container {
	position:relative;
	margin-bottom: 30px;
}
.middle_block h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b765b5;
	font-size: 20px;
	padding-top: 15px;
	padding-left: 60px;
}

.middle_block h2.subheading {
	font-size:15px;
	font-style:italic;
	margin-bottom: 10px;
	padding-left: 60px;
	color:  #D6A7D5;
	width: 500px;

}


.middle_block h4 {
	color: #666;
	margin: 10px 0;
	margin-top: 20px;
}
.middle_block h3 {
	color:#b765b5;
	margin: 10px 0;
	font-size: 13px;
	margin-bottom: 25px;
	clear: both;
}
.middle_block h5 {
	color:#999;
	margin-bottom: 5px;
}
.totop {
	position:absolute;
	top:2px;
	right: 20px;
}
* html .totop {
	right: 80px;
}/* IE 6 fix */
.totop a {
	color:#DDB9DC;
	font-size:11px;
}
.totop a:hover {
	color:#b765b5
}
tr.title td {
	background-color:#b765b5;
	color:#fff;
	font-weight: bold;
}

.curriculum_list {
	list-style-type:disc;
	list-style-position:inside;
	margin:10px 0;
}
.audio li {
	float:left;
	display:inline;
	margin-right:10px;
}
.view_more {
	text-align:center;
	clear:both;
	margin-bottom:10px;
}







/* right col ends */
