﻿/* eVid CSS for Underground Master - 8/31/09 */

/*

=Global Styles
=Typography
=MOSS Tools - tools for login and editing
=Masthead - AMD header
=Searchbox
=Search Styles
=Primary Navigation
=Left Navigation
=Content Styles
=Link Styles
=MOSS Lists
=HTML Editor Styles
=AMD custom editor styles
=Promotional Styles
=Footer
=Microsoft overrides
=CSS for Print
=Initiatives

/* Grids override */

.contentcentercolumn {
	vertical-align:none !important;
    }


/* =Global Styles */

body {
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	color: #999;
	font-family: Verdana, arial, sans-serif;
	line-height: 18px;
	background: #000 url('Images/underground/main_bg.jpg') no-repeat fixed top;
}


p {
	margin-bottom: 11px
}


* {
	margin: 0;
	padding: 0;
}

hr {

width:100%;
border-bottom: 2px solid;
height: 2px;
border-top: none;
border-left: none;
border-right: none;
}

.bodywhite {
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	padding: 0;
	color: #fff;
	font-family: Verdana, arial, sans-serif;
	
}

.twoColFixLtHdr {
	background-color: #000;
}
.twoColFixLtHdr #container { 
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}

.smallText {
	font-size: 10px;
	color: #999;
}

a  {
	color: #999;
	text-decoration: none;
}

p a {

	text-decoration: underline;
}

p img{
	margin:10px;
}

a:hover {
	text-decoration: underline;
}

a:visited {

	color:#999;
}

#AMDContent1 ul{
list-style-position: outside;
margin-left:22px;
}

ul {
    color:#999;
	list-style:square;
	list-style-position: inside;
}

ul ul {
    color:#999;
	list-style: circle;	
	list-style-position: inside;
	margin-left:2.5em;
}

ul ul ul {
    color:#999;
	list-style: disc;	
	list-style-position: inside;
	margin-left:2.5em;
}


ol {
    color:#999;
	list-style: decimal;
	list-style-position: inside;
}

ol ol {
    color:#999;
	list-style: lower-alpha;
	list-style-position: inside;
	margin-left:2.5em;
}

ol ol ol {
    color:#999;
	list-style: lower-roman;
	list-style-position: inside;
	margin-left:2.5em;
}


.ms-redirectControl a:link
{
color:#999;
text-decoration:underline;
}

#tagline{
    position:relative;
    top: -8px;
    display:inline-block;
    width:250px;
    padding:5px;
	background:url('Images/underground/left_nav_bg.png') repeat;
	text-align:center;
	font-size:12px;
	}
	
#promo {
	width:187px;
	vertical-align: top;
	float: right;
}

/* summary links */

.slm-layout-main {
	background-color: transparent;
	min-height: 112px;
	margin-bottom: 22px;
		color:#999;
}

.slm-layout-main #group{
	background-color: transparent;
	min-height: 112px;
	margin-bottom: 22px;
	color:#999;
}


#column {
	background-color: transparent;
}


#group {
	background-color: #999;
	line-height: 14px;
}

.groupheader {
color:#999;
}

.hubHeading {
    font-size:12px;
	font-weight: bold;
}

/* web part styles */

.wp-content{background-color:transparent;}

/* button style */

.button { 

	color:#494f55;
	text-decoration:none;
	height: 28px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	
}

.button * {
	display:block;
}

.button span { /* left edge - must be a very long graphic */
	background:url('Images/AMDV3/buttonleft.jpg') no-repeat left;
	text-decoration: none;
	height: 28px;
	padding: 0px;


}

.button span span { /* right edge */
	color:#494f55;
	height: 28px;
	text-decoration:none;
	background:url('Images/AMDV3/buttonright.jpg') no-repeat right;
	padding: 0px;
	}
	
a:hover.button span {
	background:url('Images/AMDV3/buttonleft_active.jpg') no-repeat left;
	text-decoration: none;
	height: 28px;
	padding: 0px;


}

a:hover.button span span  {
	color:#494f55;
	height: 28px;
	text-decoration:none;
	background:url('Images/AMDV3/buttonright_active.jpg') no-repeat right;
	padding: 0px;

	}

}
/*red button*/
.AMDButton {
	width: 100%;
	float: left;
	margin-bottom: 11px;
	margin-top: 11px;
}

.AMDButton_left {
	background: transparent url('Images/vision/visionButtonLeft.png') no-repeat;
	width: 8px;
	height: 28px;
	float:left;
	position:relative;
}

