/* ----------------------------------------------------------------------------- 

AFC Enterprises, Inc. screen css [www.afce.com]
written by Eisenman Associates [www.eisenman.com]
icons by Mark James of famfamfam.com 
feed icons by Matt Brett of feedicons.com

--------------------------------------------------------------------------------

COLORS
Maroon			#8A181B
Dark Maroon		#60070A
Background Gray	#393939
Text Gray		#312A2A
Medium Gray		#666
Light Gray		#999
Black			#000
Beige			#EDE8C4
Red				#C32033
Gold			#F0AD1E
Light Gold		#FFC147

----------------------------------------------------------------------------- */
.hidden {
  display: none;
}
#inline-sample-content {
  padding: 10px;
}

/* ----------------------------------------------------------------------------- 
GLOBAL
----------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	color:#312A2A;
	line-height: 1.4em;
	padding-top: 0px;}

body {
	font-size:62.5%;
	font-family:"lucida grande", helvetica, arial, sans-serif;
	background:url(http://www.afce.com/img/presentation/bkg/body.gif) top left repeat;
	margin:0;
	padding:0;}

/*  background:url(http://www.afce.com/img/presentation/bkg/page.png) center top no-repeat; */

/* ----------------------------------------------------------------------------- 
STRUCTURE
----------------------------------------------------------------------------- */
#wrap {
	width:850px;
	margin:0 auto 0px;
	padding:75px 25px 25px;
	background:none;}
	
.transparent {
	margin:0;
	background:transparent url(http://www.afce.com/img/presentation/bkg/page-ie.png) center top no-repeat;


/*  behavior: url(http://www.afce.com/css/iepngfix.htc); 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://afce.eisenman.biz/img/presentation/bkg/page.png', sizingMethod='scale');*/ 
/*  Mozilla ignores crazy MS image filters, so it will skip the following */ }

/* IE ignores styles with [attributes], so it will skip the following. 
.transparent[class] {
}
*/






#header {
	height:95px;}

#logo_afce, #logo_popeyes {
	display: none;}

h1 strong a.logo_popeyes {
	position:absolute; 
	display:block; 
	text-indent:-9999px; 
	margin-left:16px;
	margin-top:16px;
	width:151px; 
	height:52px; 
	background:transparent url(http://www.afce.com/img/presentation/logo/popeyes_screen.png) no-repeat 0 0;
	text-align:left;}

h1 strong a.logo_afce {
	display:block; 
	text-indent:-9999px; 
	width:185px; 
	height:72px; 
	background:transparent url(http://www.afce.com/img/presentation/logo/afce_screen.png) no-repeat 0 0;
	text-align:left;
	float:right;}

#main {
	width:680px;
	float:left;
	padding-top:12px;}

#overview {
	width:420px;
	float:left;
	padding-left:16px;
	padding-right:14px;}
	
#news_left_col {
	width:215px;
	float:left;}
	
#news_right_col {
	width:450px;
	float:left;}	

#news {
	width:215px;
	float:left;}

#feature {
	width:215px;
	float:left;}

#main_col {
	width:450px;
	float:left;
	padding:0 0 20px 0;}

#box {
	float:left;
	background-color:#CCC;
	margin:5px 15px 15px 0px;
	width:200px;
	padding:15px;
	color:#60070A;
	font-size:11px;}

#sidebar {
	width:160px;
	float:right;
	padding-top:12px;}

#footer {
	text-align:left;
	border-top:solid 8px #FF6319;
	font-size:0.9em;
	clear:both;
	height:100px;
	margin-top:1px;
	padding-top:10px;
	background: url(http://www.afce.com/img/presentation/logo/popeyes_p.gif) bottom center no-repeat;}

#sidebar_left {
	width:160px;
	float:left;}

#container {
	border-bottom: 1px solid #A71930;
	padding-bottom:10px;}


/* ----------------------------------------------------------------------------- 
NAVIGATION
----------------------------------------------------------------------------- */
#menu {
	background:#A71930;
	border-bottom:solid 8px #FF6319;}

ul#nav {
	list-style:none;
	color:#999;
	margin:0;
	padding:10px 10px 7px 10px;
	font-family:"trebuchet ms", helvetica, arial, sans-serif;
	font-weight:bold;
	float:left;
	list-style: none;}

ul#nav li {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
	margin:0;
	padding:0 1.2em;
	background: none;
	display:block;
	float:left;}

ul#nav li.first {
	border-left:none;
	padding-left:6px;}

ul#nav li a, ul#nav li a:visited {

	text-decoration:none;
	color:#fff;}

ul#nav li a:hover, ul#nav li a:active {
	color:#FF6319;}
	
