	/*****************************************************************/
	/* Footer 																	     */
	/*****************************************************************/

	/*  background */
	div.footer
	{
		background-color:#1E3942;
	}
	
	/* top line */
	div.footer div.footerTopBar
	{
		height:5px;
		background-color:#3879707;
		border-bottom:solid 1px;
	}
	
	/* footer main */
	div.footer div.footerMain
	{
	top:-1px;
	position:relative;
	height:50px;      /* Original 180px */
	padding-top:20px;
	background:url('../images/footer_background.png') no-repeat;
	}
	
	/* box */
	div.footer div.footerBox,
	div.footer div.footerBoxNewsletter
	{
		float:left;
		width:160px;
		margin-right:10px;
	}
	
	/* box newsletter */
	div.footer div.footerBoxNewsletter
	{
		float:right;
		text-align:right;
		width:250px !important;
		margin-right:0px !important;
	}
	
	/* header */
	div.footer h1.footerHeader
	{
		font-size:2.3em; 	
		font-weight:normal;
	}
	
	/* content */
	div.footer .footerContent
	{
		clear:both;
		margin-top:20px;
		font-size:1.3em;
		line-height:170%;
	}
	
	/* links */
	div.footer .footerContent a
	{
		color:inherit;
		text-decoration:none;
	}
	
	div.footer .footerContent a:hover
	{
		color:white;
		text-decoration:underline;
	}	
	
	/* form newsletter box */
	div.footer div.footerNewsletter
	{
		float:right;
		width:213px;
	}
	
	/* form inputs */
	div.footer input.footerNewsletterText,
	div.footer input.footerNewsletterButton
	{
		border:none;
		font-size:1em;
	}
	
	/* form text */
	div.footer input.footerNewsletterText
	{
		float:left;
		left:4px;
		position:relative;
		padding:7px;
		width:150px;
		line-height:110% !important;
		border-radius:3px 0px 0px 3px;		
		-moz-border-radius:3px 0px 0px 3px;	
		-webkit-border-radius:3px 0px 0px 3px;	
	}
	
	/* form button */
	div.footer input.footerNewsletterButton
	{
		float:right;
		width:45px;
		height:32px;
		cursor:pointer;		
		border-radius:0px 3px 3px 0px;		
		-moz-border-radius:0px 3px 3px 0px;
		-webkit-border-radius:0px 3px 3px 0px;	
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	/* social box */
	div.footer ul.footerSocial
	{
		float:right;
		width:58px;
		margin-top:30px;
	}
	
	/* social element */
	div.footer li.footerSocialRSS,
	div.footer li.footerSocialFacebook,
	div.footer li.footerSocialTwitter
	{
		width:16px;
		height:16px;
		float:left;
		margin-right:5px;
		background-repeat:no-repeat;
		background-position:0px -16px;	
	}
	
	/* rss */
	div.footer li.footerSocialRSS
	{
		background-image:url('../images/social_rss.png');		
	}
	
	/* facebook */
	div.footer li.footerSocialFacebook
	{
		background-image:url('../images/social_facebook.png');	
	}

	/* twitter */
	div.footer li.footerSocialTwitter
	{
		margin-right:0px;
		background-image:url('../images/social_twitter.png');	
	}
	
	div.footer li.footerSocialRSS:hover,
	div.footer li.footerSocialFacebook:hover,
	div.footer li.footerSocialTwitter:hover
	{
		background-position:0px 0px;		
	}