.AMDButton_center {
	background: transparent url('Images/vision/visionButtonBG.png') repeat-x;
	height: 24px;
	float:left;
	position:relative;
	padding-top: 4px;
	padding-right: 3px;
	font-weight:normal;
	font-size: 10px;
	color:white;

}
.AMDButton_center  a{
	color: white;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size: 10px;
}

.AMDButton_center a:hover {
	text-decoration:underline;

}

.AMDButton_center a:visited{
	text-decoration:none;
}

.AMDButton_right {
	background: transparent url('Images/vision/visionButtonRight.png') no-repeat;
	width: 8px;
	height: 28px;
	float:left;
	position: relative;
}

	
/* Secondary Promo styles to add spacing to images */

.secpromo {
	vertical-align: top;
	margin: 0px;
	display: inline;
}

/*.secpromo img {
	margin-right: 11px;
	float: left;
}*/


/* Remove border from linked images start */

img { 
border: 0px none; 
}

/* Remove border from linked images end */

/* =Typography */

/* typography start*/

h1 { /* Page Title */
	font-size:21px;
	font-weight:normal;
	font-family: Verdana, arial, sans-serif;
	line-height:30px;
	position: relative;
    margin: 0 0 11px 0;
    letter-spacing: -1px;
    color: #999;
}

h1 span
{
   
	top:0;
	left:0;
	height:100%;
	width:100%;
    /* background: url('Images/underground/gradient-white.png') repeat-x left 0px; */
}


h2.group /* Hub page group sub headings */
{
	font-size: 14px;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	padding: 10px 10px 0px 0px;
}

h2 /* Intro Heading */
{
	font-size: 13px;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}

h3 /* Body text heading */
{
	font-size: 11px;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	color:#999;
}

h1.white { /* White Page Title */
	font-size:21px;
	font-weight:normal;
	font-family: Verdana, arial, sans-serif;
	color:#FFF;
	margin-bottom: 16px;
	line-height:18px;
}

h2.white { /* White Page Subtitle Level 1*/
	font-size:13px;
	font-weight:bold;
	font-family: Verdana, arial, sans-serif;
	color:#FFF;
	line-height:18px;
}

h3.white { /* White Page Subtitle Level 2*/
	font-size:11px;
	font-family: Verdana, arial, sans-serif;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	color:#FFF;
	line-height:18px;
}

#promo H3 {
padding: 0px 11px;
}


.hubHeading h2
{
    font-size: 15px;
    margin-left: 7px;
    margin-bottom:0px;
    letter-spacing: -1px;
    color: #999;
    background: none;
    padding-bottom: 6px;
    line-height:.2em;
}

.hubHeading h2 span
{
    /* background: url('Images/underground/gradient-white.png') repeat-x; */
    position: absolute;
    display: block;
    width: 100%;
    height: 27px;
}


/* typography end*/


/* Masthead */
#masthead {
	background: transparent;
	width: 968px;
	height: 78px;

}

#AMDBlackTab{
	float:left;
	border: none;
	padding-top: 11px;

}

/* Secondary Navigation */

.SecondaryNav{
 	position:relative;
    left: 0px; 
    top: 22px; 
    width: 667px;
    color: #999;
    float: right; 
}

.SecondaryNav_ns {
 	position:relative;
    left: 0px; 
    top: 22px; 
    width: 770px;
    color: #999;
    float: right;
    margin-bottom:11px;
    margin-right: 22px;
    text-align: right;
    font-size: 10px;


}

.SecondaryNav_ns a {
	color:#999;
	text-decoration:none;
	}

.SecondaryNav_ns a:hover {
	text-decoration:underline;
	}

/* =Searchbox - MS Sharepoint */

     #sitesearch {
        position:relative;
        padding:0px;
		padding-left:2px;
		white-space:nowrap;
		width:200px;
		border:none;
		left: 450px;
		top: -22px;
			
	}


	td.ms-sbcell{
		padding:0px;
		padding-left:2px;
		white-space:nowrap;
		border:none;
	}

	td.ms-sbgo{
		background-color: transparent;
		padding-left:px;
		padding-right:3px;
		padding-bottom:1px;
		padding-top:1px;
		border:solid 0px;
	}
	
	td.ms-searchimage{
		border:0px;
		border-left:0px;
		background-color:white;
		padding-left:3px;
		padding-right:3px;
		padding-bottom:2px !important;
		padding-top:2px !important;
	}

     .sitesearch td.ms-sbcell{
		padding:0px;
		padding-left:2px;
		white-space:nowrap;
		border:none;
	}

 
 	.ms-sbplain{
		font-family:Verdana, arial, sans-serif;;
		font-size:8pt;
		border:solid 1px #999999;
	}

