/* CSS Document for FHS website */
.left_column {
	width: 46%;
	padding-right: 10px;
	border-right: 1px solid #CCCCCC;
	float: left;
	position: relative;
}
.right_column {
	width: 46%;
	padding-left: 10px;
	float: left;
	position: relative;
}

.menu_subtitle {
	color: #000000;
	font-weight:bold;
	font-size:1.5em;
}

div#left_nav ul div.left_nav2 {
	display:none;
}

div#left_nav ul div.left_nav3 {
	display:none;
}

div.section_title {
	float:left;
	position:relative; 
	width:100%;
	font-size:1em; 
	font-weight:bold; 
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:10px;
	margin-bottom:10px;
	color:#FFFFFF; 
	vertical-align:middle; 
	background-color:#990033;
}

div.section_title .first_char{
	font-size:1.1em;	
}

.icon {
	float:right;
	vertical-align:middle;
}

.centre_text {
	text-align:center;
}

.centre_content {
	text-align:center;
}

.clear_both {
	clear:both;
}

.nobreak {
	margin-bottom:0px;
}

.photo_credit {
	font-size:.9em;
	font-style:italic;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.sub_section {
	margin-top: 12px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.title, .column_title, blue_heading {
	font-size: 1.1em;
	font-weight: bold;
	color: #2A3B86;
	margin-bottom:10px;
}

.title a, blue_heading a {
	color: #2A3B86;
}

.title a:hover, blue_heading a:hover {
	color: #990033;
}

.text_centre {
	text-align:center;
}
.text_justify {
	text-align:justify;
}
.text_left {
	text-align:left
}
.text_right {
	text-align:right;
}
.text_red {
	color:#990033;
}

.text_gray_dark {
	color:#666666;
}

.text_gray_medium {
	color:#999999;
}

.text_gray_light {
	color:#CCCCCC;
}

.text_red {
	color:#990033;
}

.text_gray_dark {
	color:#666666;
}

.text_gray_medium {
	color:#999999;
}

.text_blue {
	color:#2A3B86;
}

.year {
	font-size: 1.3em;
	font-weight: bold;
	color: #990033;
	text-align:center;
}

p.year {
	margin-bottom:6px;
}

.content_box {
	float:left;
	position:relative;
	width:730px;
	margin-bottom:12px;
	margin-left:0px;
	padding-top:10px;
	padding-left:18px;
	padding-right:18px;
	padding-bottom: 10px;
	border:1px solid #CCCCCC;
}

.side_box, .side_box_left {
	float:right;
	position:relative;
	width:auto;
	margin-left:14px;
	margin-bottom:6px;
	margin-right:10px;
	padding:12px 24px 8px 24px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}
 
.side_box_left {
	float:left;
	margin-left:0px;
	margin-right:14px;
}

/* start image box definitions */
.image_centre, .image_box_centre, .image_box_caption_centre {
	position:relative;
	float:none;
	clear:both;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:6px;
	background: #F3F3F3;
	border: 0px solid #cccccc;
	padding: 0px;
	text-align:center;
}

.image_box_centre, .image_box_caption_centre  {
	border: 2px solid #cccccc;
	padding: 2px;
}

.image_box, .image_box_left, .image_box_right, .image_box_caption_right {
	position:relative;
	margin-bottom:6px;
	background: #F3F3F3;
	border: 2px solid #cccccc;
	padding: 2px;
}

.image_box, .image_box_right, .image_box_caption_right {
	float:right;
	margin-left:10px;
	margin-right:2px;
}

.image_box_left, .image_box_caption_left  {
	float:left;
	margin-left:0px;
	margin-right:10px;
}

.caption   {
	border-top: 0px solid #CCCCCC;
	color:#000000;
	font-size:12px;
	text-align:left;
	margin:0;
	padding-top:4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
/* end image box definitions */

.date {
	font-weight: normal;
	color: #666666;
	margin-bottom:12px;
	margin-top:10px;
	font-size:0.9em;
	clear: both;
}

h5.date {
	clear: none;
}

div#top_content .date {
	padding-left:0px;
	margin-top:8px;
	margin-bottom:8px;
}

.author {
	font-size:1em;
	font-weight: normal;
	color: #666666;
	margin-bottom:10px;
	clear: both;
}

h5.author {
	font-size:1em;
	font-weight: bold;
	clear: none;
}

div#links {
	float:left; 
	width:144px; 
	height:auto;
	margin-top:10px;
	margin-bottom:0px;
	padding-top:10px;
	font-weight:bold;
}

div#links div.link_item {
	float:right; 
	margin-right:4px; 
	font-weight:normal; 
	margin-bottom:10px;
}

