/*Back to top*/

#footer_backToTop{
	display: block;
	text-align: right;
	height: 30px;
	width: 997px;
	margin: 0 auto;
	padding: 15px 25px 0 0;
	clear: both;
}

#footer_backToTop a{
	color: #7c0505;
	font-size: 12px;
}

/*Footer Wrapper*/

#footer {
	font-size: 12px;
	clear: both;
	position: relative;
	background: url(foot.gif) repeat-x left top;
	height: auto !important;
	line-height: inherit !important;
	min-width: 100%;
	margin: 0 !important;
}

/*Footer Navigation*/

#footer .footNav{
	overflow: hidden;
	margin: 0 auto 8px;
	padding: 0;
	width: 997px;
}

#footer .footNav li{
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
}

#footer .footNav li a{
	height: 38px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}

#footer .footNav li.com a{
	background: url(footNav_sprite.gif) no-repeat left top;
	width: 199px;
}

#footer .footNav li.com a.active, #footer .footNav li.com a:hover{
	background: url(footNav_sprite.gif) no-repeat left -38px;
}

#footer .footNav li.res a{
	background: url(footNav_sprite.gif) no-repeat -199px top;
	width: 202px;
}

#footer .footNav li.res a.active, #footer .footNav li.res a:hover{
	background: url(footNav_sprite.gif) no-repeat -199px -38px;
}

#footer .footNav li.dea a{
	background: url(footNav_sprite.gif) no-repeat -402px top;
	width: 198px;
}

#footer .footNav li.dea a.active, #footer .footNav li.dea a:hover{
	background: url(footNav_sprite.gif) no-repeat -402px -38px;
}

#footer .footNav li.abo a{
	background: url(footNav_sprite.gif) no-repeat -601px top;
	width: 199px;
}

#footer .footNav li.abo a.active, #footer .footNav li.abo a:hover{
	background: url(footNav_sprite.gif) no-repeat -601px -38px;
}

#footer .footNav li.ser a{
	background: url(footNav_sprite.gif) no-repeat -801px top;
	width: 199px;
}

#footer .footNav li.ser a.active, #footer .footNav li.ser a:hover{
	background: url(footNav_sprite.gif) no-repeat -801px -38px;
}

/*Footer Navigation Flyouts*/

#foot_flyouts{
	display: none;
}

.foot_flyout{
	background-color: #7c0505;
	color: #0B4069;
	padding: 12px 13px 10px;
}

.oneCol{
	width: 200px;
}

.twoCol{
	width: 360px;
	_width: 402px;
}

.threeCol{
	width: 564px;
}

.foot_flyout a{
	color: #B9DCFE;
	text-decoration: none;
	outline: none;
}

.foot_flyout .col{
	padding: 20px 0 10px;
	overflow: hidden;
}

.oneCol .col{
	background: #F3F1EC;
}

.twoCol .col{
	float: left;
	width: 50%;
}

.threeCol .col{
	float: left;
	width: 33%;
}

.foot_flyout .col a{
	display: block;
	font-size: 12px;
	margin: 0 10px 5px 20px;
	_margin: 0 10px 5px 10px;
	padding: 1px 20px 0 2px;
	color: #8C2725;
}

.foot_flyout .col a.external{
	background: url(externalLink.gif) no-repeat right 2px;
}

.foot_flyout .col a.external2{
	background: url(externalLink2.gif) no-repeat right 2px;
	float: left;
	clear: left;
}

.foot_flyout .one, .foot_flyout .three{
	background: #F3F1EC;
}

.foot_flyout .two{
	background: #E7E2D9;
}

/*Footer Static Content*/

#footer a{ 
	color:#7c0505 !important; 
	text-decoration: none;
}
#footer a:hover{ 
	text-decoration:underline !important; 
}

#footer p {
	clear: both;
	text-align: center;
	font-size: .9em;
	margin: 5px 0 7px;
	background: none;
}

#footer #needHelp { 
	clear:both;
	border:1px solid #666;
	color:#666;
	font-size:12px;
	`zoom:1;
	background: #fff;
	padding: 0 7px;
	height: 30px;
	width: 993px;
	`width: 1019px;
	margin: 0 auto;
}
#footer #needHelp .callOut {
	display:block;
	float:left;
	color: #4e4e4e;
	margin: 8px 0 0 0;
	font-size: 1.1em;
}
#footer #needHelp .bucket {
	margin: 2px 0 0 5px;
	float:left;
}
#footer #needHelp a{ 
	margin: 0 2px 0 0;
}
#footer #needHelp .bucket div{
	float:left;
}
#footer #needHelp .numbers{
	font-size: .9em;
	color: #000;
	margin: 8px 0 0 5px;
	float: left;
}
#footer #needHelp span {
	color: #333;
	margin: 0 5px 0 0;
}

#footer .popularSearchWrap{
	width: 993px;
	_width: 1013px;
	overflow: hidden;
	padding:  0 10px;
	margin: 10px auto;
}

#footer .popularSearchWrap .popular{
	float: left;
	width: 685px;
	line-height: 1.5em;
	color: #666;
	font-size: .9em;
	margin-right: 10px;
}

#footer .popularSearchWrap .searchWrap{
	float: left;
	width: 298px;
	overflow: hidden;
	margin-top: 5px;
	_margin-left: 20px;
}

#footer .popularSearchWrap .searchWrap #keyword{
	border: 1px solid #95BBCD;
	padding: 2px;
	float: left;
	margin-right: 7px;
	width: 245px;
	color: #666;
}

#footer .popularSearchWrap .searchWrap #foot_gobtn{
	display: block;
	float: left;
}

#footer .copyright {
	padding: 0 0 20px; 
	background: none;
}
