@charset "UTF-8";
/* CSS Document */

p.blurb {
	font-size:18px;
	line-height:26px;
	margin-bottom:40px;
}
.careers-box {
	width:530px;
	height:auto;
	border:1px solid #ccc;
	margin-bottom:30px;
	padding:15px;
}
.careers-box-top {
	width:535px;
	height:33px;
	background-color:#eee;
	margin:-15px 0 15px -15px;
	padding:10px 10px 10px 15px;
}
.careers-box-top h3 {
	display:inline;
	line-height:30px;
}
a.applynow {
	width:130px;
	height:32px;
	background:url(/images/newsite/btn-applynow.png) no-repeat top;
	display:block;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
}
a.applynow:hover {
	background-position:bottom;
}
.perks {
	width:300px;
	height:auto;
	background-color:#e4f3ff;
	border:1px solid #aaceeb;
	margin-top:30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.perks ul, .perks ul li {
	margin:0;
	padding:0;
}
.perks ul li {
	list-style-image:url(/images/newsite/check.png);
	list-style-position:inside;
	padding:8px 5px 8px 15px;
}
.perks ul li.perks-title {
	list-style-type:none;
	list-style-image:none;
	font-weight:bold;
	color:#000;
}
.perks ul li.alt {
	background-color:#cfe1f0;
}
.perks ul li p {
	display:inline;
	margin:0;
}
