/****************************************************************
   MDC MAGAZINE PRINT STYLESHEET 
*****************************************************************/

/* GENERAL SELECTORS
---------------------------------------------------------------*/	
* {
	margin:0;
	padding:0;
	font-size:100.01%;
	}
	
body {
	margin:0;
	padding:0;
	color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}		
	
h1 {
	font-size:1.8em;
	font-weight:normal;
	}	
	
h2 {
	font-size:1.2em;
	}
	
h3 {
	font-size:1em;
	}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 1.4em;
	color: #000;
                }

h4 em a {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	float: right;
	margin-top: -1.3em;
	/*cursor: hand;*/
                }

h4 a em {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	float: right;
	margin-top: -1.3em;
	/*cursor: hand;*/
                }

h5 {
	font-size:1.4em;
	color: #666;
	}

h1, h2, h3, h4, h5 {
	margin:0 0 1em 0;
	}
		
p {
	margin:0 0 1.2em 0;
	font-size:1.2em;
	}
			

ul, li {
	list-style:none;
	}
		
a:link, a:visited { 
	text-decoration:none; 
	color:#0033CC; 
	}	
	
a:hover, a:active { 
	text-decoration:underline; 
	color:#0033CC; 
	}	

form, fieldset, legend {
	margin:0; 
	padding:0;
	}
	
fieldset {
	border:none;
	}	
	
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
	}

img { 
	border:none; 
	}
	
input, select, label {
	vertical-align:middle;
	}	

hr { 
	display:none; 
	}		

/* ACCESSIBILITY NAVIGATION
---------------------------------------------------------------*/		
#skip { 
	display:none;
	}		


/* CORE LAYOUT
---------------------------------------------------------------*/	
#container {
	width:100%;
	background:#FFF;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
      }

#header {
	display: none;
	}	
	
#header-hidden {
	text-align: center;
	display: none;
}	

#content {
	overflow:hidden;
	background-color: #FFF;
      } 	
#sidebar-left {
	float:left;
	width:160px;
	margin-bottom: 13px;
	display: none;
	}
	
#sidebar-right {
	width:180px;
	float:right;
      }	
	
#main-content {
	margin-top: 0;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 1.1em;
	clear: right;
	padding-bottom: 2em;
	}
	
#homepage {
	background:#FFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.1em;
	}
#hp-left {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-top: 0px;
	float: left;
	width: 45%;
}
#hp-right {
	width: 49%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0.7em;
	float: right;
}
.border{

}
#footer {
	clear:both;
	color:#000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 1.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	position: relative;
	display: none;
	}

#disclaimer {
	color:#666666;
	width: 100%;
	padding-top: 5px;
	display: none;
	}
	
#volume {
	display:block;
	font-family: Times New Roman, Times, serif;
	font-size: 1.6em;
	color: #000000;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	text-align: right;
	}	
	
/* CORE LAYOUT: ONE COLUMN LEFT
---------------------------------------------------------------*/	
.one-column-left #main-content {
	padding-right:1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}


/* CORE LAYOUT: SINGLE COLUMN
---------------------------------------------------------------*/	
.wide-column #main-content {
	margin:0;
	padding-left:0em;
	padding-right:0em;
	}


/* HEADER
---------------------------------------------------------------*/	
#header h1 {
	float:left;
	position:absolute;
	font-size:1.2em;
	z-index: 1;
	}

#header h1, #header h1 a {
	display: none;
	}	
	
#header h1 a {	
	display: none;
	}
	
#header h2 {
	float:left;
	display:none;
	margin:18px 0 0 24px;
	color:#99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	}	
	
#header h2 em {
	display:none;
	font-style:normal;
	font-size:1.6em;	
	font-weight:normal;
	color:#FFF;
	}
	
#header a:link,
#header a:visited {
	color:#FFF;
	}	


/* -- SEARCH -- */		
#search {
	float:right;
	width:27.5em;
	background-color: #003366;
	height: 5em;
	margin-right: 15px;
	z-index: 2;
	visibility: visible;
	position: relative;
	display: none;
	}
	
