#footer_container
{
	width: 100%;
	position: absolute;
	bottom:0;
}

.footer_container_big
{
	background: transparent url(../img/footer_bg.png) repeat;
	height: 265px;
}

.footer_container_small
{
	background: transparent url(../img/footer_small_bg.png) repeat;
	height: 82px;
}

#footer
{
	padding: 35px 0 30px 0;
	width: 930px;
	margin: 0 auto;
}


#footer_left
{
margin-left:20px;
	float: left;
	display: inline;
}


#footer #footer_right #footer_Newsletter
{
	float: right;
	display: inline;
}

#footer_copyright
{
	display: block;
	width: 570px;
	font-size: 8px;
}

#footer_copyright_line
{
	background-color: rgb(73,82,91);
	height: 1px;
	margin-bottom: 7px;
	margin-top: 5px;
}

#footer_copyright_text
{
	color: rgb(73,82,91);
	font-size: 9px;
	font-size: 8px\8;
	overflow: hidden;
	line-height: 12px;
}

#footer_panels_container
{
	padding: 0;
	margin: 0;
}

.footerPanel
{
	height: 170px;
	width: 220px;
	overflow: hidden;
	padding-right: 25px;
	font-size: 9pt;
	color: rgb(138,145,151);
	vertical-align: top;
}

.footerPanel .PanelTitle
{
	text-transform: lowercase;
	font-size: 16pt;
	margin-bottom: 16px;
	color: white;
	font-weight: 0;
	display: block;
}

.footerPanel .WhiteText
{
	color: white;
}

.footerPanel ul
{
	color: white;
	list-style: square url(../img/footer_bullet.png) inside;
	margin: 0;
}

.footerPanel .footerLink
{
	color: white;
	text-decoration: none;
}

.footerPanel .footerLink:hover
{
	color: white;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #60EEEA;
	border-bottom-width: 2px;
}

.footerPanel ul li
{
	padding-bottom: 4px;
}

.footerPanel ul li.NoBullet
{
	list-style: none;
	margin-left: 10px;
}

.footerPanel ul li a
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
}

.footerPanel ul li a:hover
{
	color: rgb(170,170,170);
	text-decoration: none;
}

#footer_Newsletter
{
	font-size: 8pt;
	color: white;
	text-align: right;
}

#footer_Newsletter img
{
	display: inline;
}

#footer_Newsletter .InputBoxDiv
{
	background: transparent url(../img/newsletter_inputbox.png) no-repeat;
	width: 160px;
	height: 30px;
	text-align: left;
}

#footer_Newsletter .InputBoxDiv input.TextBox
{
	background: none;
	width: 140px;
	border: 0 none;
	font-size: 14px;
	height: 20px;
	margin-top: 5px;
	margin-left: 13px;
	vertical-align: middle;
}



#footer_Newsletter input.SubmitButton
{
   background: transparent url(../img/buttons/subscribe-me.png) no-repeat;
	margin-top:15px;
	width:90px;
	height:23px;
	display:block;
	border:0px;
	margin-left:68px;
}


#footer_Newsletter input.SubmitButton:hover
{
	background: transparent url(../img/buttons/subscribe-me-hover.png) no-repeat;
}



#newsletter_form
{
	margin-top: -15px;
	z-index: 20;
}

#footer_quicklinks
{
	float: right;
	color: #888f95;
	/*height: 82px;
	line-height: 82px;*/
	text-align: right;
	/*margin-right: 20px;*/
	margin-top: -4px;
	font-size: 14px;
}

#footer_quicklinks a
{
	text-decoration: none;
	color: #888f95;
	font-size: 14px;
}