﻿/* START: content tabs */

div.tab-nav-wrapper
{
	background: url("img/tab-nav-ul.gif") bottom left repeat-x;
	padding: 1px 0 0;
}

#bt-home-app
{
	padding:0 0 0 44px;
}


ul.tab-nav li
{
	font-size: 11px !important;
	line-height: 16px !important;
	font-weight: bold;
	float: left;
	margin: 0 0 0 2px;
	background: url("img/tab-nav-li.gif") top right no-repeat;
}

ul.tab-nav li:first-child
{
	margin: 0;
}

ul.tab-nav li span
{
	display: block;
	float: left;
	padding: 2px 10px 3px 6px;
}

ul.tab-nav li a
{
	display: block;
	float: left;
	padding: 2px 10px 3px 6px;
}

ul.tab-nav li span
{
	padding: 2px 10px 4px 5px;
}

ul.tab-nav li.active a
{
	color: #900;
}

ul.tab-nav li a:hover
{
	color: #900;
}

ul.tab-nav li.active
{
	border-left: 1px solid #999;
	background: #fff url("img/tab-nav-li-active.gif") top right no-repeat;
}

#tab-content
{
	width: 459px;
	float: left;
}

#tab-content .tab-panels
{
	padding-top: 21px;
}

/* END: content tabs */
/* BEGIN: sliders */

.two-col .slider-col
{
	float: left;
	width: 214px;
	background: url(img/dotted-line.gif) repeat-x;
}

.two-col .right-col
{
	margin-left: 29px;
}

.staticlink
{
	background: url(img/dotted-line.gif) repeat-x bottom;
	line-height:12px;
}

.slider
{
	background: url(img/dotted-line.gif) repeat-x bottom;
	line-height:12px;
}

.staticlink a.head
{
	display: block;
	padding: 7px 0px 7px 16px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	
	/* give the link 'layout' in ie6, so that the + sign is clickable
	   (see haslayout.net/haslayout#zoomExplained) */
	_zoom: 1;
}

.slider a.head
{
	display: block;
	padding: 7px 0px 7px 16px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	
	/* give the link 'layout' in ie6, so that the + sign is clickable
	   (see haslayout.net/haslayout#zoomExplained) */
	_zoom: 1;
}

.slider a.head
{
	background: url(img/filled-arrow-right.gif) no-repeat 0px 7px;
}

.staticlink a.head
{
	background: url(img/icon-link.gif) no-repeat 2px 9px;
}

.slider a.active
{
	background-image: url(img/filled-arrow-down.gif);
}

ul.socialMedia-list
{

padding-left: 17px;
padding-bottom: 8px;
	
}

a.socialMedia
{

float:right;
	
}

.slider ul.link-list
{
	/* cache minus.gif */
	background: url(img/filled-arrow-down.gif) no-repeat -5000px -5000px;
	padding-left: 17px;
	padding-bottom: 8px;
}


/* END: sliders */
/* BEGIN: navigation */

#navi-list
{
	float: left;
	padding-left: 44px;
	width: 188px;
}

/* END: navigation */
/* BEGIN: news box */

#news-box
{
	float: left;
	margin-left: 44px;
	width: 188px;
	height: 320px;
}

/* END: news box */
/* clearfix hack */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