#search img {
	font-size:1em;
	}	

#search fieldset {
	text-align:center;
	margin:0 0 3px 0;
	padding:0.1em 0.4em 0.4em 0.4em;
	background-color:#003366;
	}	

#search .textfield {
	width:20.5em;
	border:1px solid #000;
	border-top-color:#000;
	border-left-color:#000;
	border-right-color:#C0C0C0;
	border-bottom-color:#C0C0C0;
	font:1em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.3em;
	padding-right: 0.1em;
	padding-bottom: 0.3em;
	padding-left: 0.1em;
	}
		
#search .button {
	width:4.5em;
	padding:0.3em 0.2em 0.2em;
	background-color:#C0C0C0;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:none;
	border-top:none;
	color:#000;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	}	
	
#search li {
	display:inline;
	padding-bottom: 22px;
	}
	
#search li a {
	background:url(/main/images/li_seperator_dots_tcm6-446.gif) no-repeat left center;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 5px;
	}

#search li a.first {
	background:none;
	padding-left:10px;
	}		
#search-links {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
	}
	
#search-links li {
	margin:0;
	padding:1.2em 1em 1em 45px;
	border-bottom:1px solid #B3B3B3;
	font:1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position:5% 50%;
	}	

#search-links a:link,
#search-links a:visited {
	color:#000;
	}

/* NAVIGATION
---------------------------------------------------------------*/
#navigation {
	display:none;
	font-size: 1em;
	margin-right: 24px;
	margin-left: 23px;
	background-color: #3399cc;
	height: 2.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	}
	
#navigation li {
	float:left;
	text-align:center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}

#navigation a {
	display:block;
	}
	
#navigation a.current {
	background-color:#3399cc;
	}	
	
#navigation a:link,
#navigation a:visited,
#navigation a.current:hover,
#navigation a.current:active {
	color:#FFFFFF;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #3399cc;
	padding-top: 0.2em;
	padding-right: 37px;
	padding-bottom: 0.3em;
	padding-left: 37px;
	}
	
#navigation a:hover,	
#navigation a:active {
	color:#FFCC33;
	text-decoration:none;
	}	
	
	
/* -- SECONDARY NAVIGATION -- */
#secondary-navigation {
	font-size:1.4em;
	font-weight: bold;
	}
	
#secondary-navigation li,
#secondary-navigation li li {
	font-size:1em;
	}
			
#secondary-navigation li {
	margin: 0px;
	padding: 0px;
	width: 159px;
	}

#secondary-navigation li a {
	display:block;
	padding-right: 0.5em;
	padding-bottom: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
#secondary-navigation li a:link,
#secondary-navigation li a:visited{
	color:#003366;
	}
	
#secondary-navigation li a:hover,
#secondary-navigation li a:active {
	color:#FFCC33;
	text-decoration:none;
	}	
	
#secondary-navigation li a.current,
#secondary-navigation li a.current:hover,
#secondary-navigation li a.current:active,
#secondary-navigation li a.current:visited {
	color:#000;
	}	

/* SNAPSHOTS ------------------------------------------*/

#snapshots {
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
}
#snapshots ul li {
	color: #fff;
	font-size: 1.2em;
}
#snapshots ul li p {
	color: #fff;
	font-size: 1em;
}
#snapshot1
  {
	width: 100%;
	display: list-item;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
#snapshot2
  {
	width: 100%;
	display: block;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#snapshot3
  {
	width: 100%;
	display: block;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clear: left;
}
#snapshot4
  {
	width: 100%;
	display: block;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clear: left;
}
#snapshot5
  {
	background-color: #003366;
	z-index: 2;
	width: 303px;
	height: 350px;
	display: none;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 20px;
	left: 0px;
	top: 38px;
	right: 0px;
	bottom: 0px;
}
#snapshotspacer
  {
	background-color: #FFFFFF;
	z-index: 1;
	width: 303px;
	display: none;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 20px;
	position: static;
	left: 0px;
	top: 38px;
	bottom: 0px;
	visibility: visible;
	right: 0px;
	height: 360px;
}
#snapshot1 p,
#snapshot2 p,
#snapshot3 p,
#snapshot4 p,
#snapshot5 p {
	color: #000000;
	font-size: 1.2em;
	padding-top: 11px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#snapshot1 p a,
#snapshot2 p a,
#snapshot3 p a,
#snapshot4 p a,
#snapshot5 p a {
	color: #ffcc00;
}
#snapshot1 img,
#snapshot2 img,
#snapshot3 img,
#snapshot4 img,
#snapshot5 img {
	text-align: center;
}

