
div.course_submenu {
	margin: 15px 0;
	padding: 10px 0;
	background: #f0f0f0;
	overflow: hidden;
}

div.course_suggest_head {
	padding: 10px;
	background: #00B1FF;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

div.course_suggest {
	padding: 10px;
	background: #f0f0f0;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

div.course_knowmore {
	padding: 10px;
	background: #1A599F;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

div.events_featured {
	background: #1A599F;
	padding: 8px 0 8px 12px;
	margin-bottom: 1px;
}

div.events_browse {
	background: #00B1FF;
	padding: 8px 0 8px 12px;
	margin-bottom: 1px;
	position: relative;
}

div.events_browse a.rss {
	position: absolute;
	top: 5px;
	right: 5px;
}

div.events_browse_form {
	background: #efefef;
	padding: 10px;
	margin-bottom: 5px;
}

div.events_other {
	background: #efefef;
	color: #1A599F;
	font-size: 18px;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 5px;
}

div.events_others_mini {
	width: 160px;
	float: left;
	margin-right: 12px;
}

div.last {
	margin-right: 0;
}

div.apply_top {
	width: 440px;
	
	font-family: Helvetica,Arial,Verdana;
	font-weight: bold;
	color: #1A599F;
	font-size: 24px;
	padding: 0;
	margin: 0;
	background: none;
	float: left;
}

div.apply_top_right {
	width: 240px;
	
	font-family: Helvetica,Arial,Verdana;
	color: #000000;
	padding: 0;
	margin: 0;
	background: none;
	float: right;
}

div.apply_top2 {
	width: 440px;
	
	font-family: Helvetica,Arial,Verdana;
	font-weight: bold;
	color: #1A599F;
	font-size: 14px;
	padding: 0;
	margin: 15px 0;
	background: none;
}

/* JQ NOTIFICATION POPUP */

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:420px;
	background:#FFFFFF;
	border:4px solid #808080;
	z-index:9999;
	padding:12px;
	font-size:13px;
	text-align: left;
	font-face: Helvetica, Arial, Verdana;
}
#popupContact h1{
	text-align:left;
	color:#00B1FF;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:6px;
	margin-bottom:8px;
	font-family: Helvetica, Arial, Verdana;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#1A599F;
	font-weight:700;
	display:block;
	font-family: Helvetica, Arial, Verdana;
	cursor: pointer;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:1000px;
	width:100%;
	top:-1px;
	left:-1px;
	background:#000000;
	border:1px solid #cecece;
	z-index:9998;
}