div#links div.link_item a {
	color:#000000;
	text-decoration:none;
}

div#links div.link_item a:hover {
	color: #990033;
}

div#links div.link_item img {
	margin-left:4px;
	vertical-align:middle; 
}

.more, .more_left {
	float:right;
	position:relative;
	background-image:url(https://fhs.mcmaster.ca/lib/images/more.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:4px;
	margin-bottom:4px;
}

.more_left {
	float:left;
}

.more a, .more_left a {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-right:12px;
}

.more a:hover, .more_left a:hover {
	color:#990033;
}

.more a img, .more_left  a img {
	margin-left:4px;
}

.top, .top_right, .top_left {
	clear:both;
	float:right;
	position:relative;
	background-image:url(https://fhs.mcmaster.ca/lib/images/top.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:24px;
	padding-top:16px;
	padding-left:16px;
	height:40px;
	width:40px;
}

.top_left {
	float:left;
}

.top a, .top_right a, .top_left a {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-right:12px;
}

.top a:hover, .top_right a:hover, .top_left a:hover {
	color:#990033;
}

.top img {
	margin-left:6px;
}

.symbol {
	float:right; 
	vertical-align:middle;
	padding-left:1%;
}

.motto {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #2A3B86;
	text-align: center;
}

.floatleft {
	float: left;
	margin-bottom: 6px;
	border: 1px solid #000000;
	position: relative;
	margin-right: 15px;
}

.floatright {
	float: right;
	margin-bottom: 6px;
	margin-left: 12px;
	border: 1px solid #666666;
	background-color:#CCCCCC;
}

.floatright_small {
	float: right;
	margin: 0 0 10px 10px;
	background-color:#CCCCCC;
}

.heading_underline_red {
	border-bottom:1px solid #990033;
}
.heading_underline_gray {
	border-bottom:1px solid #CCCCCC;
}
.heading_underline_blue {
	border-bottom:1px solid #2A3B86;
}

.slideshow, .image_box_right .slideshow, .image_box_left .slideshow, .image_box_centre .slideshow, .image_box_centre_600 {
	margin:6px 0px 0px 0px;
}

.slideshow img, .image_box_right .slideshow img, .image_box_left .slideshow img, .image_box_centre .slideshow img, .image_box_centre_600 .slideshow img, .image_box_right .caption img, .image_box_lerft .caption img, .image_box_centre .caption img, .image_box_centre_600 .caption img {
	border:none; 
}

.slideshow img, .slideshow_icon_16, .slideshow .slideshow_icon_16, .image_box_right .slideshow .slideshow_icon_16, .image_box_left .slideshow .slideshow_icon_16, .image_box_centre .slideshow .slideshow_icon_16, .image_box_centre_600 .slideshow .slideshow_icon_16 {
	border:none; 
	margin:0px 3px -4px 3px;
}

.text_section {
	padding-top:12px;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

table.list_table {
	float:left;
	position:relative;
	width: 99.6%;
}

table.list_table tr td {
	padding-top:8px;
	padding-bottom:8px;
	padding-right:12px;
	border-bottom:1px solid #CCCCCC;
	vertical-align:top;
}

table.list_table tr.table_title td {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990033;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:12px;
}

table.list_table tr.table_title td.row1 {
	width: 45%;
}

table.list_table tr.table_title td.row2 {
	width: 25%;
}

table.list_table tr.table_title td.row3 {
	width: 10%;
}

table.list_table tr.table_title td.row4 {
	width: 20%;
}

div#bottom_content ul.mcmaster_button_list li, div#bottom_content ul.mcmaster_button_container li {
	padding-bottom:20px;
}
ul.mcmaster_button_list,  ul.mcmaster_button_container {
}

ul.mcmaster_button_list li, ul.mcmaster_button_container li  {
	list-style-type:none;
	list-style-image:none;
	margin-right:-16px;
}

a.mcmaster_button {
	display:block;
	text-decoration:none;
	float:right;
	clear:right;
	margin:0px 10px 30px 40px;
	width:200px;
	min-height:55px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:1.2em;
	color:#903;
	background-color:#efefef;
	border:1px solid #903;
	background-image:url(https://fhs.mcmaster.ca/lib/images/mcmaster_crest_button_70x85.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:20px 20px 7px 80px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

a:hover.mcmaster_button {
	text-decoration:none;
	color:#000;
	background-color:#fff;
	border:1px solid #666;
	background-image:url(https://fhs.mcmaster.ca/lib/images/mcmaster_crest_button_70x85_faded.gif);
}

ul.mcmaster_button_list li a.mcmaster_button, ul.mcmaster_button_container li a.mcmaster_button {
	float:none;
	clear:none;
	margin:0px;
}
a.mcmaster_button_bw {
	background-image:url(https://fhs.mcmaster.ca/lib/images/mcmaster_crest_button_bw_70x85.gif);
	color:#000;
	border-color:#666;
}
a:hover.mcmaster_button_bw {
	background-image:url(https://fhs.mcmaster.ca/lib/images/mcmaster_crest_button_bw_70x85_faded.gif);
	color:#903;
	border-color:#903;
}
/* start content title section */
h1.content_title1, h1.content_title2 {
	float:left;
	position:relative;
	width:inherit;
	font-size:1.3em; 
	font-weight:bold; 
	color:#FFFFFF;
	background-color:#990033;
}

/* content title 1 */
h1.content_title1 {
	width:766px;
	color:#FFFFFF;
	background-color:#990033;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:4px;
}

/* content title 2 */
h1.content_title2 {
	width:752px;
	color:#990033;
	background-color:#FFFFFF;
	margin-left:0px;
	margin-right:0px;
	margin-top:12px;
}
/* end content title section */

div#page_links {
	float:right;
	position:relative;
	text-align:center;
	padding-top:12px;
	margin-bottom:12px;
}

div.page_links {
	float:right;
	position:relative;
	text-align:center;
	padding-top:12px;
	margin-bottom:12px;
}

div#main_content div.maps_list a {
	color:#000000;
	text-decoration:none;
}

div#main_content div.maps_list a:hover {
	color:#990033;
	text-decoration:underline;
}

div#main_content div#affiliations a {
	color:#000000;
	text-decoration:none;
}

div#main_content div#affiliations a:hover {
	color:#990033;
	text-decoration:underline;
}

/* begin site_index page format */
div#main_container .title .index_title {
	margin-left:20px;
}

div#site_index_container {
	margin-left:20px;
}

