/*
lighter blue = #6EBBE9
darker blue = #5886AF
light font = #f3f3f3
dark font = #333333
*/

*{
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	background: url(../../ui/bg.gif) repeat-x top;
	font-size: 12px;
}
p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #333;
}
a{
	color: #5886AF;
	font-size: 13px;
}
a:hover{
	text-decoration: underline;
}
#top-contact a{
	color: #f3f3f3;
}
h1, h2 {
	color: #f3f3f3;
}
.section-header {
	color: #5886AF;
	font-size: 18px;
	margin-bottom: 10px;
}
.section-sub-header {
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.content-p {	
	color: #333;
	font-size: 13px;
	margin-bottom: 10px;
}
.content-p a{
	font-weight: normal;
	color: #5886AF;
}
.content-p a:hover{
	text-decoration: underline;
}
img {
	border: none;
}
a {
	text-decoration: none;
	font-size: 14px;
}
.clear-both {
	clear: both;
}
.buffer {
	/*height: 2px;
	background: red;*/
	clear: both;
}
.float {
	float: left;
}
#wrapper {
	width: 960px;
	margin: auto;
}
#banner {
	height: 150px;
	/*background: #5886AF url(../../ui/banner-image.png) no-repeat top right;
	background: #5886AF url(../../ui/banner-image2.png) no-repeat 800px 45px;*/
	background-color: #5886AF;
}
	#rcu-logo {
		float: left;
		padding-right: 15px;
		width: 180px;
		text-align: center;
	}
		#rcu-logo h1 a {
			background:url(../../ui/main-logo-blur.png) no-repeat;
			display:block;
			height:100px;
			text-decoration:none;
			text-indent:-999em;
			width:123px;
			margin: auto;
			margin-top: 2px;
			margin-bottom: 2px;
		}
		#rcu-logo h2{
			/*font-weight: normal;*/
			font-size: 14px;
			line-height: 18px;
		}
	#main-slogan {
		float: left;
		width: 460px;
		height: 95px;
		padding-top: 15px;
	}
		#main-slogan h2 {
			line-height: 24px;
			font-size: 20px;
			color: #f3f3f3;
		}
	#top-contact {
		width: 460px;
		float: left;
	}
		#top-contact p {
			color: #f3f3f3;
			font-size: 14px;
			font-weight: bold;
		}
		.social-logo img{
			vertical-align: middle;
		}
		.social-logo span {
		  display: none;
		}
	#banner_logo_right{
		position: relative;
		right: -145px;
		top: 45px;		
	}
#bbc-news {
	width: 960px;
	height: 22px;
	margin-bottom: 15px;
}
	#bbc-title {
		float: left;
	}
	#bbc-title p {
		font-size: 12px;
		color: #f3f3f3;
		margin-top: 2px;
	}
#everything{
	float: left;
	display: table;
}
#all-content {
	float: left;
	display: table;
}
#left-col {
	margin-right: 15px;
	float: left;
	width: 180px;
	padding-bottom: 15px;
}
	#search {
		background: #e6e6e6 url(../../ui/nav-bg-big.png) repeat-x bottom;
		/*border-bottom: 1px dotted #666666;*/
		padding: 7px 5px 10px 10px;
	}
	#search label {
		display: block;
		display: none;
	}
	#search-input {
		margin-right: 10px;
		width: 120px;
	}
	#search-button {
		background: url('../../ui/search.gif') no-repeat center bottom;
		border: 0 none;
		width: 24px;
		height: 24px;
		margin-left: -1px;
		/*padding-top: 20px;*/
		overflow: auto;
		text-indent: -1000px;
		cursor: pointer;
		position: absolute;
	}
	#navigation {
		/*background: #e6e6e6;*/
	}
	.nav{
	
	}
	.nav-ul {
		display: none;
	}
	.nav-link{
		display: block;
		padding: 7px 5px 9px 10px;
		background: #e6e6e6 url(../../ui/nav-bg-big.png) repeat-x bottom;
		color: #333333;
		color: #666;
	}
	.nav-selected {
		color: #000;
	}
	.nav-link:hover{
		color: #999;
		color: #333333;
		text-decoration: none;
	}
	.nav-selected:hover {
		color: #999;
		color: #333333;
	}
	.sub-link{
		display: block;
		color: #666;
		background: #ffffff;
		padding: 3px 5px 3px 20px;
		border-bottom: 1px solid #a5a5a5;
	}
	.sub-link:hover{
		color: #333;
		background: #f1f1f1;
		text-decoration: none;
	}
	.sub-selected, .sub-selected:hover{
		color: #333;
		background: #f1f1f1;
	}
	#buttons {
		margin-top: 20px;
	}
	#buttons a{
		color: #f3f3f3;
		margin-top: 5px;
		padding-top: 4px;
		text-align: center;
		width: 116px;
		height: 25px;
		margin: auto;
		display: block;
		background: url(../../ui/button.png) top no-repeat;
	}
	#buttons a{
		text-decoration: none;
	}
