

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	color: #000;
}

p {
	line-height: 1.5;
	margin: 1.5em 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul, ol {
	margin: 1.5em 0 1.5em  40px;
	line-height: 1.5;
	text-align: justify;
}

ul ul, ol ul, ul ol, ol ol {
	margin: 1em 0 1em 30px;
}

ul {
	list-style: disc outside;
}

ul ul, ol ul {
	list-style: circle outside;
}

ol {
	list-style: decimal outside;
}

ol ol, ul ol {
	list-style: lower-latin outside;
}

li {
	margin: 1em 0;
}

li p {
	margin: 1em 0;
}

h1 {
	margin: .75em 0 .5em 0;
	font-size: 3em;
	line-height: 1;
	font-weight: bold;
}

h2 {
	margin: 1.5em 0 1em 0;
	font-size: 1.5em;
	line-height: 1;
	font-weight: normal;
	font-style: italic;
	color: #666;
}

h3 {
	margin: 1.5em 0 -.5em 0;
	font-family: Helvetica, Arial, Serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4 {
	margin: 1.5em 0 -.5em 0;
	font-family: Helvetica, Arial, Serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	margin: -.5em 0 -.5em 0;
	font-family: Helvetica, Arial, Serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

h6 {
	margin: -.5em 0 -.5em 0;
	font-family: Helvetica, Arial, Serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

a:link {
	text-decoration: underline;
	color: #0A50A1;
}

a:visited {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #c00;
}

/* @group header */

#header {
	margin:  0;
	padding: 0;
	width: 100%;
	border-top: 7px solid #000;
	border-bottom: 1px solid #666;
}

/* @group logo */

#logo {
	margin: 36px auto 3.25em auto;
	padding: 0;
	width: 505px;
}

.home #logo, .distribute #logo {
	margin-bottom: 0;
}

#logo img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */

#header p {
	margin:  .25em 0 1.5em 0;
	color: #666;
	text-align: center;
}



/* @group navigation */

#navigation {
	width: 100%;
	height: 28px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 3px;
}

#nav_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 590px;
}

ul#nav {
	margin: 0;
	padding: 0;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	text-indent: -9999px;
}

ul#nav li a  {
	border: 0;
	text-decoration: none;
	display: block;
	background: transparent url(/images/cluster/navigation.gif) no-repeat;
}

li#about a {
	width: 109px;
	height: 28px;
}

li#about a:link, li#about a:visited {
	background-position: 0 0;
}

.about li#about a:link, .about li#about a:visited {
	background-position: 0 -56px;
}

li#about a:hover, .about li#about a:hover {
	background-position: 0 -28px;
}

li#about a:active {
	background-position: 0 -56px;
}

li#archive a {
	margin-left: 41px;
	width: 125px;
	height: 28px;
}

li#archive a:link, li#archive a:visited {
	background-position: -150px 0;
}

.archive li#archive a:link, .archive li#archive a:visited {
	background-position: -150px -56px;
}

li#archive a:hover, .archive li#archive a:hover { 
	background-position: -150px -28px;
}

li#archive a:active { 
	background-position: -150px -56px;
}

li#contact a {
	margin-left: 32px;
	width: 128px;
	height: 28px;
}

li#contact a:link, li#contact a:visited {
	background-position: -307px 0;
}

.contact li#contact a:link, .contact li#contact a:visited {
	background-position: -307px -56px;
}

li#contact a:hover, .contact li#contact a:hover {
	background-position: -307px -28px;
}

li#contact a:active {
	background-position: -307px -56px;
}

li#search a {
	margin-left: 38px;
	width: 115px;
	height: 28px;
}

li#search a:link, li#search a:visited {
	background-position: -473px 0;
}

.search li#search a:link, .search li#search a:visited {
	background-position: -473px -56px;
}

li#search a:hover, .search li#search a:hover {
	background-position: -473px -28px;
}

li#search a:active {
	background-position: -473px -56px;
}

/* @end */
/* @end */

#page_wrapper {
	margin: 16px auto 0 auto;
	text-align: center;
	padding: 0 10px;
	width: 800px;
	position: relative;
}

#main {
	text-align: left;
	float: left;
}

