/* CSS Document */

/*------------------------------------------------------------------------ Default Settings*/


html, body
	{
	background: #fff; 
	margin: 0px;
	padding: 0px;
	color: #000;
	}
p, td, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, td  { font-family: Verdana, Arial, Tahoma }

div, form
	{
	margin: 0px;
	padding: 0px;
	}

	/* --------added by JC 4/26/06------------ */ 
	a:link
	{
	color: #000066;
	text-decoration: underline;
}
	
	a:hover
	{
	color: #660000;
	text-decoration: underline;
	}

	a:visited
	{
	color: #000066;
	text-decoration: underline;
	}

p
	{
	/*---margin: 0px;
	padding: 0px;--*/
	font-size: 0.7em;
	}
/*--added to correct font size on CCT pages in firefox--*/
	p p
	{
	font-size: 1em;
	}

	/*-----*/
	 h2
	 {
	color:#660000;
	font-size:14px;
	font-weight: bold;
	}
  /* --------added by JC 4/26/06------------ */  
	h2 a:link
	{
	color: #660000;
	text-decoration: underline;
	}
	
h2 a:hover
	{
	color: #000066;
	text-decoration: underline;
	}
	h2 a:visited
	{
	color: #660000;
	text-decoration: underline;
	}
/*----------------------*/
	 h3
	 {
	
	font-size:12px;
	font-weight: bold;
	}
.hide
	{
	display: none;
	}
img
	{
	border: none;
	}
.clear
	{
	clear: both;
	}



	/* ---------------------------------------added by JC 2/23/06*/
	 ul {
	color:#333333;
	font-size:11px;
	}
	/* ----------------------------------------added by JC 2/23/06*/
	li {
	color:#333333;
	font-size:11px;
	}
	/*-------------------------------------- added by JC 2/23/06*/
 ul li {
	color:#333333;
	font-size:11px;
	}


/*------------------------------------------------------------------------ Quick Links*/
#quickLink
	{
	background: #660000;
	text-align: right;
	padding: 5px 10px;
	vertical-align: middle;
	}
#quickLink form, #quickLink form input
	{
	display: inline;
	vertical-align: middle;
	}
#quickLink select
	{
	font-size: 0.6em;
	color: #000;
	background-color: #F9FBFC;
	margin: 0 3px 0 16px;
	}



/*------------------------------------------------------------------------ SEARCH*/
#search_container {
	border-top: solid 3px #CC9900;
	vertical-align:top;
	}
	

#search_container img {
	vertical-align:top;
	}
	
	
#search
	{
	color: #fff;
	top: 0px;
	left: 0px;
	}
#search form
	{
	vertical-align: middle;
	display: inline;
	}
#search form input
	{
	margin: 0 3px;
	font-size: 0.6em;
	display: inline;
	vertical-align: middle;
	}

#search img {
	padding-top: 4px;
	}
	

/*-------------------------------------------------------------------------------Top Banner */
	

	
	
.breadcrumb {
	color:#660000;
	text-align: left;
	padding: 3px 0px 3px 0px;
	}
	
.breadcrumb a:link {
	color:#660000;
	text-decoration: underline;
	}
	
.breadcrumb a:hover {
	color:#660000;
	text-decoration: underline;
	}
	
.breadcrumb a:visited {
	color: #4B4B4B;
	text-decoration: underline;
	}
.page_links {
	color:#660000;
	text-align: right;
	padding: 3px 0px 3px 0px;
	padding-right: 8px;
	}
	
.page_links a:link {
	color:#660000;
	text-decoration: underline;
	}
	
.page_links a:hover {
	color:#660000;
	text-decoration: underline;
	}
	
.page_links a:visited {
	color: #4B4B4B;
	text-decoration: underline;
	}
/*------------------------------------------------------------------------------- END Top Banner */

/*-------------------------------------------------------------------------------Left NAV */
	

#leftNav
	{
	width: 170px;
	margin: 0;
	padding: 0;
	background: #cccc99;
	font-size: 0.7em;
	}
ul#nav, ul#nav ul {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	margin: 0px 0px 20px; 
	padding: 0px; 
	border-top: 1px dashed white;
	list-style: none;
	width: 170px; /* Width of Menu Items */
	}
