/* ::INTRO:: */
#intro
{
	position: relative;
	top: -7px;
	height: 164px;
	background: url(../../img/home/intro_bg.jpg) no-repeat left bottom;
	z-index: 30;
}
#intro H1
{
	position: absolute;
	top: 20px;
	left: 200px;
	border: none;
	color: #fff;
	text-align: left;
	text-indent: -9999px;
	font-style: italic;
	z-index: 30;
}
#intro A
{
	position: absolute;
	top: 60px;
	left: 444px;
	display: block;
	width: 130px;
	height: 1.2em;
	text-indent: -9999px;
	font-size: 1.5em;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	z-index: 40;
}
#intro P
{
	position: absolute;
	top: 95px;
	left: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	z-index: 20;
	width: 370px;
}


/* ::TASKS:: */
#tasks
{
	margin-top: -7px;
	height: 40px;
	background: #cdcdc1;
}
#tasks P,
#tasks P *
{
	float: left;
	width: 50%;
	display: block;
	color: #fff;
	font-weight: bold;
}
#tasks P SPAN
{
	padding-left: 12px;
}
#tasks P A
{
	width: 134px;
	height: 32px;
	background: url(../../img/home/button.gif) no-repeat;
	text-decoration: none;
	margin-left: -6px;
	padding-top: 8px;
	text-align: center;
}
#tasks P A:hover,
#tasks P A:focus
{
	background: url(../../img/home/button_hover.gif) no-repeat;
}
 
/* ::NEW:: */
.new_items
{
	float: left;
	width: 50%;
}
.new_items UL
{
	margin: 2px 0;
	list-style: none;
}
#content .new_items H2
{
	margin: 0;
	background: #257fff;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1ex;
	font-style: normal;
}

.new_items A
{
	display: block;
	text-decoration: none;
	padding: 3px 12px 3px 12px;
}

.new_items A.odd
{
	background: #f8f8f8;
}

.new_items A:hover,
.new_items A:focus
{
	background: #E0CCFF;
}

.new_items A *
{
	text-align: left;
}

.new_items STRONG,
.new_items SPAN
{
	display: block;
}
.new_items STRONG
{
	height: 1.5em;
	overflow: hidden;
}
.new_items SPAN.more
{
	margin-top: -1.2em;
	text-align: right;
	color: #012AFE;
}

.new_items A.more
{
	display: block;
	background: #ffffd9;
	text-align: right;
	font-weight: bold;
}
.new_items A.more:hover,
.new_items A.more:focus
{
	background: #E0CCFF;
}

#content #jobs H2,
#jobs UL,
#jobs A.more
{
	margin-right: 3px;
}
#content #profiles H2,
#profiles UL,
#profiles A.more
{
	margin-left: 3px;
}
