/*  File: rtn_styles.css
    Author: Bryan Paepke  
    Revised: January 10, 2008  */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
	padding:0px;
	margin:0px auto 10px auto;
	width:760px;
}

h1 {
	font-size:12px;
	color:#000;
}

h2 {
	font-size:11px;
	color:#666;
}

/*  Wrapper - holds all elements  */

#wrapper {
	background:#fff url(../images/rtn_background_page.gif) repeat-y top left;
	text-align:left;
	width:760px;
}

/*  Header - holds logo, top nav, and horizontal tabbed nav  */

#header {
	background-color:#fff;
	border:1px solid #ccc;
	border-top:0px;
}

#header_left {
	background-color:#fff;
	padding:22px 0px 17px 18px;
	float:left;
	text-align:left;
	width:160px;
}

#header_right {
	font-size:11px;
	text-align:right;
	padding:28px 18px 0px 0px;
	float:right;
	width:530px;
}

#header_right ul {
	padding:0px;
	margin:0px;
}

#header_right li {
	display:inline;
	padding:0px;
	margin:0px;
	margin-left:4px;
}

#header_right form {
	display:inline;
	padding:0px;
	margin:0px;
}

#header_right .searchText {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:1px solid #666;
	padding-left:2px;
	margin-left:1px;
}

#header_right .searchButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fff;
	border:0px;
	color:#666;
	text-align:left;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:42px;
}

#header_bottom {
	border-top:1px solid #ccc;
	background:#fff url(../images/rtn_background_nav.gif) repeat-x top left;
	clear:both;
	height:26px;
}

/*#header_bottom ul {
	padding:0px;
	margin:0px;
	overflow:hidden;
	height:26px;
}

#header_bottom li {
	list-style:none;
	display:inline;
	float:left;
}*/

/*  Breadcrumb */

#breadcrumb {
	background-color:#fff;
	border:1px solid #ccc;
	border-top:0px;
	font-size:11px;
	padding:3px 7px 3px 7px;
}

/*  Content Left - holds left nav and left contribution region  */

#content_left {
	font-size:11px;
	padding:7px 0px 7px 0px;
	margin-right:3px;
	float:left;
	width:160px;
}

#content_left h1,
#content_left h2 {
	font-size:11px;
	margin:10px 0px 10px 8px;
}

#content_left p {
	margin:0px 5px 5px 8px;
}

#content_left ul {
	padding:0px;
	margin:0px 5px 20px 8px;	
}

#content_left li {
	list-style:none;
	margin:0px 0px 6px 0px;
}

#content_left table {
	font-size:11px;
	border:0px;
	margin:0px 5px 0px 8px;
}

/*  Content Right - holds main content  */

#content_right {
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	width:593px;
}

.news_body{
	width:593px;
}

#content_right h1,
#content_right h2 {
	margin:10px 0px 10px 12px;
}

#content_right h1 {
	font-size:16px;
}

#content_right h2 {
	font-size:12px;
}

#content_right p {
	padding:0px;
	margin:10px 10px 10px 12px;
}

#content_right table {
	font-size:12px;
	border:0px;
	margin:0px 12px 0px 12px;
}

#content_right .bannerimg {
	background-color:#ce1126;
	padding:0px;
	margin:0px 0px 3px 0px;
}

#content_right_wrapper {
	border-top:1px solid #ccc;
	clear:both;
}

/*#content_right_full {
	background:#fff url(../images/rtn_background_slash.gif) repeat-x top left;
}*/

#content_right_float {
	font-size:11px;
	margin:3px 0px 5px 10px;
	float:right;
	width:280px;
}

#content_right_float h1 {
	background:#e0e0e0 url(../images/rtn_background_h1.gif) repeat-x top left;
	font-size:11px;
	color:#000;
	margin:0px;
	padding:5px 12px 6px 12px;
}

#content_right_float h2 {
	font-size:11px;
}

#content_right_float table {
	font-size:11px;
	border:0px;
	margin:0px 12px 0px 12px;
}

/*  Banner - holds title and graphic or full-width img/swf  */

#banner {
	background-color:#ce1126;
	font-size:16px;
	color:#fff;
	margin-bottom:3px;
}

#banner p {
	font-weight:bold;
	padding:0px;
	margin:0px 13px 0px 13px;
}

#banner_right {
	border-left:3px solid #fff;
	float:right;
}


/*  News - holds img with news items  */

#news {
	background:#fff url(../images/rtn_background_slash.gif) repeat-x top left;
	padding-left:13px;
	margin-bottom:3px;
	height:188px;
}

#news h1 {
	padding:8px 0px 9px 0px;
	margin:0px 0px 13px 0px;
}

#news_left {
	float:left;
}

#news_right {
	margin-left:14px;
	float:right;
	width:361px;
}

#news_right p {
	font-size:11px;
	padding:0px;
	margin:0px 13px 10px 0px;
}

/*  Primary Specific Styles */

#content_right h3 {
	font-size:11px;
	color:#ce1126;
	margin:10px 10px 5px 12px;
	text-transform:uppercase;
}

#featured {
	border-top:5px solid #ccc;
	border-bottom:5px solid #ccc;
	margin:0px 9px 20px 12px;
	font-size:11px;
}

#featured table {
	margin-left:0px;
}

.primary_tile {
	background:#fff url(../images/rtn_background_primary.gif) no-repeat top left;
	width:280px;
	float:left;
	margin:0px 0px 0px 0px;
	font-size:11px;
}

.primary_tile img {
	margin:2px 0px 5px 5px;
}

.primary_tile h1 {
	color:#ce1126;
	margin-top:8px !important;
	margin-bottom:13px !important;
}

