/*------------------------------------------------------------
SHILLING - Footer Style Sheet
 
version:			1.0
compatibility:		IEv7, IEv6, FIREFOXv2
 
author:				Tony Taylor
email:				tony@shilling.co.uk
copyright:			2008 Shilling Communication
 
TO DO LIST
 
------------------------------------------------------------*/

/*#############################################################
#
#	FOOTER
#
#############################################################*/

#login_bottom {
	background: #FFFFFF url('../images/login_bottom_back.jpg') bottom center repeat-x;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
	
	#login_bottom_links {
		height: 170px;
		margin: 0 auto;
		text-align: left;
		width: 950px;
	}


#dashboard_bottom {
	background: #FFFFFF url('../images/content_bottom_back.gif') bottom center repeat-x;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
	
	#dashboard_bottom_links {
		background: #FFFFFF url('../images/bottom_content_links_back_d.gif') bottom center no-repeat;
		height: 140px;
		margin: 0 auto;
		text-align: left;
		width: 950px;
	}

#content_bottom {
	background: #FFFFFF url('../images/content_bottom_back.gif') bottom center repeat-x;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
	
	#content_bottom_links {
		background: #FFFFFF url('../images/bottom_content_links_back.gif') bottom center no-repeat;
		height: 140px;
		margin: 0 auto;
		text-align: left;
		width: 950px;
	}

#footer {
	background: #FFFFFF url('../images/footer_back.gif') top center repeat-x;
	height: 320px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

	#footer_content {
		background: transparent;
		margin: 0 auto;
		padding: 15px 0 0 0;
		text-align: left;
		width: 990px;
	}
	
		#footer_top {
			background: #015970 url('../images/footer_top.gif') top center no-repeat;
			width: 990px;
			height: 24px;
			overflow: hidden;
			text-align: left;
		}
		
		#footer_middle {
			background: #015970 url('../images/footer_middle.gif') top center repeat-y;
			height: 195px;
			text-align: left;
			width: 990px;
		}
			
			#footer_surround {
				padding: 10px 20px 10px 30px;
			}
			
				#footer_surround h3 {
					color: #FFFFFF;
					padding: 0 0 0 20px;
				}
												
					#footer_surround a:link, #footer_surround a:visited {
						color: #00aedb;
					}
					
					#footer_surround h3 a:link, #footer_surround h3 a:visited {
						color: #00aedb;
						text-decoration: underline;
					}
					
					#footer_surround a:hover, #footer_surround a:active {
						color: #FFFFFF;
						text-decoration: underline;
					}
					
				#shilling_news {
					border-right: 1px #00aedb solid;
					float: left;
					height: 180px;
					width: 230px;
				}
				
					#shilling_news .article {
						padding: 10px 10px 0 20px;
					}
					
					#shilling_news .article a img {
						float: left;
						margin: 0 10px 5px 0;
						position: relative;
						top: 5px;
						border: 2px #00a5d9 solid;
					}
					
					#shilling_news .article p strong a {
						font-weight: bold;
					}
					
					#shilling_news .article p {
						color: #FFFFFF;
					}
					
				#prerequisit {
					border-right: 1px #00aedb solid;
					float: left;
					height: 180px;
					width: 230px;
				}
				
					#prerequisit p {
						padding: 10px 10px 0 20px;
						font-size: 12px;
						color: #FFFFFF;
					}
					
				#help {
					border-right: 1px #00aedb solid;
					float: left;
					height: 180px;
					width: 230px;
				}
					#help p {
						padding: 10px 10px 0 20px;
						font-size: 12px;
						color: #FFFFFF;
					}
					
					#help ul {
						padding: 10px 10px 0 20px;
						font-size: 12px;
						color: #FFFFFF;
					}
					
					#help li {
						color: #FFFFFF;
						font-size: 12px;
						list-style: circle;
						margin-left: 20px;
					}
					
				#speech {
					background-image: transparent url('../images/speech_bubble.gif') top centet no-repeat;
					height: 130px;
					margin: 10px 0 0 20px;
					width: 200px;
				}
						
				#shilling_community {
					float: left;
					height: 180px;
					width: 230px;
				}
				
					#shilling_community p {
						padding: 10px 10px 0 20px;
						font-size: 12px;
						color: #FFFFFF;
					}
					
					#shilling_community ul {
						padding: 10px 10px 0 20px;
						font-size: 12px;
						color: #FFFFFF;
					}
					
					#shilling_community li {
						color: #FFFFFF;
						font-size: 12px;
						list-style: circle;
						margin-left: 20px;
						padding-bottom: 10px;
					}
		
		#footer_bottom {
			background: #015970 url('../images/footer_bottom.gif') top center no-repeat;
			height: 16px;
			text-align: left;
			width: 990px;
		}
		
		#footer_links_surround {
			text-align: left;
			width: 990px;
		}
			
			.footer_copyright {
				color: #00aedb;
				float: left;
				font-size: 12px;
				padding: 0 0 0 30px;
			}
				
			.footer_links {
				color: #00aedb;
				float: right;
				font-size: 12px;
				padding: 0 30px 0 0;
			}
				
				.footer_links a:link, .footer_links a:visited {
					color: #00aedb;
					text-decoration: underline;
				}
				
				.footer_links a:hover, .footer_links a:active {
					color: #FFFFFF;
					text-decoration: underline;
				}
			
			.footer_address {
				color: #00aedb;
				float: right;
				font-size: 11px;
				margin: 0;
				padding: 30px 20px 0 0;
			}
