/* row 4 styles - main Content Area */

#titleBar {
	float: left;
	width: 465px;
	height: 24px;
	margin-bottom: 5px;
	background: #364D58;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	letter-spacing: .5px
}

#titleBar span {
	line-height: 24px;
	padding-left: 20px;
}

#contentPod {
	float: left;
	width: 465px;
	height: 510px;
	margin-right: 5px;
	background: #172735;
	color: #fff;
	font-size: 11px;
	letter-spacing: .4px;
}

#contentPodWide {
	float: left;
	width: 780px;
	height: 510px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #172735;
	color: #fff;
	font-size: 11px;
	letter-spacing: .4px;
}

#contentPodLocation {
	float: left;
	width: 780px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #172735;
	color: #fff;
	font-size: 11px;
	letter-spacing: .4px;
}

/* venue page specific styles - may break these out to another sheet */
#topArea {
	float: left;
	margin-bottom: 5px;
}

#venuePod {
	float: left;
	width: 465px;
	height: 730px;
	margin-right: 5px;
	background: #000;
	color: #fff;
	font-size: 11px;
	letter-spacing: .4px;
}

#venueTxtBox {
	float: left;
	width: 279px;
	margin-top: 5px;
	padding: 38px 20px 50px 10px;
	background: #474E54;
	color: #fff;
	font-size: 11px;
	letter-spacing: .4px;
}

.venueRow {
	float: left;
	padding: 0px 0px 0px 20px;
	margin-bottom: 5px;
	background: #172735;
	color: #fff;
	font-size: 11px;
	letter-spacing: .4px;
}

.venueTitle{
	float: left;
	width: 240px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

.venueText {
	float: left;
	width: 270px;
}

#venueBody {
	margin: 19px;
	padding-right: 8px; 
	height: 480px;
	overflow: auto;
}
/* venue page specific styles - may break these out to another sheet */


/* Listing Area */
#newsList {
	margin: 19px;
	height: 450px;
	overflow: auto;
}

#newsItemWrapper {
	margin: 19px;
	padding-right: 9px;
	overflow: auto;
	height: 480px;
	width: 436px;
}

.newsTitle {
	font-size: 12px;
	font-weight: bold;
}

.compTitle {
	font-size: 12px;
	font-weight: bold;
	background: #A4BACB;
	padding: 4px;
	margin-bottom: 10px;
	width: 96%;
	color: #000;
}

#compList {
	margin: 19px;
	height: 480px;
	overflow: auto;
}

#newsImg1 {
	padding: 4px;
	float: left;
}

#newsImg2 {
	padding: 4px;
	float: right;
}


#listFooter {
	float: left;
	width: 445px;
	text-align: center;
	background: #1F3346;
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

#previousBox{
	float: left; 
	width: 120px;
}

#txtBox {
	float: left; 
	width: 200px; 
	text-align: center;
}

#nextBox{
	float: right; 
	width: 120px;
}

#graphicBox {
	height: 285px;
}

#bookmarks {
	margin: 15px 0pt 10px;
	padding: 6px;
	width: 100px;
	background: #656565;
	text-align: center;
}

#bookmarks span {
	padding: 0px 3px 0px 3px;
}




#news_pg #news, #venues_pg #venues, #location_pg #location, #contact_pg #contact {
	color: #f33;
}