ul#nav ul {
	font-size: 0.7em;
	}
ul#nav li {
	position: relative;
	}
ul#nav li a, ul#nav li a:active, ul#nav li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold; 
	line-height: 5px; 
	background: #cccc99; /* IE6 Bug */
	padding: 12px 0px 12px 15px;
	border-bottom: 1px dashed white;
	color:#660000;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { 
	color:#660000;
	background: #D9D9B3 url('../../../Local Settings/Temporary Internet Files/Content.IE5/images/navArrow1.gif') 6px 10px no-repeat;
	text-decoration:none;
} /* Hover Styles */
		
ul#nav li ul li a:hover { 
	color:#660000;
	background: #D9D9B3 url('../../../Local Settings/Temporary Internet Files/Content.IE5/images/navArrow1.gif') 6px 13px no-repeat;
	text-decoration:none;
} /* Hover Styles */

ul#nav li ul li a, ul#nav li ul li a:active, ul#nav li ul li a:visited { 
	line-height: 1em;
	font-size: 1.4em;
	border-bottom: 1px solid #7F7F51;
	background-color: #D9D9B3;
 } 
 
 	


/*------------------------------------------------------------------------------- END Left NAV */

/*-------------------------------------------------------------------------------Left bar elements */

#nav_box {
	width: 140px;
	margin-left: 13px;
	background-color: #E6E6CC;
	border-right: solid 1px #837F47;
	border-left: solid 1px #837F47;
	border-top: solid 4px #837F47;
	margin-bottom: 18px;
	}
	
#nav_box ul {
	color: #2B2914;
	font-size: 10px;
	list-style-image: url('../../../Local Settings/Temporary Internet Files/Content.IE5/TWFDXHOZ/images/wrapper/box_arrow.gif');
	list-style-position: none;
	margin:0px;
	border-bottom: 1px solid #837F47;; padding-left:22px; padding-right:0px; padding-top:12px; padding-bottom:12px
	}


#nav_box ul a:link{
	color: #2B2914;
	text-decoration:none;
	}

#nav_box ul a:hover {
	color: #2B2914;
	text-decoration:underline;
	}

#nav_box ul a:visited {	
	color:#837F47;
	text-decoration:none;
	}
	
#bottom_nav {
	width: 150px;
	margin-bottom: 20px;
	border-top: 1px dashed white;
	padding: 12px;
	font-size: 12px;
	}	
	
#bottom_nav p {
	font-size: 10px;
	color:#29291F;
	}

#bottom_nav p a:link {
	font-size: 10px;
	color:#29291F;
	text-decoration:underline;
	}

#bottom_nav p a:hover {
	font-size: 10px;
	color:#29291F;
	text-decoration: underline;
	}
	
#bottom_nav p a:visited {
	font-size: 10px;
	color:#837F47;
	text-decoration:underline;
	}



/*-------------------------------------------------------------------------------END Left bar elements */


/*-------------------------------------------------------------------------------HOMEPAGE CONTENT */