#tabs {
	/*float:left;*/
	width:100%;
	font-size:93%;
	line-height:normal;
	height: 38px;
      }
#tabs img {
	float: left;
	clear: right;
      }
#tabs ul {
	list-style:none;
	padding-right: 10px;
	padding-bottom: 0;
      }
#tabs li {
	display:none;
      }
#tabs em {
	float:left;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	background-image: url(/main/images/tableft_tcm6-3558.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	margin-top: 0px;
	font-style: normal;
      }
#tabs em span {
	float:left;
	display:block;
	color:#003366;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 13px;
	background-image: url(/main/images/tabright_tcm6-3559.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs em span {
	float:none;
}
/* End IE5-Mac hack */
#tabs em:hover span {
      color:#FFCC00;
      background-position:100% -42px;
      }
#tabs em:hover {
      background-position:0% -42px;
      }
#tabs em span .current{
      color:#FF6600;
	  background-position:100% -42px;
      }
#tabs em .current {
	color: #FF6600;
      }
#tabs em span .nostyle {
      }

/* LISTING
---------------------------------------------------------------*/
.listing
{
	font-size: 1.2em;
	display: block;
	min-height:90px;
	height:auto !important;
	height:90px;
}

.listing h2 
{
	margin-bottom: 0;
}

.listing h2 a
{
	font-size: 0.6em;
	text-decoration: none;
	display: block;
	color: #003366;
	margin-bottom: 0.4em;
}

.listing h2 a:hover
{
	color: #0033CC;
	text-decoration: underline;
}

.listing img
{
	float: left;
	padding-right: 1em;
	display: block;
}

.listing .listing-img
{
	float: left;
	padding-right: 1em;
	display: block;
	background-image: url(/main/images/noimage95x63_tcm6-13905.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 63px;
}

.listing p
{
	font-size: 1em;
	display: block;
	margin-left: 109px;
}

/* FOOTER
---------------------------------------------------------------*/	
#footer a:link,
#footer a:visited {
	color:#000000;
	}
	
#footer li {
	display:inline;
	}
	
#footer li a {
	padding:0 0 0 2px;
	}

#footer li a.first {
	padding:0;
	color: #000000;
	}		
	
	
/* MISC. STYLES
---------------------------------------------------------------*/	
.clear { 
	clear:both;
	font-size:0; 
	line-height:0.0; 
	height:0;
	}	
	
.float-wrapper {
	width:100%;
	overflow:hidden;
	}
	
.img-left {
	float:left;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: 3px;
	}
	
.img-right {
	float:right;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-top: 3px;
	}
	
.text-right {
	float:right;
	}				

.nobreak {
                white-space:nowrap;
                }

a.underlined:link,
a.underlined:visited {
                font-size:1.2em;
	text-decoration:underline;
	}
	
a.underlined:hover,
a.underlined:active {
	text-decoration:none;
	}	
	

/* INTERNAL PAGES 
---------------------------------------------------------------*/	
#features {
	display: block;
	clear: both;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1em;
	margin-left: 0px;
	}
#features p {
	color: #000000;
	display: block;
	margin-left: 110px;
	font-size: 1em;
	margin-bottom: 2em;
	}
#features h2 a{
	font-size: 1.1em;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	margin-left: 110px;
	display: block;
	margin-bottom: -0.8em;
	}