ul#nav li a {
	color:#fff; 
	display:block; 
	margin:0;
	text-decoration:none;}

ul#nav li ul {/* second-level lists */
	position:absolute;
	text-decoration:none;
	text-align:left;
	margin:0;
	width:12em;
	height:auto;
	left:-9999em;
	padding-left:0;
	 /*using left instead of display to hide menus because display: none isn't read by screen readers*/}

ul#nav li:hover ul, 
ul#nav li.sfhover ul {
	/* lists nested under hovered list items */
	left:auto; 
	background:#A71930;
	text-decoration:none;
	font-weight:normal;}

ul#nav li ul li {
	background:#A71930;
	margin:0; 
	padding:0;
	font-weight:normal;
	width:12em;}

ul#nav li ul li.more {
	background:transparent url(http://www.afce.com/img/bul/arrow.gif) right 0.1em no-repeat;}

ul#nav ul li a {
	height:auto; 
	display:block;
	font-size:100%;  
	line-height:120%;
	background:#BFC7CF;
	text-transform:none;
	color:#fff;
	padding-top:8px;
	padding-left: 5px; 
	padding-bottom:8px;
	font-weight:normal;}
	

ul#nav ul a:hover {
	color:#FFFFFF; 
	background:#FF6319;}



/*#wrap > #menu ul li ul {
	padding-right:2em;}*/

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li:hover ul ul ul ul, 
ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul, ul#nav li.sfhover ul ul ul ul {
	left:-9999em;}

ul#nav li:hover ul, ul#nav li.sfhover ul {/* lists nested under hovered list items */
	left:auto;  
	text-decoration:none;
	padding-top:7px;
	margin-left:-13px;
	top:auto;}
	
ul#nav li li.sfhover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li li li li:hover ul,
ul#nav li li li.sfhover ul, ul#nav li li li li.sfhover ul {/* lists nested under hovered list items */
	left:13em;
	text-decoration:none;
	margin-top:-3em;}

ul#nav li ul li a {
	display:block;
	height:auto; 
	line-height:110%; 
	background:none;
	padding-left:14px; }


/* ----------------------------------------------------------------------------- 
HOME PAGE CONTENT
----------------------------------------------------------------------------- */
#featured {
	clear:both;
	padding-top:35px;}

#featured h2 {
	font-size:1.3em;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	margin:6px 6px 8px 12px;
	padding:0;
	display:block;
	background:transparent url(http://www.afce.com/img/presentation/bul/arrow_feat.gif) 0 right no-repeat;}

#overview h2 {
	text-transform:none;}

#featured h2 a.logo_popeyes {
	text-indent:-9999px; 
	width:84px; 
	height:15px; 
	background:transparent url(http://www.afce.com/img/presentation/logo/popeyes_featured.png) no-repeat 0 0; 
	text-align:left;
	display:block;}

#featured h2 a, #featured h2 a:visited {
	color:#fff;
	text-decoration:none;}

.feat_item {
	width:218px;
	background:#60070A;
	float:left;
	margin-left:13px;}

.first {
	margin-left:0px;}

#news ul {
	padding-left:0px;}

#featured h2 {
	text-transform:none;}

/* ----------------------------------------------------------------------------- 
TYPOGRAPHY
----------------------------------------------------------------------------- */
p {
	font-size: 1.1em;
	margin-bottom:1.5em;}
	
h2 {
	font-size:1.8em;
	color:#A71930;
	text-transform:uppercase;
	margin-bottom:0.5em;}

h3 {
	font-size:1.6em;
	margin-bottom:0.5em;}

h4 {
	color:#8A181B;
	font-size:1.4em;
	margin-bottom:0.3em;}

h5 {
	font-size: 1.2em;}

h6 {
	font-size:1.0em;
	text-transform: uppercase;}

#overview p {
	font-size:1.0em;
	line-height:140%;
	color:#333;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	margin-bottom:1.0em;}

#footer p {
	float:right;
	text-align:right;
	width:49%;
	color:#666;}

a, a:visited {
	color:#333;
	text-decoration:none;}

a:hover, a:active, #main_col a:hover, #news_left_col li a:hover {
	color:#FF6319;
	text-decoration:underline;}

#main_col p strong {
	color:#333;}

#main_col p em {
	color:#8A181B;}

#main_col a {
	color:#8A181B;
	font-weight:bold;}

