/*------------------------------------------------------------
SHILLING - Footer Style Sheet
 
version:			3.2
compatibility:		IE8, IE7, IE6, Firefox, Opera, Chrome, Safari 
 
author:				Peter Garrett, Stuart Mullen
email:				peter@shilling.co.uk, stuart@shilling.co.uk
copyright:			2009 Shilling Communication
 
------------------------------------------------------------*/

#footer {
	min-height: 2em;
	height: auto !important;
	height: 2em;
	width: 990px;
	border-top: 1px #000 solid;
}

	#font_resize {
		float: right;
		height: 16px;
		margin: 10px 0;
		position: relative;
	}

		#font_resize a {
			cursor: pointer;
			display: block;
			float: left;
			height: 16px;
			padding: 0 5px 0 0;
			text-indent: -10000px;
			width: 21px;
		}
		
			#font_resize a#iFont {
				background: transparent url('../images/icons/zoom_in.png') top left no-repeat;
			}
			
			#font_resize a#dFont {
				background: transparent url('../images/icons/zoom_out.png') top left no-repeat;
			}
			
			#font_resize a#rFont {
				background: transparent url('../images/icons/zoom.png') top left no-repeat;
			}
			
	#footer_links {
		float: left;
		left: 10px;
		margin: 10px 0;
		position: relative;
		width: 800px;
	}
	
		#footer_links h6 {
			font-size: 1em;
			color: #666666;
			margin-bottom: 0.3em;
		}
		
			#footer_links a:link, #footer_links a:visited {
				color: #003355;
				text-decoration: none;
				font-weight: bold;
				font-size: 0.95em;
			}
			
			#footer_links a:hover, #footer_links a:active {
				text-decoration: underline;
			}
		
		a#top3 {
			float: left;
			text-indent: -10000px;
		}
		
		#footer_links a.top3 {
			float: left;
			text-indent: 0px !important;
			display: block;
		}
		
		span#top4 {
			float: left;
			text-indent: -10000px;
		}
		
		#footer_links span.top4 {
			float: left;
			text-indent: 0px !important;
			display: block;
		}