﻿@import url(reset.css);
@import url(forms.css);
body {
	font-size: .8em;
	background: #fff url(body-filler.gif) repeat;
}
p {
	margin-top: 5px;
	text-align:justify;
	padding:0 0 8px;
}
a {
	text-decoration: none;
	color: #3366cc;
}
a:visited {
	color: #3d70a3;
}
a:hover {
	color: #f93;
}
.floatright {
	float: right;
	margin: 0 0 5px 7px;
}
.border {
	border: 1px solid #383838;
}
#wrapper {
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	width: 960px;
	margin: 0 auto 0 auto;
	background: #CEE7F7 url(body-background.gif) repeat;
}
#left-block {
	float: left;
	width: 781px;
	padding: 15px 0 0 0;
	overflow:hidden;
}
div[class] #left-block {
	height: auto;
}
.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 0px;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
#mainbody {
	float: left;
	width: 565px;
	min-height: 900px;
	padding: 20px 15px 5px 25px;
	background: #fff;
	font: 1em Georgia;
	line-height: 1.4em;
}
#mainbody p {
	line-height: 1.5em;
	margin: 0px 0 15px 0;
}
#mainbody ul {
	margin: 0 0 0 15px;
}
#mainbody ul li {
	line-height: 1.7em;
}
#mainbody input {
	margin: 0 10px 0 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.errorPanel {
	width: 300px;
	margin: 10px 0 0 10px;
	padding: 5px;
	background-color: #ff6161;
	float: left;
	display: block;
	font-family: Helvetica;
	font-size: 1.3em;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
}
.errorPanelEmail {
	width: 90%;
	margin: 10px 0 20px 10px;
	padding: 15px;
	background-color: #ff6161;
	display: block;
	font-family: Helvetica;
	font-size: 1.3em;
	line-height: 1.1;
	color: #fff;
}
/**********************************************************************
// TYPOGRAPHY
***********************************************************************/

h1 {
	font: 2.2em Georgia;
}
h2 {
	font: 1.4em serif;
	margin-bottom: 5px;
}
h5 {
	font: normal normal normal .9em Sans-Serif;
	color: #990000;
	margin: 3px 0 0 0;
}
.small {
	font-size: .9em;
}
.smaller {
	font-size:10px;
	margin:0;
	padding:0;
}
.last-updated {
	font-size: .8em;
	font-style: italic;
	margin-bottom: .5em;
}
.blueheader {
	margin: 0 0 8px 0;
	padding: 2px 0 2px 20px;
	background: #336699 url(header-bar-blue.gif) no-repeat;
	color: #ffffff;
	font: normal normal bold .9em Georgia;
}
.blueheader a {
	color: #fff;
}
/**********************************************************************
** HEADER **
***********************************************************************/