/* =Search Styles */

.srch-Metadata{
	BORDER-TOP: #FFFFFF 1px solid;
	FONT-SIZE: 1.0em;
	MARGIN: 0px 0px 15px;
	COLOR: #666666;
	FONT-FAMILY: verdana;
	background-color: #FFFFFF;
}
.srch-Page{
COLOR:#333333;
FONT-WEIGHT:bold;
FONT-SIZE:1.0em;
FONT-FAMILY:Verdana;
background-color: white;
text-align:right;
}

.ms-sbtext{
font-family:Verdana;
font-size: 11px;
font-weight:bold;
}

.srch-Title{
FONT-SIZE:12px;
MARGIN:0px 0px 5px;
COLOR:#003399;
FONT-FAMILY:Verdana;
}

.srch-URL A:visited{
color:#096 !important;
text-decoration:none;
}

.srch-URL A:link{
color:#096 !important;
text-decoration:none;
}

.srch-URL a:hover{
color:#096;
text-decoration:underline;
}

/* Top Navigation */

#PrimaryNav{ 
	left: -11px; 
	top: 22px; 
	position: relative; 
	display: block;
	float: right;
	height: 26px;
	text-align:right;
	z-index: 2;

}

#PrimaryNavns { 
    top: 22px; 
	position: relative; 
	display: block;
	float: right;
	height: 32px;
	text-align:center;
	z-index: 2;
}

#PrimaryNavns a {
		color:#999;
		text-decoration:none;
}

#PrimaryNavns a:hover {
		color:#999;
		text-decoration:underline;
}

.ms-topnavContainer{
border: none;
width: 968px;
}

.ms-topnav{
    border:none;
	background:url('Images/underground/underground_www3-copy_04.jpg') repeat;
	font-family:Verdana;
	font-size: 11px;
	color:#999;
	height:32px;
	line-height: 18px;			
}

.ms-topnav a{
display:block;
white-space:nowrap;
padding: 0 11px 0 11px;
text-decoration:underline;
}

.ms-topnav img{
position:relative;
left:-6px;
}

.ms-topnavselected{
color:#fff;
font-weight:normal;
border:none;
background-color:none;
}

.ms-topNavHover a {
text-decoration:underline;
}

.ms-topNavFlyOutsContainer 
{
border-top: 1px #818a93 solid;
border-left: 1px #818a93 solid;
border-right: 1px #818a93 solid;
border-bottom: 1px #818a93 solid;
background-color:#FFF;
}

.ms-topNavFlyOuts{
background-color: #FFF;
font-family:Verdana;
font-size:11px;

}

.ms-topNavFlyOuts a{
display:block;
width:120px;
min-width:120px;
color:#000;
padding:4px 8px 4px 8px;
border: none;
}

.ms-topNavFlyOutsHover{
background-color:#818a93;
color:#fff;
}

.ms-topNavFlyOutsHover a {
background-color:#818a93;
color:#fff;
}


.NavigationBar {
	position:relative;
	top:45px;
	left:-150px;
}


#GradientRule{
	float:left;
}

#spacer{
	width:968px;
	height: 22px;
}

/* =Left Navigation */

/* MOSS Contolled Left Navigation */

.leftNav
{
	text-align:left;
	width:187px;
	margin-bottom:20px;
	margin-right:11px;
} 

.leftNav a {
				color:#999;
				text-decoration:none;
}

.leftNav a:hover{
	text-decoration:underline;
}

.leftNav4 td
{
	background-image: url('Images/underground/left_nav_bg.png');
	background-repeat: repeat;
	padding: 6px 13px 6px 48px;
	line-height:15px;
}
 

.leftNav3 td
{
	background-image: url('Images/underground/left_nav_bg.png');
	background-repeat: repeat;
	background-position: top center;
	padding: 6px 13px 6px 35px;
	line-height:15px;
}


.leftNav2 td
{
	background-image: url('Images/underground/left_nav_bg.png');
	background-repeat: repeat;
	background-position: top center;
	padding: 6px 13px 6px 22px;
	line-height:15px;
}


.leftNav1 td
{
	background-image: url('Images/underground/left_nav_bg.png');
	background-repeat: repeat;
	background-position: top center;
	padding: 6px 13px 6px 22px;
	line-height:15px;
} 


