/*
============================
===== HOMEPAGE STYLING =====
============================
*/
#headerImage {
	background: url(../_img/class.jpg);
	height: 152px;
	width: 700px;
}
#strapline {
	background: url(../_img/blue_bar.gif) no-repeat;
	color: #fff;
	font-size: 1.7em;
	padding: 18px 0 15px 15px;
	letter-spacing: -1px;
	width: 421px;
	float: left;
}

/* ----------------------------------------------------------- PANELS STYLING */
#panel_when, #panel_where, #panel_who {
	float: left;
	height: 173px;
	width: 111px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 40px 10px 0 10px;
	margin: 0 15px 0 0;
	color: #666666;
}
#panel_when a, #panel_where a, #panel_who a { color: #004d1f; }
#panel_when a:hover, #panel_where a:hover, #panel_who a:hover {
	background: #004d1f;
	text-decoration: none;
	color: #fff;
}
#panel_when { background: url(../_img/panel_when.jpg) no-repeat; }
#panel_where { background: url(../_img/panel_where.jpg) no-repeat; }
#panel_who { background: url(../_img/panel_who.jpg) no-repeat; }

/* ----------------------------------------------------------- CONTACT BOX STYLING */
#paper {
	background: url(../_img/paper.jpg);
	height: 271px;
	width: 218px;
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 50px 0 0 40px;
}
#paper #topLine {
	margin: 0 0 10px 0;
	width: 180px;
	font-size: 0.8em;
	font-weight: bold;
}
#paper .telNumber {
	font-weight: bold;
	font-size: 1.5em;
}
#paper .small {
	font-size: 0.7em;
}
#paper a {
	color: #ff2f01;
	text-decoration: underline;
}
#paper a:hover {
	background: #ff2f01;
	text-decoration: none;
	color: #fff;
}