div#site_index_container a {
	color:#000000;
	font-size:.91em;
	text-decoration:none;
}

div#site_index_container a:hover {
	color:#990033;
}

.alpha_anchor_links {
	margin-left:0px;
	margin-bottom:24px;
	padding-bottom:0px;
	border-bottom:0px solid #CCCCCC;
	text-align:left;
	width:100%;
	padding-left:0px;
}

.alpha_anchor_links a {
	background-color: #666;
	color:#FFF;
	font-size:18px;;
	text-decoration:none;
	font-weight:bold;
	padding:5px 5px;
	margin-right:1px;
	text-transform:uppercase;
}

.alpha_anchor_links a:hover{
	background-color: #CCCCCC;
	color:#000000;
}

.go_to_top, .go_back {
	float:right;
	position:relative;
}

a.go_to_top, a.go_back  {
	margin:0;
	padding:0;
	font-size:.9em;
	color:#990033;
	text-decoration:none;
}

a.go_back {
	padding-right:12px;
	padding-left:18px;
}

a.go_to_top:hover, a.go_back:hover {
	color:#000000;
}

h2.anchor a {
	font-size:1em;
	color:#000000;
	text-decoration:none;
	cursor:text;
}

/* start all formats */
div#format_1, div#format_2, div#format_3, div#format_4, div#format_5, div#format_6, div#format_7, div#format_8 , div#format_9, div#format_10, div#format_repeat, div#format_list_1, div#format_list_2, div#format_list_a_to_z {
	float:left; 
    position:relative;
	width:776px; 
	margin-bottom:10px;
	text-align:left;
	font-size: .91em;	
	}

