.tab
{
	height: 85px;
	position: absolute;
	top: 130px;
	width: 260px;
}

.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;
	width: 240px;
}

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

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

.callout .callout_text
{
	color: rgb(165, 165, 165);
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -.85px;
	font-size: 24px;
}