.about #main p, .contact #main p, .rss #main p, .distribute #main p {
	font-size: 1.167em;
}

#main p {
	text-align: justify;
}

#main p.note {
	font-style: italic;
	color: #999;
	padding-left: 10px;
	border-left: 3px solid #ccc;
}

/* @group Home Page */

/* @group article_head */

#article_head {
	float: left;
	width: 618px;
}

.default #article_head {
	width: 800px;
	float: none;
}

.alt .wide #article_head {
	width: 431px;
}

.alt .narrow #article_head {
	width: 531px;
}

h1.title {
	margin: 0 0 .5em 0;
}

h1.title a:link, h1.title a:visited {
	color: #000;
	text-decoration: none;
}

h1.title a:hover {
	color: #000;
	text-decoration: underline;
}

h3.kicker {
	margin: 0 0 .5em 0;
	font-size: 1.5em;
	line-height: 1;
	font-weight: normal;
	font-style: italic;
	color: #666;
	text-decoration: underline;
	text-transform: none;
	letter-spacing: 0;
}

/* @end */
/* @group subhead/deck */

#article_sub {
	float: left;
	width: 618px;
}

.wide #article_sub {
	width: 431px;
}

.narrow #article_sub {
	width: 531px;
}

h4.deck {
	margin: 0 0 .75em 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3333;
	color: #666;
	letter-spacing: 0;
	text-transform: none;
}

#article_sub p.author {
	margin: 0 0 .8571em 0;
	font-size: 1.1667em;
	border-bottom: 1px solid #C1C1C0;
}
/* @end */
/* @group photo_box */

#photo_box {
	margin: 0 0 5px 12px;
	float: right;
	border-bottom: 5px solid #DAD8D0;
}

.alt #photo_box {
	margin-top: 2.25em;
}

.wide #photo_box {
	width: 357px;
}

.narrow #photo_box {
	width: 257px;
}

#photo_box img {
	border: 1px solid #666;
}

.credit {
	margin: 0 0 0 10px;
	font-family: Helvetica, Arial, Serif;
	font-size: .8333em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: right;
	color: #999;
}

#photo_box .caption p {
	font-weight: bold;
	color: #666;
	margin: 1em 10px 1em 10px;
	text-align: left;
}

#photo_box .secondary_photos {
	float: left;
}

#photo_box .secondary_photos img {
	margin: 0 0px 10px 10px;
	float: left;
}

#photo_box p.media_link {
	clear: both;
	margin: 1em 10px;
	padding-left: 25px;
	text-align: left;
}

#photo_box p.media_link.video {
	background: url(/images/cluster/video_icon.gif) no-repeat 0 0;
}

#photo_box p.media_link.audio {
	background: url(/images/cluster/audio_icon.gif) no-repeat 0 0;
}

/* @end */
/* @group ads */

#ads {
	margin: 5px 0 0 22px;
	width: 160px;
	float: right;
	clear: right;
}

.alt2 #ads {
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 2.25em;
}

#ads img {
	border: none;
}

#ads p {
	margin: 0 0 1em 0;
	font-size: 1em;
	text-align: center;
	color: #666;
	font-style: italic;
}

#ads p.print_distribution {
	text-align: left;
	color: #000;
}

#ads a.distribution_link img {
	margin-bottom: 1em;
}

/* @end */
/* @group article_text */

#article_text {
	margin-right: 182px;
	clear: left;
}

#article_text p {
	font-size: 1.167em;
}

#article_text blockquote {
	float: right;
	width: 250px;
	margin: 0 0 1em 22px;
	color: #999;
	border-bottom: 4px solid #000;
}

#article_text blockquote p {
	margin-top: 0;
	line-height: 1.5;
	font-family: Helvetica, Arial, Serif;
	font-size: 1.5em;
	margin-bottom: .75em;
	text-align: left;
}

#article_text blockquote cite {
	display: block;
	text-align: right;
	color: #666;
	font-size: .6667em;
}

#tag_line p {
	font-family: Helvetica, Arial, Serif;
	font-size: 1em;
	color: #999;
}

span.division {
	font-style: italic;
	font-size: 1.5em;
	line-height: 1em;
	color: #000;
}

span.end {
	font-weight: bold;
}

