.columns {
	width: 980px;
}

.col-left {
	width: 215px;
	float: left;
	margin-right: 8px;
}

#course_menu_heading {
	position: relative;
	left: 10px;
}

#course_menu_items {
	border-top: 1px solid #84c6b7;
}

.course_menu_item,
.course_menu_item2,
.course_menu_item_selected {
	font-size: 12px;
	background: url('../images/courses/menu_bg.png') repeat-x;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
}

.course_menu_item2 {
	background: #ececec;
}

.course_menu_item_selected {
	background: url('../images/courses/menu_bg_selected.png') repeat-x;
}

.col-mid {
	width: 535px;
	float: left;
	margin-right: 8px;
}

#course_body_heading {
	position: relative;
	left: 10px;
}

#course_body_content {
	border-top: 1px solid #84c6b7;	
	background: #f6f6f6;
	font-size: 12px;
	line-height: 16px;
}

.course_body_title {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #ffffff;
	background: #6a205f;
	padding: 10px;	
}

.course_body_desc {
	padding: 10px;	
}

.course_body_desc p {
	margin-bottom: 10px;
}


.course_body_desc ul {
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.course_body_desc h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 16px;
}

.course_body_desc h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 12px;	
}

.course_body_desc p {
	margin-bottom: 10px;
}

.course_body_desc p+h2 {
	margin-top: 30px;
}

#course_info_heading {
	position: relative;
	left: 10px;
	margin-top: 15px;
}

#course_info_list {
	border-top: 1px solid #84c6b7;	
	background: #f6f6f6;	
}

.course_info_item,
.course_info_item2 {
	height: 33px;
	background: #e4d7e2;
}

.course_info_item2 {
	background: #dac7d7;	
}

.course_info_cat {
	font-size: 12px;
	padding: 8px;
/*	padding-top: 6px;*/
	float: left;
}

.course_info_body {
	clear: both;
	min-height: 20px;
	padding: 10px;
	font-size: 12px;
}

.course_info_badge {
	float: left;
	position: relative;
	top: 8px;
	left: 10px;
	width: 25px;
}


.col-right {
	width: 213px;
	float: left;
}

#course_details {

}

#course_details_heading {
	position: relative;
	left: 10px;
}

#course_details_body {
	border-top: 1px solid #84c6b7;	
	background: #f6f6f6;
	padding: 10px;
}

.course_details_label {
	margin-bottom: 3px;
	font-size: 12px;
	text-transform: uppercase;
	color: #6a205f;
	font-weight: bold;
}

.course_details_data {
	font-size: 12px;
	margin-bottom: 15px;
}

.prerequisite_info {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.prerequisite_list {
	margin-top: 10px;
}

.prerequisite_name {
	font-weight: bold;
	margin-left: 15px;
}

.instructor {
	margin-bottom: 10px;
}

.instructor_name {
	font-size: 12px;	
	font-weight: bold;
}

.instructor_bio {
	font-size: 12px;
}

.testimonial {
	margin-bottom: 10px;
}

.testimonial_name {
	font-size: 12px;	
	font-weight: bold;
}

.testimonial_body {
	font-size: 12px;
	font-style: italic;
}


#course_downloads_heading {
	position: relative;
	left: 10px;
	margin-top: 15px;
}

#course_downloads_items {
	border-top: 1px solid #84c6b7;	
	background: #f6f6f6;	
}

.course_downloads_item,
.course_downloads_item2 {
	font-size: 12px;
	background: url('../images/courses/menu_bg.png') repeat-x;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
}

.course_downloads_item2 {
	background: #ececec;
}	

.course_downloads_none {
	padding: 10px;
	font-size: 12px;
}

#col-search {
	width: 980px;
	height: 150px;
	clear: both;
}

#course_search_heading {
	position: relative;
	left: 10px;	
}

#course_search_form {
	border-top: 1px solid #84c6b7;	
	background: #fff;		
	height: 100px;
	width: 980px;
}

.course_search_basic {
	width: 250px;
	margin-right: 2px;
	float: left;
	background: #f6f6f6;
	padding: 10px;
	height: 120px;
}

.course_search_advanced {
	background: #efefef;
	padding: 10px;
	width: 698px;
	float: left;
	height: 120px;
	padding-right: 0px;
}

.course_search_instructions {
	font-size: 12px;
	margin-bottom: 10px;
	color: #737373;
}

.course_search_label {
	margin-bottom: 5px;
	font-size: 12px;
}

.course_search_field {
	margin-bottom: 5px;
	font-size: 12px;
}

.course_search_field input {
	width: 250px;
	height: 25px;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #ddd;
}

.course_search_field select {
	width: 250px;
	height: 20px;
	font-size: 11px;
/*	border: 1px solid #6a205f;*/
	border: 1px solid #ddd;
/*	padding: 3px;*/
}

.course_searchfilter_criteria {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.course_searchfilter_label {
	margin-bottom: 5px;
	font-size: 12px;
}

.course_searchfilter_field {
	margin-bottom: 5px;
	font-size: 12px;
}

.course_searchfilter_field input {
	width: 250px;
	height: 25px;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #ddd;
}

.course_searchfilter_field select {
	width: 160px;
	height: 20px;
	font-size: 11px;
/*	border: 1px solid #6a205f;*/
	border: 1px solid #ddd;
/*	padding: 3px;*/
}

.course_search_submit {
	clear: both;
	position: relative;
	top: 10px;
	text-align: right;
	margin-right: 15px;
}

.course_search_submit input {
	background: #6a205f;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}


#col-results {	
	margin-top: 50px;
	clear: both;
}

#course_results {
	border-top: 1px solid #84c6b7;	
	background: #fff;
}

#course_results_heading {
	position: relative;
	left: 10px;	
}

#course_results table {
	font-size: 11px;
}


.course_results_row td,
.course_results_row2 td {
	height: 33px;
	background: url('../images/courses/menu_bg.png') repeat-x;
}


.course_results_row2 td {
	background: #ececec;
}

.course_results_header td {
	height: 35px;
	padding: 5px;
	padding-left: 0;
	color: #6a205f;
	background: #d0e9e4;
	font-size: 14px;
	font-family: Georgia, serif;
	text-transform: uppercase;
}

.course_results_none {
	font-size: 12px;
	margin: 5px;
	margin-top: 10px;
	color: #ba2424;
	font-weight: bold;

}


