/* CSS Document */
td {
	font-family:Tahoma;
	font-size:11px;
	color:#323232;
	line-height:15px;
}

a:link {
	font-size:11px;
	color:#d01e1e;
	text-decoration: underline;
}
a:visited {
	font-size:11px;
	color:#d01e1e;
	text-decoration: underline;
}
a.red16:hover {
	font-size:16px;
	color:#d61818;
	text-decoration: none;
}
a.red16:active {
	font-size:16px;
	color:#d61818;
}
a.red16:link {
	font-size:16px;
	color:#d61818;
	text-decoration: underline;
}
a.red16:visited {
	font-size:16px;
	color:#d61818;
	text-decoration: underline;
}
a.red16:hover {
	font-size:16px;
	color:#d61818;
	text-decoration: none;
}
a:active {
	font-size:11px;
	color:#4d4d4d;
}
.tahomawhite11bold {
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight: bold;
}
.tahomawhite18bold {
	font-family:Tahoma;
	font-size:18px;
	color:#ffffff;
}
.tahomawhite11{
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
}
.tahomagrey11bold{
	font-family:Tahoma;
	font-size:12px;
	color:#4d4d4d;
	font-weight: bold;
}
.tahomaRed12bold{
	font-family:Tahoma;
	font-size:12px;
	color:#d61818;
	font-weight: bold;
}
.tahomagrey16bold{
	font-family:Tahoma;
	font-size:16px;
	color:#4d4d4d;
	font-weight: bold;
}
.tahomaRed16bold{
	font-family:Tahoma;
	font-size:16px;
	color:#d61818;
	font-weight: bold;
}
.tahomaRed34bold{
	font-family:Tahoma;
	font-size:34px;
	color:#d61818;
	font-weight: bold;
}
.tahomagrey26bold{
	font-family:Tahoma;
	font-size:26px;
	color:#4d4d4d;
	font-weight: bold;
}
.footer {
	font-family:Tahoma;
	font-size:11px;
	color:#6d6d6d;
}
.footerlink {
	font-family:Tahoma;
	font-size:10px;
	color:#323232;
}

#featured{ 
	width:800px; 
	position:relative; 
	height:384px; 
	background:#fff;
}
#featurednav{ 
	width:800px; 
	position:relative; 
	height:384px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	list-style:none; 
	width:40px; 
}
#featured ul.ui-tabs-nav li{ 
	/*padding:1px 0; padding-left:13px;  */
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	/*padding:2px; */
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	/*height:60px; */
	color:#333;  background:#fff; 
	/*line-height:20px;*/
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:red;
}
#featured .ui-tabs-panel{ 
	width:800px; height:384px; 
	background:#fff; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; 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; 
}