#middle-col {
	width: 570px;
	float: left;
	margin: 0 15px 0 0;	
}
	#breadcrumbs {
		margin-bottom: 10px;
	}
	#breadcrumbs li {
		display: inline;
	}
	.trail-link {
		background: url(../../ui/arrow.gif) center left no-repeat;
		padding-left: 8px;
	}
	#breadcrumbs li, #breadcrumbs li a{
		font-size: 12px
	}
	.section-image {
		float: left;
		margin-right: 10px;
	}
	.content-section {
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px dotted #666;
	}
	.content-section ul {
	margin-bottom: 10px;
	}
	.content-section ul li {
		list-style: disc;
		margin-left: 20px;
		line-height: 22px;
		font-size: 13px;
	}
	.content-section p {
		line-height: 20px;
	}
	.module-header {
	color: #f3f3f3;
	font-size: 13px;
	background: url(../../ui/header-left.png) top left no-repeat;
	float: left;
	display: block;
	}
	.module-header span{
		padding: 5px;
		margin-left: 5px;
		display: block;
		background: url(../../ui/header-right.png) top right no-repeat;
	}
	#home-news {
		/*background: url(../../ui/news-header.png) top left no-repeat;*/
		width: 200px;
		background-color: #e6e6e6;
	}
	#home-news h4 {
		width: 200px;
	}
	#view-articles{
		margin-top: 10px;
		margin-left: 10px;
	}
	#home-video {
		float: left;
		width: 355px;
	}
	#home-video h4 {
		width: 355px;
	}
	#video-container {
		width: 355px;
	}
	.home-taster {
		width: 180px;
	}
	.home-taster h4{
		width: 180px;
	}
	.float-margin {
		float: left;
		margin-right: 15px;
	}
	.float-margin10 {
		float: left;
		margin-right: 10px;
	}
	.case-study {
		width: 280px;
		height: 93px;
		margin-bottom: 10px;
		background: url(../../ui/case-study-bg.png) no-repeat;
	}
	.case-study-desc {
		width: 200px;
		margin: 5px 0 0 10px;
	}
	.question {
		color: #5886AF;
		display: block;
		cursor: pointer;
	}
	.question:hover{
		text-decoration: underline;	
	}
#right-col {
	width: 180px;
	float: left;
}
	#right-col img {
		margin-bottom: 10px;
	}
	.right-taster a {
		color: #f3f3f3;
		font-weight: bold;
		text-decoration: underline;
		font-size: 13px;
		background: url(../../ui/taster-header-left.png) top left no-repeat;
		float: left;
		display: block;
		width: 180px;
	}
	.right-taster a span{
		padding: 5px;
		margin-left: 5px;
		display: block;
		background: url(../../ui/taster-header-right.png) top right no-repeat;
	}