#header {
	background: #cde6f1 url(header-background.gif) repeat-x;
	border-left:1px solid #000;
	border-right:1px solid #000;
	float:left;
	overflow:hidden;
	width:960px;
}
#header img#logo {
	float: left;
	margin: 0 10px 0 0;
	width:219px;
	overflow:hidden;
}
#header-text {
	padding: 10px 0 0 0;
	float: left;
	width:728px;
	height:90px;
	overflow:hidden;
}
#header-text h1 {
	font: 1.5em Georgia;
	padding: 15px 0 5px 0;
}
#header-text p {
	font-size: 1.2em;
}
#LoginPanel {
	float: right;
	padding: 15px 10px 0 0;
	text-align: right;
	width: 200px;
}
#WelcomePanel {
	float: right;
	padding: 15px 10px 0 0;
	text-align: right;
	width: 200px;
}
.ForgotPanel {
	clear: both;
}
#SearchPanel {
	clear: right;
	float: right;
	margin: 10px 10px 0 0;
}
#header-menu {
	background-color: #dceffb;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	clear: both;
	margin: 5px 0 0 0;
}
#header-menu ul {
	margin-left: 5px;
	width: 960px;
	list-style: none;
}
#header-menu li {
	background-color: #dceffb;
	border-right: 1px solid #96B6D6;
	display: block;
	font: bold 13px 'Arial';
	float: left;
	padding: 0 10px;
	line-height: 30px;
	text-transform: uppercase;
}
#header-menu a {
	color: #336699;
}
#header-menu li:hover {
	background-color: #96B6D6;
}
#header-menu li a:hover {
	color: #fff;
}
#search {
	float: right;
	margin: 20px 5px 0 0;
}
#cwa-masthead-signup {
	background:url("cwa-2col-masthead.gif") no-repeat scroll 0 0 transparent;
	float:right;
	height:220px;
	margin:0 10px 0 0;
	padding:20px 0 0 0;
	width:588px;
}
#cwa-masthead-signup p {
	margin: 7px 0 0 35px;
}
.cwa-masthead-submit {
	background: url(cwa-masthead-submit2.gif) no-repeat 0 0px;
	border: 0px;
	cursor: pointer;
	height: 20px;
	padding: 0;
	margin: 0 0 0 10px;
	width: 100px;
	vertical-align: middle;
}
input.submit:hover {
	background-position: 0 -20px;
}
/**********************************************************************
** LEFT NAV **
***********************************************************************/
#left-nav {
	float: left;
	width: 160px;
	padding: 10px 5px 0 5px;
}
#left-nav p {
	font:12px/16px verdana;
}
#left-nav ul a {
	font: normal normal bold 1em "verdana";
	color: #336699;
	text-decoration: none;
}
#left-nav ul a:hover {
	color: #f93;
}
#left-nav #submenu {
	margin: 3px 0 3px 0;
	padding: 3px 0 0 0;
	border-top: 2px solid #336699;
	text-transform: uppercase;
}
#left-nav ul ul li {
	margin: 0 0 3px 0;
	padding: 3px 0 5px 0;
	border-bottom: 1px solid #ffffff;
	text-transform: none;
}
#left-nav ul ul li a {
	font: normal normal normal .9em "verdana";
}
#left-nav ul ul li:first-child {
	padding: 10px 0 5px 0;
}
#left-nav ul ul ul li {
	margin: -5px 0 0 25px;
	padding-top: -5px;
	text-transform: none;
	list-style-type: disc;
	border-bottom: 0px;
}
#left-nav #left-nav-last {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/**********************************************************************
** CENTER **
***********************************************************************/

#home {
	float: right;
	width: 600px;
	margin-left: 10px;
	font: 1em verdana;
	line-height: 17px;
}
#home h3 {
	font-size: .8em;
	font-weight: normal;
	text-align: center;
}
#home h6 {
	font: normal normal normal .8em Sans-Serif;
	color: #999999;
}
#home-left {
	float: left;
	width: 330px;
	margin: 10px 0 0 3px;
	overflow:hidden;
}
#home-left-news {
	margin: 0px 3px 20px 0;
	padding: 6px 8px 5px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
}
#home-left-news h1, #home-left-news h2 {
	margin: 0 0 8px 0;
	padding: 2px 0 2px 20px;
	background: #336699 url(header-bar-blue.gif) no-repeat;
	color: #ffffff;
	font: bold 16px/15px Verdana;
}
#home-left-news h2 {
	font-size:14px;
	float:left;
	width:295px;
	overflow:hidden;
}
#home-left-news.inner h2 {
	width:98%;
}
#home-left-news a {
	color: #3366cc;
	font: normal normal bold;
	text-decoration: none;
}
#home-left-news a:hover {
	color: #f93;
}
#home-left-news p {
	margin-top: 0px;
}
#home-right {
	float: right;
	width: 234px;
	margin: 10px 10px 0 5px;
	_margin: 10px 6px 0 3px;
	padding: 6px 8px 15px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(background-yellow.gif);
	overflow:hidden;
}
#home-right h2 {
	margin: 0 0 8px 0;
	padding: 3px 0 3px 18px;
	background: #FED08B url(header-bar-yellow.gif);
	font: bold 12px Verdana;
	text-transform:uppercase;
}
.editor-pub {
	text-align: right;
	font-size: .9em;
	margin-bottom: 20px;
}
/* NEWS SLIDER */

.nav {
	margin: 5px 0;
}
#nav a, #s7 strong {
	margin: 0 5px;
	padding: 3px 5px;
	background: #31659c;
	color: #fff;
	text-decoration: none;
}
#nav a.activeSlide {
	background: #ffd38c;
}
#nav a:focus {
	outline: none;
}
#output {
	text-align: left;
}
#nav {
	text-align: left;
}
/**********************************************************************
** RIGHT BLOCK **
***********************************************************************/

