﻿#guiSiteFooter .shadowContent
{
	background: url(../images/shadow_frame_400px.gif) no-repeat bottom right;
	background-color: #fff;
	margin: 0;
	overflow: auto;
	clear:both;
}
#siteFooterMenu
	{
		width: 895px;
		background-image: url('../images/footerBg.png');
		background-repeat: repeat-x;
		background-position: bottom left;
		background-color: #000;		
		overflow: auto;
	}
	#siteFooterMenu div.col
		{
			width: 247px;
			float: left;
			padding: 15px 0 0 50px;
			overflow: auto;			
			min-height: 80px;
		}
		#siteFooterMenu div.first
			{
				border-left-width: 0px;
				width: 248px;
			}
		#siteFooterMenu div.col ul
			{
				overflow: auto;
			}
			#siteFooterMenu div.col ul li
				{
					height: 16px;
				}
				#siteFooterMenu div.col ul li.header
					{
						font-family: Verdana;
						font-size: 12px;
						font-weight: bold;
						color: #aecf26;
						height: 22px;
					}
				#siteFooterMenu div.col ul li a
					{
						color: #fff;
					}
					
#guiSiteFooter #footerOptions
	{
		color: #fff;		
		width: 895px;
	}
	#footerOptions #newsletter
		{
			float: right;
			font-size: 32px;
		}
		#footerOptions #newsletter li
			{
				display: inline-block;
				font-size: 11px;
			}
		#footerOptions #newsletter li *
			{
				vertical-align: middle;
			}
		#footerOptions #newsletter li.rss
			{
				padding-right: 15px;
				background: url('../images/iconNewsletterSep.png') no-repeat right center;
			}
		#footerOptions #newsletter li.newsletter
			{
				padding-left: 10px;
			}
		#footerOptions #newsletter li .newsletteremail
			{
				width: 165px;
				height: 18px;
				width: 160px;
				border: solid 1px #909090;
				color: #737373;
				padding-top:3px;
			}
		#footerOptions #newsletter li .newsletterbutton
			{
				border: solid 0px #333333;
				width: 67px;
				height: 32px;
				/*background-image: url('../images/btnSignup.png');
				background-repeat: no-repeat;*/
				cursor: pointer;
			}
span.copyright
	{
		display: block;
		margin-top: 5px;
	}