/* LARGE BUTTONS*/
/* ---------------------------------------------------------------------------------------------------*/
.large_buttons {
	float: right;
	width: 319px;
	margin-top: 5px;
	margin-left: 5px;
}
.large_buttons a {
	color: #FFF;
	text-decoration:none;
	font-size: 18px;
	font-weight: normal;
	display: block;
	width: 299px;
	padding: 16px 10px;
	background: #3391c1;
	margin-bottom:4px;
}

.large_buttons a:hover {
	background: #0075b2;
	cursor: pointer;
}

/* SLIDESHOW*/
/* ---------------------------------------------------------------------------------------------------*/
#slideshow {
    position:relative;
    height:278px;
	width:564px;
	float: left;
	margin-top:5px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	height:278px;
	width:564px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* NEWS AND BOXES*/
/* ---------------------------------------------------------------------------------------------------*/
#boxes{
	font-size: 12px;
	line-height: 17px;
}

#boxes a{color: #3391c1;}
#boxes a:hover, #news-box h3 a:hover{
	color: #333;
	text-decoration: underline
}

#boxes p{padding: 5px;}

#news-box{
	border: 1px solid #cacaca;
	width: 210px;
	height: 110px;
}
#news-wrapper{
	float: left;
	width: 210px;
	margin-top: 5px;
	margin-right: 5px;
}

#news-box li{
	background:url(../images/home/bullet-arrow.jpg) no-repeat;
	padding-left: 13px;
	margin-top: 5px;
	margin-left: 5px;
}
	
#news-box a{color: #666;}
#news-box a:hover{color: #3391c1;}


#service-box{
	border: 1px solid #cacaca;
	width: 162px;
	height: 165px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

#service-box-last{
	border: 1px solid #cacaca;
	width: 162px;
	height: 165px;
	float: left;
	margin-top: 5px;
}

#news-box h3, #service-box h3, #service-box-last h3{
	border-bottom: 1px solid #cacaca;
	padding: 5px;
}

#news-box h3 a, #service-box h3 a, #service-box-last h3 a{
	text-decoration:none;
	color: #0075b2;
}