/*
	Hotel Newswire article listing
 */
ul.hnw
{
	font-size: 10pt;
	border-bottom: 1px solid #E19B0F;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
ul.hnw li.category
{
	margin-bottom: 3px;
}
ul.hnw .category 
{
	color: #E19B0F;
	text-decoration: none;
	font-size: 80%;
}
ul.hnw li.title
{
	/*background: transparent url(/images/icons/arrow_pointer.gif) no-repeat scroll 0 2px;*/
	line-height: 12pt;
}
ul.hnw li.title a
{
	text-decoration: none;
}
ul.hnw .date
{
	font-size: 80%;
	color: #AAA;
}

/*
	Hotel Newswire article
 */

.hnw h3.category a
{
	color: #E19B0F;
	text-decoration: none;
	font-weight: normal;
}
.hnw h3.category a:hover { text-decoration: underline; }
.hnw h2.title
{
	font-size: 150%;
	margin-top: 5px;
}
.hnw h3.sub-title
{
	margin-top: 4px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #555;
	font-style: italic;
	line-height: 15pt;
	font-size: 11pt;
}
.hnw li.category { 
	margin-bottom: 3px; 
	text-transform: uppercase;
	font-size: 8pt;
}
.hnw .category a
{
	color: #E19B0F;
	text-decoration: none;
	font-size: 90%;
}

/*
	Image properties
 */
img.head-shot
{
	float: left;
	padding-right: 10px;
}
img.property-shot
{
	margin: 0 auto;
	display: block;
}
#article ol
{
	margin-left: 40px;
}

/*
	Lead stories
*/
.lead-story
{
	color: #FFF;
	background-color: #CD6307;
	font-size: 7pt;
	padding: 1px 4px;
	font-weight: bold;
}