.h2_sup {
	color:#8A181B;}

.p_sup_strong {
	color:#666;}

.p_sup {
	color:#666;}


/* ----------------------------------------------------------------------------- 
LISTS
----------------------------------------------------------------------------- */
#news_left_col ul {
	list-style: none; 
	margin:0 0 1.5em;
	padding:0;}

#news_left_col ul li {
	background: transparent url(http://www.afce.com/img/presentation/bul/arrow_list.gif) no-repeat 0 0.4em; 
	padding:0 0 0 10px; 
	margin:0 0 0.5em 5px;}

#container ol {
	margin:0 0 1.5em 20px;}

#container #news li {
	padding-left:0px;}

#container #news li {
	margin-bottom:1.0em;
	background:none;
	padding-left:0px;}

#news strong {
	display:block;
	color:#8A181B;
	padding:5px 0px 3px 20px;
	background:transparent url(http://afce.eisenman.biz/img/icn/webcast.gif) 0 2px no-repeat;}

#news span {
	color:#666;
	font-size:1.0em;
	font-weight:bold;}

	
/* ---------------------------------------------------------------------------- 
	NEWS PAGE
*/

#news_left_col ul li ul {
	margin:8px 0 8px 0;}

#news_left_col li a {
	color:#8A181B;
	text-decoration:none;}

#news_left_col span {
	color:#8A181B;}
	
#news_right_col li a, #news_right_col li a:visited{
	font-size:1.0em;
	color:#666;
	text-decoration:none;}

#news_right_col li a:hover, #news_right_col li a:active{
	color:#666;
	text-decoration:underline;}

#news_right_col span {
	font-size:1.0em;
	color:#8A181B;}
	


/* ---------------------------------------------------------------------------- 
	BreadClimb Navigation
*/
#bc_nav {
	width:450px;
	font-size:9px;
	margin:0 0 10px 0;
    padding:0;
	}

#bc_nav li a, #bc_nav li a:visited{
	font-size:9px;
	color:#666;
	text-decoration:none;
	padding-top:0;
	}

#bc_nav li a:hover, #bc_nav li a:active{
	font-size:9px;
	color:#666;
	text-decoration:underline;
	padding-top:0;
	}

#bc_nav ul{
	display:inline;
	margin: 0;
	padding:0;}

#bc_nav ul li {
	display:inline;
	background:transparent url(http://www.afce.com/img/presentation/bul/arrow_list.gif) no-repeat right 0.3em;
	padding-right:10px;
    padding-top:0;
    margin-top:0;
    margin-right:2px;
	padding-left:0px;}







#bc_nav ul li ul li{
	display:inline;
	background:transparent url(http://www.afce.com/img/presentation/bul/arrow_list.gif) no-repeat right 0.3em;}

 #bc_nav ul .no-bullet {
	background:none;
	list-style:none;}


/* ---------------------------------------------------------------------------- */
ul {
	font-size:1.0em;
	padding-left:10px;
	list-style:none;
	margin-bottom:1.5em;}

ul.bul {
	padding-left:0;
	padding-bottom:15px;}

ul li, #container #news ul li.bul {
	font-size:1.1em;
	background: url(http://www.afce.com/img/presentation/bul/bullet.png) no-repeat 0 0.2em;
	list-style:none;
	padding:0 0 0 12px; 
	margin:0 0 0.5em 0;}

ul ul, ul ul li {
	font-size:1.0em;}
	

#footer ul {
	margin-left:0;
	text-align:left;
	list-style:none;
	padding-left:0;
	width:49%;
	float:left;}

#footer ul li {
	display:inline;
	text-transform:uppercase;
	padding:0 0.5em 0 0;
	font-size:0.9em;
	background:none;}

body.home ul.list {
	padding-top:10px;
	padding-left:0;
	color:#333;}

body.home ul.list li {
	background:none;
	padding-left:0;}


/* ----------------------------------------------------------------------------- 
SEARCH FORM
----------------------------------------------------------------------------- */
#search {
	text-align:right;
	float:right;
	font-size:10px;
	padding-top:6px;
	width:155px;
	margin-bottom:-10px;
	height:32px;}

.search_box {
	width:120px;
	height:13px;
	font-size:11px;
	color:#666;
	margin:0;
	padding:2px;
	border:solid 1px #666;
	float:left;}

.search_button {
	position:relative;
	left:5px;
	top:0px;
	float:left;}


/* ----------------------------------------------------------------------------- 
SUBSCRIBE FORM
----------------------------------------------------------------------------- */
#subscribe {
	text-align:right;
	float:right;
	font-size:10px;
	padding-top:0px;
	width:155px;
	margin-bottom:10px;
	height:32px;}

.subscribe_box {
	width:120px;
	height:15px;
	font-size:11px;
	color:#666;
	margin:0 0 8px 0;
	padding:2px;
	border:solid 1px #666;
	float:left;}

