
/*****************~ Start of 'toptasks' product ~*****************//*****************~ Hero panel ~***************************/
#contentfullwidth #centrecolumn {
	margin: 0;
}

#homeupper {
	margin: 5px 0 50px 0;
}

#headingtext h1 {
	margin: 10px 0 0;
}

#heropanel .panelinner {
	width: 590px;
	height: 185px;
	position: relative;
	border: 1px solid #cecece;
	background-repeat: no-repeat;
	background-position: left top;
}

#heropanel .panelinactive, #heropanel #tabs li.tabinactive span.arrow {
	display: none;
}
#heropanel .panelbodycontent a {
	text-decoration: underline;
}
#heropanel .whitetext a:hover {
	text-decoration: none;
}
#heropanel .panelbtn a:hover, #heropanel .panelbtn a:active, #heropanel .panelbtn a:focus {
	background: none;
	border: 0;
}
#heropanel #tabs {
	padding: 0;
	margin: 5px 0 0;
	list-style: none;
	border-right: 1px solid #c6c6c6;
	float: left;
}
#heropanel #tabs li {
	float: left;
	position: relative;
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;

}
#heropanel #tabs li.tabactive {
    border: 1px solid #385C4A;
}
#heropanel #tabs li .arrow {
	background: url("../images/heropanel/tab_arrow.png") no-repeat scroll center top transparent;
	display: block;
	height: 18px;
	left: -1px;
	position: absolute;
	top: -17px;
	width: 148px;
}
#heropanel #tabs li .tablink {
    color: #666666;
    float: left;
    height: 39px;
    padding: 10px 5px 5px;
    width: 136px;
}
#heropanel #tabs li .tablink .herotitle {
	font-size:110%;
	text-decoration: none;
	display:block;
	padding-bottom:5px;
}

#heropanel #tabs li .tablink .heroaltlink {
	font-size:95%;
	text-decoration: none;
	display:block;
}

#heropanel #tabs li span.tablink, #heropanel #tabs li .tablink .title, #heropanel #tabs li .tablink .altlink {
	cursor: default;
}
#heropanel #tabs li:hover span, #heropanel #tabs li:hover a:visited {
	color: #fff;
}
#heropanel #tabs li.tabactive .tablink {
    background: none repeat scroll 0 0 #385C4A;
    color: #FFFFFF;
    font-weight: bold;
}
#heropanel #tabs li.tabinactive .tablink:hover {
	background: none repeat scroll 0 0 #385C4A;
    color: #FFFFFF;
    font-weight: bold;
}
.panelbodycontent {
    float: right;
    height: 145px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 33%;
}
.panelbodycontent .panelbtn {
	background: url(../images/heropanel/hero_button_left.png) no-repeat left top;
	bottom: 20px;
	position: absolute;
}
.panelbodycontent .panelbtn span {
	background: url(../images/heropanel/hero_button_right.png) no-repeat right top;
	padding: 0 18px;
	float: left;
}

.panelbodycontent .panelbtn span.tooltip {
	background: 3px 1px url(../images/newwindow.gif) no-repeat;
	float: none;
	padding-right: 0 19px 0 0 !important;
	cursor: pointer;
	height: 12px;
	display: inline-block;

}

.panelbodycontent .panelbtn span span {
	background: url(../images/heropanel/hero_button_mid.png) repeat-x left top;
	padding: 0;
	float: left;
}

.panelbodycontent .panelbtn:hover span span {
	text-decoration: underline;
}

#heropanel .panelbtn a {
	text-decoration: none;
}
#heropanel .panelbtn a:hover, #heropanel .panelbtn a:active {
	text-decoration: none;
	background: none;
	outline: none;
}
.panelbodycontent .buttonleft {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.panelbodycontent .buttonright {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.panelbodycontent .panelbtn span span
{
	float: left;
	min-width: 80px;
	height: 27px;
	padding-top: 12px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.panelbodycontent .buttonabovetab0 {
	left: 0px;
}
.panelbodycontent .buttonabovetab1 {
	left: 147px;
}
.panelbodycontent .buttonabovetab2 {
	left: 294px;
}
.panelbodycontent .buttonabovetab3 {
	left: 441px;
}
.pagination .nocursor {
	cursor: default;
}

/*****************~ End of Hero panel ~***********************/

/* News Feature */
#news {
	float: right;
	border: solid 1px #ccc;

	height: 220px;
	padding: 13px;
	overflow: hidden;
	background-color: #fff;
}
#news .title {
	display: block;
	text-align: right;
	background: url(../../../images/blue_category_arrow_small.jpg) left center no-repeat;
	height: 15px;
	font-size: 116.6%;
	font-weight: normal;
	color: #666;
	padding: 0 0 0 15px;
	float: left;
	margin: 0 0 5px 0;
}
#news .title span {
    color: #385C4A;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    text-decoration: none;
}
#news ul#newsitems span.date {
    display: inline-block;
    float: right;
    color: #666666;
    font-size: 120%;
}
#news ul#newsitems {
    margin: 0 10px 10px 0;
    padding: 0;
}
#news li {
	display: none;
	list-style-type: none; 
}
#news li.first {
	display: block;
}
#news li .newsheader {
	margin: 8px 30px 0;
	font-weight: bold;
	color: #385C4A;
	clear:both;
}
#news li .newsintro {
	margin: 0 30px;
	color: #666666;
}
#news li .newsintro a {
	font-weight: bold;
}
#newsitems li img {
    clear: left;
    float: left;
    margin: 0 0 10px;
    padding: 0;
}


#heropanel {
	float: left;
	margin: 0 0 20px;
}


/*****************~ End of 'toptasks' product ~*****************/
/*****************~ End of 'toptasks' product ~*****************/


/*****************~ End of 'toptasks' product ~*****************/


/*****************~ End of 'toptasks' product ~*****************/

/*****************~ Start of 'home' product ~*****************/
#home {
    clear: both;
    overflow: hidden;
    background-color: #FFFFFF;
}

#home .blocktitle {
    margin: 2em 0 0 0;
}

#home .blocktitle h2 {
    margin: 0;
    color: #111;
    font-size: 140%;
}

#home_slider_container
{
    width:936px;
    margin-left:auto;
    margin-right:auto;
}

#home_slider_container .jcarousel-item {
width: 936px;
}