/* Start of CMSMS style sheet 'footer' */
/*red: #A50000
  darker blue: #364265
  lighter blue: #495B8A
*/



		/**************************  footer ****************************/


		
#footer {
	clear: both;
	background: #A50000;
	padding: 0px 0px 10px;
	width: 900px;
	margin: 0px;
}
#footer-nav {
	text-align: left;
	float: left;
	font-size: .9em;
	padding: 10px 10px 10px 15px;
	width: auto;
	background: #A50000;
}
.footer-nav {
	margin: 0px 0px 8px;
	padding: 0px;
}
.footer-nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.footer-nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-nav a:hover {
	color: #A50000;
	text-decoration: none;
	background: #FFFFFF;
}
.footer-nav a:active {
	color: #A50000;
	background: #FFFFFF;
}

#bottom-contact {
	text-align: right;
	padding: 10px;
	float: right;
	margin: 0px;
	background: #A50000;
}
.bottom-logo {
	padding: 5px 0px 5px 5px;
}	
#copyright {
	clear: both;
	text-align: center;
	padding: 0px 0px 10px;
	background: #A50000;
}
.copyright {
	padding: 0px;
	font-size: .7em;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}		
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:active{
	color: #FFFFFF;
	text-decoration: none;
}
		
.bottom-contact {

	font-size: 1em;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	font-weight: lighter;
	text-align: right;
}

/* End of 'footer' */

