.tab
{
	height: 45px;
	position: absolute;
	top: 130px;
}

.tab .spacer
{
	background-color: rgb(204, 102, 0);
	float: left;
	height: 100%;
	width: 20px;
}

.tab .content
{
	background-image: url('../images/tab_transparency.png');
	color: rgb(255, 255, 255);
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 100%;
	letter-spacing: -1px;
	line-height: 30px;
}

.tab .content .sectiontitle {
	font-size: 100%;
	margin: 0;
	padding: 10px 15px;
}

.callout
{
	width: 375px;
	float: right;
	overflow: hidden;
}

.callout .callout_header
{
	background-color: black;
}

.callout .callout_text
{
	background-color: rgb(212, 160, 0);
	color: rgb(255, 255, 255);
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 18px;
	padding: 10px;
}