@charset "UTF-8";
/* CSS Document */
/*
=general
=page structure
=main_navigation
=sub_navigation
=sub_sub_navigation
=page content
=misc
=tech
*/



/* =panel */


a.slider {
	color: #333;
	background:transparent;
	margin-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
a:focus .slider,  a:hover .slider,  a:active .slider {
	color: #fff;
	background-color: transparent;
	text-decoration:underline;
}
.links {
	border-top: 1px solid #fff;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: .915em; /* 11px */
	padding-top: 1px;
}
.links .previous {
	position: absolute;
	left: 6px;
}
.links .next {
	position: absolute;
	right: 6px;
}
/* =slides */
#slide_wrapper {
	overflow: hidden;
	height: 150px;
	width: 470px;
	position: relative;
	border:solid 1px #ccc;
}
#slide_content {
	width: 470px;
}
#slide_content div {
}
.slide {
	position: absolute;
	width: 470px;
	font-size: 11px;
}
#slide_controls {
	background: transparent url(../media/img/slider_bkgrd.gif) repeat-x;
	padding-top:6px;
	height: 20px;
	float: right;
}



.slidebackground {

	height: 150px;
	width: 470px;
}




.slideregions {
	margin-right:10px;
	color: #fff;
	font-size:12px;
	float: right;
	text-align: left;
	margin-top: 25px;
}
.slideheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
}
 a:link.slide {
	color: #fff;
	text-decoration: none;
	font-size:11px;
	
} 
 a:visited.slide {
	color: #fff;
	text-decoration: none;
	font-size:11px;
	
} 

 a:hover.slide {
	color: #fff;
	text-decoration:underline;
	font-size:11px;
	
} 







/*



=misc
---------------------------------------------- */
.hide, hr {
	position: absolute;
	left: -999em;
}
.more {
	background: transparent url(../media/img/arrow-next.gif) no-repeat 100%;
	padding: 0 16px 0 0;
}
.next {
	background: transparent url(../media/img/arrow-next.gif) no-repeat 100%;
	padding: 0 16px 0 0;
}
.previous {
	background: transparent url(../media/img/arrow-previous.gif) no-repeat 0%;
	padding: 0 0 0 16px;
}
.backnav {
	background: transparent url(../media/img/arrow-previous.gif) no-repeat 0%;
	padding: 0 0 0 25px;
	margin-left: 480px;
	margin-bottom: 10px;
}
.smallnav {
	background: transparent url(../media/img/arrow-next.gif) no-repeat 100%;
	padding: 0 30px 0px 10px;
	margin-top: 5px;
	width: 150px;
}
.smallnavcontainer {
	height: 25px;
}
/* =self clearing floats */
.clearfix:after, #header .content:after, #main_navigation:after, #current_rates:after, .panel_wrapper:after, .links:after, #quick_links:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
