@import url(/common/css/jhp/typography.css);
@import url(/common/css/jhp/fckStyles.css);

/*Site Specific Styles*/

/*New Local Center Box Images (red header)*/
.box {
	background:url(../images/box_bottom.gif) bottom left no-repeat;
}

.boxBkgrd {
	background:url(../images/box_bkgrd.gif) top left repeat-y;
}

.box h2 {
	background:url(../images/box_top.gif) top left no-repeat;
}

/*New Local Right Hand Box Images (red header)*/
.boxBkgrdRight {
	background:url(../images/box_bkgrd_right.gif) top left repeat-y;
}

.boxRightGrey {
	background:url(../images/box_bottom_right_grey.gif) bottom left no-repeat;
}

.boxRightWhite {
	background:url(../images/box_bottom_right_white.gif) bottom left no-repeat;
}

.box h2.right {
	background:url(../images/box_top_right.gif) top left no-repeat;
}

.box h2.rightGrey {
	background:url(../images/box_top_right_grey.gif) top left no-repeat;
}

.box h2.rightWhite {
	background:url(../images/box_top_right_white.gif) top left no-repeat;
}

a {color:#D21C1B; text-decoration:none;}
a:hover, a:visited:hover {color:#FC5151; text-decoration:underline;}
a:visited {color:#FC5151;}
#promoBox h1, #promoBox2 h1 {color:#D21C1B;}
hr, h1.underline, h2.underline, .leftMenu h2, span.underline, .quoteBox {border-color:#FF0000;}

