/* Need to import the master.css file for the adPreview page */
@import url(/css/mlj/master.css);

/* Frontpage spotlight box styles */
#spotlightBox {
    background-image: url("/img/mlj/spotlight_backgd.jpg");
    background-repeat: no-repeat;
    color: #333333;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 235px;
    line-height: 15px;
    margin: 0 13px 0 0;
    padding: 5px 0 0 6px;
    white-space: normal;
    width: 300px;
}
#spotlightBox .headline {
	font-family: Arial;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #8C110E;
	line-height: 20px;
text-decoration: none;
 }
#spotlightBox .headline:hover {
text-decoration: underline; 
}
#spotlightBox h3 {
	font-family: Arial;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 15px;
}
#spotlightBox img {
	float: right;
	text-align: left;
}

/* frontpage feature box style */ 
#featureBox
{
	width: 245px;
	height: 227px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #333;
	white-space: normal;
	border: 1px solid #000;
} 
#featureBox .header {
	font-family: Arial;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size : 11px;
	font-weight : bold;
	background: #000;
	color : #FFF;
	line-height : 20px;
	text-indent: 5px;
}
#featureBox h3, .hthree {
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 13px;
	text-decoration:none;
}
#featureBox img {
	padding: 0px;
	margin: 5px;
}
#featureBox p {	
	padding: 0px;
	margin: 0px 5px 0px 5px;
}

