.columns {
	width: 980px;
}

.col-left {
	width: 485px;
	float: left;
	margin-right: 8px;
}

#specials { 
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
}

#specials_heading {
	position: relative;
	left: 10px;
}

#specials_splash {
	border-top: 1px solid #84c6b7;	
}

#course_list {
	width: 100%;
}

#course_headings {
	width: 100%;
	height: 25px;
}

#course_heading {
	position: relative;
	left: 10px;
	width: 400px;
	float: left;
}

#course_availability {
	width: 80px;
	text-align: center;
	font-size: 9px;
	float: left;	
	position: relative;
	top: 4px;
}

#course_items {
	border-top: 1px solid #84c6b7;	
}

.course_item {
	height: 60px;
	background: url('../images/home/course_item_bg.png') repeat-x;
	margin-bottom: 2px;
}

.course_image {
	border: 1px solid #6a205f;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 15px;
	width: 48px;
	float: left;
}

.course_title {
	width: 330px;
	height: 30px;
	float: left;
	color: #84c6b7;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: 15px;

}

.course_link {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #757575;
	text-transform: none;
}

.course_type {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #757575;
	text-transform: capitalize;
}

.course_avail {
	width: 80px;
	float: left;
	position: relative;
	top: 20px;
	text-align: center;
}

.course_none {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	
}

.col-mid {
	width: 250px;
	float: left;
	margin-right: 8px;
}

#notice_list {
	width: 100%;
}

#noticeboard_heading {
	position: relative;
	left: 10px;
}


#notice_items {
	border-top: 1px solid #84c6b7;	
}

.notice_item {
	height: 60px;
	background: url('../images/home/course_item_bg.png') repeat-x;
	margin-bottom: 2px;
}

.notice_badge {
	width: 30px;
	background: url('../images/home/notice_badge-trans.png') no-repeat;
	background-position: 50% 6px;
	height: 40px;
	float: left;
}

.notice_details {
	float: left;
}

.notice_date {
	font-size: 12px;
	color: #84c6b7;
	padding-top: 5px;
	margin-bottom: 2px;
}

.notice_title {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 2px;
}

.notice_link {

}

.notice_none {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	
}

.col-right {
	width: 225px;
	float: left;
}

#newsletter_heading {
	position: relative;
	left: 10px;
}

#newsletter_form {
	border-top: 1px solid #84c6b7;	
	padding: 5px;
	background: #f6f6f6;
}

#newsletter_instructions {
	font-size: 12px;
	margin-bottom: 10px;
}

#newsletter_result {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.newsletter_label {
	margin-bottom: 5px;
	font-size: 12px;
}

.newsletter_field {
	margin-bottom: 5px;
	font-size: 12px;
}

.newsletter_field input {
	width: 205px;
	height: 16px;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #ddd;
}

.newsletter_field select {
	width: 215px;
	height: 20px;
	font-size: 11px;
	border: 1px solid #ddd;
/*	padding: 3px;*/
}

.newsletter_submit {
	position: relative;
	text-align: right;
	margin-top: 10px;
}

.newsletter_submit input {
	background: #6a205f;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}

#col-upcoming-class .heading{border-bottom:1px solid #84C6B7;display:block;padding-left:10px;}
#col-upcoming-class li{list-style:none;background:url("../images/home/course_item_bg.png") repeat-x scroll 0 0 transparent;height:60px;}
#col-upcoming-class .upcoming-date{margin:5px;float:left;width:50px;height:50px;text-align:center;}
#col-upcoming-class .upcoming-date-month{background-color:#7bc7ba;color:#6c2a6a;font-weight:bold;height:15px;}
#col-upcoming-class .upcoming-date-day{background-color:#6c2a6a;color:#fff;font-size:20px;height:35px;}
#col-upcoming-class .upcoming-details-course{color:#84C6B7;font-size:12px;font-weight:bold;text-transform:uppercase;}