/* CSS Document for site specific styles */
@import url("http://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:-0px;
	width:310px;
}

/* 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 {
}

.left_nav_title2 {
	color:#666;
	font-weight:bold;
	font-size:1.em;
	text-align:right;
	margin-top:-6px;
	margin-bottom:12px;
}

div#left_nav hr {
	color: #fff; background-color: #fff; border: 1px solid #ccc; border-style: none none solid;
}

.left_nav_custom #facebook, .left_nav_custom #twitter {
	margin-top:10px;
	border-top:1px solid #CCC;
	padding-top:20px;
	padding-bottom:40px;
}

.left_nav_custom #facebook a, .left_nav_custom #twitter a {
	float:right;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	width:90px;
	font-weight:bold;
}
.left_nav_custom #facebook a {
	background-image:url(../images/facebook_sm.gif);
}
.left_nav_custom #twitter a {
	background-image:url(../images/twitter_sm.gif);
}
ul#submenu {
	padding-top:5px;
}

div#format_1, div#format_1 div#bottom_content {
	width:776px;
	margin-left:0px;
	padding-left:0px;
}

a.go_back {
	float:left;
	margin:6px 0px 0px 2px;;
	padding:0px 0px 0px 12px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background-image:url(../images/common/arrow_red_left.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a:hover.go_back {
	color:#990033;
}

a.go_to_top {
	float:right;
	margin:6px 0px -10px 2px;;
	padding:0px 12px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background-image:url(../images/common/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:right;
}
a:hover.go_to_top {
	color:#990033;
}

.arrow_btn {
	margin-bottom:8px;
}
.arrow_btn a {
	float:right;
	width:190px;
	padding:16px 4px 28px 52px;
	margin-left:12px;
	font-size:14px;	
	color:#990033;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/arrow_btn_out.gif);
	background-repeat:no-repeat;
}

.arrow_btn a:hover {
	color:#000000;
	background-image:url(../images/arrow_btn_over.gif)
}

.image_box, .image_box_left, .image_box_right, .image_box_centre {
	padding:4px 0px 4px 0px;
	border-left:none; 
	border-right:none;
}
.image_box .caption, .image_box_left .caption, .image_box_right .caption, .image_box_centre .caption {
	font-size:.8em;
	color:#666666;
	padding-bottom:0px;
}

table.table_format1 {
	width:100%;
}
table.table_format1 tr td {
	vertical-align:top;
}
table.table_format1 tr.table_format1_title td {
	padding:6px 0px;
}
table.table_format1 tr.table_format1_title2 td {
	padding:4px 0px;
	border-top:none;
	font-weight:bold;
	color:#2A3B86;
	background-color:#EFEFEF;
	border-bottom:2px solid #2A3B86;
}

h1.content_title1 {
	margin-bottom:12px;
	text-transform:uppercase;
	font-size:1.2em;
	padding:5px 0px 4px 8px;
	width:768px;
}

div#format_1 h1.content_title2, h1.content_title2 {
	font-size:1.5em;
}

.image_box_right, .image_box_left, .image_box {
	border:none;
	background-color:#EFEFEF;
	background:repeat-x top url(../images/border_background_top.gif), repeat-x bottom url(../images/border_background_bottom.gif);
	padding:5px 0px;
}

.image_box_right .caption, .image_box_left .caption, .image_box .caption {
	padding:7px 6px 3px 6px;
	margin-top:0px;
	background-image:url(../images/caption_background.gif);
}
.links_box {
	float:right;
	width:360px;
	font-size:.9em;
	color:#666;
	background:repeat-x top url(../images/border_background_top.gif), repeat-x bottom url(../images/border_background_bottom.gif);
	padding:12px 0px 0px 0px;
	margin:0px 0px 8px 20px;
}

.links_box h2 {
	margin-bottom:4px;
	color:#2A3B86;
}

div#bottom_content ul li {
	margin-bottom:0px;
	padding-bottom:4px;
}
div#bottom_content ul {
	margin-bottom:4px;
}

div#bottom_content div.links_box ul li {
	margin-bottom:3px;
}

p {
	margin-bottom:10px;
}

h2 {
	margin-bottom:10px;
	font-size:1.3em;
	color:#2A3B86;
}

h3 {
	margin-bottom:10px;
	font-size:1.2em;
}

h4 {
	margin-bottom:8px;
	font-size:1.1em;
}

h5 {
	margin-bottom:8px;
	font-size:1em;
}

.side_box_right {
	float:right; 
	margin:0px; 
	width:240px; 
	font-size:.9em;
	margin:0px 0px 0px 20px;
	padding:4px 0px 6px 18px; 
	background-image:url(../images/border_background_right.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.indent {
	font-size:.9em;
	color:#666;
	margin:0px 40px;
}

.quote {
	margin-left:20px;
	margin-right:20px;
	color:#666;
	font-size:.9em;
}

br.half_line {
	line-height:6px;
}

.citation {
	font-size:.9em;
	color:#666;
	font-style:italic;
}

#left_nav .facebook_link img {
	float:left;
	margin-left:35px;
	margin-top:12px;
}

a.button {
	display:block;
	float:left;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	font-weight:normal;
	font-size:1.1em;
	letter-spacing:.2em;
	color:#FFF;
	background-color:#903;
	border:1px solid #903;
	text-align:center;
}

a:hover.button {
	text-decoration:none;
	color:#903;
	background-color:#efefef;
	border:1px solid #903;
}