﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: 13px solid #D6E8EA;
/*border-bottom-width: 6px;*/
width: 609px; /*width of featured content slider*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
background: #C2DCAD;
width: 609px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 200px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width:590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #D6E8EA;
padding: 0px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
/* Front page slides */

.insights	
{
	background-image: url('../images/insights_bg.png');
	background-position: 200px 0px;
	background-repeat: no-repeat;
	height: 200px;
	width: 609px;
	margin-top: 0px;
	border-collapse: collapse;
}
.insight_title	
{
	font-size: 29px;
	font-weight:bold; 
	margin-left: 10px;
	margin-top:5px; 
	margin-bottom: -5px; 
	color: #009b7b;
	font-style:italic;
}
.insight_page	
{
	font-size: 18px;
	margin-left: 30px;
	margin-top:15px; 
	color: #007DC3;
}
.insight_page a
{
	font-size: 18px;
	margin-left: 10px;
	margin-top:5px; 
	color: #007DC3;
	text-decoration:none;
}
.insight_page a:hover	
{
	font-size: 18px;
	margin-left: 10px;
	margin-top:5px; 
	color: #009b7b;
}
/* Package stuff */
.package	
{
	background-image: url('../images/prod_pack_bg.png');
	background-position:0px 0px;
	background-repeat: no-repeat;
	height: 200px;
	width: 609px;
	margin-top: 0px;
	border-collapse: collapse;
}
.package_title	
{
	font-size: 28px;
	font-weight:bold; 
	margin-right: 10px;
	margin-top:8px; 
	margin-bottom: -5px; 
	color: #FFF;
	font-style:italic;
	float:right;
}
.package_page	
{
	font-size: 18px;
	margin-right: 50px;
	margin-top:-10px; 
	color: #007DC3;
	float:right;
}
.package_page a
{
	font-size: 18px;
	color: #007DC3;
	text-decoration:none;
}
.package_page a:hover	
{
	font-size: 18px;
	color: #009b7b;
}
