html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0px;}
body{
     	font: 95% arial,helvetica,sans-serif;
	margin: 0 auto;	
}

/***** HTML **********/
p{ padding: 5px; }

a{color:#06c;}

a:hover{color:#FF9900;}

img {vertical-align:middle; border:0px;}

strong{font-weight:bold;}
/**** ClearFix Hack ****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}
a.flaslink {text-decoration:none;}

/**** Wrapper ****/
.left {
	float: left;
	width: 660px;
}

.right {	
	float: right;
	width: 320px;
}


/**** Featured Articles ****/
.featured {
	background:url(flashbg.jpg) no-repeat;
	padding:15px;
	width:590px;
}

.featured-article-content .title, .featured-mini-content .title {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

#controls {
	position: absolute;
	float: left;
	margin-left:5px;
	z-index: 1000;
	width: 610px;
	padding-top: 95px;
}

#controls a{border:0px;}

	#controls #next, #controls #prev {
		text-indent: -9000px;
		width: 48px;
		height: 48px;
		display: block;
	}

	#controls #prev {
		background: url(prev_.png) no-repeat;
		float: left;
	}

	#controls #next {
		background: url(next_.png) no-repeat;
		float: right;
	}


#featured-slideshow {
	position: relative;
	width: 590px;
	height: 260px;
	border:#333333;
	clear:both;
}


.featured-article {
	display: block;
	width: 590px;
	height: 250px;
	border: none !important;
}

.featured-article-content, .featured-mini-content {
	position: relative;
	top: 165px;
	overflow: hidden;
	background: url("overlay.png");
	height: 85px;
	color: #a7a7a7;
	padding: 0;
	display: block;
}

	.featured-article-content .title {
		color: #fff;
		padding: 10px 15px 5px;
		display: block;
	}

	.featured-article-content span {
		padding: 0 15px;
		margin: 0;
		display: block;
		color:#eee;
	}

.featured-mini {
	width: 200px;
	height: 100px;
	display: block;
}

.featured-mini-content {
	top: 55px;
	height: 45px;
	display: block;
}

	.featured-mini-content .title {
		color: #fff;
		font-size: 14px;
		padding: 5px 10px;
		display: block;
	}