/*  Archive Page */

.archive td {
	padding:8px 0px 0px 0px;
}

/*  Bottom of page elements */

.historical {
	font-size:11px;
	font-style:italic;
}

.page_top {
	clear:both;
}

/*  Sub Content - holds left and right main content for sub page  */

#wd_printable_content {
	border-top:1px solid #ccc;
}

#sub_left {
	/*background:#fff url(../images/rtn_background_tertiary.gif) repeat-x top left;*/
	float:left;
	width:392px;
	/*margin-top:3px;*/
}

#sub_left h1 {
	margin-top:8px !important;
	margin-bottom:17px;
}

#sub_left li {
	margin:0px 0px 6px 0px;
}

#sub_right {
	background:#fff url(../images/rtn_background_gradient.gif) repeat-x top left;
	font-size:11px;
	margin-top: 3px;
	float:right;
	width:198px;
}

#sub_right h1,
#sub_right h2 {
	font-size:11px;
}

#sub_right table {
	font-size:11px;
}

/*  Homepage Styles  */

#home_banner {
	border:1px solid #ccc;
	border-top:0px;
}

#ticker {
	border:1px solid #ccc;
	border-top:0px;
	height:23px;
}

#tiles {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:8px 8px 0px 8px;
	overflow:hidden;
	_height:1%;
}

.tiles_technology {
	width:240px;
	margin:0px 9px 9px 0px;
	float:left;
}

.tiles_features {
	width:242px;
	margin-bottom:9px;
	font-weight:bold;
	float:left;
}

.tiles_features p {
	border-bottom:1px solid #ccc;
	margin:0px 16px 9px 16px;
	padding:0px;
	height:51px;
}

.tiles_features_img {
	margin:0px 11px 9px 0px;
}

.tiles_news {
	background:#fff url(../images/rtn_tiles_news_bg.gif) repeat-x top left;
	margin-bottom:9px;
	width:241px;
	float:right;
}

.tiles_news p {
	padding:0px 21px 9px 21px;
	margin:0px;
}

.tiles_hdr {
	margin-bottom:9px;
}

.tiles a {text-decoration:none;color:#7C96A1;}
.tiles a:hover {text-decoration:underline;color:#000;}

#home_footer {
	font-size:11px;
	border:1px solid #ccc;
	border-top:6px solid #E1DFDF;
	padding:20px;
}

#home_footer p {
	margin:0px 0px 3px 0px;
}

#home_footer a {
	color:#ce1126;
	text-decoration:none;
}

#home_footer a:hover {
	text-decoration:underline;
}

/*  Footer - holds contact and copyright  */

#footer {
	background-color:#fff;
	border-top:1px solid #ccc;
	line-height:15px;
	width:760px;
	clear:both;
}

#footer_left {
	background:#fff url(../images/rtn_background_contact.gif) no-repeat top left;
	font-size:11px;
	padding:37px 0px 0px 8px;
	float:left;
	width:330px;	
}

#footer_left p,
#footer_right p {
	padding:0px;
	margin:0px 0px 10px 0px;
}

#footer_right {
	font-size:11px;
	text-align:right;
	padding-top:10px;
	float:right;
	width:400px;
}

/* Homepage-specific styles */

.features_img {
	margin:0px 11px 9px 0px;
	border:1px solid #000;
}

#tiles a {color:#73909E;text-decoration:none;}
#tiles a:hover {color:#000;text-decoration:underline;}

/*  All link styles  */

a {text-decoration:underline;color:#666;}
a:hover {color:#333;}

#header a:hover {color:#666;}

#header a,
#breadcrumb a,
#content_left a {text-decoration:none;}

#content_right a {color:#73909E;}
#content_right a:hover {color:#000;}
#content_right .action {
	background:#fff url(../images/rtn_background_action.gif) no-repeat center right;
	padding-right:15px;
}

#content_left .level1 a:hover,
#content_left .level1-focus a,
#content_left .level2 a:hover,
#content_left .level2-focus a,
#content_left .level3 a:hover,
#content_left .level3-focus a,
#content_left .level4 a:hover,
#content_left .level4-focus a {color:#ce1126;}

#content_left .level2,
#content_left .level2-focus {margin-left:10px;}

#content_left .level3,
#content_left .level3-focus {margin-left:20px;}

#content_left .level4,
#content_left .level4-focus {margin-left:30px;}	

.primary_tile h1 a {text-decoration:none;color:#ce1126 !important;}

#content_right h3 a {text-decoration:none;color:#ce1126 !important;}

/* Drop Down CSS */

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin:1px 0px 0px 0px;
	padding:0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
	border-top:0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

ul.MenuBarHorizontal li ul li a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	padding: 4px 5px 4px 5px;
	color: #666;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #fefefe;
	color: #ce1126 !important;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #fefefe;
	color: #ce1126 !important;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#dd_ourcompany {
	margin-left:12px;
	width:130px;
}

#dd_ourcompany li {
	width:130px;
}

#dd_businesses {
	margin-left:11px;
	width:255px;
}

#dd_businesses li {
	width:255px;
}

#dd_capabilities {
	margin-left:9px;
	width:165px;
}

#dd_capabilities li {
	width:165px;
}

#dd_stewardship {
	margin-left:9px;
	width:130px;
}

#dd_stewardship li {
	width:130px;
}

#dd_diversity {
	margin-left:9px;
	width:160px;
}

#dd_diversity li {
	width:160px;
}

#dd_newsroom {
	margin-left:9px;
	width:145px;
}

#dd_newsroom li {
	width:145px;
}