﻿
#bottomNav {
  background:#ccc;
  width: 830px;
  height: 190px;
  padding-top: 20px;
}

#bottomNav UL {
  text-align:left;				
}

.bottomNavigationTier2_A:hover {
  text-decoration:underline;
}

ul.bottomNavigationTier1_UL {
	list-style-type: none;
	font-family: arial;
	font-size: 8px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
	height: 190px;
}

ul.bottomNavigationTier1_UL li {
  text-transform:uppercase;
  margin: 0px;
  padding: 0px 15px;
  border-left: 1px solid #999999;
  height: 150px;
	/*width: 125px;*/
}

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:10px;
}

ul.bottomNavigationTier2_UL li  a {
  color: #525252;
  font-weight: normal;
}

ul.bottomNavigationTier1_UL a {
  text-decoration: none;
  color: black;
}

ul.bottomNavigationTier1_UL li.bottomNavigationTier1_LI {
  float: left;
}

h2.bottomNavigationTier1_H2 {
	margin: 0 0 10px 0;
	font-size: 11px;
}

h3.bottomNavigationTier2_H3 {
  	padding: 0 0 10px 0;
  	*padding-bottom:2px;
	margin: 0;
	*font-size:11px;
}

.bottomNavigationTier2_H3_youtube {
	height:32px;
	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_mobile {
	height:32px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(/Style%20Library/Polaris/Victory/2011/images/mobile_icon_bottom.gif); /* Change URL to use new Facebook icon */
	text-indent:35px;
	vertical-align:middle;
	position:relative;
	padding-bottom: 0px !important;
}

.bottomNavigationTier2_H3_vrn {
	height:32px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(/Style%20Library/Polaris/Victory/2011/images/followVRN.gif); /* Change URL to use new YouTube icon */
	text-indent:35px;
	vertical-align:middle;
	position:relative;
	padding-bottom: 0px !important;
}
.bottomNavigationTier2_H3_vmc {
	height:32px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(/Style%20Library/Polaris/Victory/2011/images/followVMC.gif); /* Change URL to use new YouTube 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;
}

/* Footer Styles */
#bottomFooter {
  background: transparent url(/Style%20Library/Polaris/Victory/2011/images/image_bottom_ribbon.png) repeat-x;
	width: 100%;
	height: 54px;
}

#footerContent {
 	width:990px;
 	margin-left:auto;
 	margin-right:auto;	
 }

#footerLeft,
#footerRight {
	height: 54px;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#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 {
  	float: left;
	text-transform: uppercase;
	margin-top: 22px;
}

#footerLeft a {
	margin-left:-4px;
	margin-right:-4px;
}

#footerRight img {
	float: right;
	margin-top: 20px;
	margin-left:10px;
}

#footerRight span {
	float: left;
	margin-top: 22px;
}

.clear {
  clear: both;
}


