/**news navigation **/
div#news-navigation-container{
	margin-top: -6px;
	float: left;
	color: #71747b;
}

ul#news-category-links, div#news-links-container {
	width: 203px;
	min-height: 100px;
	padding: 19px 0 0 24px;
	background-color: #e5eaeb;
}

div#news-links-container p {
	margin: 27px 17px 0 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #dcdcdc;
}

div#news-links-container p a {
	display: block;
	padding-left: 20px;
	margin-left: -24px;
	background: url(/_images/news/back-to-list.gif) no-repeat 0 -68px;
}

div#news-links-container p a:hover {
	background-position: 0 -152px;
	color: #2d2f36;
}

ul#news-category-links li, ul#news-category-links li a {
	color: #71747b;
}

ul#news-category-links li a:hover {
	color: #2d2f36;
}

/** drop downs etc **/
form#news-choice{
	width: 203px;
	padding-left: 24px;
	margin: 33px 0 55px 0;
}

form#news-choice legend {
	display: none;
}

form#news-choice select{
	margin: 2px 0 0 0;
}
select.news-selection{
	width: 179px;
}

form#news-choice li{
	margin-bottom: 10px;
}

button#news-submit-button {
	border: 0;
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	vertical-align: top;
	margin-top: 4px;
}

button#news-submit-button:hover, button#news-submit-button.news-submit-button-hover {
	background-position: bottom left !important;
}

button#news-submit-button span {
	display: none;
}

/** News story list navigation, page numbers and next and previous links **/
div#news-navigation-container a {
	color: #71747b;
}

div#news-navigation-container a:hover {
	color: #2d2f36;
}

div#news-navigation-container p {
	padding-left: 24px;
}

div#news-story-navigation h2{
	float: left;
	color: #71747b;
}

div#news-story-navigation{
	width: 595px;
	float: right;
	margin: 49px 16px 50px 0;
	padding: 0 5px;
	height:20px;
}

ul#news-page-numbers{
	width: 263px;
	float: left;
}

ul#news-page-numbers li{
	display: block;
	float: left;
	width: 15px;
	height: 18px;
	padding: 0 0 0 6px;
	color: #71747b;
}

ul#news-page-numbers li a {
	color: #71747b;
}

ul#news-page-numbers li a:hover {
	color: #fff;
}

ul#news-next-prev {
	width: 80px;
	float: left;
}

ul#news-next-prev li {
	margin-left: 0;
	color: #71747b;
}

ul#news-next-prev a {
	color: #71747b;
}

ul#news-next-prev a:hover {
	color: #fff;
}


/**news content **/
ul#news-container, p#news-nonews, div#press-content {
	float: right;
	width: 595px;
	margin: 0 16px 0 0;
	background-color: #f1f2f4;
	padding: 0 5px;
	color: #696d76;
}

p#news-nonews {
	padding-top: 55px;
	padding-bottom: 55px;
}

li.news-story-container{
	width: 595px;
	clear:both;
	min-height: 230px;
}



/** press **/
div#press-content {
	margin-top: 0;
	width: 580px;
	background: url(/_images/news/press-background.jpg) no-repeat;
	padding: 310px 0 0 25px;
	background-color: #f2f1d4;
}

div#press-content dl dt {
	float: left;
	width: 180px;
}

div#press-content dl dd {
	float: left;
	width: 360px;
	padding-bottom: 1.3em;
}

div#press-content dl dd.last {
	padding-bottom: 50px;
}

div#press-content a {
	color: #71747b;
}

div#press-content a:hover {
	color: #2d2f36;
}



/**news story links**/
div.news-story a{
	color: #71747b;
}

div.news-story a:hover{
	color: #2d2f36;
}

div.news-story h2 a{
	color: #2d2f36;
}

div.news-story h2 a:hover{
	color: #000;
}
div.news-story h2, div.news-story p{
	padding-bottom:10px
}

div.news-category{
	width: 283px;
	min-height: 43px;
	margin-right: 5px;
	padding: 20px 0 0 15px;
	float: left;
	background-color: #71747b;
}



.news-date{
	color: #ffffff;
}

div.news-story{
	width: 283px;
	margin-right: 5px;
	margin-top: -60px;
	padding: 25px 0 15px 15px;
	float: left;
}

.news-image{
	float: right;
	width: 293px;
	height: 120px;
}

a#news-feed{
	background: url('/_images/icons/rss.gif') no-repeat bottom right;
	padding-right: 20px;
}

a#news-feed:hover{
	color: #fff !important;
}




/** story page **/
div#news-navigation-container {
}

div#news-story {
	width: 605px;
	min-height: 363px;
	margin: 119px 16px 0 0;
	padding-bottom: 50px;
	color: #696d76;
	background-color: #f1f2f4;
	float: right;
}

div#news-story img.news-story-image {
	margin: 10px 0 10px 16px;
}

div#news-story div.news-story-header {
	min-height: 43px;
	margin: 0 5px 0 5px;
	padding: 20px 0 0 15px;
	color: #fff;
	background-color: #71747b;
}

div#news-story div.news-story-header p {
	margin: 0 !important;
}

div#news-story p {
	margin: 10px 19px 0 19px;
}

div#news-story-downloads-links {
	clear: both;
	float: right;
	width: 567px;
	margin-right: 16px;
	padding: 27px 19px 65px 19px;
	border-top: 1px solid #dbdfe6;
	background-color: #fff;
	color: #696d76;
}

div#news-story-downloads-links h3 {
	font-weight: bold;
	margin-bottom: 1em;
}

div#news-story-downloads-links a {
	color: #696d76;
}

div#news-story-downloads-links a:hover {
	color: #2d2f36;
}

div#news-story-downloads-links div.column-container {
	width: 280px;
	float: left;
}

div#news-story-downloads-links li {
	padding-bottom: 1em;
}

div#news-story-imagery, div#news-story-video {
	padding: 0 20px 30px 20px;
}

div#news-story-imagery, div.news-story-video-no-imagery {
	margin-top: 40px !important;
}

div.news-story-imagery-video {
	border-bottom: 1px solid #dbdfe6;
}

div#news-story-imagery h3 {
	margin-bottom: 10px;
}

div#news-story-imagery ul {
	list-style: none;
	margin-left: 0;	
}

div#news-story-video h3 {
	margin: 28px 0 10px 0;
}

div#news-story-imagery ul li, div#news-story-video ul li {
	float: left;
	margin-right: 2px;
}

div#news-story-imagery ul li a:hover, div#news-story-video ul li a:hover {
	opacity: .7;
	filter: alpha(opacity=70); /* needed for IE6+7 */
}
