hr
{
	border-color: #C9D7ED;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	margin: 5px 0px;
}

button, input[type=button], input[type=submit]
{
	cursor: pointer;
}

#pf-logo
{
	width: 222px;
	height: 47px;
}

.main_top
{
	background-image: url('/_static/img/content-heading-blue.png');
	height:46px
}

.main_top div
{
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	line-height: 41px;
	padding: 5px 15px 0px 15px;
}

.main_sub
{
	background-image: url('/_static/img/content-subnav.png');
	height:32px
}

.main_sub .menuWrapper
{
	padding: 0px 10px;
}

.main_sub a
{
	color: #ffffff;
	line-height: 32px;
	text-shadow: 0 0 2px #333333;

	margin: 0px 10px;
	padding: 0px 5px;
}

.main_sub a:hover
{
	background-image: url('/_static/img/content-subnav-hover.png');
}


.page_content .breadcrumb
{
	padding-bottom: 5px;
	border-bottom: 2px solid #C9D7ED;
	margin-bottom: 5px;
}

.page_content .breadcrumb li
{
	color: #626262;
}

.page_content .breadcrumb li a
{
	color: #203FA5;
	padding-right: 10px;
	background-image: url('/_static/img/content-breadcrumb-arrow.png');
	background-position: center right;
	background-repeat: no-repeat;

	text-shadow: #aaaaaa 0px 0px 1px;
}

.page_content a
{
	color: #E57009;
}

.page_content a:hover
{
	color: #E69C5A;
}

#newsletterSignupBox
{
	padding: 10px;

	background-color: #ededed;
	border: 1px solid #8a8a8a;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.emailDiv
{
	text-align: center;
}

.emailBox
{
	width: 256px;
	font-size: 1.3em;
	margin: 5px 0px;
}

.emailSignup
{
	height: 43px;
	width: 128px;
	background-image: url('/_static/img/sign-up_btn.png');
	border: 0;
}

.emailArchive
{
	height: 43px;
	width: 128px;
	background-image: url('/_static/img/archive_btn.png');
	border: 0;
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
color: #4D6DAF;
text-shadow: 0 0 1px #aaaaaa;
font-size: 1.4em;
font-weight: bold;
}

h2 {
font-weight: bold;
font-size: 1.1em;

color: #7994CD;
text-shadow: 0 0 1px #aaaaaa;
}