#right-block {
	font: 1em Verdana;
	float: right;
	padding: 15px 0 0 0;
	width: 179px;
}
#right-block h1 {
	margin: 0 0 8px 0;
	padding: 0 0 0 18px;
	background: yellow url(header-bar-yellowsmall.gif);
	font: normal normal bold .9em Georgia;
}
#right-block ol {
	margin-left: 25px;
}
#right-block ol a {
	text-decoration: none;
}
#right-block ol a:hover {
	text-decoration: underline;
}
#cwa-signup-right {
	height: 290px;
	float: left;
	padding: 0px 0 10px 0;
	margin: 0px;
	background: #fff url(cwa-signup-1209.png) no-repeat scroll center;
	width: 165px;
}
#which-letter-sidebar-header {
	background: url(which-letter-sidebar.gif);
	height: 120px;
	margin: 20px 0 0 0;
	width: 179px;
}
#which-letter-sidebar-header a {
	display: block;
	float: left;
	height: 60px;
	margin: 55px 0 0 10px;
	width: 160px;
}
#which-letter-sidebar {
	padding:5px 7px 5px 10px;
	border-right: 3px solid #cee7f7;
	border-bottom: 3px solid #cee7f7;
}
.sidebar-box {
	text-align:center;
}
.sidebar-box h2 {
	display: none;
}
.sidebar-box h3 {
	background-color: #CEE7F7;
	color: #000;
	font: bold 1.2em Georgia;
	height: 25px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
}
.sidebar-box a {
	font-weight: bold;
}
.sidebar-box-text {
	background-color: #CEE7F7;
	padding: 7px 7px 7px 7px;
}
.idw-footer {
	display: none;
}
/**********************************************************************
// FOOTER
***********************************************************************/
#footer {
	background:none repeat scroll 0 0 #E4F1FA;
	border:1px solid #000;
	border-top:2px solid #64B1E6;
	float:left;
	margin:0;
	padding-top:20px;
	text-align:center;
	width:960px;
}
#footer ul {
	padding: 5px 0px 0px 80px;
	margin: 0 5px 0 3px;
	height: 25px;
	list-style: none;
}
#footer li {
	font-size: 1em;
	float: left;
	margin: 0 auto;
	padding: 0 7px 0 9px;
	border-right: 1px solid white;
	white-space: nowrap;
}
#footer ul li a {
	display: block;
	color: #336699;
	font: 1.1em Georgia;
}
/**********************************************************************
// PUBLICATION HOME PAGE
***********************************************************************/
#publication-home h1 {
	width: 280px;
	margin: 20px 0 8px 0;
	padding: 2px 0 2px 20px;
	background: #336699 url(header-bar-blue.gif);
	color: #ffffff;
	font: normal normal bold .9em Georgia;
}
#publication-home h1 a {
	color: #ffffff;
}
#publication-home h1 a:hover {
	color: #f93;
}
#publication-home h2 {
	font: normal normal bold 1.5em Arial;
	color: #336699;
	margin-bottom: 0px;
}
#publication-home h2 a:hover {
	color: #f93;
}
#publication-home h3 {
	font: normal normal normal .9em;
	color: #336699;
}
#publication-home h4 {
	font-size: .9em;
	color: #336699;
	margin-bottom: 1em;
}
#publication-home hr {
	color: #cde4f5;
}
#pub-left {
	float: left;
	width: 320px;
}
#pub-right {
	float: right;
	margin: 20px 0 0 0;
	width: 236px;
}
#pub-right img {
	float: left;
	margin: 0 5px 0 0;
}
.infobox {
	background-color: #fff8ed;
	margin-bottom: 10px;
	border: 1px solid #ffd69a;
}
.infobox h5 {
	margin: 0 0 8px 0;
	padding: 2px 0 3px 22px;
	background: yellow url(header-bar-yellow.gif);
	font: normal normal bold .9em Georgia;
	text-transform: uppercase;
	color: #336699;
}
.infobox-transparent {
	background-color: #fff;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #cde4f5;
}
.infobox-transparent h5 {
	margin: 0 0 8px 0;
	padding: 2px 0 3px 22px;
	background: white url(triangle.gif) no-repeat;
	font: normal normal bold .9em Georgia;
	text-transform: uppercase;
	color: #336699;
}
.infobox-special {
	background-color: #fff;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #cde4f5;
}
.infobox-special h5 {
	margin: 0 0 8px 0;
	padding: 2px 0 3px 22px;
	background: white url(header-bar-special.gif) no-repeat;
	font: normal normal bold .9em Georgia;
	text-transform: uppercase;
	color: #336699;
}
.infobox-text {
	padding: 2px 5px 10px 5px;
}
a.pdf {
	padding-left: 20px;
	background: transparent url(cue-acrobat.gif) no-repeat center left;
}
a.flash {
	padding-left: 20px;
	background: transparent url(cue-flash.gif) no-repeat center left;
}
a.html {
	padding-left: 20px;
	background: transparent url(cue-html.gif) no-repeat center left;
}
/**********************************************************************
// PAGES
***********************************************************************/

