@charset "utf-8";
/* CSS Document */



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	overflow: hidden;
}
.sf-menu ul li {
	width:			100%;
	background: none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
.sfmenu li ul {
	padding-top: 15px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		7px 14px;;
	text-decoration:none;
	color: 			#830D19 ;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#830D19;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	border-bottom: #999 1px dotted;
}
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0;
	min-width:		0; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}






.sf-menu li:hover ul,
.sf-menu li.sfHover ul { 
	padding: 21px 0 0 0;
	background: #FFF url(../img/banner-nav.png) -399px -110px no-repeat;
	border-bottom: #E31837 2px solid;
}
.sf-menu li:hover ul ul, 
.sf-menu li.sfHover ul ul{ 
	padding: 0 0 0 0;
	background: #FFF;
	border-bottom: #E31837 2px solid;
}
/* ==================================== SUBNAV HOVER STATES */
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:	#E31837;
	color: #fff;
	outline:		0;
}

/* ==================================== HOME */
.navhome a {
	border: none !important;
	height: 12px;
    text-indent: -3000px;
    width: 27px;
	background: #FFF url(../img/banner-nav.png) -316px -29px no-repeat;
}
.navhome a:hover, #home .navhome a{
	background: #FFF url(../img/banner-nav.png) -316px -75px no-repeat;
}

/* ==================================== FAMILY */
.navfamily a {
	border: none !important;
	height: 12px;
    text-indent: -3000px;
    width: 77px;
	background: #FFF url(../img/banner-nav.png) -371px -29px no-repeat;
}
.navfamily a:hover, #family .navfamily a{
	background: #FFF url(../img/banner-nav.png) -371px -75px no-repeat;
}
.sf-menu li.navfamily:hover ul,
.sf-menu li.sfHover.navfamily ul { 
	background: #FFF url(../img/banner-nav.png) -324px -110px no-repeat;
	width: 100px;
}
.sf-menu li.navfamily:hover ul a,
.sf-menu li.sfHover.navfamily ul a{ 
	width: 100px;
}
ul.sf-menu li.navfamily li:hover ul,
ul.sf-menu li.navfamily li.sfHover ul {
	left:			100px; /* match ul width */
	top:			0;
}
/* ==================================== VALUES */
.navvalues a {
	border: none !important;
	height: 12px;
    text-indent: -3000px;
    width: 47px;
	background: #FFF url(../img/banner-nav.png) -476px -29px no-repeat;
}
.navvalues a:hover, #values .navvalues a{
	background: #FFF url(../img/banner-nav.png) -476px -75px no-repeat;
}
.navvalues ul { 
	background: #FFF url(../img/banner-nav.png) -488px -29px no-repeat;
}
.sf-menu li.navvalues:hover ul,
.sf-menu li.sfHover.navvalues ul { 
	background: #FFF url(../img/banner-nav.png) -427px  -110px no-repeat;
	width: 100px;
}
.sf-menu li.navvalues:hover ul a,
.sf-menu li.sfHover.navvalues ul a{ 
	width: 100px;
}
/* ==================================== INFLUENCE */
.navinfluence a {
	border: none !important;
	height: 12px;
    text-indent: -3000px;
    width: 67px;
	background: #FFF url(../img/banner-nav.png) -551px -29px no-repeat;
}
.navinfluence a:hover, #influence .navinfluence a{
	background: #FFF url(../img/banner-nav.png) -551px -75px no-repeat;
}
.sf-menu li.navinfluence:hover ul,
.sf-menu li.sfHover.navinfluence ul { 
	background: #FFF url(../img/banner-nav.png) -498px -110px no-repeat;
	width: 190px;
}
.sf-menu li.navinfluence:hover ul a,
.sf-menu li.sfHover.navinfluence ul a{ 
	width: 190px;
	background: none;
}

/* ==================================== BLOG */
.navblog a {
	border: none !important;
	height: 12px;
    text-indent: -3000px;
    width: 31px;
	background: #FFF url(../img/banner-nav.png) -646px -29px no-repeat;
}
.navblog a:hover, #blog .navblog a{
	background: #FFF url(../img/banner-nav.png) -646px -75px no-repeat;
}
.sf-menu li.navblog:hover ul,
.sf-menu li.sfHover.navblog ul { 
	background: #FFF url(../img/banner-nav.png) -604px -110px no-repeat;
	width: 110px;
}
.sf-menu li.navblog:hover ul li,
.sf-menu li.sfHover.navblog ul li{ 
	width: 110px;
}
.sf-menu li.navblog:hover ul a,
.sf-menu li.sfHover.navblog ul a{ 
	width: 110px;
}

.navvalues li a, .navfamily li a, .navinfluence li a, .navblog li a,
#influence .navinfluence li a, #values .navvalues li a, #blog .navblog li a
 { 
	background: none !important; text-indent: 0 !important; 
}














ul.drop {
  	list-style:none;
  	padding:0px;
  	margin:0px;
	border-bottom: #F00 2px solid;
}
ul.drop li {
  	display:inline;
  	float:left;
}
ul.drop li a {
  font-size:11px;
  text-decoration:none;
  display:block;
  width: 90px;
  text-align: center;
}
ul.drop  li a:hover {
  text-decoration:none;
  display:block;
}
ul.drop  li.sublink {
	position: absolute;
}
ul.drop  li.sublinks a{
  font-weight:normal;
  text-decoration:none;
  display:block;
  border-bottom: #938675 1px dotted;
}

