@charset "utf-8";
/* CSS Document */

/*
blue: #1e22aa
30, 34, 170
font-family: "Avenir LT W01 85 Heavy",sans-serif;
*/

.iFrameContainer{
	margin-top: 15px;
}

.squareGraphicsBox {
	float: left;
	margin: 0px;
	width: 300px;
	height: 300px;
	background-position: 50% 50%;
	background-size: 270px 270px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#mediaServicesBtn{
	width: 150px;
	text-align: center;
	padding: 0px 15px;
	background-color: #1e22aa;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 1.1em;
	cursor: pointer;
}