a.html-right {
	padding-right: 15px;
	background: transparent url(cue-html.gif) no-repeat center right;
}
#breadcrumb {
	font-size: .9em;
	margin-bottom: 7px;
}
#font-size {
	float: right;
}
/* PAST ISSUES */
.pastissues-text {
	display: none;
}
.pastissues-header {
	display: block;
	font-size: 1.5em;
	margin-bottom: .25em;
}
.pastissues-text li {
	list-style-type: none;
}
/* ACCOUNT */
.bluebox h4 {
	margin: 0 0 8px 0;
	padding: 2px 0 2px 20px;
	background: #336699 url(header-bar-blue.gif) no-repeat;
	color: #ffffff;
	font: normal normal bold .9em Georgia;
}
#account h2 {
	font: normal normal bold 1.5em Arial;
	color: #336699;
	margin-bottom: 0px;
}
table.account {
	width: 300px;
	margin: 0 0 15px 19px;
}
table.account td {
	padding: 3px 0;
}
.bluebox {
	width: 510px;
	border: 1px solid #336699;
}
.bluebox h3 {
	margin: 0 0 8px 0;
	padding: 2px 0 2px 20px;
	background-color: #e9f3f8;
	color: #336699;
	font: normal normal bold .9em Georgia;
}
.account {
	width: 460px;
}
/* NEWSLETTERS */

#newsletters {
	border-collapse: collapse;
	font-size: .9em;
}
#newsletters th {
	color: #fff;
	background-color: #336699;
	height: 20px;
	padding: 10px 8px;
	border: 1px solid #fff;
}
#newsletters th:hover {
	background-color: #cee7f7;
	cursor: pointer;
}
#newsletters td {
	padding: 5px 8px;
	border: 1px solid #c9e3ef;
}
#newsletters .odd {
	background: #fff8ed;
}
/* CWA */
#cwa-issue h2 {
	font: normal normal bold 1.5em Arial;
	color: #336699;
	margin-bottom: 0px;
}
#cwa-issue h2 a:hover {
	color: #f93;
}
#cwa-infobox {
	width: 275px;
	padding: 10px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	font-size: .9em;
	font-weight: bold;
}
#cwa-infobox img {
	margin-right: 7px;
	vertical-align: middle;
}
#cwa-infobox a {
	margin-right: 8px;
}
#cwa-issue-signup {
	width: 215px;
	border: 1px solid black;
	padding: 10px;
	margin: 0 0 10px 10px;
	background-color: #cde6f1;
	font-size: .9em;
}
/* WHICH CABOT LETTER */
#wcp {
	margin-bottom: 30px;
}
#wcp div {
	margin-top: 25px;
}
#answer {
	margin: 40px auto 0 auto;
	width: 500px;
}
#answer div {
	margin-top: 30px;
	padding-top: 20px;
}
#answer h3 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 1.5em;
}
#answer p {
	margin-top: 1em;
	line-height: 1.5em;
}
/* VIDEO */
.video-archive-item {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 20px 0;
}
.video-screenshot {
	float: left;
	margin: 3px 7px 5px 0;
}
/**********************************************************************
// OLD ISSUES
***********************************************************************/


.stock-left {
	width: 200px;
	float: left;
}
.stock-right {
	width: 400px;
	margin-left: 200px;
}
#cem {
	float: left;
	width: 590px;
	background-color: #fff;
	min-height: 900px;
	padding: 10px 5px 5px 10px;
}
#cem h3 {
	color: #669933;
	text-align: center;
}
#cem h4 {
	font-size: 1.5em;
	color: #669933;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
