
/* fonts - first for IE 4Ð8 */
      @font-face {
        font-family: GoodWeb-CondBold;
        src: url("http://www.ap.org/assets/GoodWeb-CondBold.eot");
      }
      @font-face {
        font-family: GoodWeb-Book;
        src: url("http://www.ap.org/assets/GoodWeb-Book.eot");
      }
      @font-face {
        font-family: GoodWeb-Bold;
        src: url("http://www.ap.org/assets/GoodWeb-Bold.eot");
      }
    /* then for WOFF-capable browsers */
      @font-face {
        font-family: GoodWeb-CondBold;
        src: url("http://www.ap.org/assets/GoodWeb-CondBold.woff") format("woff");
      }
      @font-face {
        font-family: GoodWeb-Book;
        src: url("http://www.ap.org/assets/GoodWeb-Book.woff") format("woff");
      }
      @font-face {
        font-family: GoodWeb-Bold;
        src: url("http://www.ap.org/assets/GoodWeb-Bold.woff") format("woff");
      }
      
div {
	position: relative;
	display: block;
}
      	     
      
BODY {
  font-family: helvetica, arial, sans-serif;
  color: #333;
  background:  #F1F1F1;
  }
  
.body {
  }

  p {
	font-size: 16px;
}

td a, a, a:visited {
  	font-family: GoodWeb-Bold, helvetica, arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color: #333; 
	text-decoration: none;
	text-transform: uppercase;
}

#page {
	margin:0 auto;
	max-width: 100%;
	width: 1034px;
	overflow: hidden;
	background: #fff;
}

#content_wrapper {
	width: 1034px;
}
#main_content {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	z-index: 5;
}

/** branding */

.header-wrapper {
	background: url("http://staging.hosted.ap.org/templates/AP/data/bkg-purple.png") no-repeat scroll left top;
	max-width: 100%;
	width: 1034px;
	height: 200px;
	overflow: hidden;
}
.branding {
	position: relative;
	margin-top: 60px;
}

.branding .logo {
	position: relative;
	float: left;
	padding-right: 100px;
}

.branding .name {
	position: relative;
	float: left;
	padding-top: 26px;
}

.branding .bar {
	position: relative;
	float: right;
}

/* end branding **/



/**main nav*/


#nav-wrapper {
	width: 952px;
	display:block;
	padding:10px 40px 4px;
	height: 22px;
	background: #ffffff; /* Old browsers */
	background: #efebe6; /* Old browsers */
	background: -moz-linear-gradient(top,  #efebe6 0%, #e7e2d8 5%, #e7e2d8 95%, #efebe6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efebe6), color-stop(5%,#e7e2d8), color-stop(95%,#e7e2d8), color-stop(100%,#efebe6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efebe6 0%,#e7e2d8 5%,#e7e2d8 95%,#efebe6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efebe6 0%,#e7e2d8 5%,#e7e2d8 95%,#efebe6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efebe6 0%,#e7e2d8 5%,#e7e2d8 95%,#efebe6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efebe6 0%,#e7e2d8 5%,#e7e2d8 95%,#efebe6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efebe6', endColorstr='#efebe6',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #E7E2D8;
	border-bottom: 1px solid #b6b6ab;
	border-right:  1px solid #b6b6ab;
	border-left:  1px solid #b6b6ab;
}
#menu {
	padding: 0;
}
.sub-menu{
	display: block;
}
ul.top_nav {
	padding: 0;
}

ul.top_nav li {
	margin: 0;
	float: left;
	display: block;
	padding-right: 15px;
}

ul.top_nav li.hidden ul, ul.top_nav li.shown ul{
	/*hide subnav*/
	visibility: hidden;
	display: none;
}

ul.top_nav li a {
  	font-family: GoodWeb-Bold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
	font-size: 16px; 
	font-weight: normal; 
	color: #660775; 
	text-transform: uppercase;
	line-height: 18px;
	padding-right: 5px;
  }
  
 ul.top_nav li a:hover {
	color: #FF322E;
	text-decoration: none;
 }
	
ul.top_nav li.hidden ul, ul.top_nav li.shown ul {
	/*put the subnavs below and hide them all*/
	visibility: hidden;
	position: absolute;
	top: 33px;
	height: 15px;
	left: 0;
	padding-top: 10px;
}
ul.top_nav li.shown a {
	/*change border color for active topic area*/
	color: #FF322E;
}

