/* BASELINE */
* {
	font-family:inherit;
	font-size:100%;
	padding:0;
	margin:0;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, table, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
html {
	min-height: 101%;
	margin-bottom: 1px;
} /* Firefox Scrollbar fix */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	line-height:1.5;
	font-family:inherit;
	vertical-align:baseline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
abbr, acronym, fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
}
address {
	font-style:normal
}
/* Attempt to stardardize everything to 10px = 1em */
html {
	font-size:100%;
} /* Fixes IE */
body {
	font-size/**/:small;
}
body {
	font-size:62.5%;
	line-height:1;
	font-family:arial, helvetica, clean, sans-serif;
}
input, select, textarea {
	font-size:100%;
	font-family:inherit;
} /* For Firefox */
html > body {
	font-size:10px;
}
body * {
	font-size:1em;n
}
.clear {
	clear:both;
}
/* BASE STYLES */
body {
	background:#e9eff8 url(../../sites/cwr/CW-Research-bodyBG.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
/* MAIN CONTAINER */
#container {
	width:1000px;
	margin:0 auto;
}
/* HEADER */
#header {
	position:relative;
	width:1000px;
	height:145px;
}
.hdr0 {	background:#e9eff8 url(../../sites/cwr/CW-Research-hdr.jpg) no-repeat; }
.hdr1 {	background:#e9eff8 url(../../sites/cwr/CW-Research-hdr-b.jpg) no-repeat; }
.hdr2 {	background:#e9eff8 url(../../sites/cwr/CW-Research-hdr-c.jpg) no-repeat; }
.hdr3 {	background:#e9eff8 url(../../sites/cwr/CW-Research-hdr-d.jpg) no-repeat; }
.hdr4 {	background:#e9eff8 url(../../sites/cwr/CW-Research-hdr-e.jpg) no-repeat; }
.hdr5 {	background:#e9eff8 url(../../sites/cwr/CW-Research-hdr-f.jpg) no-repeat; }

#header #logo {
	width:360px;
	height:70px;
	overflow:hidden;
}
#header #top-nav {
	position:absolute;
	bottom:12px;
	right:0px;
	width:1000px;
	height:30px;
	background-color:#005A9C;
}
#header #top-nav ul {
	position:absolute;
	bottom:3px;
	left:20px;
	width: 960px;
}
#header #top-nav ul li {
	float:left;
	list-style:none;
	margin:0 15px;
	font-size:1.1em;
}
#header #top-nav ul li.first {
	margin-left:0;
}
#header #top-nav ul li.last {
	margin-right:0;
}
#header #top-nav ul li a:link, #header #top-nav ul li a:visited {
	display:block;
	background: url(../../sites/cwr/CW-Research-tabBg.jpg) bottom right rep;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.35em;
}
#header #top-nav ul li.active a:link, #header #top-nav ul li.active a:visited {
	color:#becfed;
}
#header #top-nav ul li a:hover {
	color:#becfed;
}
/* SUB-NAV */
#main #sub-nav {
	position:absolute;
	top:-25px;
	left:-10px;
	background:#e9eff8;
	width:690px;
}
#main_wide #sub-nav {
	position:absolute;
	top:-25px;
	left:-10px;
	background:#e9eff8;
	width:1000px;
} 
#content #sub-nav ul {
	margin:0;
}
#sub-nav ul li {
	float:left;
	font-size:.9em;
	list-style:none;
	margin:0 2px;
	background:url(../../sites/cwr/CW-Research-tabBg.jpg);
	border-left:1px solid #8ea8d0;
	border-right:1px solid #8ea8d0;
	border-top:1px solid #8ea8d0;
}
#sub-nav ul li:hover {
	/*background:url(../../sites/cwr/sub-nav-tab-left-hover.jpg) top left no-repeat;*/
}
#sub-nav ul li.first {
	margin-left:0;
}
#sub-nav ul li a:link, #sub-nav ul li a:visited {
	display:block;
	padding:2px 4px;
	background:url(../../sites/cwr/CW-Research-tabBg.jpg);
	top right no-repeat;
	color:#738db6;
	font-weight:bold;
	text-decoration:none;
}
#sub-nav ul li a:hover {
	color:#005A9C;
	font-weight:bold;
	background-color:#fff;
}
#sub-nav ul li.active {
	background-color:#fff;
	border:0 none;
}
#sub-nav ul li.active a:link, #sub-nav ul li.active a:visited {
	background:#fff;
	color:#005A9C;
}
#sub-nav ul li.active a:hover {
	color:#005A9C;
}
/* BODY */
#main {
	padding:5px 0;
	background:url(../../sites/cwr/CW-Research-mainbg.gif) repeat-y center;
}
#main_wide {
	padding:5px 0;
	background:white url(../../sites/cwr/CW-Research-widebg.gif) repeat-y center;
}
/* CONTENT */
#main #content {
	width:675px;
	float:left;
	font-size:1.2em;
}
#main_wide #content {
	width:990px;
}