#whatsnew {
	border: solid 1px #660000;
	}
	
	.whatsnew {
	padding: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.whatsnew p {
	color:#333333;
	font-size:11px;
	}
		/*-------------------------------------- added by JC 2/23/06*/
	.whatsnew ul {
	color:#333333;
	font-size:11px;
	}
		/*-------------------------------------- added by JC 2/23/06*/
	.whatsnew li {
	color:#333333;
	font-size:11px;
	}
		/*-------------------------------------- added by JC 2/23/06*/
	.whatsnew ul li {
	color:#333333;
	font-size:11px;
	}
	
	.whatsnew h1{
	color:#333333;
	font-size:13px;
	font-weight: bold;
	}

	
	.whatsnew img {
	float: right;
	padding-left: 8px;
	}
		
#in_news {
	border: solid 1px #837F47;
	}
	
	.in_news {
	padding: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.in_news p {
	color:#333333;
	font-size:12px;
	font-weight: plain;
	list-style: none;
	line-height: 1.4em;
	padding-top: 8px;
	}

	
	.in_news p a:link {
	color:#333333;
	text-decoration:underline;
	}
	
	.in_news p a:hover {
	color:#333333;
	text-decoration: underline;
	}
	
	.in_news p a:visited {
	color:#837F47;
	text-decoration:underline;
	}
	
	
	

#nominees {
	border: solid 1px #000066;
	}
	
	.nominee_content {
	margin-top: 8px;
	}
	
	.nominee_text {
	color:#333333;
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
	.nominee_text a:link{
	color:#333333;
	font-size: 11px;
	text-decoration: underline;
	}
	
	.nominee_text a:hover{
	color:#333333;
	font-size: 11px;
	text-decoration: underline;
	}
	
	.nominee_text a:visited{
	color:#837F47;
	font-size: 11px;
	text-decoration: underline;
	}
	
	.nominee_photo {
	padding-left: 8px;
	padding-bottom: 8px;
	}
	

	
	
#issues {
	border: solid 1px #CC9900;
	}
	
	.issues {
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.issues p {
	color:#333333;
	font-size:12px;
	font-weight: plain;
	line-height: 1.4em;
	padding-top: 8px;
	}

	.issues p a:link {
	color:#333333;
	text-decoration:underline;
	}
	
	.issues p a:hover {
	color:#333333;
	text-decoration: underline;
	}
	
	.issues p a:visited {
	color:#837F47;
	text-decoration:underline;
	}
	
	

	.morelink {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding: 8px;
	line-height: 2em;
	}
	
	.morelink a:link {
	color: #333333;
	text-decoration: underline;
	}
	
	.morelink a:hover {
	color: #660000;
	text-decoration: underline;
	}
	
	.morelink a:visited {
	color:#837F47;
	text-decoration:underline;
	}
	
	.morelink img {
	padding-top: 1px;
	margin-right: 6px;
	}

/*-------------------------------------------------------------------------------END HOMEPAGE CONTENT */



 
 /*------------------------------------------------------------------------ Footer*/
#footer
	 { 
	 background-color: transparent; 
	 padding: 8px 0px 0px 170px; 
	 clear: both; 
	 border-top: 6px solid #000066;
	 text-align: center;
	  }
	 

#footer p
	{
	color: #333;
	font-size: 0.7em;
	line-height: 0.9em;
	padding: 0 0 8px;
	}
#footer p a
	{
	color: #555;
	}
#footer p a:hover
	{
	color: #BA6108;
	text-decoration: underline;
	}
#footer p.small
	{
	font-size: 0.6em;
	line-height: 0.9em;
	padding: 0 0 4px;
	}
#footer p.gr
	{
	color: #7F7F7F;
	}

/*------------------------------------------------------------------------ NEWSROOM*/

.box_titles {
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: bold;
	padding: 0;
   
	}

.box_titles p{
	color: #fff !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
      
 }
 
 .box_list {
	padding: 4px 8px 8px 8px;
 }
 
 .box_list ul {
 list-style:disc;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 12px;
 margin: 0px;
 padding:1.4em;
 text-indent: -.20em;
 }
 
 .box_list li a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 12px;
 text-decoration: underline;

 }
 
  .box_list li a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 12px;
 text-decoration: underline;

 }
 
   .box_list li a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #837F47;
 font-size: 12px;
 text-decoration: underline;

 }
 
 .box_list li {
 padding-top: 5px;
 }
 

.media_name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: 000;
	font-size: 12px;
	font-weight: bold;
	}

/*added by jc 081406 controls filter critera look*/
.filterLabel
{
margin: 0px;
	padding: 0px;

	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	}

	.RIHeader
{color:660000;
font-weight: bold;
font-size: .8em;
padding: 0 10 0 10;
line-height: 20px;}

.RIItem
{
font-weight: bold;
font-size: .6em;
padding: 0 10 0 10;
line-height: 10px;}



#ContentWithSidebar
{padding: 0 200 0 0;}

/* CSS Document */

/*------------------------------------------------------------------------ Default Settings*/


html, body
	{
	background: #fff; 
	margin: 0px;
	padding: 0px;
	color: #000;
	}
