/* -------------------------------------------------------------- 
	
	footer.css	
	* Styles for footer elements
	
-------------------------------------------------------------- */

div.BottomWrapper a:hover
{
	color:#000000;
}


div.FooterWrapper
{
	float: left;
	display: inline;
	width: 780px;
	margin-top: 21px;
}

div.FooterBar
{
	float: left;
	width: 780px;
	height: 51px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-top:7px;
}

div.FooterNav
{
	float: left;
	display: inline;
	width:auto;
	height: 26px;
}

ul.FooterLinks
{
	float: left;
	width: 670px;
	padding-left: 16px;
	font-size: 11px;
}

ul.FooterLinks li
{
	color: #7e7e7e;
	display: inline;
	margin: 0px 10px 0px 0px;
}

ul.FooterLinks li a
{
	color: #7e7e7e;
	font-weight: normal;
	margin-right: 10px;
	line-height: 18px;
}

ul.FooterLinks li a:hover
{
	color: #7e7e7e;
	text-decoration: none;
}

div.NewsLetter
{
	float: left;
	width: 302px;
	height: 30px;
	border-right: solid 1px #ccc;
	padding-top: 10px;
	font-size: 12px;
	background: url(../../Images/img_file.jpg) 278px 13px no-repeat;
}

div.NewsLetter a{
    padding-top: 2px;
    display: block;
}

div.GoogleMaps 
{
	overflow:hidden;
}
div.GoogleMaps a
{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:8px;
	overflow: hidden;
    background: url("../../Images/img_GoogleMap.gif") repeat scroll 0 -38px;
    text-indent: -9999px;
}

div.GoogleMaps a:hover
{
    background-position: 0 0;
    width: 100%;
    height: 41px;
}

p.address-para 
{
	margin-top:5px;
	border-top:solid 1px #ccc;
	padding-top:13px;
	width:100%;
	float:left;
}

div.Location
{
	float:left;
	width:141px;
}


/* Styles for Search portion of the footer*/
div.Search
{
	float: right;
	color: #35779a;
	width:477px;	
	padding-top: 10px;
	height: 30px;
}

div.Search input
{
	height:18px;
	border:none;
	width:auto;
	float: right;
}

div.Search #txtBox > input
{
    height: 16px;
    width: 140px;
    border: solid 1px #35779A;      
}

div.Search .imgTxtBox
{
    margin-left: 10px; 
}

div.Search #imgBtn > input
{
    float: right;
    width: 69px;
    height: 22px;
}

div.Search p
{
	float:left;	
	display:block;
	font-size:15px;
	line-height:17px;
	padding-top: 2px;
	width:auto;
	padding-left:12px;	
	font-size: 12px;
}

div.BorderOne
{
	float:right;
	vertical-align:middle;
	height:21px;
	width:156px;
	border-top:solid 1px #aaaaaa;
	border-left:solid 1px #aaaaaa;
}

div.BorderTwo
{
	float:right;
	vertical-align:middle;
	height:20px;
	width:157px;
	border-top:solid 1px #cbcbcb;
	border-left:solid 1px #cbcbcb;
}

/* Styles for Copyright Portion of the Footer */
div.CopyRight
{
	float: left;
	display: inline;
	width: 780px;
	margin-top: 9px;
	font-size: 10px;
	color: #a1a1a1;
}

div.Copy
{
	float:left;
	width:560px;
}

div.Copy p
{
	font-size: 10px;
}

div.Back
{
	float:right;
	width:auto;
}

/* Styles for Navigation Portion of the Footer */

/* Styles for Site Credit Portion of the Footer */
div.Credit
{
	float:right;
	position:relative;
	top:0px;
	height:68px;
	display:inline;
	width: 134px;
	margin-top:55px;
	overflow:hidden;
}
 
/*
 div.Credit
{
	position:absolute;
	width:100%;
	bottom:0px;	
	height:68px;
}
*/

.location-link 
{
	overflow: hidden;
	height: 0;
	font-size: 0;
}

.FooterBar .Search label 
{
	overflow: hidden;
	display: block;
	text-indent: -500px;
}