#content .padding {
	margin:20px 10px;
	position:relative;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.85em;
	color:#005A9C;
	margin:0 0 15px 0;
	padding:0;
}
#content h1 a:link, #content h1 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.75em;
	color:#005A9C;
	margin:0 0 15px 0;
	padding:0;
}
#content h1 a:hover {
	color:#005A9C;
	text-decoration:underline;
}
#content h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#005A9C;
	margin:0 0 10px 0;
	padding:0;
}
#content h2 a:link, #content h2 a:visited {
	font-size:1.2em;
	font-weight:bold;
	color:#005A9C;
	margin:0 0 10px 0;
	padding:0;
}
#content h2 a:hover {
	color:#005A9C;
	text-decoration:underline;
}
#content h2 span.title {
	font-size:.8em;
	color:#333333;
	font-style:italic;
	font-weight:normal;
}
#content h3 {
	font-size:1em;
	font-weight:bold;
	color:#404040;
	margin:0;
	padding:0;
}
#content h3 a:link, #content h4 a:visited {
	color:#404040;
	text-decoration:none;
}
#content h3 a:hover {
	color:#404040;
	text-decoration:underline;
}
#content h4 {
	font-size:1em;
	color:#005A9C;
	margin:0;
	padding:0;
}
#content h4 a:link, #content h5 a:visited {
	color:#005A9C;
	text-decoration:underline;
}
#content h4 a:hover {
	color:#005A9C;
	text-decoration:none;
}
#content p, #content ul {
	font-size:1em;
	margin:0 0 15px 0;
	padding:0;
}
#content a:link, #content a:visited {
	color:#005A9C;
}
#content a:hover {
	color:#404040;
}
#content ul {
	margin-left:15px;
}
.date, .source {
	color:#005A9C;
}
.older {
	text-align:right;
}
.older a:link, .older a:visited {
	font-weight:bold;
	text-decoration:underline;
}
.older a:hover {
	text-decoration:none;
}
ul.arrows {
	list-style-image:url(../../sites/cwr/ul-arrow.jpg);
}
/* CONTENT: PAGE SPECIFIC */
#content.sample-reports .row, #content .row {
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../../sites/cwr/divider.jpg) center bottom no-repeat;
}
#content.news .row {
	margin-bottom:15px;
}
#content.news p {
	margin:0;
}
#content.contact-us td {
	padding-right:25px;
	padding-bottom:5px;
}
#content.contact-us td.required {
	color:#666666;
	text-align:right;
	font-size:.9em;
}
#content.contact-us input, #content.contact-us textarea {
	border:1px solid #CCCCCC;
}
#content.contact-us input {
	width:250px;
	height:20px;
	background:transparent url(../../sites/cwr/form-bg-250.jpg) top center;
}
#content.contact-us textarea {
	width:450px;
	height:125px;
	background:transparent url(../../sites/cwr/form-bg-450.jpg) top center;
}
#content.contact-us input.submit {
	width:95px;
	height:23px;
	background:url(../../sites/cwr/submit-button.jpg) no-repeat;
	text-indent:100px;
	border:none;
	cursor:pointer;
}
/* SIDEBAR */
#right {
	width:300px;
	float:right;
}
#right h6 {
	display:block;
	color:#000000;
	font-size:1.35em;
	font-weight:bold;
	margin:0;
	padding:3px;
	background-color:#becfed;
	border-bottom:4px solid #005A9C;
}
#right .padding {
	padding:5px;
}
#right .module p {
	margin:0 0 5px 0;
	font-size:1.15em;
	color:#404040;
}
#right .module a:link, #right .module a:visited {
	color:#005A9C;
	text-decoration:underline;
}
#right .module a:hover {
	text-decoration:none;
}
#right #newest-releases.module a:link, #right #newest-releases.module a:visited {
	color:#404040;
	font-weight:bold;
	text-decoration:none;
}
#right #newest-releases.module a:hover {
	color:#005A9C;
	text-decoration:underline;
}
/* FOOTER */
#bottom {
	height:10px;
	background:#eaf7fd;
}
#footer {
	border-top:4px solid #005A9C;
	text-align:right;
	color:#404040;
	font-size:1.05em;
	padding:10px 35px;
}
#footer div {
	width:1000px;
	margin:0 auto;
}

/* COLUMNS */
.leftcol, .rightcol  {float:left; width:320px;}
.fourcol{float:left; width:160px;}

/* homepage-rotating piece */

#rotating_content h2{
color:#005A9C;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.85em;
margin:0 0 15px;
padding:0;
text-align:center;
background:transparent url(../../sites/cwr/divider.jpg) no-repeat scroll center bottom;
}

#rotating_content { position:relative; }
#rotating_content .graph {text-align:center;}
#rotating_content #paginate-topstory {position:relative; margin:5px 0 15px 0;}
#rotating_content #paginate-topstory {clear:both;text-align:center;}
#rotating_content #paginate-topstory ul {padding:0; margin:0; display:block; list-style-image:none; list-style-type:none;}	
#rotating_content #paginate-topstory ul li { display:inline;}	
#rotating_content #paginate-topstory ul li a:link, #rotating_content #paginate-topstory a:visited {display:inline-block; width:12px; height:12px; background:url(../../sites/cwr/CW-Research-page-inactive.gif) no-repeat center top;}
#rotating_content #paginate-topstory ul li a:hover, #rotating_content #paginate-topstory ul li a.ON {background:url(../../sites/cwr/CW-Research-page-active.gif) no-repeat center top;}
#rotating_content .pause {position:absolute; right:0; top:0px; width:60px; cursor:pointer; }


/* Suppressing Links in Alliance Articles */
.printerfriendly { display:none; }