.leftNavSelected td{
	background-image: url('Images/underground/left_nav_active_bg.png');
	background-repeat: repeat;
	background-position: top center;
	font-weight:bold;
	line-height:15px;
	padding: 6px 13px 6px 35px;
}
 
/* Secondary Promo styles */


/* Remove border from linked images end */ 

/* =Link Styles */

/* Link List */

.linklist { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px;
	font-family:Verdana;
	font-size: 11px;
	}
	
.linklist ul li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 

	}

.linklist ul { 
	display:block;
	list-style-type:none;
	margin:0.6em 0 1em 0.5em;
	padding:0;
	}

.linklist a:link { 
	
	text-decoration: none; 
	}
.linklist a:hover { 
	text-decoration: underline; 
	}
/*
.linklist ul li.link { 
	display: block; 
	list-style: none; 
	margin: 5px 4px; 
	padding: 0px 0px 0px 5px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 5px 5px;
}

.linklist li { 
	display: block; 
	list-style: none; 
	margin: 5px 4px; 
	padding:0 0 0 5px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 5px 5px;
}

*/

.linklist ul li.link { 
	display: block; 
	margin: 2px 3px; 
	padding: 0px 0px 0px 20px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 4px;
}

.linklist li { 
	display: block; 
	list-style:none outside none; 
	margin: 2px 3px; 
	padding: 0px 0px 0px 20px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 4px;
}

/* WHITE LINK LIST STYLES */
.whitelinklist {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0 0px 0px 7px;
	list-style-position: outside;
	color: #fff;
	background:url('Images/AMDV3/white_link_arrow.png') no-repeat 7px 4px;	
	}

.whitelinklist ul {
	display:block;
	list-style-type:none;
	margin:1em 0;
	padding:0;
	list-style-position: outside;
	}


ul li.link {
	display:inline-block;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 9px;
	background:url('Images/AMDV3/white_link_arrow.png') no-repeat 7px 4px;
	list-style-position: outside;
	}

.whitelinklist li {
	display:block;
	list-style-type:none;
	line-height:18px;
	margin:0 0 0.6em;
	padding:0 0 0 16px;
	background:url('Images/AMDV3/white_link_arrow.png') no-repeat 0 6px;
	list-style-position: outside;
	}

.whitelinklist div {
	display:block;
	list-style-type:none;
	line-height:18px;
	margin:0 0 0.6em;
	padding:0 0 0 16px;
	background:url('Images/AMDV3/white_link_arrow.png') no-repeat 0 6px;
	list-style-position: outside;
	}


.whitelinklist li a:link {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}	
	
.whitelinklist li a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #fff;
	}
	
.whitelinklist li a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #fff;
	}
	
.whitelinklist li a:active {
	text-decoration:underline;
	font-weight:bold;
	color: #fff;
	}

/* Primary LINK LIST STYLES */
.plinklist ul {
	display:block;
	list-style-type:none;
	margin: 1em 0;
	padding:0;
	}

.plinklist {
    display:block;
	list-style-type:none;
	margin: 3px 0px 0px 0px;
	padding:0;
	}

.plinklist ul {
	margin: 0.6em 0 1em 0.5em;
	}

ul li.link {
	display:block;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 20px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 5px;
}

.plinklist li {
	display:block;
	list-style-type:none;
	line-height:1.6em;
	margin:0 0 0.6em;
	padding:0 0 0 20px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 5px;
}

.plinklist a {
	text-decoration: underline;
	font-weight: bold;
	}
	
.plinklist a:visited {
    text-decoration: underline;
	}
	
.plinklist a:hover {
    text-decoration: underline;
	}


.plinklist .alt {
	padding:0;
	background:none;
	}

.plinklist .alt a {
	text-indent:0;
	padding-left:5px;
	display:block;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 14px 6px;}
}

.promo .plinklist {
	width:177px;

}

/* hide from mac ie \*/

.plinklist .alt a {
	display:inline;
	}
	
/* Secondary LINK LIST STYLES */
.slinklist ul {
	display:block;
	list-style-type:none;
	margin: 1em 0;
	padding:0;
	}

.slinklist {
	display:block;
	list-style-type:none;
	margin: 3px 0px 0px 0px;
	padding:0;
	}

.slinklist ul {
	margin:0.6em 0 1em 0.5em;
	}

ul li.link {
	display:block;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 20px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 5px;
	}

.slinklist li {
	display:block;
	list-style-type:none;
	line-height:1.6em;
	margin:0 0 0.6em;
	padding:0 0 0 20px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 5px;
	}