#chinatimer {
	float: right;
	width: 300px;
	border: 2px solid #669933;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#som {
	float: left;
	width: 590px;
	background-color: #fff;
	min-height: 900px;
	padding: 10px 5px 5px 10px;
}
#som h3 {
	color: #000000;
	text-align: center;
}
#cml {
	float: left;
	width: 590px;
	background-color: #fff;
	min-height: 900px;
	padding: 10px 5px 5px 10px;
}
#cml h3 {
	color: #990000;
	text-align: center;
}
#cml li {
	margin-left: 10px;
}
.cml-stock {
	clear: left;
}
.cml-intereststock-left {
	width: 240px;
	float: left;
}
.cml-intereststock-right {
	width: 330px;
	margin-left: 250px;
}
#ctt {
	float: left;
	width: 590px;
	background-color: #fff;
	min-height: 900px;
	padding: 10px 5px 5px 10px;
}
#ctt h3 {
	color: #663300;
	text-align: center;
}
.ctt-stock {
	border-top: 2px solid black;
	float: left;
	margin-bottom: 20px;
}
.ctt-investor {
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
#ctt-featured {
	float: left;
	width: 300px;
	border: 2px solid #663300;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 50px;
	height: 260px;
	font-size: 1.1em;
	line-height: 1.5em;
}
#ctt-intro {
}
/**********************************************************************
// JQUERY SCROLLER
***********************************************************************/

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider, #slider li {
	width: 330px;
	height: 175px;
	overflow: hidden;
}
#nextBtn, #prevBtn {
	display: block;
	position: absolute;
	width: 30px;
	height: 77px;
}
#nextBtn a, #prevBtn a {
	display: block;
	width: 30px;
	height: 77px;
}
#nextBtn a {
	position: relative;
	top: -27px;
	left: 300px;
	background: url(button-next.gif) no-repeat 0 0;
}
#prevBtn a {
	margin: -27px 0 0 275px;
	background: url(button-prev.gif) no-repeat 0 0;
}
/**********************************************************************
// JQUERY TOOLTIP
***********************************************************************/

#contentPad {
	margin: 20px;
}
.formInfo a, .formInfo a:active, formInfo a:visited {
	background-color: #FF0000;
	font-size: 1.3em;
	font-weight: bold;
	padding: 1px 2px;
	margin-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.formInfo a:hover {
	color: #660000;
	text-decoration: none;
}
#JT_arrow_left {
	background-image: url(arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
	top: -3px;
}
#JT_arrow_right {
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
	top: -2px;
}
#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}
#JT_copy {
	padding: 10px 10px 10px 10px;
	color: #333333;
}
.JT_loader {
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}
#JT_close_left {
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}
#JT_close_right {
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}
#JT_copy p {
	margin: 3px 0;
}
#JT_copy img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.jTip {
	cursor: help;
}
#cwa-masthead-signup .bonus {
	float:left;
	width:196px;
	overflow:hidden;
	text-align:center;
	font-size:13px;
	height:220px;
	position:relative;
}
#cwa-masthead-signup .bonus b {
	text-transform:uppercase;
}
#cwa-masthead-signup .bonus a.download {
	bottom:10px;
	cursor:pointer;
	display:block;
	height:27px;
	left:28px;
	position:absolute;
	width:142px;
}
#shd {
	background:#CEE7F7 url(mid_bk.gif) repeat-y 170px 0;
	float:left;
	width:960px;
	overflow:hidden;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.reviews_banner img {
	float:left;
	margin:2px 5px 2px 0;
	border:1px solid #000;
	padding:3px;
	background:#fff;
}
.reviews {
	border-bottom:1px dotted #457C92;
	margin:5px 0;
	padding:0 0 5px;
}
.reviews h3, .reviews h3 a, .bonus h3, .bonus h3 a {
	padding:0;
	margin:0;
	color:#000;
	text-decoration:none;
	font-size:14px;
	margin:0 0 3px 0;
	font-weight:bold;
}
.reviews h3 a:hover, .bonus h3 a:hover {
	color:#808080;
	text-decoration:none;
}
.reviews h4, .reviews h4 a {
	padding:0;
	margin:0;
	text-align:left;
	color:#104867;
	text-decoration:none;
	font-size:14px;
	margin:0 0 3px 0;
	font-weight:bold;
}
a.read-more {
	background:#FFF;
	cursor:pointer;
	padding:1px 10px;
}

