/* CSS Document */
p.content_heading_message {
	font-weight:bold;
	font-size:14px;
	color:#fff
}

/*50 pixel high logos*/
div.edu_logotype50_annual, 
div.edu_logotype50_teacher, 
div.edu_logotype50_student
{
	background:url(/uipics/education/education_icon_sprite.png);
	background-repeat:no-repeat;
	height:50px;
	width:300px;
	margin-top:15px;
	margin-bottom:15px;
}

div.edu_logotype50_annual  			{background-position:-400px  0px}
div.edu_logotype50_teacher			{background-position:-400px  -60px}
div.edu_logotype50_student			{background-position:-400px  -120px}

/*65 pixel high logos*/
div.edu_logotype65_annual, 
div.edu_logotype65_teacher, 
div.edu_logotype65_student
{
	background:url(/uipics/education/education_icon_sprite.png);
	background-repeat:no-repeat;
	height:65px;
	width:370px;
	margin-top:20px;
	margin-bottom:20px;
}

div.edu_logotype65_annual  			{background-position:0px  0px}
div.edu_logotype65_teacher			{background-position:0px  -70px}
div.edu_logotype65_student			{background-position:0px  -140px}

div#edu_hero_1 {
	background:url(/uipics/education/education_hero1.jpg);
	height:316px;
	width:100%;
}

table.edu_pricing_table {
	 width:200px;
}