﻿
/* 
Footer 
-----------------------------------------------------------------------------------------------------------------------------
*/



#footer {
	background : #333333 url(../images/footer/bg_footer.png) repeat-x;
	background-position : center bottom;
	font-size : 1em;
	font-family : Arial;
	font-weight:normal;
	height : 285px;
	width : 100%;	
	position: relative; 
	z-index: 10;
}
.footer-column {
	color:#726D6B;	
	margin-right:30px;
	width : 126px;
	height : 111px;
}
.footer-column-wide {
	color:#726D6B;	
	margin-right:24px;
	width : 445px;
}
.footer-column-right {
	color:#726D6B;
	margin-right:0px;
	width : 179px;
}
#footer-bar
{
	height : 12px;
	margin-bottom : 0px;	
}
#footer h2
{
	font-size : 1.3em;
	font-family : Arial;
	color : #ccc;
	margin-bottom : 5px;
	margin-top : 8px;
}
#footer p
{
	font-size : 1em;
	color:#aaa;
	margin-top : 0;
	text-align : justify;
}
#footer li
{
	color:#aaa;
	height : 18px;
}
#footer a.contact-us
{
	color : #dddddd;
}
#footer a.contact-us:hover
{
	color : #ffffff;
}
.footer-column-links a 
{
	color:#ccc;
	text-decoration : none;
}
.footer-column-links a:hover
{
	color:#eee;
	text-decoration : none;
}
#footer ul, #footer ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer-bottom
{
	text-align : left;
	color:#999;
	margin-top : 13px;
	text-align : center;
}
#footer-bottom a
{
	display : inline;
	color:#bbb;
	text-decoration : none;	
}
#footer-bottom a:hover
{
	display : inline;
	color:#ddd;
	text-decoration : none;	
}
#footer-inner
{
	margin:0 auto;
	width:980px;	
}
#footer-column-spacer
{
	background : url(../images/footer/footer-seperator.png) repeat-x bottom;
}
#twitter_link
{
	background : url(../images/social/twitter_grey.png) no-repeat;
	display : block;
	height : 25px;
	padding-left : 30px;
	padding-top : 5px;
	color:#bbb;
	text-decoration : none;
	font-size : 1em;
}
#twitter_link:hover
{
	background : url(../images/social/twitter_normal.png) no-repeat;
	color : #ddd;
}
#blog_link
{
	background : url(../images/social/blog_grey.png) no-repeat;
	display : block;
	height : 25px;
	padding-left : 30px;
	padding-top : 5px;
	color:#bbb;
	text-decoration : none;
	font-size : 1em;
}
#blog_link:hover
{
	background : url(../images/social/blog_normal.png) no-repeat;
	color : #ddd;
}
