/* ************************************* WEBSITE BOTTOM STARTS ********************************* */
.bgcolorBottom 
{
	background-image: url(images/footer.png);
	border-bottom: 1px solid #EBEBEB;
}

.bottom 
{
 	background-color: rgba(0,0,0,.65);
	/*background-image: url(images/strip.jpg);*/
	margin:0;
	padding:0;
	color: white;
	font-size: small;
}

.bottom a 
    {
    color: #FFF;
    text-decoration: none; 
	font-size: small;
    }
     
  .bottom a:hover, .bottom a:active, .bottom a.selected 
    {
    color: white;
	font-size: small;
    }

.footer
{
	width: 950px;
	margin: 20px auto;
}

  .footer a 
    {
    color: #FFF;
    text-decoration: none; 
	font-size: small;
    }
     
  .footer a:hover, .footer a:active, .footer a.selected 
    {
    color: white;
	font-size: small;
    }

.footerNav
{

}

.follow-us
{
	float: right;
	margin: 10px 0px;
	padding: 0px 10px;
}

.footer-level1 
{
	margin-bottom: 3px;
}

.footer-level1 a
{
	color: white;	
	text-decoration: underline;
}

.footer-level2
{
	margin-top: 5px;
	margin-bottom: 2px;
}

.footer-level3
{	
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 2px;
}

/* ************************************* WESITE BOTTOM ENDS ********************************* */