/* Press Releases */
/* SEC Filings */
#pressReleases a p,
#secFilings a p{ text-decoration:underline; }
#pressReleases h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 15px 0 1px 0;
	width: 550px;
	border-bottom: solid 1px #999;
	color: #5fabe1;
}
#pressReleases h5 {
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 0 5px 0px;
	margin: 0;
}
#pressReleases .year {
	float: left;
	width: 510px;
}

#pressReleases .col_left { 
	float: left; 
	width: 190px; 
} 
#pressReleases .col_right { 
	float: left; 
	width: 190px; 
} 


/* Senior Management 
   - this mostly overrides things from core.css */
#seniorManagement .vcard .text{
	float:left;
	margin:10px 0;
	width:415px;	
}
#seniorManagement .vcard img{ 
	float:left;
	margin-top:10px;
}
#seniorManagement p{margin-left:20px}
#seniorManagement .vcard h4{ margin:0 0 0 20px; }
#seniorManagement .vcard .note{ margin:0; }

/* Whistleblower Report Form */
#whistleblowerForm{ margin:30px; }
#whistleblowerForm fieldset legend{ height:1.2em; }
#whistleblowerForm fieldset label{
	position:relative;
	top:-16px;
	left:435px;
}
#whistleblowerForm textarea{
	float:right;
	height:300px;
	margin-right:30px;
	width:435px; 
}
.submitButton{ 
	clear:both; 
	float:right; 
	margin:5px 30px 0 0;
}

#about ul {
	float: left;
	width: 180px;
}

#overViewMap {
	float: left;
	width: 313px;
	height: 278px;
}
#corpOffice {clear: both}

/* Property Map (Google maps) */
#map {
	border:thin solid #5FABE1;
	clear:both;
	height:400px;
	margin:20px;
	width:535px;
}
#map div{ margin:0; }

#map a.ntsMapMarkers {
	color: blue;
	text-decoration: none;
}

#map a.ntsMapMarkers:hover {
	text-decoration: underline;	
}