ul.drop  li.sublinks a:hover{
  color:#fff;
  background: #E21D3F;
  font-weight:normal;
  text-decoration:none;
  display:block;
}
ul.drop  li.sublinks{
	display:none;
	position: absolute;
}
.droplast {
	border-bottom: #F00 2px solid !important;
}
ul.list-winshape, ul.list-cfa, ul.list-lifeshape   {
	-webkit-box-shadow: -1px 1px 6px #7d7968;
	-moz-box-shadow: 	-1px 1px 6px #7d7968;
	box-shadow: 		-1px 1px 6px #7d7968;
	padding-top: 10px;
	position: absolute;
	top: 112px;
}
ul.list-winshape li.sublinks, ul.list-cfa li.sublinks, ul.list-lifeshape  li.sublinks  {
	-webkit-box-shadow: -1px 3px 6px #7d7968;
	-moz-box-shadow: 	-1px 3px 6px #7d7968;
	box-shadow: 		-1px 3px 6px #7d7968;
}
/* ==================================== WINSHAPE */
ul.list-winshape {
	position: absolute;
	right: 42px;
	z-index: 3;
}
ul.list-winshape a {
}
ul.list-winshape  .list-init-winshape a {
	height: 45px;
}
.list-init-winshape {
	text-indent: -3000px;
	height: 50px;
	width: 96px;
	background: #FFF url(../img/nav_winshape.png) top center no-repeat;
}

ul.list-winshape li.sublinks {
	background: #FFF;
	top: 60px;
	padding: 0 0 0 0;
	position: absolute;
	width: 150px;
	margin-left: -60px;
}
ul.list-winshape li.sublinks a{
	display: block;
	padding: 6px 0;
	width: 150px;
}


/* ==================================== LIFESHAPE */
ul.list-lifeshape {
	position: absolute;
	right: 132px;
	z-index: 2;
}
ul.list-lifeshape a {
}
ul.list-lifeshape  .list-init-lifeshape a {
	height: 45px;
}
.list-init-lifeshape {
	text-indent: -3000px;
	height: 50px;
	width: 96px;
	background: #FFF url(../img/nav_lifeshape.png) top center no-repeat;
}

ul.list-lifeshape li.sublinks {
	background: #FFF;
	top: 60px;
	padding: 0 0 0 0;
	position: absolute;
	width: 105px;


}
ul.list-lifeshape li.sublinks a{
	display: block;
	padding: 6px 0;
	width: 105px;
}






/* ==================================== CHICK-FIL-A */
ul.list-cfa {
	right: 222px;
	z-index: 1;
}
ul.list-cfa a {
}
ul.list-cfa .list-init a {
	background: #FFF url(../img/nav_chickfila.png) top center no-repeat;
	height: 50px;
	text-indent: -3000px;
}
ul.list-cfa .list-init a:hover {
	background: #E31837 url(../img/nav_chickfila.png) bottom center no-repeat;
}




/* ==================================== NAV1 */
ul.list-nav1 {
	position: relative;
	top: 0;
	right: 0;
	z-index: 0;
	border: none !important;
}
ul.list-nav1  .list-init a {
	height: 40px;
	background: #FFF url(../img/nav_values.png) bottom center no-repeat;
	text-indent: -3000px;
}
ul.list-nav1  .list-init a:hover {
	background: #FFF url(../img/nav_values.png) top center no-repeat;
}
ul.list-nav1 li.sublinks {
	padding: 14px 0 0 0;
	background: #FFF url(../img/nav_values_bottom.png) top center no-repeat;
	top: 40px;
}
#values ul.list-nav1 .list-init a {
	background: #FFF url(../img/nav_values.png) top center no-repeat;
}
ul.list-nav1 li.sublinks a{
	width: 86px;
	padding: 4px 2px;
	
}
/* ==================================== NAV2 */
ul.list-nav2 {
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 0;
	border: none !important;
}
ul.list-nav2  .list-init a {
	height: 40px;
	background: #FFF url(../img/nav_influence.png) bottom center no-repeat;
	text-indent: -3000px;
}
ul.list-nav2  .list-init a:hover {
	background: #FFF url(../img/nav_influence.png) top center no-repeat;
}
ul.list-nav2 li.sublinks {
	margin: 0 0 0 -18px;
	top: 40px;
	padding: 14px 0 0 0;
	background: #FFF url(../img/nav_influence_bottom.png) top center no-repeat;
}
#influence ul.list-nav2 .list-init a {
	background-position:top;
}
#influence ul.list-nav2 .list-init ul li {
	background: none !important;
}

ul.list-nav2 li.sublinks a{
	width: 106px;
	padding: 4px 10px;
}

/* ==================================== NAV3 */
ul.list-nav3 {
	position: absolute;
	top: 0;
	left: 197px;
	z-index: 0;
	border: none !important;
}
ul.list-nav3  .list-init a {
	height: 40px;
	background: #FFF url(../img/nav_blog.png) bottom center no-repeat;
	text-indent: -3000px;
}
ul.list-nav3  .list-init a:hover, #blog ul.list-nav3 .list-init a {
	background: #FFF url(../img/nav_blog.png) top center no-repeat;
}
ul.list-nav3 li.sublinks {
	margin: 0 0 0 ;
	top: 40px;
	padding: 14px 0 0 0;
	background: #FFF url(../img/nav_blog_bottom.png) top center no-repeat;
}
ul.list-nav3 li.sublinks a{
	padding: 4px 10px;
	width: 66px;
}







/* ==================================== TOPSIDE */
#nav-topside {
	position: absolute;
	top: 6px;
	left: 474px;
	z-index: 5;
	width: 180px;
}
#nav-topside a{
	font-family: 'FreightMicroProMedium', Georgia, serif;  padding-top: 12px;
	font-size: 15px;
	color: #58595B;
	padding: 0 7px;
	text-decoration: none;
} 
#nav-topside a:hover {
	color: #E31837;
	text-decoration: underline;
}


.blog-video-icon {
	display: none;
}
.videotitle {
	width: 350px;
}