ul.top_nav li.shown ul a, ul.top_nav li.hidden ul a {
	/*  cancel inherit of border
	on subnav of active topic */
	border: 0;
}

ul.top_nav li.shown ul {
 	/*display active subnav list*/
 	display: block;
 	visibility: visible;
}
ul.top_nav li.shown ul li.menu-link, ul.top_nav li.hidden ul li.menu-link {
	float: left;
	/*ie doesn't inherit the float*/
	color: #660775;
	border-bottom: 1px dotted #ccc;
	padding: 6px 0 0;
}
ul.top_nav li.shown ul li.menu-link a, ul.top_nav li.hidden ul li.menu-link a {
	float: left;
	/*ie doesn't inherit the float*/
	color: #660775;
	width: 150px;
	font-size: 14px;
	padding-bottom: 5px
}
ul.top_nav li.shown ul li.menu-link:last-child, ul.top_nav li.hidden ul li.menu-link:last-child {
	border-bottom: 0;
	padding-bottom: 2px;
}
ul.top_nav li.shown ul li.menu-link:first-child, ul.top_nav li.hidden ul li.menu-link:first-child {
	padding-top: 0;
}
ul.top_nav li.shown ul li.menu-link a:hover, ul.top_nav li.hidden ul li.menu-link a:hover  {
	float: left;
	/*ie doesn't inherit the float*/
	color: #FF322E;
	text-decoration: none;
}

ul.top_nav li.shown ul {
	/*display the current topic*/
	display: block;
}



