﻿#home-container {
    padding-bottom: 100px;
}
#feature-strip {
    margin-top: 25px;
}
#feature-strip ul {
    margin: 0px auto;
}
#feature-strip .Item {
    float: left;
    width: 313px;
}
#feature-strip .Item .Thumbnail {
    float: left;
    background-color: #ffffff;
    padding: 4px 5px 18px;
}
#feature-strip .Item .Copy {
    float: left;
    width: 150px;
    margin-left: 10px;
}
#feature-strip .Item .Copy .Description {
    font-size: 15px;
    line-height: normal;
    line-height: 14px;
    margin: 4px 0px 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Century Gothic", Arial, sans-serif;
    /* "Avant Garde",  */
}
#feature-strip .Item .Copy .Byline {
    font-size: 12px;
    font-family: "Times New Roman", Times, Serif;
}
#hero {
    min-height: 460px;
	z-index: 10;
}

#vjDropDown
{
	width: 152px; /* 170px - 9px either side paddding */ 
	padding: 9px;
	position: absolute;
	top: 25px;
	left: 155px;
	z-index: 20;
	background: #000000;
	opacity:0.85;
	filter:alpha(opacity=85);
	color: #f9d40d;
	font-size: 12px;
	display: none;
}
#vjDropDown .vj
{
	width: 152px;
	height: 44px;
	border-bottom: 1px dotted #fad40f;
	margin-bottom: 9px;
}

#vjDropDown .vjLast
{
	margin-bottom: 0px;
	border-bottom: none;
	height: 37px;
}

#vjDropDown .vjHeadshot
{
	width: 37px;
	height: 37px;
	float: left;
}
#vjDropDown .vjHeadshot image
{
	border: none;
}
#vjDropDown .vjHeadshot a:link, #vjDropDown .vjHeadshot a:visited 
{
	border: 2px solid #fad40f;
	width: 33px;
	height: 33px;
	display:block;	
}
#vjDropDown .vjHeadshot a:hover 
{
	border: 2px solid #fef6cf;
	width: 33px;
	height: 33px;
	display:block;
}
#vjDropDown .vjName
{
	width: 102px;
	text-align: left;
	float: right;
	padding-top: 12px;
}
#vjDropDown .vjName a {
	color: #fad40f;
	text-decoration: none;
	border: none; /* weird visited glitch */
	outline:none;
}
#vjDropDown .vjName a:hover {
	color: #fef6cf;
	text-decoration: none;
	border: none;
	outline:none;
}