.slinklist a:link {
	text-decoration: none;
	color: #ebeef0;
	}
	

.slinklist a:hover {
    text-decoration: underline;
	color: #ebeef0;
	}


.slinklist a:visited {
	color: #FFF;
	}
	
.slinklist .alt {
	padding:0;
	background:none;
	}

.slinklist .alt a {
	text-indent:0;
	padding-left:5px;
	display:block;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 14px 6px;}
	
/* Plus Link List */

.pluslinklist { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px;
	font-family:Verdana;
	font-size: 11px;
	font-weight: normal;
	}
	
.pluslinklist ul li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 

	}

.pluslinklist ul { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px; 
	}

.pluslinklist a:link { 
	text-decoration: none; 
	}

.pluslinklist a:hover { 
	text-decoration: underline; 
	}


.pluslinklist ul li.link { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0px 0px 0px 5px; 
}

.pluslinklist li { 
	display: block; 
	list-style: none; 
	margin: 2px 0px; 
	padding: 0 0 0 5px; 
}

/* =MOSS Lists */

.link-item a:link{
font-family:verdana, helvetica, san-serif; 
font-size:11px; 
color: #999;
text-decoration:none;
}

.link-item a:active{
color: #999;
text-decoration:none;
}
.link-item a:hover{
color: #999;
text-decoration:underline;
}
.link-item a:visited{
color: #999;
text-decoration:none;
font-family:verdana, helvetica, san-serif; 

}
.summarylinkdescription
{
margin-left:5px;
padding-bottom:11px;			
}
				
				
.rollupdescription{
	padding:0px 5px 5px 22px;
	    color:#999;
	font-family: verdana;
	font-size: 11px;	

}


/* MOSS Webparts */

.ms-WPBody {
    color:#999;
	font-family: verdana;
	font-size: 11px;	
}

.ms-WPBody a:link
{
font-weight: normal;
text-decoration:underline;
color:#999;
}
.ms-WPBody a:visited
{
font-weight: normal;
text-decoration:underline;
color:#999;
}

.ms-WPBody a:hover
{
font-weight: normal;
text-decoration:underline;
}

.ms-WPBody a.white {
	color: #fff;
    text-decoration:underline;
}

.description{
	font-size: 11px;
	margin: 0px 0px 0px 3px;
	padding-left: 10px;
	color: #999;
	font-family: Verdana, arial, sans-serif;
	font-weight:normal;
}


/* =HTML editor styles */

.ms-rteCustom-AMDArrowLink  {
	display:block;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 11px;
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 0 0.3em;
}

.ms-rteCustom-AMDArrowLink:hover {
	text-decoration:underline;
}

.ms-rteCustom-AMDArrowLinkWhite  {
	display:block;
	color: #fff;
	list-style-type:none;
	line-height:1.1em;
	margin:0 0 0.6em;
	padding:0 0 0 8px;
	background:url('Images/AMDV3/white_link_arrow.png') no-repeat 0 0.3em;
}

.ms-rteCustom-AMDArrowLinkWhite:hover {
	text-decoration:underline;
}

.ms-rteCustom-SubHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding: 10px 10px 0px 0px;
}

.ms-rteCustom-PageSubTitle
{
	font-size: 12px;
	color: #999;
	font-weight:bold;
	padding: 10px 10px 0px 0px;
}

.ms-rteCustom-IntroHeading
{
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding: 5px 0px 0px 0px;
}


.ms-rteCustom-BodyTextHeading
{
	font-size: 11px;
	font-weight: 900;
	color: #999;
	padding: 5px 0px 5px 0px;
}

/* footer */

.twoColFixLtHdr #ft1 { 
	margin-top:44px;
	margin-bottom: 11px;
	margin-left:auto;
	margin-right:auto;
	padding: 11px 0px; 
}

#rating {
	text-align:center;
	}

#rating a {
	color: #999;
	}
	
a.rtpbutton {
padding:1px 5px 5px 22px;
}

.rtpico {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent url(Images/AMDV3/rtp-icon-gray.png) no-repeat scroll 0 0 !important;
}

.st_sharethis_custom{
				background: url(Images/AMDV3/share-icon-gray.png) no-repeat scroll left top transparent; 
                padding: 1px 16px 6px 22px;
                font-family:Verdana;
                font-size:10px;
                color:#999;
                height:16px; 
}
	
.footer1 {
	position:relative;
	font-size: 10px;
	border: none;
	background:none;
	line-height: 11px;
	text-align:center;
	}
