html {
	margin-left: 1px;
	overflow-Y: scroll;
}
/* For Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	 #topnav, #header { padding-left: -1px; }
}
html * {
	z-index: 0;
}
body {
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 80%;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}
a {
	outline: none;
	cursor: pointer;
	color: #141B3A;
}
object {
	outline: none;
}
.hideSlide,
.accessible,
.hideElement {
	position: absolute;
	left: -999em;
}
ul#autocomplete,
ul.autocomplete {
	position: absolute;
	background: #fff;
	font: normal 0.85em Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #000;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#autocomplete li,
.autocomplete li {
	padding: 2px 10px;
}
#autocomplete .highlighted,
.autocomplete .highlighted {
	background-color: #d9dbd1;
}
hr {
	color: #333366;
	background-color: #333366;
	padding: 0;
	border: 0;
	height: 1px;
}
/* global dropdown menu, taken from http://htmldog.com/articles/suckerfish/dropdowns/ */
#globalheader {
	font: 0.7em Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	width: 100%;
	border-bottom: 2px solid #d0ccb3;
	position: relative;
	float: right;
	height: 20px;
	z-index: 10;
	text-align: left;
	background-color: #fff;
}
#globalheader a,
#globalheader p {
	text-decoration: none;
	text-transform: uppercase;
	color: #006881;
	position: relative;
	top: 4px;
	padding: 0;
	margin: 0;
}
#globalheader a img {
	border-style: none;
}
#globalheader ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#globalheader li {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 9px;
	height: 20px;
}
#globalheader li:hover,
#globalheader li.sfhover {
	background: #dee0eb;
}
#globalheader li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	border-top: 1px solid #dee0eb;
	font-size: 1.1em;
}
#globalheader li ul li {
	float: none;
	border: 1px solid #dee0eb;
	border-top: 0;
	padding: 0 3px;
}
#globalheader li ul li a {
	text-transform: none;
	position: relative;
	top: 3px;
}
#globalheader li:hover ul,
#globalheader li.sfhover ul {
	left: 0;
	top: 20px;
}
#globalheader li:hover ul#globalnav_magazines,
#globalheader li.sfhover ul#globalnav_magazines {
	left: -117px;
}
#globalheader li:hover ul#globalnav_shopping,
#globalheader li.sfhover ul#globalnav_shopping {
	left: -122px;
}
#globalheader li:hover ul#globalnav_free,
#globalheader li.sfhover ul#globalnav_free {
	left: -150px;
}
#globalheader li.image {
	padding: 0;
	border: 0;
}
#globalheader li.image a {
	top: 0;
}
/* beta launch promo */
#beta {
	font: 0.7em Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	width: 100%;
	border-bottom: 2px solid #c9d898;
	position: relative;
	float: right;
	height: 36px;
	z-index: 10;
	text-align: left;
	background-color: #e3eebc;
	z-index: 9;
}
#beta p {
	display: inline;
	float: right;
	font-size: 1.5em;
	color: #000;
	margin: 10px 20px 0 0;
}
#beta p a {
	color: #000;
	text-decoration: underline;
}
#beta p a:hover {
	color: #009092;
}
/* page styles */
#page {
	width: 960px;
	margin: auto;
	text-align: left;
	background-color: #fff;
}
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
u {
	text-decoration: underline;
}
img {
	border: 0;
}
.tipContainer,
.smallTipContainer {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	text-align: left;
	padding: 6px;
	z-index: 1000;
}
a.tooltip {
  z-index: 1000;
  color: #fff;
  position: relative;
  text-decoration: underline;
}
a.tooltip:hover {
  z-index: 1000;
  color: #fff;
  border-bottom: 1px none #000;
  text-decoration: none;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  position: absolute;
  top: 26px;
  left: -170px;
  border: 1px solid #000;
  padding: 5px;
  display: block;
  width: 175px;
  color: #fff;
  background-color: #535353;
  text-decoration: none;
}
.paging {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	height: 17px;
	margin-bottom: 10px;
	padding: 3px 3px 0 3px;
}
.paging a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
.paging a:hover {
	color: #cbc9b9;
}
.paging p {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}
.highlight {
	background-color: #000;
	color: #fff;
}
.clearfix {
	overflow: hidden;
	width: 100%;
}
#header:after,
.indexSection:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* article styles */
#body h4 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#body h5 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#body p {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt;
	color: #000;
}
#body a {
	color: #333366;
	text-decoration: underline;
}
#body a:hover {
	color: #a6655c;
}
#body p.intro {
	font: italic 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#body p.question {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt;
	color: #000;
}
#body p.answer {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt;
	color: #000;
}
#body blockquote {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 30px;
	margin: 1em 0;
	color: #000;
	line-height: 13pt;
}
#body p.bio,
#body p.source {
	font-style: italic;
}
#body p.bio a,
#body p.source a {
	font-style: normal;
	color: #333366;
	text-decoration: underline;
}
#body .citation {
	font-style: italic;
}
#body p.bio .citation,
#body p.source .citation,
#body p.intro .citation {
	font-style: normal;
}
#body .citation a,
#body .citation a:link,
#body p.intro a,
#body p.intro a:link {
	color: #333366;
	text-decoration: underline;
}
#body .citation a:hover,
#body p.intro a:hover,
#body p.bio a:hover,
#body p.source a:hover {
	color: #a6655c;
}
#body hr {
	color: #333366;
	background-color: #333366;
	padding: 0;
	border: 0;
	height: 1px;
}
#body .caption div {
	padding: 2px;
	font-size: 1em;
	text-align: right;
	color: #a6655c;
}
#body .caption div a {
	font-size: 1em;
	color: #333366;
}
#body ul,
#body ol {
	margin: 0;
	padding: 0 0 15px 15px;
		color: #000;
}
#body li {
	line-height: normal;
	margin: 0;
}
#body .callout_left {
	float: left;
	clear: both;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #a6655c;
	width: 35%;
	text-align: left;
	margin: 15px 15px 10px 0;
	padding-right: 10px;
	border-right: 1px solid #333366;
}
#body a.callout_left,
#body a.callout_left:active,
#body a.callout_left:visited,
#body .callout_left a.text,
#body .callout_left a.text:active,
#body .callout_left a.text:visited {
	text-decoration: underline;
	color: #333366;
}
#body .callout_right {
	float: right;
	clear: both;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #a6655c;
	width: 35%;
	text-align: left;
	margin: 15px 0 10px 15px;
	padding-left: 15px;
	border-left: 1px solid #333366;
}
#body a.callout_right,
#body a.callout_right:active,
#body a.callout_right:visited,
#body .callout_right a.text,
#body .callout_right a.text:active,
#body .callout_right a.text:visited {
	text-decoration: underline;
	color: #333366;
}		
#body .callout_center {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #a6655c;
	width: 95%;
	text-align: left;
	padding: 15px;
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
}
#body a.callout_center,
#body a.callout_center:active,
#body a.callout_center:visited,
#body .callout_center a.text,
#body .callout_center a.text:active,
#body .callout_center a.text:visited {
	text-decoration: underline;
	color: #333366;
}
#body .sidebar_left {
	float: left;
	margin: 0 10px 0 0;
	background-color: #f5f0dd;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 15px;
	border: 1px solid #e3ddc8;
	width: 40%;
}
#body .sidebar_right {
	float: right;
	margin: 0 10px 0 0;
	background-color: #f5f0dd;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 15px;
	border: 1px solid #e3ddc8;
	width: 40%;
}
#body .sidebar_center {
	background-color: #f5f0dd;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px;
	border: 1px solid #e3ddc8;
}
#body p.copyright {
	font: 0.9em Arial, Verdana, Helvetica, sans-serif;
	color: #993333;
}
#body p.copyright a {
	color: #993333;
}
#body p.copyright a:hover {
	color: #333366;
}
#body table,
#body td {
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	vertical-align: top;
}
#body .paging {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: none;
	color: #000;
}
#body .paging a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#body .paging a:hover {
	color: #cbc9b9;
}
/* shopping styles */
.shopnav {
	font: bold 6pt Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
}
.shopprice {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
}
.shopsale {
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
}
.shoptext {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
}
.shoptitle {
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
}
/* nav dropdowns */
/* TO DO: CONVERT MENUS TO USE CSS DROPDOWNS -- MATT */
#globalMenu {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 1000;
	background: #fff;
	border: 1px solid #DEE0EB;
	border-top: none;
}
#globalMenu a {
	text-align: left;
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background: #fff;
	color: #717CAB;
	border-top: 1px solid #DEE0EB;
}
#globalMenu a:hover {
	background-color: #DEE0EB;
	color: #717CAB;
}
/* forms */
form {
	display: inline;
}
input.text, select, textarea {
	font-size: 0.8em;
	color: #6D79A8;
	height: 19px;
	padding: 2px;
	border: 1px solid #000;
}
input.image {
	border: 0;
	height: auto;
	padding: 0;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
fieldset div {
	margin-bottom: 1em;
}
fieldset h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #e85305;
	margin: 7px 0;
}
fieldset label {
	display: block;
	width: 150px;
	font-weight: bold;
}
fieldset select {
	border: 1px solid #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	height: 20px;
}
fieldset textarea {
	color: #000;
	height: 280px;
	overflow: auto;
	width: 450px;
}
fieldset .image {
	border: 0;
	float: right;
}
fieldset.inline,
fieldset.horizontal {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 0;
}
fieldset.horizontal {
	margin: 0;
}
fieldset.horizontal div {
	float: left;
	display: inline;
	padding: 2px;
}
fieldset.horizontal label {
	display: inline;
	margin-right: 5px;
}
fieldset.inline div {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1em;
}
fieldset.inline label {
    display: inline;
    float: left;
    width: 10em;
    margin-right: 1em;
}
/* multi-newsletter signup styles */
fieldset.newsletterList div {
	margin-bottom: 2px;
	font-size: 0.9em;
}
.newsletterList div * {
	display: inline;
}
.newsletterList label,
.newsletterList label a {
	text-decoration: none;
	margin-left: 2px;
}
.newsletterList span.newsletterFrequency {
	font-size: 0.9em;
	color: #767676;
}
.newsletterList label a:hover {
	text-decoration: underline;
}
.newsletterFields div {
	margin-bottom: 5px;
}
.newsletterFields label {
	position: absolute;
	left: -999em;
}
div.newsletterZip,
div.newsletterSubmit {
	float: left;
	margin-right: 5px;
}
/* mootools styles */
.expanded {
	overflow: hidden;
}
.collapsed,
.collapsed * {
	position: absolute;
	left: -10000px;
	overflow: hidden;
}
#overlay, .lightbox {
	position: absolute;
}
#overlay {
	left: 0;
	width:100%;
	background-color: #000; 
	z-index: 1000;
}
.lightbox {
	z-index: 1001;
	top: 0;
	background: #fff;
	width: 400px;
	display: none;
	padding: 10px;
	text-align: left;
}
#closeLightbox {
	float: right;
	cursor: pointer;
}

/* Comment styles */
h4#commentFormHeader a {
	text-decoration: none;
}

p.error {
	font-weight: bold;
	color: #ff0000;
}

p#commentsCaveat {
	font-size: 1em;
	color: #ababab;
	margin-top: 5px;
}

/* Captcha styles */
#recaptcha_image,
#captchaImage,
#captchaInput,
#captchaButtons {
	margin: 5px 0;
}

#recaptcha_image {
	border: 1px solid #000;
	width: 300px;
	height: 57px;
}

#recaptcha_image img {
	width: 300px;
	height: 57px;
}

#captchaLabel {
	font-weight: bold;
}

#recaptcha_response_field {
	width: 300px;
}

#captchaCaption {
	color: #ababab;
}
/* Global Footer styles */
#globalfooter {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #032430;
	border-top: 6px solid #006881;
	clear: both;
}
#globalfooter #center {
	width: 960px;
	height: 121px;
	margin: auto;
	text-align: left;
}
#globalfooter .logo {
	float: right;
	margin-top: 15px;
	width: 295px;
	text-align: right;
}
#globalfooter a,
#globalfooter a:visited {
	color: #fff;
	text-decoration: none;
}
#globalfooter a:hover {
	text-decoration: underline;
}
#globalfooter .navigation {
	float: left;
	width: 465px;
	margin-top: 10px;
}
#globalfooter .navigation div {
	float: left;
	width: 120px;
	border-left: solid 1px #1d3a45;
	padding-left: 10px;
}
#globalfooter div .columnThree {
	width: 170px;
}
#globalfooter .copyright {
	color: #a79d4b;
	padding-top: 0;
	margin-top: 0;
}
#globalfooter .menu {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
}
#globalfooter .connect {
	color: #006179;
	padding: 0 0 10px 0;
	margin: 0;
}
#globalfooter .connect,
#globalfooter .connect span,
#globalfooter .connect a {
	position: relative;
	float: left;
}
#globalfooter .connect a {
	height: 14px;
	overflow: hidden;
	background: url(/system/img/footer_sprite.gif) no-repeat;
	text-indent: -999em;
	margin: 0 5px;
}
#globalfooter .connect a.facebook {
	width: 8px;
	background-position: 0 0;
}
#globalfooter .connect a.twitter {
	width: 10px;
	background-position: -8px 0;
}
#globalfooter .connect a.delicious {
	width: 11px;
	background-position: -20px 0;
}
#globalfooter .connect a.rss {
	width: 12px;
	background-position: -32px 0;
}
#globalfooter .connect a.youtube {
	width: 14px;
	background-position: -45px 0;
}
#globalfooter .connect a.podcast {
	width: 13px;
	background-position: -60px 0;
}
#globalfooter .connect a.facebook:hover {
	background-position: 0 -14px;
}
#globalfooter .connect a.twitter:hover {
	background-position: -8px -14px;
}
#globalfooter .connect a.delicious:hover {
	background-position: -20px -14px;
}
#globalfooter .connect a.rss:hover {
	background-position: -32px -14px;
}
#globalfooter .connect a.youtube:hover {
	background-position: -45px -14px;
}
#globalfooter .connect a.podcast:hover {
	background-position: -60px -14px;
}
#globalfooter select {
	clear: left;
	border: solid 1px #a19d7c;
	font-size: 1.1em;
	color: #524f3f;
	display: block;
	margin-bottom: 10px;
	width: 190px;
}