p, td, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, td  { font-family: Verdana, Arial, Tahoma }

div, form
	{
	margin: 0px;
	padding: 0px;
	}

	/* --------added by JC 4/26/06------------ */ 
	a:link
	{
	color: #000066;
	text-decoration: underline;
}
	
	a:hover
	{
	color: #660000;
	text-decoration: underline;
	}

	a:visited
	{
	color: #000066;
	text-decoration: underline;
	}

p
	{
	/*---margin: 0px;
	padding: 0px;--*/
	font-size: 0.7em;
	}
/*--added to correct font size on CCT pages in firefox--*/
	p p
	{
	font-size: 1em;
	}

	/*-----*/
	 h2
	 {
	color:#660000;
	font-size:14px;
	font-weight: bold;
	}
  /* --------added by JC 4/26/06------------ */  
	h2 a:link
	{
	color: #660000;
	text-decoration: underline;
	}
	
h2 a:hover
	{
	color: #000066;
	text-decoration: underline;
	}
	h2 a:visited
	{
	color: #660000;
	text-decoration: underline;
	}
/*----------------------*/
	 h3
	 {
	
	font-size:12px;
	font-weight: bold;
	}
.hide
	{
	display: none;
	}
img
	{
	border: none;
	}
.clear
	{
	clear: both;
	}



	/* ---------------------------------------added by JC 2/23/06*/
	 ul {
	color:#333333;
	font-size:11px;
	}
	/* ----------------------------------------added by JC 2/23/06*/
	li {
	color:#333333;
	font-size:11px;
	}
	/*-------------------------------------- added by JC 2/23/06*/
 ul li {
	color:#333333;
	font-size:11px;
	}


/*------------------------------------------------------------------------ Quick Links*/
#quickLink
	{
	background: #660000;
	text-align: right;
	padding: 5px 10px;
	vertical-align: middle;
	}
#quickLink form, #quickLink form input
	{
	display: inline;
	vertical-align: middle;
	}
#quickLink select
	{
	font-size: 0.6em;
	color: #000;
	background-color: #F9FBFC;
	margin: 0 3px 0 16px;
	}



/*------------------------------------------------------------------------ SEARCH*/
#search_container {
	border-top: solid 3px #CC9900;
	vertical-align:top;
	}
	

#search_container img {
	vertical-align:top;
	}
	
	
#search
	{
	color: #fff;
	top: 0px;
	left: 0px;
	}
#search form
	{
	vertical-align: middle;
	display: inline;
	}
#search form input
	{
	margin: 0 3px;
	font-size: 0.6em;
	display: inline;
	vertical-align: middle;
	}

#search img {
	padding-top: 4px;
	}
	

/*-------------------------------------------------------------------------------Top Banner */
	

	
	
.breadcrumb {
	color:#660000;
	text-align: left;
	padding: 3px 0px 3px 0px;
	}
	
.breadcrumb a:link {
	color:#660000;
	text-decoration: underline;
	}
	
.breadcrumb a:hover {
	color:#660000;
	text-decoration: underline;
	}
	
.breadcrumb a:visited {
	color: #4B4B4B;
	text-decoration: underline;
	}
.page_links {
	color:#660000;
	text-align: right;
	padding: 3px 0px 3px 0px;
	padding-right: 8px;
	}
	
.page_links a:link {
	color:#660000;
	text-decoration: underline;
	}
	
.page_links a:hover {
	color:#660000;
	text-decoration: underline;
	}
	
.page_links a:visited {
	color: #4B4B4B;
	text-decoration: underline;
	}
/*------------------------------------------------------------------------------- END Top Banner */

/*-------------------------------------------------------------------------------Left NAV */
	

#leftNav
	{
	width: 170px;
	margin: 0;
	padding: 0;
	background: #cccc99;
	font-size: 0.7em;
	}
ul#nav, ul#nav ul {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	margin: 0px 0px 20px; 
	padding: 0px; 
	border-top: 1px dashed white;
	list-style: none;
	width: 170px; /* Width of Menu Items */
	}
ul#nav ul {
	font-size: 0.7em;
	}
ul#nav li {
	position: relative;
	}
