#he_search {
	background: white url('/images/page-top-shadow.png') center top no-repeat;
	color: #333;
	width: 980px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* PAGE TITLE */

#page-title-container {
	position: relative;
	left: 50%;
	float: left;
}

#page-title {
	margin-top: 40px;
	position: relative;
	left: -50%;
	float: left;
}

#page-title > img {	
	float: left;
	height: 64px;
	margin-right: 20px;
	margin-top: 5px;
}

#page-title > h1 {
	color: #035273;
	float: left;
	font-size: 32px;
	font-weight: bold;
	line-height: 74px;
	height: 74px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#page-title > h2 {
	background: url('/images/page-title-arrow.png') 0 top no-repeat;
	color: #3C3C3C;
	float: left;
	font-size: 28px;
	font-weight: 300;
	height: 74px;
	line-height: 74px;
	margin: 0;
	margin-left: -20px;
	padding: 0;
	padding-left: 40px;
	vertical-align: middle;
}

#page-title-hr {
	background: white url('/images/hr-drop-shadow-with-clip.png') center top no-repeat;
	clear: both;
	width: 780px;
	height: 64px;
	margin: 0 auto;
	margin-top: -20px;
}

/* MAIN CONTENT */

#page-main-content {
	border-right: 1px solid #C6C6C6;
	clear: both;
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 0 30px;
	width: 579px;
}

#page-main-content h3 {
		color: #83C341;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
		margin-bottom: 20px;
	}
	
#page-main-content p {
	font-size: 14px;
}

#page-main-content ul li {
	font-size: 14px;
}

#page-main-content hr {
	height: 1px;
	border: none;
	outline: none;
	background: #CCC;
	color: #CCC;
	margin: 40px 0;
}

/* SIDEBAR CONTENT */

#page-sidebar-content {
	float: right;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 0 30px;
	width: 280px;
}

#page-sidebar-content > h3 {
	color: #83c341;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

#page-sidebar-content > p {
	font-size: 14px;
}

.post-it-note {
	background: #f6e785 url('/images/press-post-it-note-tape.png') center -11px no-repeat;
	width: 240px;
	padding: 20px;
	box-shadow: #999 0 5px 5px;
	text-align: center;
	margin-bottom: 30px;
	-webkit-transform: rotate(1.5deg);
	-moz-transform: rotate(1.5deg);
}

.post-it-note p {
	color: #333;
	text-shadow: 0 1px 0 white;
	font-size: 14px;
	font-weight: 300;
	margin: 20px 0;
}

.post-it-note a {
	color: #035273;
	font-weight: bold;
	text-decoration: none;
}

.big-button {
	margin-bottom: 40px !important;
}

.big-button a {
	border-radius: 5px;
	background: #1463a8;
	background: -webkit-gradient(linear, left top, left bottom, from(#2577c0), to(#1463a8));
	background: -moz-linear-gradient(top, #2577c0, #1463a8);
	color: white;
	text-shadow: 0 -1px 0 #1463a8;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 20px;
}

.strong {
	font-weight: bold !important;
}