/* CSS Styles for Page Footer  */

#vt_footer_bg {
	margin-top: 0;
	background: url(assets/footerbg.png) repeat-x #ffffff;
	height: auto;
	margin-bottom: 50px;
}

#vt_footer,
#vt_copyright {
	top: 40px; 
	color: #333333;
}

#vt_footer {
	font-size: 0.6em;	
}

#vt_copyright {
	margin-top: 1.5em;
}

#vt_footer a,
#vt_footer a:visited {
	color: #000000;
	text-decoration: underline;	
}

#vt_footer a:hover,
#vt_footer a:visited:hover {
	color: #660000;
	text-decoration: underline;	
}
 
div#vt_footer p {
	margin: 10px 0; 
}

div.vt-logo-footer {
	float: left;
	position: relative;
	top: 5px;
	left: 300px;	
}

div.vsu-logo-footer {
	float: right;
	position: relative;
	right: 300px;	
}

div.vt-logo-footer img,
div.vsu-logo-footer img {
		max-height: 50px;	
}