ul#nav li a, ul#nav li a:active, ul#nav li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold; 
	line-height: 5px; 
	background: #cccc99; /* IE6 Bug */
	padding: 12px 0px 12px 15px;
	border-bottom: 1px dashed white;
	color:#660000;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { 
	color:#660000;
	background: #D9D9B3 url('../../../Local Settings/Temporary Internet Files/Content.IE5/images/navArrow1.gif') 6px 10px no-repeat;
	text-decoration:none;
} /* Hover Styles */
		
ul#nav li ul li a:hover { 
	color:#660000;
	background: #D9D9B3 url('../../../Local Settings/Temporary Internet Files/Content.IE5/images/navArrow1.gif') 6px 13px no-repeat;
	text-decoration:none;
} /* Hover Styles */

ul#nav li ul li a, ul#nav li ul li a:active, ul#nav li ul li a:visited { 
	line-height: 1em;
	font-size: 1.4em;
	border-bottom: 1px solid #7F7F51;
	background-color: #D9D9B3;
 } 
 
 	


/*------------------------------------------------------------------------------- END Left NAV */

/*-------------------------------------------------------------------------------Left bar elements */

#nav_box {
	width: 140px;
	margin-left: 13px;
	background-color: #E6E6CC;
	border-right: solid 1px #837F47;
	border-left: solid 1px #837F47;
	border-top: solid 4px #837F47;
	margin-bottom: 18px;
	}
	
#nav_box ul {
	color: #2B2914;
	font-size: 10px;
	list-style-image: url('../../../Local Settings/Temporary Internet Files/Content.IE5/TWFDXHOZ/images/wrapper/box_arrow.gif');
	list-style-position: none;
	margin:0px;
	border-bottom: 1px solid #837F47;; padding-left:22px; padding-right:0px; padding-top:12px; padding-bottom:12px
	}


#nav_box ul a:link{
	color: #2B2914;
	text-decoration:none;
	}

#nav_box ul a:hover {
	color: #2B2914;
	text-decoration:underline;
	}

#nav_box ul a:visited {	
	color:#837F47;
	text-decoration:none;
	}
	
#bottom_nav {
	width: 150px;
	margin-bottom: 20px;
	border-top: 1px dashed white;
	padding: 12px;
	font-size: 12px;
	}	
	
#bottom_nav p {
	font-size: 10px;
	color:#29291F;
	}

#bottom_nav p a:link {
	font-size: 10px;
	color:#29291F;
	text-decoration:underline;
	}

#bottom_nav p a:hover {
	font-size: 10px;
	color:#29291F;
	text-decoration: underline;
	}
	
#bottom_nav p a:visited {
	font-size: 10px;
	color:#837F47;
	text-decoration:underline;
	}



/*-------------------------------------------------------------------------------END Left bar elements */


/*-------------------------------------------------------------------------------HOMEPAGE CONTENT */