ul.top_nav li.hidden:hover ul {
	/*  display the other topics when
      their parent is hovered */
      display: block;
      z-index: 6000;
      visibility: visible;
      height: auto;
      background: #fafafa; /* Old browsers */
      background: -moz-linear-gradient(top,  #fafafa 0%, #fefefe 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #fafafa 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #fafafa 0%,#fefefe 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #fafafa 0%,#fefefe 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #fafafa 0%,#fefefe 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
      border-radius: 0 0 5px 5px;
      box-shadow: 1px 1px 3px #b6b6ba;
      padding: 7px 12px 0;
}
ul.top_nav li.hidden a, ul.top_nav li.hidden a {
	color: #660775;
	padding-bottom: 10px;
}

ul.top_nav li.hidden a:hover, ul.top_nav li.hidden:hover a {
	text-decoration: none;
	color: #ff322e;
}


ul.top_nav li.hidden ul, ul.top_nav li.shown ul {
  /*put the subnav below*/
  top: 9px;
  *top: 20px; /*reposition for IE*/
  border-width:2px 1px 1px;
  border-style: solid;
  border-color: #ddd #ccc #ccc;
}



h2.nav_title.first {
	margin-top:0px;
  }
  
ul.menu {
	padding: 0;
	margin: 0;
}

ul.menu li.menu-link {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

ul.menu li.search-form {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

ul.menu li.menu-link a {
  	font-family: GoodWeb-Bold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color: #333; 
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 1px 0;
	list-style: none;
	display: block;
}

ul.menu li.menu-link a:hover {
	text-decoration: none;
	color: #ff322e;
}

.search-text {
	max-width: 160px;
	width: 100%;
	color: #848484;
	float: right;
	margin-top: -1px;
}
.search-button {
	position: absolute;
	top: 7px;
	right: 42px;
}
.search-button input {	
	border: none;
	background: transparent;
	cursor: pointer;
  	font-family: GoodWeb-Bold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
  	text-transform: uppercase;
	color: #660775; 
	font-size: 13px;
	padding-top: 2px;
	padding-right: 3px;
}

.search-button input:hover {
	color: #ff322e;
}
	
/*end menu style**/


/** article style */

#page_content{
	width: 620px;
	float:left;
	padding-right: 40px;
}
tbody {
	border-top: 0!important;
}
  
p.ap-story-p {
	color: #363636;
	font-family: "Palatino Linotype","Book Antiqua",serif;
	font-size: 14px;
	line-height: 20px;
}

.topheadlinebody {
	padding-right: 10px;
	color: #363636;
	font-family: "Palatino Linotype","Book Antiqua",serif;
	font-size: 14px;
	line-height: 20px;
	padding-left: 0;
}
	
table.ap-story-table {
	width: 620px;
}
	

p.body {
	margin-top: 0;
	margin-right:80px;
}
div.body {
	margin-right:80px;
}
	
.headline {
	font-family:  GoodWeb-CondBold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
	color: #ff322e;
	text-transform: uppercase;
	font-size: 33px;
	line-height: 34px;
	display: block;
	font-weight: normal;
}

.tabletitle {
	font-family:  GoodWeb-CondBold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
	font-weight: normal; 
	color: #660775;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

.timestamp {
	color: #848484;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
}

.byttl {
	color: #848484;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
}
.byline {
	font-family:  GoodWeb-Bold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

.bylinetitle {
	font-size: 12px;
	font-family:  GoodWeb-Bold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
	

.AP_label {
	padding-top: 39px;
	text-align: right;
	vertical-align: top;
}
.photo {
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  color: #848484;
}

td.image {
	padding: 0 10px 10px 5px;
}


a.ap_multimedia_link {
	color: #333;
	font-size: 12px;
	line-height: 13px;
	font-family:  GoodWeb-Bold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.copyright a {
	font-size: 9px;
}
.storylink a {
	color: #333;
	font-family:  GoodWeb-Bold, "Arial Narrow Bold", "Arial Narrow", Trebuchet, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}
.topheadline a {
	color: #333;
	font-family:  GoodWeb-Bold, helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	display: block;
	font-weight: normal;
}

.ap-adhocnewslisting-a {
	display: list-item;
	list-style-type: none;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
  font-family: helvetica, arial, sans-serif;
}

/* end article style **/

/**right rail*/
#right_rail {
	width: 300px;
	float: left;
}

table {
	-webkit-border-horizontal-spacing: 0;
	border: none;
}

  tr {
  	  vertical-align: top;
  font-family: helvetica, arial, sans-serif;
  color: #333;
  }
  
    td {
  	  vertical-align: top;
  font-family: helvetica, arial, sans-serif;
  color: #333;
  }

  .apfront {
  	  margin: 0 20px;
  }
  
table.header { 
	width: 981px; 
	height: 150px;
	margin-bottom: 20px;
	margin-left:20px;
}

table.clear {
}

/**table.ap-mediabox-table {
	margin: 10px 20px 5px 10px !important;
}*/


table.ap-smallphoto-tr {
	margin: 10px 12px 5px 5px !important;
}

table.ap-smallphoto-table {
	margin-top: 14px;
}

table.ap-htmltable-table {
	border-top: 1px solid #CCC !important;
	border-bottom: 1px solid #CCC !important;
	border-left: none !important;
	border-right: none !important;
	margin-top: 15px!important;
	margin-left: 10px;
}
  
tr.ap-htmltable-tr{
	margin: 10px 12px 5px 5px !important;
	background: #eee !important;
}

  td.title {
  	font-family: GoodWeb-Bold, helvetica, arial, sans-serif;
  	  border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 5px;
	font-size: 20px; 
	font-weight: normal; 
	color: #660775; 
	text-decoration: none;
  }
  
  td.title2 {
  	font-family: GoodWeb-Bold, helvetica, arial, sans-serif;
  	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	padding-top: 30px;
	margin-bottom: 5px; 
	font-size: 20px; 
	line-height: 20px;
	font-weight: normal; 
	color: #660775; 
	text-decoration: none;
  }

td.logo {
	vertical-align: top;
	padding-left: 20px;
}

td.ap-htmltable-td {
	background-color: white !important;
	border-bottom: 1px solid #CCC;
	padding: 3px 0 5px 0;
}

td a, a:visited {
  	font-family: GoodWeb-Bold, helvetica, arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color: #333; 
	text-decoration: none;
	text-transform: none;
}

td a:hover {
	text-decoration: underline;
	color: #ff322e;
}

td.menu { 
	padding: 3px 0;
	border-bottom: 1px dotted #CCC;
}

td.body {
	width: 200px;
}
td.center {
	vertical-align: top; 
	width: 526px;
	margin-right: 10px;
}
td.left_nav {
	width: 153px;
}
td.right_rail {
	width: 320px;
	padding-right: 20px;
}

#subtitles {
	 text-transform:uppercase;
	 font-size:8px;
	 margin-bottom:10px;
	 padding-bottom: 5px;
	 padding-top: 5px;
	 border-bottom: 1px solid #ccc;
  font-family: helvetica, arial, sans-serif;
}
#skyscraper {
	width:160px;
	height:600px;
}
#banner {
	width:100%;
	height:90px;
	text-align: center;
	padding: 15px 0 10px;
	border-bottom: 1px solid #b6b6ba;
	background: #f1f1f1;
}
#rectangle {
	width:300px;
	height:250px;
	margin-bottom: 30px;
	margin-top:5px;
	border: 1px solid #eee;
}

#menusponsor {
	width:88px;
	height:31px;
	float: right;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/static/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/static/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/static/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* AP specific styles */

div.ap-photo-gallery-thumbnails 
{
  padding: 10px;
text-align: center;
}

span.ap-photo-gallery-thumbnail
{
   float: left;
   clear: none;
}
    
span.ap-photo-gallery-thumbnail
{
     margin: 0px 5px 5px 0px;
}  

span.ap-photo-gallery-thumbnail a:active
{
     margin: 0px 5px 5px 0px;
}  

img.ap-photo-gallery-thumbnail-img a.ap-photo-a:active
{
    height: 80px;
    border: 2px dotted #00F;
    background: #ccc;
}

img.ap-photo-gallery-thumbnail-img
{
    height: 80px;
    border: 0px solid #00F;
}

div#ap_technorati_roundup
{
    margin-top: 5px
}
/* My Stocks CSS  */
#mystocks { 
	width:470px; 
	background:#e5e5e5; 
	border:2px solid #e5e5e5; 
	padding: 0; 
	margin:0; 
}