#footer {
	border-top: 3px solid #4e4e4e;
	clear: both;
	/*background: #999;*/
	padding: 10px;
}
	#footer p strong{
		margin-bottom: 10px;
	}
	#footer p, #footer a {
		color: #333;
		font-size: 11px;
		margin-bottom: 0px;
	}
	#footer a {
		text-decoration: underline;
	}
	#watermarks {
		float: left;
		margin-right: 60px;
	}
	#watermarks img+img {
		margin-left: 5px
	}
	#useful-links {
		float: left;
		padding-bottom: 15px;
	}
	#useful-links p strong{
		margin-bottom: 20px;
	}
	#contact {
		text-align: right;
	}
	
	
/*-----------------------------------------------------START NEWS SLIDER*/
.news-scroller-wrapper {
	/*padding: 10px 5px 0 0px;*/
	margin: auto;
	padding: 5px 0 5px 0;
	position:relative;
	width: 180px;
	height: 240px;
	overflow:hidden;
}
.news-scroller-wrapper ul {
	font-size:12px;
}
.news-scroller-wrapper ul li {
	width: 180px;
	/*margin:0;
	padding:0;*/
	overflow:hidden;
	list-style-type: square;
	/*height:100px;*/
}
.news-ticker {
	width: 180px;
	height: 100px;
	overflow: hidden;
}
.news-ticker ul li{
	margin-left: 0px;
}
#slider1prev {
	/*display: none;*/
}
#slider1next {
	/*display: none;*/
}
#slider1prev a, #slider1next a{
	color: #333;
	font-size: 11px;
}
/*-----------------------------------------------------END NEWS SLIDER*/

#map {
	width: 570px;
	height: 200px;
}

/* Text Resizer */
.medium #middle-col h1 {
	font-size: 34px;
	line-height: 40px;
}
.medium #middle-col h2 {
	font-size: 28px;
	line-height: 34px;
}
.medium #middle-col h3 {
	font-size: 22px;
	line-height: 28px;
}
.medium #middle-col h4 {
	font-size: 20px;
	line-height: 28px;
}
.medium #middle-col p { 
	font-size: 16px;
	line-height: 22px;
}
.medium #middle-col ul li {
	font-size: 16px;
	line-height: 22px;
}
.large #middle-col h1 {
	font-size: 38px;
	line-height: 44px;
}
.large #middle-col h2 {
	font-size: 32px;
	line-height: 38px;
}
.large #middle-col h3 {
	font-size: 26px;
	line-height: 32px;
}
.large #middle-col h4 {
	font-size: 24px;
	line-height: 32px;
}
.large #middle-col p {
	font-size: 20px;
	line-height: 26px;
}
.large #middle-col ul li {
	font-size: 20px;
	line-height: 26px;
}
.resizer {
	position: absolute;
	top: 149px;
	list-style: none;
	margin: 0 0 10px 10px;
	height: 22px;
	padding: 0 5px 0 5px;
	margin-left: 910px;
	z-index: 20;
	font-family: Arial, Helvetica, sans-serif;
	width: 41px;
}
.resizer li {
	float: left;
	line-height: 22px;
	margin-right: 5px;
}
.resizer .small {
	font-size: 12px;
}
.resizer .medium {
	font-size: 16px;
	line-height: 23px;
}
.resizer .large {
	font-size: 20px;
	margin-right: 0;
}
/*.resizer .small a, .medium .resizer .medium a, .large .resizer .large a, .small .resizer .small a{
	color: #fff !important;
	text-decoration: none !important;
}
*/


.resizer .small a, .resizer .medium a, .resizer .large a {
	color: #fff;
	text-decoration: none;
}
.resizer .small a {
	font-size: 12px;
}
.resizer .medium a {
	font-size: 16px;
}
.resizer .large a {
	font-size: 20px;
}


/*.medium .resizer .small a, .large .resizer .small a {
	color: #ccc;
	text-decoration: underline;
}*/

/* End Text Resizer */

.contact-fix {
	min-height: 150px;
}
