/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px; 
	margin-bottom: 10px; 
	font-size: 100%; 
	background-color: #CCCC99; 
	border-left: 5px solid #5b4339;  
}

.story p{
	padding: 0px; 
}

.edition{ 
	padding: 2px 0px 0px 0px; 
	margin: 15px 0px 0px 0px; 
	text-align: center; 
}

.story p.company{ 
	padding: 15px 0px 0px 0px; 
	margin: 15px 0px 0px 0px; 
	border-top: 1px dotted #5b4339; 
	font-weight: bold; 
	font-size: 1.2em; 
}

.story p.contact{ 
	padding: 0px; 
	margin: 0px; 
	border-top: none; 
	font-weight: bold; 
}

.story p.address{
	padding: 0px; 
	margin: 0px; 
	border-top: none;
}

.story p.phone{
	padding: 0px; 
	margin: 0px; 
	border-top: none;
	font-style: italic; 
}

.story p.email{
	padding: 0px; 
	margin: 0px; 
	border-top: none;
	font-weight: bold; 
}

.story p.web{
	padding: 0px; 
	margin: 0px; 
	border-top: none;
	font-weight: bold; 
}

.story p.hotlink{
	padding: 0px 0px 0px 5px; 
	margin: 5px 0px 0px 0px; 
	border-top: none;
	font-weight: bold; 
	border-left: 3px double #cc3300;  
}

.story p.btn{
	padding: 0 0 60px 0; 
	margin: 0px; 
	border: 0;
}

.story p.download {
	padding: 0;
	margin: 0;
	border:0;
}




/* overrides decoration from previous rule for hovered links */

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature img.distpartnerNav{
	float: left;
	padding: 0px;
	margin: 0px; 
	border: none; 
}
/* adjust margins to change separation between the feature image and text flowing around it */

td{ 
vertical-align: top; 
}

td.text{ 
width: 100px;  
font-weight: bold; 
padding: 5px;  
}


