/*************************************************************************
// Two Column Custom
// Author: David Webster
// Edited: 05.04.2007
**************************************************************************/
@import url('normalize.css');

/*************************************************************************
// Layout Definitions
**************************************************************************/
body {
/*	background-image: url(../images/bg_page_hbar.gif); 
	background-repeat: repeat-x;
	background-position: 0 180px; */
	background:#d4e2ee url(/images/bg_bar_d4e2ee.gif) top center repeat-y;
	margin:0 auto;
}
a:link {color: #70A0C6; font-weight: bold;} 
a:hover {color: #2274ee; font-weight: bold;} 
a:visited {color: #70A0C6;font-weight: bold;}

#wrap {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	width: 979px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#body {
	height: 100%;
	background: url(../images/bg_col2.gif) top left repeat-y;
}

.main {
	float: left;
	width: 100%;
}

.side {
	float: right;
	width: 300px;
	
	background: #e6e3d9;
}

#feat {
	background: #000000;
	height: 334px;
	width: 700px;
	float: left;
	color: #ffffff;
}

#feat2 {
	width: 700px;
	float: left;
	color: #ffffff;
}

#data {
	margin: 22px 22px 5px 22px;
	padding-left: 22px;
	padding-left: 0;
	float: left;
	width: 634px;
}

/*************************************************************************
// DIV: head -- Header Styles
**************************************************************************/
#head {
	border-bottom: 1px solid #000; 
/*	margin-left:22px;*/
	height: 170px;
	text-align:left;
}

#head .usam {
	padding: 22px;
	float: left;
}

#head .spec {
	margin-top: 22px;
	padding: 34px 0 0 0;
	float: right;
	width: 415px;
}
#head ul { margin:0; padding:0; }
#head .spec ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#head .spec ul li {
	padding: 0 10px;
	display: block;
	float: left;
	border-right: 1px solid #000000;
}

#head .spec ul li.first {
	padding-left: 0;
}

#head .spec ul li.last {
	border: 0;
}
#head .spec a.issue { font-family:Arial, Helvetica, sans-serif; font-size:32px; line-height:32px; color:#000; text-decoration:none; }
.spec .issue a:hover { color:#990000; }
#head .spec ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 80%;
	color: #000000;
}

#head .spec ul li a:hover {
color:#990000;
}

/*************************************************************************
// DIV: menu -- Horizontal Navigation Styles
**************************************************************************/
#menu {
	clear: both;
}

#menu ul {
	margin:0 0 0 22px;
	list-style-type: none;
}

#menu ul li {
	padding: 0 8px;
	display: block;
	float: left;
	border-right: 1px solid #000000;
}

#menu ul li.first {
	padding-left: 0;
}

#menu ul li.last {
	border: 0;
}

#menu ul li a {
	text-decoration: none;
	display: block;
	font-size: 80%;
	color: #000000;
	text-transform: uppercase;
}

#menu ul li a:hover {
text-decoration:underline;
}

/*************************************************************************
// DIV: feat -- Feature Region Styles
**************************************************************************/
#feat table {
	border-collapse: collapse;
	height: 334px;
}

#feat td {
	vertical-align: top;
}

#feat .vert {
	width: 22px;
	vertical-align: top;
	text-align: right;
	border-right: 1px solid #000000;
}
#feat .reg {
	width: 22px;
	vertical-align: top;
	text-align: right;
	border-right: 1px solid #000000;
}

#feat .slim {
	width: 165px;
	background: #E6E3D9;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}



/*************************************************************************
// DIV: mark -- Marketing Styles
**************************************************************************/
#banner div {
	padding: 10px 0 5px 0;
	text-align: center;
	font-size: 80%;
}

/*************************************************************************
// DIV: foot -- Footer Specific Styles
**************************************************************************/
#foot {
	clear: both;
	height: 30px;
	background: #ffffff;
}
#foot div.spec {
	padding-left: 22px;
	border-top: 1px solid #000000;
}

#foot img {
	float: right;
	padding-right: 10px;
}

#foot ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#foot ul li {
	padding: 0 8px;
	display: block;
	float: left;
	border-right: 1px solid #709FC5;
}

#foot ul li.first {
	padding-left: 0;
}

#foot ul li.last {
	border: 0;
}

#foot ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 11px;
	color: #709FC5;
}

#foot ul li a:hover {
color:#990000;
}

/*************************************************************************
// Misc Styles
**************************************************************************/
.borders {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}



/*************************************************************************
// Article Specific CSS properties
**************************************************************************/

/*//////////Supplemental Table and Div Properties//////////*/

.breakPanel {
	width:100%;
	height:25px;
	background-color:#cccccc;
	margin-top:5px;
}

/*//////////Text Formatting Classes//////////*/
#data p {
	font-size: 92%;
	color: #000000;
	padding-bottom: 15px;
}

.leadIn {
	font-size: 114% !important;
	color: #000000;
	text-align: justify;
}

.biggieSmalls {
	font-size: 394% !important;
	color: #000000;
	float: left;
	text-align: justify;
	line-height: 40px;
	letter-spacing: 6px;
}