#article_extras {
	text-align: right;
	width: 568px;
	padding: 3px 0;
	font-size: 1.167em;
}

#article_extras a {
	margin-left: 50px;
	padding: 1px 0 3px 25px;
}

#article_extras a.rss {
	background: url(/images/cluster/rss_icon.gif) no-repeat 0 0;
}

#article_extras a.print {
	background: url(/images/cluster/printer_icon.gif) no-repeat 0 0;
}

.figure {
	background-color: #ddd;
	float: right;
	margin: 0 0 0 12px;
}

.figure.alt {
	float: left;
	margin: 0 12px 0 0;
}

.figure.l {
	width: 618px;
	margin: 0 0 1.5em 0;
}

.figure.m {
	width: 250px;
}

.figure.s {
	width: 160px;
}

.figure p.caption {
	font-style: italic;
	color: #666;
	margin: .5em 10px;
}

.figure p.caption span {
	font-weight: bold;
	font-size: 1.2857em;
	line-height: 1.1667;
	font-family: Helvetica, Arial, Serif;
	font-style: normal;
	color: #000;
}

.figure p.caption cite {
	display: block;
	text-align: right;
	color: #333;
	font-size: .8571em;
	font-style: normal;
}

span.reference {
	font-weight: bold;
	font-family: Helvetica, Arial, Serif;
	font-style: normal;
	color: #000;
}

/* @end */
/* @end */
/* @group Contact Page */

form {
	font-size: 1.3333em;
}

label {
	font-style: italic;
	margin: 1em 1em 0 1em;
	display: block;
}

label span.required {
	color: #666;
	font-style: normal;
}

.form_info {
	float: left;
	width: 370px;
	clear: left;
}

.form_message {
	float: right;
	width: 370px;
}

input, textarea {
	width: 370px;
	font-size: 1em;
}

input {
	margin: .5em 0 1.5em 0;
}

textarea {
	margin: .5em 0 0 0;
	height: 280px;
}

.buttonHolder {
	clear: both;
	width: 800px;
	height: 47px;
	position: relative;
}

button {
	border: none;
	background: transparent url("/images/cluster/button.gif") no-repeat 0 0;
	cursor: pointer;
	width: 95px;
	height: 35px;
	margin: 12px 0 0 0;
	text-indent: -5000px;
	overflow: hidden;
	position: absolute;
	right: 0;
}

/* @end */
/* @group Archive Page */

#article_listing .article_head {
	width: 600px;
	float: right;
	margin-top: 1.5em;
}

#article_listing .article_head h1.title {
	margin: 0 0 .25em 0;
}

#article_listing .date_issue {
	width: 200px;
	float: left;
	margin-top: 1.5em;
}

#article_listing .date_issue p {
	margin: 0;
	font-family: Helvetica, Arial, Serif;
	font-size: .8333em;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #999;
}

#article_listing .summary {
	clear: both;
	padding: 0 0 0 200px;
}

#article_listing .summary p.read_more {
	text-align: right;
	font-style: italic;
	margin: 3em 0 1.5em 0;
}

#article_listing .paginate {
	text-align: center;
	font-family: Helvetica, Arial, Serif;
	font-size: 1em;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	margin: 3em 0 1.5em 0;
}

#article_listing .paginate.paginate1 {
	display: none;
}

/* @end */
/* @group Search Page */

.search_term {
	font-weight: bold;
	font-style: normal;
}

.search #page_wrapper {
	width: 370px;
}

.search .buttonHolder {
	width: 370px;
	margin-bottom: 1.5em;
}

.search button, .distribute button {
	left: 0;
}

/* @end */
/* @group Specialty */

.specialty #page_wrapper {
	width: 400px;
}

.specialty #page_wrapper #specialty {
	text-align: left;
	border: 4px double #000;
	margin-top: 100px;
	padding: 0 22px;
}

/* @end */
/* @group Footer */

#footer_wrapper {
	margin: 1em 0;
	background: none;
	width: 100%;
	border-top: 4px solid #000;
}

.home #footer_wrapper {
	margin: 3em 0 0 0;
	background: transparent url(/images/cluster/footer_bg.gif) repeat-x 0 0;
	float: left;
	border-top: 1px solid #ccc;
}

