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

/*Site Specific Styles*/

.box h2.wide {
	background:url(../images/box_top_wide.gif) top left no-repeat;
	width:520px;
}

.boxWide {
	margin:0;
	background:url(../images/box_bottom_wide.gif) bottom left no-repeat;
}

.boxBkgrdWide {
	background:url(../images/box_bkgrd_wide.gif) top left repeat-y;
	float:left;
	width:517px;
}

.siteTitle {
	position:absolute;
	top:-9999em;
	left:-9999em;
}


.interfaceTitlesList {
	float:left;
	clear:both;

	width:498px;
	margin:0 0 2em 0;
}

.title img {
	float:left;
	width:105px;
	
}

.titleContent {
	margin:0 0 0 23%;
}

.titleContent h3 {
	font-size:1.5em;
	font-weight:bold;
	*font-size:1.6em;
}

.titleContent h3 a {
	text-decoration:none;
}

.titleContent h3 a:hover {
	text-decoration:underline;
}

.titleContent h3 a:visited {
	color:#0073a1;
}

.titleContent p {
	margin:0 0 0.5em 0 !important;
	padding:0 !important;
	line-height:1.2em;
}

.titleContent ul {
	list-style:none;
	margin:0 0 0.5em 0 !important;
	padding:0 !important;
}

.titleContent li {
	line-height:1.4em;
}


h2.underline {
	display:block;
	margin:0 0 0.8em 0;
	padding:0 0 0.5em 0;
	border-bottom:3px solid #8abfd4;
	font-size:1.9em;
}

.noBold {
	font-weight:normal;
}