.bigandBold {
	font-size:136% !important;
	font-weight: bold;
	color:#000000;
	padding-bottom:15px;
}

.smallSubText {
	font-size: 85% !important;
	padding-bottom:15px;
}


.numeroRoja {
	color:#CC0000 !important;
	font-weight:bold;
	font-size: 110%;
}


/*//////////Image Positioning Classes//////////*/

.floatLeft {
	float:left;
	position:relative;
	margin:0px 15px 10px 10px;
	background-color: #e8b803;
}

.floatRight {
	float:right;
	position:relative;
	margin:0px 10px 10px 25px;
}
.floatRight1 {
	float:right;
	position:relative;
	margin:0px 10px 10px 25px;
}

.centerMe {
	display: block;
  margin-bottom:15px auto;
	margin-top: 0;
}

/*************************************************************************
// DIV: tocs -- TOC Region Styles
**************************************************************************/

#tocs {
	background: #70a0c6;
	height: ;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}

#tocs ul {
	padding: 5px 5px 5px 5px;
	list-style-type: none;
}
	
#tocs ul li {
	padding: 4px 0;
	color:#fff;
	display: block;
	border-bottom: 1px dashed #ffffff;
}
#tocs ul li.first {
	padding: 4px 0;
	margin-bottom: 5px;
	color:#000;
	display: block;
	border-bottom: 1px solid #000;
}
#tocs ul li.last {
	border-bottom: none;
	padding-bottom:0;
	font-style:normal;
}

#tocs ul li a {
	display: ;
	text-decoration: none;
	color: #ffffff;
}

#tocs ul li a:hover {
color:#990000;
}

/*//////////New Layout Items//////////*/
p {font-size: 92%; line-height: 16px;}
#column1 {
	width: 678px;
	float: left;
	text-align:left;
	margin-bottom: 22px;
}
#column2 {width: 301px; float: right; }
#tocsxtra {	background: #666666; font-size: 11px; font-weight: bold;}
#tocsxtra ul {padding: 5px 5px 5px 5px;list-style-type: none;}
#tocsxtra ul li {padding: 5px 0;display: block;	border-bottom: 1px dashed #ffffff; color:#fff; }
#tocsxtra ul li.last { border:none; padding-bottom:2px; }
#tocsxtra ul li a {display: ;text-decoration: none;color: #ffffff;}
#tocsxtra ul li a:hover {color:#990000;}

#featfix {width: 677px;	float: left; }

#data2 {
	padding: 22px;
	clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
#data2 .pods { float:left; margin-left:10px; width:200px; }
#data2 p {font-size: 92%; font-family: Arial, Helvetica, sans-serif; line-height: 16px; margin-bottom: 20px;}

#bodyclear {clear: both; display:none;}

.borders2 {	border-top: 0px solid #000000; }

.newtitle {padding: 10px 22px 0px 22px; font: Arial, Helvetica, sans-serif; font-size: 28px; font-stretch: condensed; color: white; font-weight: bold;}

#featurebox {width: 677px; height:334px; border-bottom: 1px solid #000000; }

#issuebar {width: 22px; height:334px; background-color: #000000; text-align: right; float: left;}

#storyimg {
	width: 678px;
	text-align: right;
	float: right;
	border-bottom: 1px solid #000000;
	display: block;
	border-left:1px solid #000000; 	
}
#newfeature3 {width: 22px; height: 334px; background-color: #000000; text-align: right; float: left;}
#newfeature2b {width: 656px; background-color: #FFFFFF; text-align: left; min-height: 60px; float: left; border-left: 1px solid #000000;}
#newfeatureb {width: 700px;  }
#newfeature3b {width: 21px; height: 170px; background-color:#FFFFFF; background-image: url(../images/labels/whats_inside_bkgd.gif); background-repeat: no-repeat; float: left;}
#newfeature2btext {margin: 10px 22px 5px 22px;}

#flashhome {width: 479px; height: 334px; float: left; background:#000; }

#coverhome {width: 198px; height: 334px; float: right; text-align: center; background-color: #E6E3D9;}

#newfeaturenounderline {width: 700px; height: 334px;}

#flipbook { width:920px; margin:0 auto; }
#flipbook p { margin-left:30px; }

a#pdf { padding:20px; background: url(/images/icon_pdf.gif) left no-repeat; color:#4e4e4e; text-decoration:none; }
a#printpg { padding-left:20px; background:url(/images/icon_print.gif) left no-repeat; color:#ee3f22; text-decoration:none; }	
a:hover#printpg { text-decoration:underline; }	

#coverhome.v2 a{
	display:block;
	width:100%;
	text-decoration:none;
	text-align:center;
}

#coverhome.v2 a h2{
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
	line-height:1.4;
	font-weight:bold;
	padding:3px 10px;
	margin:0;
}

#coverhome.v2 a p{
	text-transform:none;
	color:#3d3d3d;
	font-size:10px;
	line-height:1.4;
	padding:0 10px;
	font-weight:normal;
	margin-bottom:8px;
}

#coverhome.v2 a:hover h2, #coverhome.v2 a:hover p{
	color:#2274ee;
}

