/*
@import url("css/variations/stylesheetwidget.css");
*/

.TopPane { background: #6CAEE0 url(images/top_pane_bg.png) no-repeat top left; height: 210px; padding: 30px 25px 16px 450px; border-bottom: #D0E3F2 2px solid; }


.TopPane h3
{
	color: #FFF;
	font-size: 26px;
	font-weight: normal;
}

.TopPane p,
.TopPane a,
.TopPane a:link,
.TopPane a:visited
{
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}

.intro_block
{
	margin-top: 8px;
	float: left;
	border: #EBEBEB 1px solid;
	width: 210px;
	position: relative;
}

.intro_block .head_title
{
	width: 200px;
	height: 23px;
	background: url(images/intro_title_bg.png) repeat-x;
	border-bottom: #EBEBEB 1px solid;
	padding: 0 0 0 10px;
}

.intro_block .head_title h3
{
	padding: 0;
	margin: 0;
	display: inline;
	color: White;
	line-height: 23px;
	font-size: 12px;
	font-weight: bold;
}

.intro_block .c_content
{
	padding: 7px 10px 10px 10px;
}

.intro_block .c_content h4
{
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 115px;
	margin: 0 3px 15px 3px;
	background: no-repeat bottom center;
	/* For IE6 to make header backgroud on top of intro_block */
	position: relative; 
}

.intro_block .c_content p
{
	color: #656565;
}

.intro_block .c_footer
{
	position: absolute;
	bottom: -5px;
	width: 90%;
}

.intro_block .c_footer a
{
	margin: 0;
	padding: 0 10px 10px 12px;
	font-weight: bold;
	background: url('images/list_style_img.jpg') no-repeat left 2px;
}

.intro_block.hr_consulting .c_content h4
{
	background-image: url(images/intro_hr_consulting.jpg);
}

.intro_block.hr_tech .c_content h4
{
	background-image: url(images/intro_hr_tech.jpg);
}
.intro_block.hr_tech,
.intro_block.small_biz
{
	margin-left: 9px;
}
.intro_block.small_biz .c_content h4
{
	background-image: url(images/Logos.gif);
}