div#top_right_content ul {
	list-style-image:url(https://fhs.mcmaster.ca/lib/images/square_red.gif);
	padding-left: 16px;
}

*:first-child+html div#top_right_content ul {
	list-style-image:url(https://fhs.mcmaster.ca/lib/images/square_red_ie6.gif);
}

div#top_right_content ul li {
	padding-bottom:12px;
}

div#bottom_content {
	float:left; 
    position:relative;
	width:776px; 
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

div#bottom_content ul {
	list-style-image:url(https://fhs.mcmaster.ca/lib/images/square_red.gif);
	padding-left: 16px;
}

*:first-child+html div#bottom_content ul {
	list-style-image:url(https://fhs.mcmaster.ca/lib/images/square_red_ie6.gif);
}

div#bottom_content ul li {
	padding-bottom:12px;
}

div#bottom_content ul li ul {
	list-style-image:url(https://fhs.mcmaster.ca/lib/images/arrow_red.gif);
	margin-top:10px;
}
div#bottom_content ol {
	list-style-type:decimal;
	padding-left: 24px;
	padding-bottom:10px;
}

div#bottom_content ol li {
	padding-bottom:12px;
}

div#bottom_content ul li ol {
	margin-top: 6px;
	margin-bottom: -10px;
	list-style-image: none;
	list-style-type: decimal;
}

div#bottom_upper_content {
	float:left; 
    position:relative;
	margin-bottom:12px;
	border-bottom: 1px solid #CCCCCC;
	width:100%;
}

div#bottom_lower_content {
	float:left; 
    position:relative;
	padding-top:12px;
	border-top: 1px solid #CCCCCC;
}

div#main_top_content {
	float:left;
	position:relative;
	width:776px;
	margin-bottom:12px;
	border-bottom: 1px solid #CCCCCC;
	}

*:first-child+html div#top_content img {
	margin-bottom:-3px;
}

div#main_top_content ul {
	list-style-image:url(https://fhs.mcmaster.ca/lib/images/square_red.gif);
	padding-left: 16px;
}

*:first-child+html div#main_top_content ul {
	list-style-image:url(https://fhs.mcmaster.ca/lib/images/square_red_ie6.gif);
}

div#main_top_left_content {
	float:left;
	position:relative;
	}

div#main_top__right_content {
	float:left;
	position:relative;
	}

div#main_left_content {
	float:left;
	position:relative;
	min-height:150px;
	border-right: 1px solid #CCCCCC;
	}

div#main_middle_content {
	float:left;
	position:relative;
	min-height:150px;
	border-right: 1px solid #CCCCCC;
	}

div#main_middle_left_content {
	float:left;
	position:relative;
	min-height:150px;
	border-right: 1px solid #CCCCCC;
	}

div#main_middle_right_content {
	float:left;
	position:relative;
	min-height:150px;
	border-right: 1px solid #CCCCCC;
	}

div#main_right_content {
	float:left;
	position:relative;
	min-height:150px;
	}
	
div#main_bottom_content {
	float:left;
	position:relative;
	width:100%;
	margin-top:12px;
	padding-top:12px;
	padding-bottom:0px;
	margin-bottom:0px;
	border-top: 1px solid #CCCCCC;
	}

/* end all formats */

/* start format 1 */
div#format_1 {
	width:770px;
	margin-left:6px;
	}

div#format_1 div#top_content {
	float:left;
	position:relative;
	width:770px;
	margin-bottom:12px;
	border-bottom:1px solid #CCCCCC;
}

