
/*GLOBAL STYLES*/

.right_box .ImmControlAlign_Left {
	float: none;
	clear: none;
	margin-right: 7px;
}

.right_box .ImmControlAlign_Right {
	float: none;
	clear: none;
	margin-left: 7px;
}

h1 {
	font-size: 2.1em;
}

a {
	color: #008fd5;
}

	a:hover {
		color: #00B0FF;
		text-decoration: none;
	}

/*END GLOBAL STYES*/


#container { /*Global styles which affect the whole 'container' DIV */
	font-family: Helvetica;
	font-size: 0.9em;
}

#centre_column {
	line-height: 1.6em;
}

	#centre_column p {
		margin-bottom: 20px;
	}
	
#mast_head_print { /*hidden mast-head for printing purposes*/
	display: none;
}

#mast_head:hover {
	cursor: pointer;
}

#mast_head_nav li{ /*Font sizes for the main top navigation*/
	border: 1px solid #FFF;
	border-right: none;
	font-size: 1.2em;
	font-weight: 500;
	color: #FFF;
}

	/*Background colors for main top navigation*/
	#nav_home {
		/*background-color: #5b5836;*/
		background-image:url(../../images/hhc_home_nav_bg.gif);
		background-repeat: no-repeat;
		background-position: 0% 100%;
	}
	 
		#nav_home:hover { /*on hover, move the background image to show highlighted version*/
			/*background-color: #87824e;*/
			background-position: 0% 0%;
		}
	
	#nav_about_us {
		background-color: #9194b6;
	}
	
		#nav_about_us:hover {
			background-color: #a3a8e2;
		}
	
	#nav_visit_us {
		background-color: #00788a;
	}
	
		#nav_visit_us:hover {
			background-color: #03a9c2;
		}
	
	#nav_our_collections {
		background-color: #cf7019;
	}
	
		#nav_our_collections:hover {
			background-color: #f1831e;
		}
	
	#nav_learning {
		background-color: #c3b600;
	}
	
		#nav_learning:hover {
			background-color: #e1d203;
		}
	
	#nav_whats_on {
		background-color: #65c8c6;
	}
	
		#nav_whats_on:hover {
			background-color: #70edea;
		}
		
#breadcrumbs { /*background color for breadcrumb trail*/
	background-color: #e4e4e0;
	font-size: 0.75em;
}

	#breadcrumbs a {
		color: #000;
	}

.left_box { /*left boxes in the left hand column...*/
	background-color: #e4e4e0;
}

.box_title { /*Box titles within left boxes...*//*adding the triangle search button to the right box...*/
	color: #FFF;
	font-weight: normal;
	background-color: #aba28d;
	font-size: 1.3em;
}

.right_box .box_title, .right_box.search, .news_box .box_title  {
	background-image: url(../../images/hhc_triangle_button.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
}

.news_box .box_title a {
	display: block;
}

.news_box .box_title a, .news_box .box_title a:hover {
	color: #FFF;
	text-decoration: none;
}

.right_box { /*All the right boxes have white text*/
	color: #FFF;
}

	.right_box a {
		color: #FFF;
		display: block;
		text-decoration: none;
	}

		.right_box a:hover {
			text-decoration: none;
		}

.right_box.search { /*'Search our collection' in the right column'*/
	color: #000;
	background-color: #E4E4E0;
	font-weight: 700;
}

	.right_box.search a {
		color: #000;
	}

.orange, .orange .box_title { /*orange coloured right box*/
	background-color: #CF7019;
}

.green, .green .box_title { /*green coloured right box*/
	background-color: #C3B600;
}

.blue, .blue .box_title { /*blue right box*/
	background-color: #00788A;
}

.turq, .turq .box_title { /*blue right box*/
	background-color: #65c8c6;
}

.e_newsletter {
	background-image: url(../../images/hhc_mail_icon.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

	.e_newsletter a {
		display: block;
		color: #000;
		font-weight: 700;
	}
	
		.e_newsletter a:hover {
			text-decoration: none;
		}
	
#footer {/*footer styles...*/
	text-align: center;
	font-size: 0.7em;
	color: #008fd5;
}

#affiliated_links img {
}