#footer_inner {
	background: none;
	width: 100%;
	margin-top: 2px;
	border-top: 1px solid #000;
}

.home #footer_inner {
	background: transparent url(/images/cluster/footer_bg_bottom.gif) repeat-x 0 100%;
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
	border-top: none;
}

#footer {
	margin: 30px auto 0 auto;
	text-align: center;
	padding: 0 10px;
	width: 800px;
}

/* @group Previously */

#previously {
	text-align: justify;
	width: 618px;
	float: left;
}

#previously h3 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.75em;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: normal;
}

#previously h4 {
	margin: 0 0 .8em 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3333em;
	line-height: 1.125;
	color: #666;
	letter-spacing: 0;
	text-transform: none;
}

#previously h4 a:link, #previously h4 a:visited {
	color: #666;
	text-decoration: none;
}

#previously h4 a:hover {
	color: #666;
	text-decoration: underline;
}

#previously img {
	margin: 0 14px 0 0;
	padding: 0;
	float: left;
}

#previously p {
	margin-top: 1em;
}

p.read_more {
	text-align: right;
	font-style: italic;
}

/* @end */
/* @group Past Editions */

#past_editions {
	margin: 0 0 0 22px;
	width: 160px;
	float: right;
}

#past_editions h4 {
	margin: 3.6em 0 1em 0;
	font-family: Helvetica, Arial, Serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
}

#past_editions ul {
	margin: 1em 0 1.5em 0;
	list-style-type: none;
	text-align: left;
	line-height: 1.5;
}

/* @end */
/* @group Footer Nav */

ul#footer_nav {
	clear: both;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 1.5em 0 .5em 0;
}

ul#footer_nav li {
	display: inline;
	padding: 0 1em 0 1em;
	border-left: 1px solid #000;
}

ul#footer_nav li.first {
	border: none;
}

/* @end */
/* @group Login */

#login {
	width: 800px;
	margin: 0 auto;
}

#login p {
	color: #666;
	margin-left: 400px;
	margin-bottom: 0;
	margin-top: 0;
	width: 400px;
}

#login form {
	font-size: .8333em;
	margin: 0 0 0 400px;
	width: 400px;
	position: relative;
}

#login .form_input {
	width: 150px;
	float: left;
}

#login label {
	font-style: italic;
	margin: 1em 1em 0 1em;
	display: block;
}

#login input{
	width: 130px;
	font-size: 1em;
	margin: .5em 0 1.5em 0;
}

#login .buttonHolder {
	width: 34px;
	height: 25px;
	position: absolute;
	right: 66px;
	top: 0;
	margin-top: 2.1em;
}

#login button {
	border: none;
	background: transparent url("/images/cluster/go.gif") no-repeat 0 0;
	cursor: pointer;
	width: 34px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	overflow: hidden;
}

/* @end */
/* @group Copyright */

#copyright {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	clear: both;
}

#copyright p {
	color: #666;
	margin-left: 400px;
	margin-top: 0;
}

#copyright a:link, #copyright a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration: underline;
}

/* @end */
/* @end */
/* @group Drop Caps */

span.drop {
	color: #000;
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 5.55em;
	padding-top: .05em;
	line-height: .7;
}

span.drop.quote {
	margin-left: -.3em;
}

span.drop span.quote {
	float: left;
	font-size: .5em;
}

/* @end */

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/

#TB_window {
	color:#000;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#TB_secondLine {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-align: right;
	color:#666;
}

#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}

/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/cluster/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	display:none;
	border: 4px double #000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 2.5em 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	padding:0 15px 10px 15px;
}

#TB_caption span {
	font-family: Helvetica, Arial, Serif;
	font-size: .8333em;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	color: #999;
	text-align: right;
}

#TB_caption #TB_secondLine span {
	display: inline;
	font-size: 1em;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: none;
	line-height: 1.5;
	letter-spacing: 0;
	color: #666;
}

#TB_caption p {
	margin: 1em 0;
}

#TB_closeWindow{
	padding:.15em 15px 0 0;
	position: absolute;
	line-height: 1.5;
	font-size: 1.5em;
	font-style: italic;
	color: #666;
	top: 0;
	right: 0;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
