@charset "UTF-8";
/* Home page 2014 */

#boxcontainer {
	width:525px;
}

#box1, #box2, #box3, #box4 {
	float:left;
	display:inline;
	width:250px;
	height:175px;
	margin:0 25px 25px 0;
}
	#box2, #box4 {
		margin-right:0;
	}

#box1 a, #box2 a, #box3 a, #box4 a {
	display:block;
	width:250px;
	height:175px;
	margin:0;
	padding:0;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
	#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover {
		background-position:0 -175px;
	}
#box1 a {
	background-image:url(../Images/Homepage/box_01.jpg);
}
#box2 a {
	background-image:url(../Images/Homepage/box_06.jpg);
}
#box3 a {
	background-image:url(../Images/Homepage/box_10.jpg);
}
#box4 a {
	background-image:url(../Images/Homepage/box_05.jpg);
}

/* Twitter feed */
#hp_twitter {
	margin:3px auto;
}
/* Twitter box */
#hp_twitterbox h3 {
	margin-bottom:10px;
	font-size:21px;
	border-bottom:1px solid #646464;
}
#hp_twitter p {
	line-height:1.25;
}










/* End */