/* @group Common Header */
#header2-v2{
	position:relative;
	height:429px;
	width:100%;
	z-index:1;
	color:blue;
	/*background: url(images/layout/page-header-bg.png) right no-repeat;*/
}
#header2-main-v2{
	position:relative;
	top:54px;
	height:375px;
	width:100%;
	background: url(images/layout/page-header-bg-v2.png) right no-repeat;	
}
#headernav .navigation{
	bottom:17px;
}
div#header2-v2 div#odometer {
	right:79px;
	top:12px;
}
#titleandsocial {
	display:block;
	height:56px;
	width:100%;
	background:url("images/layout/page-main-bg-v2.png") repeat-y scroll right center transparent;
}
#subcontent{
	position:relative;
}
/* @end */

/* @group Task List */
.task-row {
	width:960px;
	margin:0 0 0 31px;
	padding:20px 0 0 0;
	position:relative;
}

.task-row .task-right {
	float:right;
	margin-left:59px;
}
.task-row .task-left {
	float:left;
	margin-left:59px;
}
.task-row .panel-top {
	width:410px;
	margin:0;
	padding:0;
	height:31px;
	background: url(images/tasks/panel-top.png) no-repeat;
	
}

.task-row .panel-middle {
	width:410px;
	margin:0;
	padding:0;
	background: url(images/tasks/panel-middle.png) repeat-y;	
}
.task-row .panel-bottom {
	width:410px;
	margin:0;
	padding:0;
	height:31px;
	background: url(images/tasks/panel-bottom.png) no-repeat;
}


.task-text {
	padding:1px 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#7bb141;
	letter-spacing:-1px;
	margin:0 21px;
	display:inherit;
	height:102px;
}

.task-text p{
	color:gray;
	margin-bottom:12px;
	line-height:1.2em;
}

.task-text a{
	text-decoration:none;
	color:#247648;
	border-width:0px;
	border-bottom-width: 1px;
	border-style: dotted;
}

.task-text a:hover{
	text-decoration:none;
	color:#a7c1d7;
}

.task-text .line {
	width:350px;
	height:19px;
	margin:0px 0 0 0px;
	display:block;
	background:url(images/tasks/header_rule.gif) no-repeat;
}


.task-number {
	width:69px;
	height:72px;
	margin:0;
	padding:0;
	float:left;
	position:absolute;
	margin-left:-59px;
}
.task-number#one {
	background:url("images/tasks/task01.png") no-repeat;
}
.task-number#two{
	background:url("images/tasks/task02.png") no-repeat;
}
.task-number#three {
	background:url("images/tasks/task03.png") no-repeat;
}
.task-number#four {
	background:url("images/tasks/task04.png") no-repeat;
}
.task-number#five {
	background:url("images/tasks/task05.png") no-repeat;
}
.task-number#six {
	background:url("images/tasks/task06.png") no-repeat;
}
.task-number#seven {
	background:url("images/tasks/task07.png") no-repeat;
}
.task-number#eight {
	background:url("images/tasks/task08.png") no-repeat;
}
.task-number#nine {
	background:url("images/tasks/task09.png") no-repeat;
}
.task-number#ten {
	background:url("images/tasks/task10.png") no-repeat;
}
.task-number#eleven {
	background:url("images/tasks/task11.png") no-repeat;
}
.task-number#twelve {
	background:url("images/tasks/task12.png") no-repeat;
}
.task-number#thirteen {
	background:url("images/tasks/task13.png") no-repeat;
}
.task-number#fourteen {
	background:url("images/tasks/task14.png") no-repeat;
}

.taskbottom {
	clear:both;
	height:1px;
	font-size:1px;
}

.tasks_container_bot {
	width:933px;
	margin:0 0 0 20px;
	padding:0;
	height:21px;
}

div.entry{
	margin-left:20px;
}
/* @end */
#footer2{
	background: url(images/layout/footer_shadow.png) right no-repeat;	
	height:70px;
	width:1080px;
	margin-left:-11px;
}
