/* ie6&7 styles */

.ie6 .hasScript .newsItem h2
{ 
	height: 50px;
}

.ie6 body.hasScript .focusSwitched
{
	padding-bottom: 7px;
}

.ie6 body.hasScript #focusSwitcher
{
	height: 300px;
}

.ie7 .script .newsItem.active h2
{
	min-height: 50px;
}

/* news switcharoo */

.noScript .newsItem
{
	padding: 8px 10px;
	margin: 7px 0;
	background-color: #1d1d1d;
	/*height: 249px;*/
	width: 97%;
	overflow: hidden;
}

.newsItem h2
{
	font-size: 1em;
	font-weight: bold;
	color: #4e4e4e;
	margin: 0;
}

.noScript .newsItem
{
	float: left;
}

.noScript .newsItem h2 a, .noScript .newsItem p
{
	/*padding-right: 444px;*/
	color: #ffffff !important;
}

.noScript .newsItem a
{
	color: #ffffff;
}
.noScript .newsItem img
{
	float: left;
	width: 150px;
	height: 100px;
	padding-right: 5px;
}
/* end no script */

body.hasScript #focusSwitcher
{
	width: 700px;
	height: 310px;
	position: relative;
	float: left;
}

body.hasScript .newsItem
{
	overflow: hidden;	
	background-color: #dbdbdb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dbdbdb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #efefef, #dbdbdb); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #efefef, #dbdbdb); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #efefef, #dbdbdb); /* IE10 */
	background-image:      -o-linear-gradient(top, #efefef, #dbdbdb); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #efefef, #dbdbdb);
	-pie-background: 			   linear-gradient(#efefef, #dbdbdb); /* CSS3pie IE6-9 */
	border-top: 2px solid #ffffff;
	width: 246px;
}

body.hasScript #newsItemFirst
{
	margin-top: 25px;
}

body.hasScript .focusSwitched
{
	display: none;
	position: absolute;
	right: 0;
	padding: 8px 10px 9px;
	margin: 7px 0;
	top: -5px;
	width: 434px;
	float: right;
	background: #464646;
	-moz-border-radius: 10px 10px 10px 0; /* FF1-3.6 */
	-webkit-border-radius: 10px 10px 10px 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 10px 10px 10px 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

body.hasScript .active .focusSwitched
{
	display: block;
}

body.hasScript .newsItem h2, body.hasScript .newsItem p
{
	color: #ffffff;
	padding: 8px;
}
	
	

body.hasScript .newsItem h2
{
	background: url(../images/bg/focus-rh-shadow.gif) right top repeat-y;
	color: #666666;
	width: 230px;
	float: left;
	clear: left;
	cursor: pointer;
	font-size: 1.2em;
	min-height: 50px;
}

body.hasScript #newsItemFirst
{
	-moz-border-radius: 10px 0 0 0; /* FF1-3.6 */
	-webkit-border-radius: 10px 0 0 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 10px 0 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

body.hasScript #newsItemLast
{
	-moz-border-radius: 0 0 0 10px; /* FF1-3.6 */
	-webkit-border-radius: 0 0 0 10px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 0 0 0 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
	
body.hasScript .newsItem.active
{
	background: #464646;
	
}

body.hasScript .newsItem.active h2
{
	background-image: none;
	color: #ffffff;
}

body.hasScript #newsItemFirst.active
{
	background: #464646;
	-pie-background: linear-gradient(#464646, #464646); /* CSS3pie IE6-9 */
}

body.hasScript #newsItemFirst.active h2,
body.hasScript #newsItemLast.active h2
{
	background-color: transparent;
	font-weight: bold;
	color: #4e4e4e;
}

body.hasScript #newsItemLast.active
{
	background: #464646;
	-pie-background: linear-gradient(#464646, #464646); /* CSS3pie IE6-9 */
}

body.hasScript  .newsItem a:visited
{
	color: #444444;
}

body.hasScript .newsItem a
{
	color: #444444;
}
body.hasScript .newsItem.active a
{
	color: #ffffff;
}

body.hasScript .newsItem.active a:visited
{
	color: #ffffff;
}



/* original standalone news script */

span.focusSwitched
{
	font-size: small;
	font-weight: normal;
}

a span.focusSwitched,
a:hover span.focusSwitched
{
	text-decoration: none;
}

#focusSwitcher,
#focusSwitcher span.focusSwitched
{
	height: 278px;
}

.newsItem a
{
	display: block;
	height: auto;
}

#page a span.focusSwitched,
#page .newsItem.active a
{
	color: #ffffff !important;
}

/* 2-column subscribe box */
/* NOTE:  Most of these styles are replicated from the generic box styles because .box-2col-subscribe is a new class name */
/* The only new styles are the width of .box-2col-subscribe and .boxSubscribe */

.boxSubscribe a,  
.boxSubscribe a:hover, 
.boxSubscribe a:link, 
.boxSubscribe a:visited, 
.boxSubscribe a:active 
{
	color: #ffffff;
}

.boxSubscribe h2
{
	color: #ffffff;
}

.boxSubscribeItems li
{
	float: left;
	width: 200px;
	padding: 10px;
}

.boxSubscribeItems li img
{
	float: left;	
	padding: 0 20px 15px 0;
}

.boxSubscribeItems li strong
{
	display: block;
}

.boxSubscribeItems li p
{
	margin: 0;
    padding: 0 0 0 50px;
}

.boxSubscribeSingle
{
	margin: 0 20px 1em 0;
}

.boxSubscribeSingle img
{
	float: left;	
}

.boxSubscribeSingle h2
{
	float: none;
	clear: none !important;
    padding-left: 40px;
	margin: 0 0 0.625em;
}

.boxSubscribeSingle p
{
	padding: 0;
	margin: 0 0 0.5em 0;
}

.boxSubscribeSingle p.more
{
	padding: 4px 5px;
}

.boxSubscribeSingle form 
{
	padding: 0;
	margin: 1em 0 0.5em 0;
}

.boxSubscribeSingle form label 
{
	padding: 0;
	margin: 1px 10px 0 0;
}

.boxSubscribeSingle form input 
{
    width: 236px;
}


.box-1col img, .box-1col-last img
{
	float: left;
}

form
{
	margin-top: 1em;
}

form fieldset.visibleFieldset 
{
	margin-top: 1em;
}

form fieldset.visibleFieldset legend 
{
	margin: 0.5em 0;
	padding: 0 !important;
}