@charset "utf-8";
/* CSS Document */

#newsCntr {
	position: relative;
	width: 780px;
	height: 550px;
	overflow-y: scroll;
	overflow-x: hidden;
	top: 0px;
	left: 0px;
}

#news_story {
	position: relative;
	background-color:transparent;
	top: 0px;
	left: 0px;
}

#news_story p {
	font-size: 12px;
	color: #777;
	font:Arial, Helvetica, sans-serif;
	width: 694px;
	margin-left: 48px;
}

#headerCnr {
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 115px;
}

#contactCnr {
	position: relative;
	clear: both;
	width: 750px;
	background: url(/brands/default/images/cfWindow/np_yre_blue.gif) repeat-y;
}

#hrCnr {
	position: relative;
	clear: both;
	width: 750px;
	height: 4px;
}

#bodyCnr {
	position: relative;
	width: 750px;
	clear: both;
	background: url(/brands/default/images/cfWindow/np_yre_gry.gif) repeat-y;
	border-top: 1px solid #FFF;
}

/************ START: NEWS COPY FORMATTING ************/

.imgAdjust { margin-left: -6px; }

.h1Adjust { 
	width: 694px;
	margin-left: 66px;
	font-weight: 500;
	background: none;
}

h3, #news_story h3 {
  color: #565656;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.034em;
  line-height: 160%;
  width: 694px;
  border-bottom: 1px solid #c7c7c7;
}

#news_story li {
	margin-left: 90px;
	font-size: 12px;
	color: #494949;
}

#rowSpan {
	position: relative;
	clear: both;
}

#rowSpan li {
	margin-left: 70px;
	font-size: 12px;
	color: #494949;
}

#colA {
	position: relative;
	width: 340px;
	float: left;
	clear: left;
}

#imgCapA {
	position: relative;
	width: 352px;
	left: 48px;
	float: left;
	clear: left;
}

#colA p {
	width: 338px;
}

#colB {
	position: relative;
	width: 300px;
	margin-left: 54px;
	float: left;
	clear: right;
}

#imgCapB {
	position: relative;
	width: 352px;
	margin-left: 54px;
	float: left;
	clear: right;
}

#colB p {
	width: 298px;
}

#imgCapA p {
	width: 340px;
	color: #2763B0;
	margin-left: 4px;
}

#imgCapB p {
	width: 340px;
	color: #2763B0;
	margin-left: 4px;
}

/************ END: NEWS COPY FORMATTING ************/

