@charset "utf-8";
/* CSS Document */

#intropar {
	margin-top:25px;
	padding-left:5px;
	width:45%;
	float:left;
}

#close {
	z-index:25;
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	right:0;
}

#close:hover {
	cursor:pointer;
}

#linkdiv {
	position:absolute;
	border: thin solid white;
	padding:0;
}
#alt {
	float:right;
	margin-right:25px;
	margin-top:375px;
}
#featured{
	top:25px;
	margin-left: 395px;
	width:250px;
	padding-bottom:250px;
	position:absolute;
	height:100px;
	background:#fff;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top: 250px;
	list-style:none;
	padding:0;
	margin-top:0px;
	margin-left:3px;
	width:400px;
}
#featured ul.ui-tabs-nav li{
	float:left; 
	font-size:12px; 
	color:#666; 
	padding: 10px 2px 2px 2px; 
}

#featured ul.ui-tabs-nav li img{
	margin:2px 6px; 
	background:#fff; 
	border:1px solid #eee;
}

#featured ul.ui-tabs-nav li span{
	font-size:11px; 
	font-family:"Times New Roman"; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:inline; 
	height:60px; 
	color:#333;  
	background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	opacity:.6;
	alpha(opacity):60;
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('Images/Content/arrow.png') top center no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#CCC; 
}
#featured .ui-tabs-panel{ 
	width:400px; 
	height:250px; 
	background:#999; 
	position:relative;
}

#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:200px; 
	left:0; 
	height:50px;
	width:400px;
	background: url('Images/Content/trans-bg.png');
}
#featured .info h2{ 
	margin-left:2px;
	font-size:18px; 
	font-family:"Times New Roman"; 
	color:#fff; 
	overflow:hidden; 
}
#featured .info p{ 
	margin-top:1px;
	font-family:"Times New Roman"; 
	font-size:11px; 
	line-height:15px; 
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
