/* tabset */
.tabset {
	width:660px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
	text-align: left;
}
.tabset li {
	float:left;
	padding:0 0 0 8px;
}
.tabset li:first-child {padding:0}
.tabset li a {
	float:left;
	height:60px;
	text-indent:-9999px;
}
.tab {
	padding:0 0 0 0px;
}
.tabwidth {
	width:400px;
}

#nav1 {
	background:url(images/tab01.jpg) no-repeat;
	width:193px;
}
#nav1.active {background:url(images/tab01-active.jpg) no-repeat}
#nav2 {
	background:url(images/tab02.jpg) no-repeat;
	width:193px;
}
#nav2.active {background:url(images/tab02-active.jpg) no-repeat}
#nav3 {
	background:url(images/tab03.jpg) no-repeat;
	width:250px;
}
#nav3.active {background:url(images/tab03-active.jpg) no-repeat}
/* tab-holder */
.tab-holder {
	background:url('images/bg-tab-info.gif') repeat-x;
	overflow:hidden;
	width:653px
}
.tab-info {
	width:660px;
	padding:10px 15px 0 235px;
	min-height:260px;
	overflow:hidden;
}
#tab1 .tab-info {background:url(images/bg-tab01.jpg) no-repeat}
#tab2 .tab-info {background:url(images/bg-tab02.jpg) no-repeat}
#tab3 .tab-info {background:url(images/bg-tab03.jpg) no-repeat}
* html .tab-info {
	height:260px;
	overflow:visible;
}
.tab-info h2 {
	font:30px/32px Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0 0 9px;
}
.tab-info p {
	font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 17px;
}
.tab-info div p a {
	font:12px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#09c;
	padding:0 10px 0 0;
	background:url(http://creflodollarministries.org/images/arrow01.gif) no-repeat 100% 50%;
	text-decoration:underline;
}
.tab-info div p a:hover {text-decoration:none}