#whatsnew {
	border: solid 1px #660000;
	}
	
	.whatsnew {
	padding: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.whatsnew p {
	color:#333333;
	font-size:11px;
	}
		/*-------------------------------------- added by JC 2/23/06*/
	.whatsnew ul {
	color:#333333;
	font-size:11px;
	}
		/*-------------------------------------- added by JC 2/23/06*/
	.whatsnew li {
	color:#333333;
	font-size:11px;
	}
		/*-------------------------------------- added by JC 2/23/06*/
	.whatsnew ul li {
	color:#333333;
	font-size:11px;
	}
	
	.whatsnew h1{
	color:#333333;
	font-size:13px;
	font-weight: bold;
	}

	
	.whatsnew img {
	float: right;
	padding-left: 8px;
	}
		
#in_news {
	border: solid 1px #837F47;
	}
	
	.in_news {
	padding: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.in_news p {
	color:#333333;
	font-size:12px;
	font-weight: plain;
	list-style: none;
	line-height: 1.4em;
	padding-top: 8px;
	}

	
	.in_news p a:link {
	color:#333333;
	text-decoration:underline;
	}
	
	.in_news p a:hover {
	color:#333333;
	text-decoration: underline;
	}
	
	.in_news p a:visited {
	color:#837F47;
	text-decoration:underline;
	}
	
	
	

#nominees {
	border: solid 1px #000066;
	}
	
	.nominee_content {
	margin-top: 8px;
	}
	
	.nominee_text {
	color:#333333;
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
	.nominee_text a:link{
	color:#333333;
	font-size: 11px;
	text-decoration: underline;
	}
	
	.nominee_text a:hover{
	color:#333333;
	font-size: 11px;
	text-decoration: underline;
	}
	
	.nominee_text a:visited{
	color:#837F47;
	font-size: 11px;
	text-decoration: underline;
	}
	
	.nominee_photo {
	padding-left: 8px;
	padding-bottom: 8px;
	}
	

	
	
#issues {
	border: solid 1px #CC9900;
	}
	
	.issues {
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.issues p {
	color:#333333;
	font-size:12px;
	font-weight: plain;
	line-height: 1.4em;
	padding-top: 8px;
	}

	.issues p a:link {
	color:#333333;
	text-decoration:underline;
	}
	
	.issues p a:hover {
	color:#333333;
	text-decoration: underline;
	}
	
	.issues p a:visited {
	color:#837F47;
	text-decoration:underline;
	}
	
	

	.morelink {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding: 8px;
	line-height: 2em;
	}
	
	.morelink a:link {
	color: #333333;
	text-decoration: underline;
	}
	
	.morelink a:hover {
	color: #660000;
	text-decoration: underline;
	}
	
	.morelink a:visited {
	color:#837F47;
	text-decoration:underline;
	}
	
	.morelink img {
	padding-top: 1px;
	margin-right: 6px;
	}

/*-------------------------------------------------------------------------------END HOMEPAGE CONTENT */



 
 /*------------------------------------------------------------------------ Footer*/
#footer
	 { 
	 background-color: transparent; 
	 padding: 8px 0px 0px 170px; 
	 clear: both; 
	 border-top: 6px solid #000066;
	 text-align: center;
	  }
	 

#footer p
	{
	color: #333;
	font-size: 0.7em;
	line-height: 0.9em;
	padding: 0 0 8px;
	}
#footer p a
	{
	color: #555;
	}
#footer p a:hover
	{
	color: #BA6108;
	text-decoration: underline;
	}
#footer p.small
	{
	font-size: 0.6em;
	line-height: 0.9em;
	padding: 0 0 4px;
	}
#footer p.gr
	{
	color: #7F7F7F;
	}

/*------------------------------------------------------------------------ NEWSROOM*/

.box_titles {
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: bold;
	padding: 0;
   
	}

.box_titles p{
	color: #fff !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
      
 }
 
 .box_list {
	padding: 4px 8px 8px 8px;
 }
 
 .box_list ul {
 list-style:disc;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 12px;
 margin: 0px;
 padding:1.4em;
 text-indent: -.20em;
 }
 
 .box_list li a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 12px;
 text-decoration: underline;

 }
 
  .box_list li a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 12px;
 text-decoration: underline;

 }
 
   .box_list li a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #837F47;
 font-size: 12px;
 text-decoration: underline;

 }
 
 .box_list li {
 padding-top: 5px;
 }
 

.media_name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: 000;
	font-size: 12px;
	font-weight: bold;
	}

/*added by jc 081406 controls filter critera look*/
.filterLabel
{
margin: 0px;
	padding: 0px;

	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	}



#ContentWithSidebar
{padding: 0 210 0 0;}

#RISidebar
{
padding: 0 0 0 0;
width: 175;
position: absolute;
right: 25;
top: 180;}

#RISidebar div.featureList.black
	{
	  display: block;
	  margin: 0px;
	  padding: 0px;
	  color: white;
	  background-color: #600;
           
	  font-weight: bold;
	  height: 36px;
	}


#RISidebar div.featureList.black div.infocontainer
	{
    position:relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 36px;
 background-image: url('http://www.judgingtheenvironment.org/assets/icons/JTE_RI_Header.jpg');
 background-repeat: no-repeat;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    }

