/* Start of CMSMS style sheet 'rds-footer' */
#footer {
	position: relative;
	width: 940px;
	height: 354px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	background-image: url(images/footer-bg.gif);
}
	
	#copyright {
		position: absolute;
		bottom: 10px;
		left: 10px;
		float: left;
		color: #FFF;
		font-size: 1.1em;
	}
	
		#copyright a {
			color: #FFF;
		}

/*======================================*/
/* FOOTER MENU (RIGHT) */
/*======================================*/
#footer-menu {
	position: absolute;
	width: 100px;
	margin: 0;
	padding: 0;
	top: 90px;
	right: 38px;
}

	#footer-menu a {
		float: left;
		clear: left;
		margin: 0 0 8px 8px;
		color: #FFF;
		font-size: 1.1em;
	}

/*======================================*/
/* FOOTER SERVICES MENUS (LEFT) */
/*======================================*/
#footer-services {
	padding: 15px 20px;
}

#footer-services-title {
	padding: 0 0 15px 0;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
}

#fs-column {
		width: 139px;
		float: left;
		margin: 0 10px 0 0;
	}

.fs-menu {
	width: 139px;
	margin: 0 0 10px 0;
	padding: 7px 0 0 0;
	background-image: url(images/fs-menu-top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

	.fs-menu-title {
		font-size: 1.2em;
		font-weight: bold;
		color: #FFF;
	}
	
	.fs-menu ul {
		width: 139px;
		padding: 0 0 7px 0;
		background-image: url(images/fs-menu-bottom.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}
	
	.fs-menu li {
		padding: 0px 10px 7px 10px;
		background-color: #055ac3;
	}
	
	.fs-menu a {
		color: #FFF;
		font-size: 1.1em;
	}
	
		.fs-menu a:hover {
			text-decoration: underline;
		}
/* End of 'rds-footer' */

