﻿@charset "utf-8";
/* CSS Document */


/* +++++++++++++++++++++++++++++++++++ EDITORIAL/LEGAL PAGES ++++++++++++++++++++++++++++++++++++++*/

#editorial {
	display:block;
	width:538px;
	clear:left;
	float:left;
	font-size:13px;
	color:#666;
	line-height:18px;
	text-align:justify;
}


#editorial p {
	clear:left;
	float:left;
	width:500px;
	padding:7px;
	font-size:11px;
}


#editorial h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.01em;
	color:#000;
}

#editorial h3 {
	font-size:30px;
	font-weight:bold;
	line-height:40px;
	color:#900;
	margin:10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.09em;
	text-align: left;
}

#editorial h4 {
	font-size:14px;
	font-weight:bold;
	margin:20px 0 0 10px;
	color:#036;
	clear: left;
	float: left;
	display: block;
	width: 97%;
}

#editorial h5 {
	font-size:12px;
	font-weight:bold;
	margin:20px 0 10px 0;
	color: #633;
	clear: left;
	float: left;
	display: block;
	width: 100%;
}


#editorial strong {
	color:#333;
	font-weight:bold;
}
#editorial ul {
	display:block;
	clear:left;
	float:left;
	margin:10px;
	list-style:square;
	color:#666;
	width:518px;
	height:auto;
}
#editorial ul li ul {
	display:block;
	clear:left;
	float:left;
	margin-left:10px;
	list-style-type:none;
	color:#666;
	width:490px;
	height:auto;
}
#editorial ul li {
	display:block;
	clear:left;
	float:left;
	padding:2px 0 0 16px;
	margin-left:0;
	list-style-type:none;
	background:transparent url(/images/bullet_red_arrow_right_light.png) no-repeat 0 6px;
	color:#666;
	font-size:11px;
	font-weight:bold;
	height:auto;
	line-height:20px;
	width: 95%;
	text-transform:none;
}
#editorial ul li ul li {
	display:block;
	clear:left;
	float:left;
	margin-left:10px;
	list-style:square;
	color:#666;
	font-size:12px;
	font-weight:bold;
}
#editorial ul li a, #editorial ul li ul li a {
	font-size:12px;
	text-decoration:none;
}


#editorial .site-map ul 
{
    width:508px;
	margin:0;
	padding:0;
	background:none;
}

#editorial .site-map ul li {
	margin:0;
	padding:0;
	background:none;
}

#editorial.nuclear
{
    clear:none;
    float:left;
    vertical-align:top;
}

#editorial.nuclear .site-map h3 a
{
    font-size:16px;
    height:30px;
    line-height:30px;
    font-weight:bold;
}

/* added january 26 */
.fullw #editorial {
	width:920px;
}

.fullw #editorial p, .fullw #editorial ul{
	width:900px;
}

.fullw #editorial p {
	margin:7px 0;
	padding:0 10px;}

	
address {
	display:block;
	width:250px;
	height:auto;
	clear:left;
	float:left;
	font-style:normal;
	font-size: 10px;
	color: #333;
	padding: 10px;
	margin-left:20px;
}

