/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
html[xmlns] .clearfix {	display: block; }
/* close commented backslash hack */



/* gets rid of the dotted line around visited links in firefox */
:-moz-any-link:focus {
  outline: none;
}


/* fits the title and image into the box */
.featured_course_content_IE_hack
{
	width:149px;
}

/* only activated when in IE 6, fixes the margin error */
.featured_course_content_IE_hack .featured_course_title
{
	margin-left:6px;
}

/* only activated when in IE 6, fixes the margin error */
.featured_course_content_IE_hack .featured_course_image
{
	margin-left:6px;
	margin-bottom:-6px;
}

/* floats just dont seem to work well in IE 6 so its easier to just manually position the elements */
#course_by_providers_IE_hack
{
	position:absolute;
	left:290px;
	top:392px;
}

#course_by_qualifications_IE_hack
{
	position:absolute;
	left:550px;
	top:392px;
}

#course_by_locations_IE_hack
{
	position:absolute;
	left:290px;
	top:622px;
}

#course_by_delivery_IE_hack
{
	position:absolute;
	left:550px;
	top:622px;
}

#teachers_institute_contact_IE_hack
{
	margin-top:80px;
}

#search_result_container_IE_hack
{
	margin-left:250px;
	margin-top:-300px;
	padding-bottom:1px;
}