#RISidebar div.featureList.black div.infocontainer div
	{
    position:absolute;
    top: 0px;
    left: 2px;
    width: 42;
    height: 24;
    overflow: visible;
    background-color: transparent;
    }

#RISidebar div.featureList.black div.infocontainer span
	{
	  padding-left: 42px;
	  line-height: 24px;
	  vertical-align: bottom;
	}

#RISidebar div.featureList.black div.gradient
	{
	  border-left: 2px solid #600;
	  border-right: 2px solid #600;
	  border-top: 0px solid #600;
	  border-bottom: 2px solid #600;
	  padding-left: 0px;
	  padding-right: 0px;
	  padding-top: 10px;
	  padding-bottom: 0px;
	  margin: 0px;

	  background-color: #FFF;
	  
	}

#RISidebar div.featureList.black div.gradient div.rightNavSection
	{
	  background-color: transparent;
	  color: #000;
	  margin: 0px;
	  padding: 0em 0em 0em .5em;
	  border-style: none;
	  float: none;
	  display: block;
	  background-image: none;
	  font-size: 0.9em;
/*-- border: 1px solid red;--*/
	}
#RISidebar div.featureList.black div.gradient div.rightNavSection div.rightNavItem
{
   font-size: 1em; 
  padding-left: 10px;
   /*-- border: 1px solid yellow; --*/
}

/* removed 3/6/06 - PH
#RISidebar div.featureList.black div.gradient div.rightNavSection div.rightNavItem a
{
    font-size: 0.8em
}
*/

/* Start: added 3/6/06 */
div#RISidebar div.featureList.black div.gradient div.rightNavSection div.rightNavItem
{
  margin-left: 7px;
  margin-right: 10px;
  margin-bottom: 3px;
  font-size: 10px;
}

div#RISidebar div.featureList.black div.gradient div.rightNavSection div.rightNavItem.suppressableHeader
{
  color: #660000;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding-left: 14px;
  text-transform: uppercase;
   background-image: url('http://www.judgingtheenvironment.org/assets/icons/red_arrow_small.jpg ');
  background-position: 0px 2px;
  background-repeat: no-repeat;
}

div#RISidebar div.featureList.black div.gradient div.rightNavSection div.rightNavItem.suppressable
{
 
}



#RISidebar div.featureList.black div.gradient ul,
#RISidebar div.featureList.black div.gradient li
	{
	  background-color: transparent;
	  color: #000;
	  margin: 0px;
	  padding: 0em 0em 0em .5em;
	  border-style: none;
	  float: none;
	  display: block;
	  background-image: none;
	  font-size: 0.9em;
	}
#RISidebar div.featureList.black div.gradient li div.odd,
#RISidebar div.featureList.black div.gradient li div.even
	{
	  background-color: transparent;
	  padding: 0em 0em 0em 1em;
	}
#RISidebar div.featureList.black div.gradient li div.templateComponent,
#RISidebar div.featureList.black div.gradient li div.templateComponent a,
#RISidebar div.featureList.black div.gradient li div.templateComponent p,
#RISidebar div.featureList.black div.gradient li div.templateComponent span
	{
	  font-size: 1em;
	}

#RISidebar div.featureList.black div.gradient > ul
	{
	margin-top: -15px;
	}

#noindent-test 	{
	font-size: 3em;
	}

.paginator 
{
font-family: Verdana, Arial, Tahoma;

margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 0.8em;
	border-top:  1px dashed;
	border-bottom:  1px dashed;
border-color: #660000

	}
.paginator td b
	{
	color: #660000;
	}

.paginator p
	{
	margin: 0px;
	padding: 0px;
	
	}

	
	.paginator a	
	{
	text-decoration : underline;
	color: #4B4B4B;
	background: transparent;
	}
.paginatorr a:visited
	{
	text-decoration : underline;
	color: #4B4B4B;
	background: transparent;
	}
.paginator a:active
	{
	text-decoration : underline;
	color: #4B4B4B;
	background: transparent;
	}
.paginator a:hover
	{
	text-decoration : underline;
	color: #BA6108;
	background: transparent;
	}
	
	
p { font-family:Verdana; } #contentDiv { margin:16px; }