#mystocks, #mystocks input, #mystocks td, #mystocks tr, .apmw_rcdateline { 
	font: 11px/1.2 Verdana, Geneva, Sans-serif; 
}

#addticker .ticker { 
	float:left; 
	height:16px;
}
#addticker span { 
	display:block; 
	float:left; 
	margin-right: 4px; 
	padding:0; 
	height:30px; 
}
#addticker #msg, #addticker #lookup { 
	padding:0 3px 0 3px;
}
#addticker #msg { 
	width:55%; 
	padding:3px 0 0 10px; 
}

#mystocks a        	    	{ color:#567; font-weight:bold;text-decoration:underline;  }
#mystocks a:hover 	    	{ color:#000; text-decoration:underline; }
#mystocks img			{ margin:0 3px 0 3px;}

#mystocks a.update		{ display:block; line-height:17px; height:18px; text-align:center; color:#000; text-decoration:none; font-size:10px; font-weight:bold; }

#mystocks a.update			{ width: 59px; background: #e5e5e5 url(http://staging.hosted.ap.org/specials/images/update-off.gif) top left no-repeat; }
#mystocks a.update:hover	{ color:#fff; background: #e5e5e5 url(http://staging.hosted.ap.org/specials/images/update-on.gif) top left no-repeat; text-decoration:none;}

#mystocks td			{ padding:2px 5px 2px 3px; height:20px;}
#mystocks tr			{ background:#fff;}
#mystocks td.c1			{ width:30%;line-height:1.5;text-align:left;}
#mystocks td.c3			{ width:25%; text-align:right; }
#mystocks td.c2			{ width:15%; text-align:right;}
#mystocks td.c4,			
#mystocks td.c5			{ width:10%; text-align:right;}
#mystocks td.c6			{ width:10%; text-align:center;}

#mystocks #wk td		{ text-align: right; padding:0; margin:0; height:10px; }	
#mystocks #wk td span		{ padding:0 2px 0 2px;}	
#mystocks #type			{ color:#888; padding-left:3px; }
		
#mystocks #title		{ background:#444; color:#fff;}
#mystocks #title h1		{ font-size:11px; float:left; margin:0; padding:0;color:#fff;}
#mystocks #title span	{ float:right;}
#mystocks #addticker,
#mystocks #header,
#mystocks #header .c6,
#mystocks #wk, 
#mystocks #gbar	.c6	 	{ background:#e5e5e5; padding:0 0 2px 0; }
#mystocks #header td	{ font-weight:bold; }
#mystocks #addticker td	{ border-top:1px dashed #ccc; padding:5px 0 5px 0;  }
#mystocks .c6,
#mystocks #gbar			{ background:#eee;}