div#format_1 div#bottom_content {
	width:770px;
	}

div#format_1 div#left_content {
	float:left;
	position:relative;
	width:366px;
	padding-right:12px;
	border-right:1px solid #CCCCCC;
}

div#format_1 div#right_content {
	float:left;
	position:relative;
	width:366px;
	padding-left:19px;
	border-left:0px solid #CCCCCC;
}

div#format_1 .phone {
	padding-bottom:12px;
}

div#format_1 h1.content_title2 {
	padding-top:2px;
	margin-bottom:10px;
}

/* IE7+ values */
*:first-child+html div#format_1 h1.content_title2 {
	padding-top:6px;
	padding-bottom:6px;
}

/* end format 1 */

/* start format 2 */
div#format_2 {
	width: 776px;
	}

div#format_2 div#bottom_content {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	}

div#format_2 div#main_top_content {
	width: 776px;
	}

6div#format_2 div#main_top_left_content {
	float:left;
	position:relative;
	width: 393px;
	padding-right:6px;
	padding-top:12px;
	}

div#format_2 div#main_top_right_content {
	float:left;
	position:relative;
	width:357px;
	}

div#format_2 div#main_left_content {
	width: 372px;
	padding-right:16px;
	}

div#format_2 div#main_right_content {
	width:371px;
	padding-left:16px;
	}
/* end format 2 */

/* start format 3 */
div#format_3 div#main_left_content {
	width: 237px;
	padding-right:16px;
	}

div#format_3 div#main_middle_content {
	width: 236px;
	padding-right:16px;
	padding-left:16px;
}

div#format_3 div#main_right_content {
	width:236px;
	padding-left:16px;
}
/* end format 3 */

/* start format 4 */
div#format_4 div#main_left_content {
	width:175px;
	padding-right:12px;
	}

div#format_4 div#main_middle_left_content {
	width: 175px;
	padding-right:12px;
	padding-left:12px;
	}

div#format_4 div#main_middle_right_content {
	width: 175px;
	padding-right:12px;
	padding-left:12px;
	}

div#format_4 div#main_right_content {
	width:175px;
	padding-left:12px;
	}
/* end format 4 */

/* start format A */
#format_a {
	width:100%;
	line-height:1.4em;
	font-size:.9em;
}
#format_a p {
	margin-bottom:8px;
}
#format_a hr {
	margin-bottom:15px;
	padding-top:5px;
}
#format_a .more_left {
}
#format_a #box1 {
	width:100%;
	clear:both;
}
#format_a #box2 {
	width:231px;
	float:left;
	padding:15px 15px 15px 10px;
	margin:0px 0px 0px 0px;
	border-left:1px solid #CCC;
}
#format_a #box3 {
	width:230px;
	float:left;
	padding:15px 15px 0px 15px;
	margin:0px 0px 15px 0px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#format_a #box4 {
	width:230px;
	float:left;
	padding:15px 10px 0px 15px;
	margin:0px 0px 15px 0px;
}
#format_a #box5 {
	width:100%;
	clear:both;
	border-left:1px solid #CCC;
	padding:0px 15px 15px 15px;
}
#format_a #box6 {
	width:357px;
	float:left;
	padding:0px 15px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#format_a #box7 {
	width:357px;
	float:left;
	padding-left:15px;
}
#format_a #content_title {
	background-color:#903;
	color:#FFF;
	padding:5px 10px;
	margin:0px;
	letter-spacing:.1em;
	font-size:1.2em;
}
#format_a h2 {
	background-color:#903;
	color:#FFF;
	padding:6px 4px 5px 10px;
	font-size:1.3em;
	letter-spacing:.2em;
	font-weight:normal;
}
#format_a #box5 h2 {
	background-color:#666;
	width:735px;
	margin-bottom:20px;
}
#format_a #box5 img {
	margin-left:12px;
}

#format_a #box6 h2, #format_a #box7 h2 {
	background-color:#FFF;
	color:#000;
	font-size:1.2em;
	padding:0px 0px 0px 15px;
	font-weight:bold;
	letter-spacing:.1em;
}

