@charset "UTF-8";
/* CSS Document */

/*body {

	background: url(../../images/16_col.gif) top left repeat-y;
	}
*/
	
.fs-summary {
	padding: 20px 0 0 0;
	}
	
.fs-summary img.border {
	margin: 0 5px 10px 12px;
	}	
	
.fs-summary h3 {
	margin: 0 12px 10px;
	}
	
.fs-summary p {
	margin: 0 12px 10px;
	}
/*
ul.summary-links {
	list-style-type: none;
	margin: 0px 0px 15px;
}

ul.summary-links li {
	background: url(../../images/frame/bullet-arrow.gif) 0px 6px no-repeat;
	padding: 0px 0px 5px 18px;
	margin-left: 20px;
}
*/
/*ul.summary-links li, ul.summary-links li a:link, ul.summary-links li a:visited{
	margin-left: 18px;
}*/

.content-section-spacer {
	margin-bottom: 10px;
	}
	
.fs-push {
	margin-left: 15px;
	}
	
.fs-content-section img {
	float: left;
	}
	
.bkg-content-section-sm {
	background: #fff url(../../images/fs-speak-rep-bkg-repeat-y.gif) top left repeat-y;
	float: left;
	width: 220px;
	}
	
.bkg-content-section-sm img {
	float: left;
	padding: 0px 20px 10px;
	margin: 0;
	text-align: left;
	}
	
.bkg-content-section-sm h3 {
	margin: 0px 5px 10px;
	padding-top: 5px;
	}
	
.bkg-content-section-sm p {
	padding: 0px 10px 10px 50px;
	}
	
/*.bkg-content-section-sm a {
	display: block;
	padding: 10px 20px;
	text-align: right;
	}*/
	
.bkg-content-section-lg {
	background: #fff url(../../images/fs-content-section-bkg-repeat-y.gif) top left repeat-y;
	width: 465px;
	float: left;
	}
	
.bkg-content-section-lg img {
	float: left;
	margin: 10px 20px 10px;
	}
	
.bkg-content-section-lg h3 {
	margin: 0px 10px 5px;
	padding-top: 10px;
	}
	
.bkg-content-section-lg p {
	margin: 0px 20px 0px 130px;
	}
	
.bkg-content-section-lg a {
	display: block;
	padding: 10px 20px;
	text-align: right;
	}

.fs-rates-container {
	background-color: #ecf6fd;
	margin: 10px 0px 0px 15px;
	width: 220px;
	}
	
.fs-rates-container img {
	float: left;
	margin: 15px 10px;
	}
	
.fs-rates-container h3 {
	/* margin: 0px 10px; */
	padding: 20px 0px 10px;
	}
	
.fs-rates-container ul {
   margin-left: 20px;
   padding-bottom: 10px;
}
.fs-rates-container li {
   margin: 10px;
}
	
.fs-ad {
	margin: 5px 0px 5px 15px;
	}

/* Easy Slider */
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #financialCarousel1prev, #financialCarousel1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	#financialCarousel ul, #financialCarousel li,
	#financialCarousel2 ul, #financialCarousel2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#financialCarousel2{margin-top:1em;}
	#financialCarousel li, #financialCarousel2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:465px;
		height:228px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:15px;
		top:171px;
		z-index:1000;
		}	
	#nextBtn, #financialCarousel1next{ 
		left:660px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../../images/btn-arrow-carousel-left.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #financialCarousel1next a{ 
		background:url(../../images/btn-arrow-carousel-right.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin: 0;
		position: relative;
		top: -35px;
		padding:0 0 0 15px;
		height:28px;
		background: #fff;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		width: 450px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		font-family: Verdana;
		font-size: 12px;
		font-weight: normal;	
		color: #000;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		/* background:#5DC9E1; */
		background: #165183 url(../../images/bkg-carousel.gif) left top repeat-x;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */	