@charset "UTF-8";
body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.2em;
} 
.thrColFixHdr #header {
	padding: 100px 0px 0px 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../../images/footer-bg.png) repeat-x #DDDDDD;
	height: 98px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header {
	background:url(../../images/header.png) #EEE no-repeat;
}
#menu {
	margin: 0, auto;
	padding: 0px 0 20px 0;
	border-bottom: 1px dotted #808080;
}
#navigation, #navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	background-color:#EEEEEE;
	z-index:16;
}
#navigation a{
	padding:0px 30px;
	display:block;
	border:0px solid #333;
	color:#333333;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	line-height:1.8em;
}
#navigation a:hover{
	background-color: #007FFF;
	color:#FFF;
}
#navigation li{
	text-transform: uppercase;
	float:left;
	position:relative;
}
#navigation li.subscribe a {   
	color: #FFFFFF;
	background-color:#FF0000;
}
#navigation ul {
	position:absolute;
	display:none;
	top:1.75em;
}
#navigation li ul li {
	border-bottom: 1px dotted #A0A0A4;
	border-right: 1px solid #A0A0A4;
	border-left: 1px solid #A0A0A4;
}
#navigation li ul a{
	width:12em;
	height:auto;
	float:left;
}
#navigation ul ul{
	top:auto;
}	
#navigation li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul{
	display:none;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul{
	display:block;
}
#eventColumn {
	text-align: center;
}

/* --- STRUCTURE --- */

#col-one, #col-two, #col-three {
	float: left;
	width: 172px;
	padding: 10px;
}
#col-four, #col-five {
	float: left;
	width: 170px;
	padding: 10px;
	border-left: 1px solid #808080;
	height: 1500px;
}
#colspan-twoBN {
	float: left;
	width: 364px;
	padding: 0px;
}
#colspan-two {
	float: left;
	width: 364px;
	padding: 10px;
}
#colspan-three {
	float: left;
	width: 556px;
	padding: 10px;
}
#colspan-four {
	float: left;
	width: 748px;
	padding: 10px;
}
#col-one p, #col-two p, #col-three p, #col-four p, #col-five p {
	padding: 0px;
	margin: 0px;
	clear:both;
}
#col-four IMG.event {
	margin-bottom: 10px;
	border: 1px solid #000000;
}
#col-five p.upfront {
	padding: 10px 0;
	border-bottom: 2px solid #808080;
}
#boxTeaser a, #col-four a, #col-five a {
	color: #2A9FAA;
	text-decoration:none;
}
#boxTeaser a:hover, #col-four a:hover, #col-five a:hover {
	text-decoration: underline;
	color: #009FFF;
}
#col-five IMG.title {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#col-five IMG {
	border: 1px solid #000000;
	margin-bottom: 10px;
	text-align:left;
}
#col-four ul, #col-five ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
#col-four ul li, #col-five ul li {
	margin-bottom: 5px;
}
#col-four ul li a, #col-five ul li a {
	text-decoration: none;
	color: #2A9FAA;
}
#col-four ul li a:hover, #col-five ul li a:hover {
	text-decoration: underline;
	color: #009FFF; 
}
#breakingNews {
	float: left;
	background: #D40000;
	text-align: center;
	padding: 0px;
	color:#FFFFFF;
/*	width: 548px;	*/
	width: 384px;
}

#breakingNews p a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
}
#breakingNews p a:hover {
	color:#660000;	
}

#slideshow {
	position: relative;
	float: left;
	height:400px;
	width:556px;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	background-color: #FFF;
	overflow:hidden;
}
#slideshow DIV IMG {
    width: 556px;
	height: 400px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
#slideshow DIV.last-active {
    z-index:9;
}
#teaser {
	position: relative;
	width:556px;
	height: 400px;
	margin: 40px 10px 0 0;
}
#teaserCover {
	float:left;
	width:261px;
	margin: 0 20px 0 0;
}
#teaser h1 {
	font-size:2.0em;
	margin: 5px 0 20px 0;
	color:#2A9FFF;
}
#teaser h2 {
	margin: 5px 0 0 0;
	text-transform:uppercase;
	font-size:1.2em;
}
#teaser h2 a {
	text-decoration: none;
	color: #1a478c;
}
#teaser h2 a:hover {
	text-decoration: underline;
	color: #2A3FAA;
}

#teaser p {
	margin: 0;
	padding-bottom: 20px;
	font-size:0.95em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#teaser hr {
	margin: 5px;
}
#boxTeaser {
	margin: 0px auto;
}
#boxTeaser p.teaserName {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	margin: 0px;
	padding: 5px 0 3px 0;
}
#boxTeaser p.teaserInfo {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.0em;
	line-height: 1.1em;
}
#boxTeaser01, #boxTeaser04 {
	float: left;
	width: 160px;
	margin: 0 18px 20px 0;
	padding: 0px;
}
#boxTeaser02, #boxTeaser05 {
	float: left;
	width: 160px;
	margin: 0 20px 20px 20px;
}
#boxTeaser03, #boxTeaser06 {
	float: left;
	width: 160px;
	margin: 0 0 20px 18px;
}
#archiveCover {
	float: left;
	padding: 0;
	background:#CCCCCC;
}
#archiveCover p {
	margin: 0 250px 0 10px;
	padding: 0px;
}
#archiveCover IMG {
	margin: 0px;
	padding: 10px;
}
h3.thisIssue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:italic;
	text-transform:normal;
	font-weight:bold;
	margin: 10px 0 0 0;
	color#1a478c;
}
span.also1 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
span.also2 {
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;	
}
span.articleTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	font-weight:normal;
	font-style:italic;
	color:#999999;
	padding-left: 5px;
}

p.byLine {
	font:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold;
}
hr.sectionTitle {
	margin: 0px;
	padding: 0px;
	width:200px;
	height:1px;
	color:#009FFF;
	align: left;
	float:left;
	clear:both;
}
h3.sectionTitle {
	margin:0px;
	padding:0 0 10px 0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;	
}

/* --- FOOTER --- */

#footer { 
	font-size: 0.95em;
	color: #FFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	text-decoration:underline;
	color: #66FFFF;
}

/* --- ABOUT US --- */

#archive a, #aboutUs a, #contactUs a, #subscribe a {
	text-decoration: none;
	color: #2A9FAA;
}
#archive a:hover, #aboutUs a:hover, #contactUs a:hover, #subscribe a:hover {
	text-decoration: underline;
	color: #009FFF;
}
#aboutUs p {
	margin-bottom: 20px;
}
#advertisers {
	float: left;
	width: 137px;
	margin-right: 2px;
}


/* --- CONTACT --- */

#contactTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	padding: 50px 7px 3px 0px;
	color:#2A7FFF;

}
#contactUs p {
	margin-bottom: 5px;
}
#contactUs ul {
	margin: 0 0 5px 20px;
}

/* --- SUBSCRIBE --- */

#subscribeTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 7px 3px 7px;
	color:#2A7FFF;
}

.formField {
	margin: 5px;
}
.fieldset {
	margin-bottom: 40px;
	padding: 10px;
	border: 2px groove #999999;
}


.usRates, .canRates {
	display: none;
}

/* --- ARCHIVE --- */

#archive p.archive-h1 {
	margin-top: 55px;
}
.archive-h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height:1.6em;
	text-align:right;
}
#archive IMG {
	margin: 0px;
}
#archive IMG.archiveTitle {
	margin-left: 0px;
}
#archive div.cover {
	float: left;
	margin: 5px;
	width:170px;
	height: 240px;
	text-align:center;
}
p.coverName {
	padding: 0px;
	margin: 0px;
	text-align:center;
}

/* --- MAGAZINE --- */

.toc-h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	text-align:right;
}
.toc-h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	text-align:right;
}
.toc-h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	text-align: right;
	line-height:0.8em;
}
#coverImage {
	float: left;
	padding-right: 10px;
}
#coverStory {
	padding-top:0px;
}
#coverCredit {
	padding-right: 50px;
	font-size: 0.8em;
}
#magazineContent h1, #coverStory h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1.8em;
	text-transform:normal;
	margin: 10px 0;
	padding-top: 20px;
	color:#666666;
}
#magazineContent p, #coverStory p {
	margin-top: 0px;
	padding: 0 0 15px 0;
}
#magazineContent h3, #coverStory h3 {
	margin: 15px 0 0 0;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	color:#007FFF;
}
#magazineContent h6, #coverStory h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
#magazine {
	padding-right: 50px;
}
#magazineContent {
	margin-top: 25px;
	padding-right: 100px;
}
#magazineContent ul {
	margin: 0;
	padding: 0;
	list-style:none;
	display:block;
}
#magazineContent ul li {
	padding-bottom: 5px;
}

.toc-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style:italic;
	color:#007FFF;
}
.toc-intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.0em;
	color:#AA9F55;
}


/* --- THANK YOU --- */
#thankyou {
	text-align: center;
}
h3.thanks {
	margin: 20px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color: #000000;
}
#thankyou IMG {
	margin-top: 50px;
}


/* --- COMMON ELEMENTS --- */

em {
	font-style:italic;
}
h3 {
	margin: 0px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight:normal;
	color: #2A7FFF;
}
h4 {
	margin: 0px;
	padding: 20px 0 5px 0;
	font-size: 1.1em;
	line-height:1em;
	font-weight: normal;
	color: #2A7FFF;
}
#spaceRight {
	margin-right: 5px;
}
#spaceLeft {
	margin-left: 5px;
}
.prepend-top { 
  margin-top:1.5em; 
}
.append-bottom { 
  margin-bottom:1.6em; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}