/* News Listing Styles */

div.newsEntry {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #999999;
}

div.firstEntry {
	padding: 0px 0px 20px 0px;
	border-top: none;
}

.newsLogoRight {
	float: right;
	margin: 0px 0px 0px 20px;
	
}

div.newsEntry .picRight {
	margin: 20px 0px 0px 15px;
}

.newsEntry h2 {
	clear: none !important;
	margin: 0px 0px 8px 0px !important;
	padding: 10px 0px 0px 0px !important;
}

.newsEntry p { 
	margin: 0px 0px 10px 0px !important;
}

.newsEntry .dateText {
	clear: none;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	line_height: 15px;
	color: #999999;
}

.newsEntry .dateSubText {
	clear: none;
	margin: 0px 0px 15px 0px;
	font-size: 10px;
	line_height: 13px;
	color: #999999;
}

.newsEntry .dateSubTextRight {
	display: inline;
	float: right;
	clear: none;
	margin: 0px 0px 15px 0px;
	font-size: 10px;
	line_height: 13px;
	color: #999999;
}
.newsEntry .dateSubTextRight a, .newsEntry .dateSubTextRight a:visited {
	color: #000000;
}
.newsEntry .dateSubTextRight a:hover {
	color: #488ac8;
}

.newsEntry .newsBookPanel {
	position: relative;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/news/book_panel_bg.gif");
	background-repeat: no-repeat;
	height: 58px;
}

.newsEntry .newsBookPanel img.bookMessage {
	margin: 20px 0px 8px 15px;
	padding: 0px 0px 0px 0px;
}

.newsEntry .newsBookPanel .shareThis {
	position: absolute;
	left: 480px;
	top: 15px;
}

.newsEntry .newsBookPanel .addThis {
	position: absolute;
	left: 440px;
	top: 20px;
}

#attractionNews {
	display: block;
	margin: 0px 0px 10px 0px;
}

#attractionNews div.newsEntry {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: none;
}

#attractionNews div.firstEntry {
	padding: 0px 0px 10px 0px;
	border-top: none;
}

#attractionNews h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-size: 15px;
	line_height: 17px;
}

#attractionNews p, #attractionNews ul, #attractionNews ol {
	margin: 0px 0px 6px 0px !important;
}

/* PDF Download Buttons */

.pdfButtons {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	/*overflow: hidden;*/
}

.pdfButtons dt {
	display: none;
}

.pdfButtons dd {
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 38px;
}

* html .pdfButtons dd {
	width: 10px;
}

.pdfButtons dd.pdfButton a, .pdfButtons dd.pdfButton strong {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 38px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}

.pdfButtons dd.pdfButton span.buttonLeftEdge {
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 49px;
	height: 38px;
	background-image: url("/images/news/pdf_button_left.gif");
	background-repeat: no-repeat;
}

.featureBoxFullWidth .pdfButtons dd.pdfButton span.buttonLeftEdge {
	background-image: url("/images/news/pdf_button_grey_left.gif");
}

.pdfButtons dd.pdfButton a {
	background-image: url("/images/news/pdf_button_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
.featureBoxFullWidth .pdfButtons dd.pdfButton a {
	background-image: url("/images/news/pdf_button_grey_right.gif");
}
.pdfButtons dd.pdfButton a, .pdfButtons div.pdfButton a:visited {
	color: #000000;
	text-decoration: none;
}
.pdfButtons dd.pdfButton a:hover {
	color: #000000;
	text-decoration: underline;
}

.pdfButtons dd.pdfButton span.buttonContent {
	display: block;
	margin: 0px 15px 0px 50px;
	padding: 0px 0px 0px 0px;
	height: 38px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 40px;
}
* html .pdfButtons dd.pdfButton span.buttonContent {
	width: 10px;
}
