.ui-tabs .ui-tabs-hide {
     display: none;
}
#tabs {
	width:944px;
	position:relative;
	left:-8px;
	height:230px;
	overflow:hidden;
	margin-bottom:15px;
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/tabs-bg.png) no-repeat;
}
* html #tabs {
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/tabs-bg-ie.png) no-repeat;
	left:-9px;
}
#tabs .padding {
	padding:8px 0;
}
#tabs ul.btns {
	margin:0;
	list-style:none;
	width:944px;
	float:left;
	width:201px;
}
#tabs ul.btns li {
	margin:0;
	overflow:hidden;
	width:203px;
	height:55px;
}
#tabs ul.btns li a img {
	height:55px;
	width:190px;
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/tabs.png) no-repeat;
}
#tabs ul.btns li a.a img {background-position:0 0;}
#tabs ul.btns li a.b img {background-position:0 -55px}
#tabs ul.btns li a.c img {background-position:0 -110px}
#tabs ul.btns li a.d img {background-position:0 -165px}

#tabs ul.btns li.selected a img {width:203px;}
#tabs ul.btns li.selected a.a img {background-position:-190px 0;}
#tabs ul.btns li.selected a.b img {background-position:-190px -55px}
#tabs ul.btns li.selected a.c img {background-position:-190px -110px}
#tabs ul.btns li.selected a.d img {background-position:-190px -165px}

#display {
	float:left;
	width:486px;
}
#mission {
	float:right;
	width:225px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style: italic;
	font-size:15px;
}
#mission .padding {
	padding:10px 10px 10px 0;
}
#mission h2 {
	font-weight:bold;
	font-style: normal;
}

