﻿@charset "utf-8";
/* CSS Document */

body, html {
	background-color:#fff;
	text-align: center;
	font-family: Arial, verdana, Helvetica, _sans;	
	}
	
.clear {clear:both;} 	
	
a, a:link, a:active, a:visited {
	text-decoration:none;
	color:#2b6fa8; /*#06F;*/
	}

a:hover {
color:#039;
text-decoration:underline;
	}	

a.navlinks{text-decoration:none; color:#fff;}
a:hover.navlinks {color:#fff; text-decoration:underline;}	

ul {
	list-style-image: none;
	padding:0;
	margin:0; 
	}
	
li {
	display:inline;
	margin-right: 13px;
	}

h1 {
	font-size:22px;
	font-weight: normal;
	color: #fff;
	margin: 0px 5px 0px 45px;
	}

.divider { 
	margin: 0;
	padding: 3px 0px;
	width:979px;
	border-top: solid #ccc 2px;
	border-bottom: solid #ccc 1px;
	border-right: solid #52c5f3 2px;
	border-left: solid #ccc  1px;
	background-color: #03B0F4;
	background-image:url(../images/background-divider.png);
	background-repeat:repeat-x;
	position: relative;
	display:block;
	}
	
#futureSquare {
	width:800px;
	height: 100%;
	min-height: 100%;
	margin:0;
	padding: 10px 0 20px 0;
	float:left;
	overflow:hidden;
	display: block;
}

#futureSquare .padding {
	float:left;
	width:100%;
	margin:0px 10px 3px 24px;
	display:inline;
}

.futureSquareItem {
	width:250px;
	float:left;
	padding:0;
	margin:0 10px 0 0;
	border-right: 1px solid #eee;
	text-align: left;
	font-size: .9em;
	height:119px;
	position: relative;
	z-index: 1;
	}

.futureSquareItem2 {
	width:250px;
	float:left;
	padding:0;
	margin:0;
	border: none;
	text-align: left;
	font-size: .9em;
	height:119px;
	position: relative;
	z-index: 1;
	}

.futureSquareItem .pad {
	margin:20px 0 0 20px;
	float:left;
	width:200px;
	cursor:pointer;
	}

.futureSquareItem2 .pad {
	margin:20px 0 0 20px;
	float:left;
	width:200px;
	cursor:pointer;
	}
	
.futureSquareItem h2 {
	border-bottom:1px solid #ccc;
	font-size:16px;
	color: #930;
	width:100%;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

.futureSquareItem2 h2 {
	border-bottom:1px solid #ccc;
	font-size:16px;
	color: #930;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

#futureSquare a,
#futureSquare a:link,
#futureSquare a:visited,
#futureSquare a:active {
	display:block;
	text-decoration:none;
	height:100%;
	color:#333;
	}

#futureSquare a:hover {
	text-decoration: none;
	background-image:url(../images/hover-image2.png);
	background-repeat:no-repeat;
	}

.link-description {
	font-size: 1.0em;
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	}
	
.link-description2 {
	font-size: 1.0em;
	margin: 0 0 5px 0;
	padding: 4px 0 2px 0
	}

.more {
	position: absolute;
	padding-bottom: 2px;
	font-style: italic;
	font-weight: normal;
	font-size: .90em;
	color: #2b6fa8;
	bottom: 20px;
	right: 20px;
	z-index: 15;
	overflow: visible;
	}		

.spacer {
	width:100%;
	height: 30px;
	display:block;
	}

.RotatingBannerFade {
	position:absolute;
	display:none;
	}
	
#rotating_banner {
	z-index:2;
}

/* News Feed Styles */
#rionews {
	float:left;
	margin:0;
	height: 130px;
	}

#rionews h3{
	font-size:18px;
	padding:0 0 3px 0
	}

#rionews-inside {
	padding:5px 0px;
	font-size: 11px;
	}

#rionews img{display:none}/* to remove feedburner logo */
.rionews2 img{display: block !important}/* to show other images in footer */

#rionews ul {
	margin:0 0 3px 0;
	padding:0;
	/*list-style-type:none;
	list-style-position:inside;
	list-style-image:none;*/
	width:260px;
	overflow:hidden;
	}

#rionews li {
	margin:0 0 7px 0;
	display:block;
	width:350px;
	}
/* END News Feed Styles */

/* Search Box Styles */
#searchbox {
	width:257px;
	height:42px;
	margin:0 auto;
	position: relative;
	height: 60px;
	width: 298px;
	top: -11px;
	left: -100px;
	z-index:5;
	}

#searcharea {
	clear:both;
	float:right;
	width:257px;
	height:42px;
	margin-top:0px;
}

#searchpad1 {
	margin-top:5px;
	float:left;
	width:200px;
	max-height:20px;
	height:20px;
	background-color:#666666;
}
#searchpadwrapper{
	margin:1px;
	float:left;
	width:198px;
	max-height:18px;
	height:18px;
	background-color:#ffffff;
}

#searchpad2 {
	margin-top:6px;
	float:left;
	height:42px;
	width:40px;
}
#searcharea input {
	font-size:12px;
	color:#666;
	padding:0;
	border:0;
	margin-top:1px;
	margin-left:7px;
	width:190px;
	height:16px;
	border:none;
}

img.searchIMG {
	border:0;
	padding:0;
	margin:0;
	position:relative;
	left:3px;
	top:-3px;
}
/* end Search Box Styles */

/* END CSS Document */

