﻿#footerDiv
{
	position:absolute;
	left:50%;
	margin-top:-30px;
	margin-left:-475px;
	z-index:20;
}

#bottomNav {
  background:#e5e5e5;
  width: 960px;
  height: 150px;
  padding:10px 0px 10px 0px;
  position:relative;
  left:50%;
  margin-left:-480px;
  z-index:50;
}

#bottomNav UL {
  text-align:left;				
}

.bottomNavigationTier2_A:hover {
	color:#1a64ba;
  text-decoration:underline;
}

.bottomNavigationTier1_A:hover {
	color:#1a64ba;
}

ul.bottomNavigationTier1_UL {
  	list-style-type: none;
  	font-family: arial;
  	font-size: 8px;
  	font-weight: bold;	
	margin: 0 0 0 0px;
  	padding: 0;
	height: 150px;
}

ul.bottomNavigationTier1_UL li {
	text-transform:uppercase;
  	margin: 0px;
  	padding: 0px 0px 0px 20px;
  	border-left: 1px solid #999999;
	height: 150px;
	width: 168px;
}

ul.bottomNavigationTier1_UL li:first-child {
  border: 0px none;
}

ul.bottomNavigationTier2_UL {
  list-style-type: none;
  font-family: arial;
  font-size: 9px;
  margin: 0;
  padding: 0;
}

ul.bottomNavigationTier2_UL li {
	text-transform:uppercase;
  	margin-left: 0px;
  	border-left: 0px none;
  	padding: 0px;
	height: 15px;
	margin-bottom:5px;
}

ul.bottomNavigationTier2_UL li  a {
  color: #525252;
  font-weight: normal;
}

ul.bottomNavigationTier1_UL a {
  text-decoration: none;
  color: #333333;
}

ul.bottomNavigationTier1_UL li.bottomNavigationTier1_LI {
  float: left;
}

h2.bottomNavigationTier1_H2 {
	margin: 0 0 10px 0;
	font-size: 11px;
}

h3.bottomNavigationTier2_H3 {
  	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.bottomNavigationTier2_H3_youtube {
	height:20px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(/_layouts/images/Polaris.VRA.Web/youtubeicon.gif); /* Change URL to use new YouTube icon */
	text-indent:35px;
	vertical-align:middle;
	position:relative;
	padding-bottom: 0px !important;
}

.bottomNavigationTier2_H3_facebook {
	height:32px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(/_layouts/images/Polaris.VRA.Web/facebookIcon_bottomNav.png); /* Change URL to use new Facebook icon */
	text-indent:35px;
	vertical-align:middle;
	position:relative;
	padding-bottom: 0px !important;
}

.bottomNavigationTier2_H3_twitter {
	height:32px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(/_layouts/images/Polaris.VRA.Web/twitterIcon_bottomNav.png); /* Change URL to use new Twitter icon */
	text-indent:35px;
	vertical-align:middle;
	position:relative;
	padding-bottom: 0px !important;
}

.bottomNavigationTier2_H3_mobile {
	height:32px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(/Style%20Library/Polaris/ORV/2011/button_mobile.gif); /* Change URL to use new Facebook icon */
	text-indent:35px;
	vertical-align:middle;
	position:relative;
	padding-bottom: 0px !important;
}

/* Footer Styles */
#bottomFooter {
  background: transparent url(/Style%20Library/Polaris/Victory/2011/images/image_bottom_ribbon.png) repeat-x;
	width: 100%;
	height: 54px;
}

#footerContent {
  width: 970px;
	margin: 0 auto;
}

#footerLeft,
#footerRight {
	height: 54px;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#footerLeft a,
#footerRight a {
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footerLeft a:hover{
				text-decoration:underline;
				color:#b11322;
}
#footerLeft {
  width: 450px;
	float: left;
	text-transform: uppercase;
	margin-top: 22px;
}


#footerRight img {
	float: right;
	margin-top: 14px;
	margin-left:10px;
}

#footerRight span {
	float: left;
	margin-top: 22px;
}

.clear {
  clear: both;
}