#format_a .red_box {
	background-color:#903;
	color:#FFF;
	border:1px solid #000;
	padding:15px 20px 5px 20px;
	font-size:1em;
	line-height:1.4em;
}

#format_a .grey_box {
	background-color:#EFEFEF;
	color:#000;
	border:1px solid #999;
	padding:15px 20px 5px 20px;
	font-size:1em;
	line-height:1.4em;
}
/* end format A */

/* start format list 1 */
div#format_list_1 {
	float: left;
	position: relative;
	width:770px;
	margin-left:6px;
}

div#format_list_1 div#top_content {
	width:770px;
	padding-bottom:12px;
}

div#format_list_1 #bottom_content {
	width:770px;
}
div#format_list_1 #bottom_content img {
	border:2px solid #666666;
}

div#format_list_1 .content_element {
	float: left;
	position:relative;
	width: 373px;
	padding-right:12px;
	height:220px;
}

div#format_list_1 .left_section {
	float: left;
	position: relative;
	width: 164px;
	text-align:left;
}

div#format_list_1  .right_section {
	float: left;
	position: relative;
	width: 209px;
}
/* end format_list_1 */

/* start format list 2 */
#format_list_2 {
	float:left;
	position:relative;
	width:776px;
}

#format_list_2 .main_content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 12px;
	padding-bottom: 12px;
	clear: both;
	float: left;
	position: relative;
	width: 776px;
}

#format_list_2 #bottom_content .main_section_content {
	float:left;
	position:relative;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #CCCCCC;
}

#format_list_2 #bottom_content .main_section_content2 img {
	float:left;
	position:relative;
	margin-right:36px;
}
/* end format list 2 */

/* start format list A to Z */
div#format_list_a_to_z {
	font-size:.91em;
}

div#format_list_a_to_z ul li a {
	text-decoration:none;
}

div#format_list_a_to_z ul {
	list-style-type:none;
	list-style-image:none;
	padding-left: 6px;
}

div#format_list_a_to_z ul li {
	padding-bottom:4px;
}

div#format_list_a_to_z div#TabbedPanels1 {
	margin-left:-3px;
}
div#format_list_a_to_z div#TabbedPanels1 .TabbedPanelsContent ul li {
	margin-left:-8px;
}
div#format_list_a_to_z h1.content_title1 {
	float:left;
	position:relative;
	width:766px;
	font-size:1.2em; 
	font-weight:bold; 
	color:#FFF;
	background-color:#903;
	padding-left:10px;
	margin-top:0px;
	text-transform:uppercase;
}
div#format_list_a_to_z h1.content_title2 {
	float:left;
	position:relative;
	width:100%;
	font-size:1.4em; 
	font-weight:bold; 
	color:#903;
	background-color:#FFF;
	padding:0px;
	margin-top:10px;
	text-transform:none;
}
/* end format list A to Z */

/* start tabbed panels */
ul.TabbedPanelsTabGroup {
	padding-left:0px;
	margin-left:-6px;
}

ul.TabbedPanelsTabGroup li {
	padding-bottom:4px;
}

ul.TabbedPanelsTabGroup li ul {
	list-style-type:none;
	list-style-image:none;
	margin-top:0px;
}

.TabbedPanelsContentGroup .TabbedPanelsContent {
	min-height:100px;
	padding-top:12px;
	padding-bottom:8px;
}

.TabbedPanelsContentGroup {
	background-color: #FFFFFF;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
}
/* end tabbed panels */

