/* CSS Document for site specific styles */
@import url("//fhs.mcmaster.ca/lib/css/mcmaster_format_2.css");

/* Display or hide search box radio buttons: Display: display:block; Hide: display:none; */
div#searchbox_area input, div#searchbox_area label {
	display:inline;
}

/* set accessibility accreditation icon to display or not: Default: no display (none) */
#accessibility_accreditation {
	display:none;
}

/* set width of search box radio buttons container */
div#searchbox_area_container {
	margin-left:-80px;
	width:390px;
}

/* set width of top links in top navigation */
.sf-menu li a.menutop {
	padding-left:1.8em;
	padding-right:1.8em;
}

/* set size of website title in left navigation bar */
div#left_nav .left_nav_title {
}

div#rcpsc_logo, div#rcpsc_logo_print {
	display:block;
	float: left;
	position: relative;
	width: 275px;
	font-size:10px;
}
div#rcpsc_logo_print {
	display:none;
}

/* logo start */
#rcpsc_logo {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
	border-left:1px solid #CCC;
	width: 275px;
	height: 97px;
	overflow: visible;
	cursor: pointer;
}

#rcpsc_logo span {
	display: block;
	position: absolute;
	left: 170;
	top: 0;
	margin: 0;
	padding: 0;
	width: 275px;
	height: 97px;
	background: url('../images/royal_college_logo.png') top left no-repeat;
}
/* logo end */