/*css styles to be displayed when looking at the document on the screen*/

@media screen
{
	div#footer
	{
		position: relative;
		background: url(/_elements/footer_repeat.gif) repeat-x;
	}
	
	table#footer_layout { width: 100%; }
	td#footer_left img { float: left; }
	td#footer_right img { float: right; }
	
	div#contact
	{
		position: absolute;
		right: 30px;
		top: 15px;
		color: #FFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	div#footer_links
	{
		margin: 0 auto;
		margin-top: 10px;
		width: 760px;
		text-align: center;
	}
	
	div#footer_links a, div#footer_links a:link, div#footer_links a:visited
	{
		color: #CCC;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		padding: 0 8px;
	}
	
	div#footer_links a:focus, div#footer_links a:hover, div#footer_links a:active { color: #FFF; }
	
	div#credit
	{
		clear: left;
		text-align: center;
		font-size: 10px;
		color: #CCC;
		margin: 10px 0 0 0;
	}
	
	div#credit a {
		color: #FFF;
	}
}

@media print
{
	div#footer, div#credit { display: none; }
}