.subscribe_button {
	font-size:10px;
	left:5px;
	top:5px;
	float:left;}
	
label.check_box {
	font-size:10px;
	margin:10px 0 10px 10px;}

/* ----------------------------------------------------------------------------- 
CONTACT FORM
----------------------------------------------------------------------------- */
#contact_form {
	text-align:right;
	float:left;
	font-size:10px;
	width:370px;
	color:#666;}

	
.contact_box {
	width:200px;
	height:15px;
	color:#666;
	margin:5px 0 5px 5px;
	padding:2px;
	border:solid 1px #666;
	vertical-align:middle;}
	
.contact_select {
	font-size:10px;
	color:#666;
	width:200px;
	border:solid 1px #999;
	margin:10px 0 10px 5px;
	vertical-align:middle;}
	
.contact_textarea {
	width:200px;
	height:80px;
	font-size:10px;
	color:#666;
	margin:0px 0 0px 5px;
	padding:2px;
	border:solid 1px #666;
	vertical-align:top;}

.contact_button {
	width:80px;
	font-size:10px;
	margin:15px 0px 5px 0px;}

.star {
	color:#990000;
	font-size:11px;}


/* ----------------------------------------------------------------------------- 
TABLES
----------------------------------------------------------------------------- */
.standard, .enhanced {
	border-collapse: collapse;
	caption-side: bottom;
	margin: 2em 0;
	padding: 0;
	width: 100%;}
	
.standard td, .enhanced td {
	border-bottom: 1px dotted #bbb;
	padding:0.5em 1.0em;
	border-top:0;
	
	}
	
.standard th, .enhanced th {
	border-bottom: 1px dotted #bbb;
	color:#45556A;
	font-weight: bold;
	padding:0.5em 1.0em;
	text-align: left;
	border-top:0;
	
	}
	
caption {
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0;
	text-align: left;
	caption-side:top;}

.standard td a {
	color:#333;
	text-decoration:none;}
									
.standard th a:hover, .standard td a:hover {
	color:#8A181B;
	text-decoration:underline;}
		
.standard th a {
	color:#8A181B;
	border-bottom:1px dotted #333;
	text-decoration:none;
	font-weight: bold;}

#sidebar .standard {
	margin:0 0 2.5em 0;
	padding:0;}

#sidebar .standard caption {
	caption-side:bottom;
	font-size:0.9em;
	text-align:center;
	padding-top:1.0em;}

#sidebar .standard td.date {
	font-size:0.9em;
	text-transform:uppercase;
	color:#666;
	text-align:center;
	padding-top:1.0em;}

#sidebar .standard th {
	font-size:0.95em;
	text-transform:uppercase;
	font-weight:normal;
	color:#333;}

#sidebar .standard td {
	font-size:1.1em;
	color:#666;
	text-align:right;}

#sidebar .standard .stock_up {
	color:#009900;}

#sidebar .standard .stock_down {
	color:#8A181B;}

#sidebar .standard .stock_c {
	color:#666;}

table#ir {
	margin:20px 0 20px 0;}

table#ir td {
	font-size:10px;
	padding:0 30px 8px 0;}

table#ir th {
	font-size:11px;
	color:#385165;
	text-align:left;
	padding-bottom:8px;}

/* ----------------------------------------------------------------------------- 
EXTRAS
----------------------------------------------------------------------------- */
a img {
	border:none;
	text-decoration:none;
	margin:0;
	padding:0;}

.btn {
	padding-left:4px;}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;}

.fright {
	float:right;}

.fleft {
	float:left;}

.right {
	float:right;
	margin:0px 15px 0px 0px;
	padding:0 15px 10px 15px;}

.annual_img {
	border:solid 2px #999;
	float:left;
	margin: 0 20px 50px 0;
	
	}
	
	.rss {
	border:0;
	float:none;
	margin:0 0 0 5px;
	top:-2px;
	clear:none;
	
	
	}	
	
div.annual {
	height:170px;
	margin-bottom:20px;}

div.annual ul, div.annual ul li {
	background:none;
	padding-left:0px}
	
td.imgcenter {
	text-align:center;}
	
td.redcolumn {
	color: #8A181B;}
	
ul.inline, ul.inline li {
	list-style: none;
	background: none;
	display:inline;}

table.contacts {
	padding:0;
	margin:0;
	border:0;
	border-spacing:0;}

table.contacts tr td {
	border-top:1px solid #ccc;
	padding-bottom:25px;
	padding-top:5px;}

div.opaque {
/* 	background: url(/img/presentation/bkg/opaque.png) repeat; */
	border:1px #ccc dotted;
	padding:20px;
	margin-bottom:1.5em;}