/* start table format 1 */
table.table_format1 {
	border-collapse:collapse;
	border-bottom:2px solid #2A3B86;
	margin-bottom: 12px;
}
table.table_format1 caption {
	font-size:1.2em;
	letter-spacing:.2em;
	color:#903;
	margin-bottom:10px;
	margin-right:30px;
	font-weight:bold;
}
table.table_format1 tr td {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	padding-right:6px;
}
table.table_format1 tr th {
	background-color:#EFEFEF;
	font-weight:bold;
}
table.table_format1 tr.table_format1_title {
	background-color:#EFEFEF;
	font-weight:bold;
}
table.table_format1 tr.table_format1_row1 td, table.table_format1 tr td.table_format1_row1 {
	border-top:2px solid #2A3B86;
}
table.table_format1 tr th, table.table_format1 tr.table_format1_title td, table.table_format1 th td.table_format1_title, table.table_format1 tr td.table_format1_title {
	border-top:2px solid #2A3B86;
	border-bottom:2px solid #2A3B86;
	text-align:left;
	vertical-align:top;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:2px;
	font-size:1.1em;
}
table.table_format1 tr td.website_link {
	padding-left:4px;
}
/* end table format 1 */

/* start table format 2 */
table.table_format2 {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-collapse:collapse;
}
table.table_format2 caption {
	font-size:1.3em;
	letter-spacing:.2em;
	color:#2A3B86;
	margin:0px;
	margin-bottom:10px;
	font-weight:bold;
}
table.table_format2 tr td, table.table_format2 tr th {
	padding:4px;
	text-align:right;
	width:10%;
}
table.table_format2 tr.table_format2_title td, table.table_format2 tr.table_format2_title th {
	font-size:1.1em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-collapse:collapse;
	background-color:#EFEFEF;
	color:#2A3B86;
	border-right:none;
	background-color:#EFEFEF;
	font-weight:bold;
}
table.table_format2 tr th {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#EFEFEF;
	color:#2A3B86;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	font-size:1.1em;
}
table.table_format2 tr td:first-child, table.table_format2 tr th:first-child {
	width:20%;
	text-align:left;
}
table.table_format2 tr.table_format2_title td:first-child {
	font-size:1em;
	padding-left:10px;
	font-weight:bold;
}
table.table_format2 tr:nth-child(even) {background: #FFF}
table.table_format2 tr:nth-child(odd) {background: #EFEFEF}

table.table_format2 tr.table_format2_row1, table.table_format2 tr.table_format2_row1 td, table.table_format2 tr td.table_format2_row1 {
	border-top:1px solid #000;
}

/* end table format 2 */

/* start video table format */
table.video_table {
	width:750px;
	border:none;
	margin-bottom:20px;
	border-collapse:collapse;
}
table.video_table td {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
	padding-top:25px
}
table.video_table td.col1 {
	width:280px;
}
table.video_table td.col2 {
	width:auto;
}
table.video_table img {
	border:1px solid #CCC;
	margin:-10px 0px 5px 0px;
	padding:5px;
}
table.video_table a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
table.video_table a:hover {
	text-decoration:none;
	color:#903;
}
table.video_table a .view_video {
	float:left;
	text-decoration:none;
	color:#666;
	font-weight:normal;
	font-size:.9em;
	background-image:url(https://fhs.mcmaster.ca/lib/images/common/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:12px;
	margin-left:5px;
}
table.video_table a:hover .view_video {
	text-decoration:none;
	color:#903;
}
/* end video table format */

/* start table 2 columns / no border */
table.table_2col_noborder {
	width:100%;
	border:none;
}
table.table_2col_noborder tr td {
	width:48%;
	padding:0 4% 1em 0;
	border:none;
	vertical-align:top;
	text-align:left;
}
table.table_2col_noborder tr td:last-child {
	padding-right:0;
}
/* end table 3 columns / no border */

/* start table 3 columns / no border */
table.table_3col_noborder {
	width:100%;
	border:none;
}
table.table_3col_noborder tr td {
	width:32%;
	padding:0 3% 1em 0;
	border:none;
	vertical-align:top;
	text-align:left;
}
table.table_3col_noborder tr td:last-child {
	padding-right:0;
}
/* end table 3 columns / no border */

/* start table 4 columns / no border */
table.table_4col_noborder {
	width:100%;
	border:none;
}
table.table_4col_noborder tr td {
	width:23%;
	padding:0 2% 1em 0;
	border:none;
	vertical-align:top;
	text-align:left;
}
table.table_4col_noborder tr td:last-child {
	padding-right:0;
}
/* end table 3 columns / no border */