#features h2 a:hover {
	color: #0033CC;
	text-decoration: underline;
	}
#features a img {
	float: left;
	margin-bottom: .8em;
	}
#coverstory {
	min-height: 112ems;
	display: block;
	clear: both;
	padding-right: 27px;
	}
#coverstory p {
	font-size: 1.2em;
	color: #000000;
	margin-bottom: 1em;
	}
#coverstory h2 a{
	font-size: 1.5em;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: -0.5em;
	}
#coverstory h2 a:hover {
	color: #0033CC;
	text-decoration: underline;
	}
#coverstory a img {
	margin-bottom: 0.8em;
	}
#departments {
	display: none;
	}
#departments h2{
	clear: both;
	font-size: 1.8em;
	display: none;
	}
#main-content hr {
display:block;
	}
#main-content table.tblformatted td {
	font-size: 1.2em;
	border-collapse:collapse;
	padding:0.6em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
#main-content table.tblformatted tr:hover {
	background-color: #efefef;
	}
#main-content table.tblformatted th {
	font-size: 1.34em;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	background-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
	}	
#main-content table.tblformatted {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}
#main-content table.tblformatted a {
	font-size: 1em;
	text-decoration: underline;
	}
#main-content table.tblformatted td ul li{
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: .5em;
	font-size: 1em;
	}
#main-content ul {
	margin-bottom: 1.2em;
	padding-left: 2.4em;
	}
#main-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: .5em;
	font-size: 1.2em;
	}
#main-content ul li li {
	font-size: 1em;
	list-style-type: circle;
	list-style-position: outside;
	padding-bottom: .5em;
	}
#main-content ul li li li {
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: .5em;
	}	
#main-content ol {
	margin-bottom: 1.2em;
	padding-left: 2.4em;
	}
#main-content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: .5em;
	font-size: 1.2em;
	}
#main-content ol li li {
	font-size: 1em;
	list-style-type: lower-alpha;
	list-style-position: outside;
	padding-bottom: .5em;
	}
#main-content ol li li li {
	font-size: 1em;
	list-style-type: lower-roman;
	list-style-position: outside;
	padding-bottom: .5em;
	}
#main-content h1 {
	font-size: 1.9em;
	color: #000000;
	}
#main-content h2 {
	font-size: 2.2em;
	color: #003366;
	}
#main-content h3 {
	font-size: 1.3em;
	color: #000000;
	}
#main-content .paddingleft {
	margin-right: 1.2em;
	margin-bottom: 1.2em;
	margin-top: .3em;
}
#main-content .paddingright {
	margin-left: 1.2em;
	margin-bottom: 1.2em;
	margin-top: .3em;
}
#main-content #photo-caption {
	font-size:0.9em;
}

/* -- BREADCRUMB -- */
#breadcrumb-share {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	margin-right: 24px;
	margin-left: 24px;
	padding: 0.4em 0.5em 0.5em 1.2em;
	background-color: #efe4dc;
	height: 100%;
	overflow: auto;
}

#breadcrumb-share #breadcrumb {
	display: block;
	float: left;
	}
	
#breadcrumb-share #share {
	float: right;
	text-align: right;
	padding-right: 0.2em;
}

#breadcrumb-share #share img {
	vertical-align: middle;
}

#breadcrumb-share #breadcrumb a:link,
#breadcrumb-share #breadcrumb a:visited {
	text-decoration:underline;
	color: #0033cc;
	}	

#breadcrumb-share #breadcrumb a:hover,
#breadcrumb-share #breadcrumb a:active {
	text-decoration:none;
	color: #0033cc;
	}
	
#breadcrumb-share #share a:link,
#breadcrumb-share #share a:visited {
	text-decoration:none;
	color: #666666;
	}	

#breadcrumb-share #share a:hover,
#breadcrumb-share #share a:active {
	text-decoration:underline;
	color: #666666;
	}

#mainimage {
	padding-bottom: 2em;
	position: relative;
}