#footerLandingPage{
	width:938px;
	position:relative;
	font-size: 9px;
	border: none;
	background:none;
	line-height: 12px;
	text-align:left;
	}
#footerLandingPage ol{
	list-style-position: outside;
	margin-left:22px;
}

	
.footer1 .links1 {
	list-style-type:none;
	}

.footer1 .links1 .first1 {
	margin:0px, 0px, 0px, 3px; /*changed 16 from 0, added 0s*/
	padding:0px;
	border-left:none;
	}

.footer1 .links1 li {
	display:inline;
	list-style-type:none;
	margin:0px 0px 0px 8px; /*changed 11, from 0--*/
	padding:0px 0px 0px 8px;
	border-left:solid 1px #A6ACB4;
	}

.footer1 a {
	text-decoration:none;
	color:#999;
	font-family:Verdana;
	font-size:10px;
	}	
	
	.footer1 a:hover {
	text-decoration:underline;
	}

/* Hub Buckets - for layouts */

.hubThreeColumn{
                width:248px;
                vertical-align:top;
                padding-bottom:10px;
                padding-right:4px;
                background-repeat:repeat-x;
}

.hubThreeColumnEnd{
                width:248px;
                vertical-align:top;
                padding-bottom:10px;
                padding-right:0px;
                background-repeat:repeat-x;
}


.hubThreeColumnNoRightCol{
                width:315px;
                vertical-align:top;
                padding-bottom:10px;
                padding-right:4px;
                background-repeat:repeat-x;
}
.hubFeedMagnetCol{
				width:620px;
				vertical-align:top:
				padding-rigt:0px;
				padding-bottom:10px;
				background-repeat:repeat-x;
}

.hubThreeColumnNoRightColEnd{
                width:315px;
                vertical-align:top;
                padding-bottom:10px;
                padding-right:0px;
                background-repeat:repeat-x;
}

/* Edit mode panel override */

#ctl00_PlaceHolderMain_EditModePanel1 .ms-formfieldcontainer{
				color:#000;
}

/* rounded corners */

.cornerBox { position: relative; background: transparent; width: 100%; }
.corner { position: absolute; width: 10px; height: 10px; background: url('Images/underground/dark_corners.png') no-repeat; font-size: 0em; }
.cornerBoxInner { padding: 10px; background-image : url('Images/underground/left_nav_bg.png'); background-repeat: repeat; } 
.TL { top: 0; left: 0; background-position: 0 0; } 
.TR { top: 0; right: 0; background-position: -10px 0; } 
.BL { bottom: 0; left: 0; background-position: 0 -10px; } 
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

/* Reusable Content - Promos */

.promo_container{
				width:187px;
				padding-bottom: 11px;
				vertical-align: top;
}

.promo_top{
     height:6px;
	 width:187px;
     background-image: url('Images/underground/nav_top.png');
	 		
}

.promo_content{
				width:177px;
				background-image: url('Images/underground/left_nav_bg.png');
				padding-left:5px;
				padding-right:5px;				
}

.promo_content ul li { 
	display: block; 
	list-style: none;  
	padding: 0 0 0 20px; 
	background:url('Images/AMDV3/link_arrow_gray.gif') no-repeat 7px 6px;
}

.promo_content p IMG{
				margin-left:auto;
				margin-right:auto;

				margin-bottom:-6px;
				margin-top:0;			
}

.promo_content p.center {
				text-align:center;
				margin-bottom:0;
}

.promo_bottom{
	height:6px;
	width:187px;
    background-image: url('Images/underground/nav_bot.png');
}




/* CSS for Print */

@media print{
	body {
	margin: 0;
	padding: 0;
	}
	
.footer #foot {
	display:none;
	}
}

.contentfullwidth .videoPlayer{
				margin-left:-11px;
}
hr{
				color:#333;
}
/*for landing page*/
.contenThreeCol1{
				padding-right: 5px;
				margin-right:5px;
				
}
.contenThreeCol2{
				padding-left: 5px;
				padding-right:5px;
				border-left:thin #252424 dotted;
				border-right:thin #252424 dotted;
}

.contenThreeColEnd{
				padding-left:5px;
}
.SubHeadingForLanding
{
	height:40px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding: 10px 10px 0px 0px;
	text-align:center;
	background-image:url('/Style%20Library/Images/underground/titleBG.jpg');
	background-repeat:repeat-x;
	}





.ms-alternating{
	background-color:#333;
}

.smallFont{

                font-weight:bold;
                font-size:10px;
}

