.tabpadding
{
	padding:10px;	
}



/* =============================================TAN TABS============================================== */
#tantabs
{
	
	
}
#tantabs ul
{
	margin: 0;
	list-style: none;

}
#tantabs li
{
	float: left;
	background: url( "../images/l-tab-white.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#tantabs a
{
	float: left;
	display: block;
	background: url( "../images/r-tab-white.gif" ) no-repeat right top;
	padding: 1px 15px 0px 6px;/*5px 15px 4px 6px;*/
	text-decoration: none;
	font-weight: bold;
	color: #765;
}
/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#tantabs a
{ 
	float: none;
}
/* End IE5-Mac hack */
#tantabs a:hover
{
	color: #333;
}
#tantabs .selected
{
	background: url( "../images/l-tab-tan.gif" )  no-repeat left top;
	border-width: 0;
}
#tantabs .selected a
{
	background: url( "../images/r-tab-tan.gif" ) no-repeat right top;
	color: #333;
	padding: 1px 15px 0px 6px;
	
}

.tancontentstyle
{
	border: 8px solid #E5D1AB;	
	width: 960px;
	margin-bottom: 1em;
	/*float:left;*/
	float:none;
}

.tanbackgroundcolor
{
	background-color: #FFFDE9;
}

/* ============================================BLACK TABS============================================= */
#blacktabs
{
	
}
#blacktabs ul
{
	
	margin: 0;
	list-style: none;
}
#blacktabs li
{
	float: left;
	background: url( "../images/l-white-tab.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#blacktabs a
{
	float: left;
	display: block;
	background: url( "../images/r-white-tab.gif" ) no-repeat right top;
	padding: 1px 15px 0px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000;/*#765;*/
}
/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#blacktabs a
{
	float: none;
}
/* End IE5-Mac hack */
#blacktabs a:hover
{
	color: #333;
}
#blacktabs .selected
{
	background: url( "../images/l-black-tab.gif" )  no-repeat left top;
	border-width: 0;
}
#blacktabs .selected a
{
	background: url( "../images/r-black-tab.gif" ) no-repeat right top;
	color: #FFF;
	padding: 1px 15px 0px 6px;
	
}
.blackcontentstyle
{
	border: 8px solid #000;
	width: 920px;
	margin-bottom: 1em;
	float:left;
}

.blackbackgroundcolor
{
	background-color: #FFFDE9;	
}

/* ============================================GOLD BOXES============================================= */
#goldboxes
{
	
}
#goldboxes ul
{
	
	margin: 0;
	list-style: none;
}
#goldboxes li
{
	float: left;
	background: url( "../images/goldbox-red-box.gif" ) no-repeat left top;
	margin: 0 15px 0 0;
	padding: 0 0 15px 35px;
}
#goldboxes a
{
	float: left;
	display: block;
	background: url( "../images/goldbox-red-line.gif" ) no-repeat right top;
	padding: 5px 0px 5px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000;/*#765;*/
}
/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#goldboxes a
{
	float: none;
}
/* End IE5-Mac hack */
#goldboxes a:hover
{
	color: #333;
}
#goldboxes .selected
{
	background: url( "../images/goldbox-gold-box.gif" )  no-repeat left top;
	border-width: 0;
}
#goldboxes .selected a
{
	background: url( "../images/goldbox-gold-line.gif" ) no-repeat right top;
	color: #FFC429;
	padding: 5px 0px 5px 6px;
	
}
.goldcontentstyle
{
	padding-left:1em;
	padding-right:1em;
	margin-bottom:1em;	
	float:left;
}

.goldbackgroundcolor
{
	background-color: #FFFDE9;	
}
