  /************************************************/
 /* BODY & DEFAULTS                              */
/************************************************/
body
{
	background: #000000 center no-repeat fixed;
	color: #000000;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	font-size: 9pt;
	text-align: center;
	padding: 0px;
	margin: auto;
}

a
{
	color: #3798e7;
	text-decoration: none;
}
a:active, a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #000000;
}
a:hover
{
	color: #606060;
}

div
{
	font-size: 9pt;
}

hr
{
	width: 100%;
	border: 1px solid #000000;
	color: #000000;
}

img
{
	border: none;
}

form
{
	display: inline;
}

table
{
	font-size: 9pt;
}

span
{
	font-size: 9pt;
}

td
{
	font-size: 9pt;
	vertical-align: top;
}

input
{
	background-color: none;
}
input[type="radio"]
{
	background-color: none;
}
input[type="checkbox"]
{
	background-color: none;
}
input[type="text"]
{
	background-color: #ffffff;
}
input[type="button"]
{
	border: 1px #000000 solid;
	color: #000000;
	font-weight: bold;
}
input[type="submit"]
{
	border: 1px #000000 solid;
	color: #000000;
	font-weight: bold;
}

textarea
{
	background-color: #ffffff;
}

select
{
	background-color: #ffffff;
}

div.container
{
	width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
}

   /************************************************/
  /* COMMON ATTRIBUTES                            */
 /* attributes that are used in multiple places  */
/************************************************/
.top
{
	vertical-align: top;
}

.middle
{
	vertical-align: middle;
}

.bottom
{
	vertical-align: bottom;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

a.underline
{
	text-decoration: underline;
}

div.clear
{
	clear: both;
}

table.center
{
	margin: 0 auto 0 auto;
}

input.text_default
{
	color: #999999;
}

input.text_focus
{
	color: #000000;
}

div.facebook_like
{
	padding-bottom: 10px;
}

   /************************************************/
  /* PAGE HEADER                                  */
 /* page header, global & section navlinls       */
/************************************************/
a.top_section_navlinks
{
	white-space: nowrap;
	color: #ffffff;
	text-decoration: underline;
}
a.top_section_navlinks:active, a.top_section_navlinks:hover
{
	color: #cccccc;
}

a.top_section_global_navlinks
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.top_section_global_navlinks:active, a.top_section_global_navlinks:hover
{
	color: #cccccc;
}

div.top_banner_container
{
}

div.page_header
{
	background-color: #cce2f5;
}

div.top_banner
{
	border-left: 6px #cce2f5 solid;
	border-right: 6px #cce2f5 solid;
	background-color: #000000;
}

div.shifted_up
{
	position: absolute;
	left: 0px;
	top: 78px;
}

div.header
{
	border-bottom: 6px #cce2f5 solid;
	border-left: 6px #cce2f5 solid;
	border-right: 6px #cce2f5 solid;
}

div.navlinks
{
}

div.main_navlinks
{
	width: 988px;
	height: 23px;
	/*background: url('/images/tabs-section-bg-top.gif') no-repeat;*/
}

div.main_navlinks_brand_tabs
{
	float: left;
}

div.main_navlinks_right_tabs
{
	float: right;
}

div.top_search_box
{
	background: url('/images/search_box.png') no-repeat;
	width: 175px;
	height: 19px;
	position: absolute;
	top: -72px;
	right: 6px;
}

div.top_search_glass
{
	position: absolute;
	top: -71px;
	right: 6px;
}

input.top_search_box
{
	position: absolute;
	top: 1px;
	left: 22px;
	border: none;
	font-size: 8pt;
	width: 135px;
	height: 14px;
	background-color: #ffffff;
	color: #000000;
	padding-bottom: 0px;
}

div.top_rc10_logo
{
	position: absolute;
	top: -51px;
	right: 8px;
}

div.section_navlink_container
{
	background: url('/images/tabs-section-bg-middle.gif');
	width: 988px;
}

div.section_navlinks
{
	width: 460px;
	text-align: left;
	color: #ffffff;
	padding: 1px 0px 0px 10px;
	float: left;
}

div.global_navlinks
{
	width: 440px;
	text-align: right;
	color: #ffffff;
	padding: 0px 10px 0px 0px;
	float: right;
}

div.navlinks_bottom
{
	background: url('/images/tabs-section-bg-bottom.gif') no-repeat;
	min-width: 988px;
	height: 8px;
	top: 0px;
	right: 0px;
}

div.hover_navlink
{
	display: inline;
	text-align: left;
	position: absolute;
	top: 2px;
	display: none;
}

   /************************************************/
  /* MAIN CONTENT                                 */
 /* the main body of content on the page         */
/************************************************/
div.main_content
{
	color: #ffffff;
	top: -23px;
}

.page_content
{
	background-color: #ffffff;
}

.text_content_section
{
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	padding: 6px;
	z-index: 1;
}

span.page_title
{
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

span.page_sub_title
{
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
span.page_sub_title a
{
	text-decoration: underline;
}
span.page_sub_title a:hover, a:active
{
	color: #c0c0c0;
}

td.parts
{
	text-align: center;
	vertical-align: top;
	background-color: #dddddd;
}

   /************************************************/
  /* FOOTER                                       */
 /* the footer box at the bottom of each page    */
/************************************************/
a.footer
{
	color: #ffffff;
	text-decoration: underline;
}
a.footer:active, a.footer:hover
{
	color: #4b4b4b;
}

div.footer
{
	color: #000000;
	background-color: #000000;
	font-size: 8pt;
}

div.footer_social_networking, div.footer_disclaimer
{
	position: relative;
	background-color: #4b4b4b;
	color: #ffffff;
	padding: 4px;
	text-align: center;
}

div.footer_disclaimer
{
	position: relative;
	height: 46px;
}

a.footer_social_networking
{
	color: #ffffff;
	text-decoration: none;
}
a.footer_social_networking:active, a.footer_social_networking:hover
{
	color: #cce2f5;
	text-decoration: underline;
}

div.footer_banner
{
	position: relative;
	text-align: left;
	width: 1000px;
	height: 150px;
}

div.footer_site_map
{
	position: absolute;
	color: #ffffff;
	top: 10px;
	left: 10px;
}

span.footer_links
{
	background-color: #000000;
}

div.footer_contact
{
	position: absolute;
	color: #ffffff;
	top: 50px;
	left: 50px;
}

div.page_load_stats
{
	text-align: center;
	color: #ffff00;
	font-size: 8pt;
}

   /************************************************/
  /* PAGE LINKS                                   */
 /* links for a particular section on the site   */
/************************************************/
td.page_links
{
	border-right: 4px #000000 solid;
	width: 242px;
	background-color: #cce2f5;
	padding: 4px;
	text-align: center;
}

div.page_links_container
{
}

div.page_links_container a
{
	color: #000000;
	text-decoration: underline;
}
div.page_links_container a:active, div.page_links_container a:hover
{
	color: #ffffff;
}

div.side_banners
{
	text-align: center;
}

div.page_links_content
{
	width: 234px;
	color: #000000;
	background-color: #93c2e9;
	padding: 4px;
	text-align: left;
}

div.page_links_header
{
	height: 24px;
}

div.page_links_header_title
{
	text-align: left;
	width: 151px;
	height: 24px;
	background: url('/images/page_links_title.gif') no-repeat;
	float: left;
}

div.page_links_header_title_text
{
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	padding: 3px;
}

div.page_links_header_right
{
	text-align: left;
	width: 91px;
	height: 24px;
	float: left;
}

div.page_links_header_right_background
{
	position: absolute;
	background-color: #4b4b4b;
}

   /************************************************/
  /* BREAD CRUMB                                  */
 /* the bread crumb bar                          */
/************************************************/
a.bread_crumb
{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.bread_crumb:active, a.bread_crumb:hover
{
	color: #000000;
}

div.bread_crumb
{
	color: #333333;
	text-align: left;
	background-color: #ffffff;
	border-bottom: 4px #000000 solid;
	padding: 3px;
	position: relative;
	z-index: 2;
}

td.bread_crumb_links
{
	vertical-align: middle;
	text-align: left;
}

td.bread_crumb_tools
{
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	padding-left: 6px;
}

span.bread_crumb
{
	font-weight: bold;
}

span.bread_crumb_tools
{
	white-space: nowrap;
}

   /************************************************/
  /* POPUP BOXES                                  */
 /* popup boxes (usually in the bread crumb bar) */
/************************************************/
div.popup_box
{
	display: none;
	background-color: #ffffff;
	position: absolute;
	padding: 0;
	border: 3px #000000 solid;
}

div.popup_box_header
{
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	position: relative;
}

div.popup_box_close
{
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 8pt;
	text-align: right;
}

div.popup_box_content
{
	padding: 3px;
}

div.popup_box_content_completed
{
	display: none;
}

input.popup_box
{
	border: 1px #000000 solid;
	background-color: #d1d1d1;
	color: #000000;
}
input.popup_box[type="button"]
{
	border: 1px #d1d1d1 solid;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}
input.popup_box[type="submit"]
{
	border: 1px #d1d1d1 solid;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

input.popup_box_disabled[type="button"]
{
	display: none;
	border: 1px #d1d1d1 solid;
	background-color: #666666;
	color: #cccccc;
	font-weight: bold;
}
input.popup_box_disabled[type="submit"]
{
	display: none;
	border: 1px #d1d1d1 solid;
	background-color: #666666;
	color: #cccccc;
	font-weight: bold;
}

textarea.popup_box
{
	border: 1px #000000 solid;
	background-color: #d1d1d1;
	color: #000000;
	width: 250px;
	height: 75px;
}

   /************************************************/
  /* STANDARD TABLE CHART                         */
 /* table chart used in various places           */
/************************************************/
a.chart_more_info
{
	color: #ffffff;
	text-decoration: underline;
}
a.chart_more_info:active, a.chart_more_info:hover
{
	color: #000000;
}

table.chart
{
	margin: 0 auto 0 auto;
	border: 1px #000000 solid;
}

td.chart_header, td.chart_more_info, td.chart_row_1, td.chart_row_2
{
	padding: 3px 6px 3px 6px;
}

td.chart_header, td.chart_more_info
{
	color: #ffffff;
}

td.chart_row_1, td.chart_row_2
{
	color: #000000;
}

td.chart_header
{
	font-weight: bold;
	background-color: #000000;
}

td.chart_more_info
{
	background-color: #93c2e9;
}

td.chart_row_1
{
	background-color: #f1f1f1;
}

td.chart_row_2
{
	background-color: #d1d1d1;
}

   /************************************************/
  /* STANDARD TABLE CHART LIST                    */
 /* table list used in various places            */
/************************************************/
td.table_list
{
	border-bottom: 1px #000000 dotted;
}

   /************************************************/
  /* PAGINATION BAR                               */
 /* pagination bar used on various pages         */
/************************************************/
div.pagination_bar
{
	font-size: 8pt;
	font-weight: bold;
	color: #a7a9ac;
}

div.pagination_page_num
{
	font-size: 8pt;
	color: #3798e7;
	float: left;
	padding-right: 8px;
}

div.pagination_buttons_container
{
	position: relative;
	float: left;
}

div.pagination_pages
{
	float: left;
}

div.pagination_pages div
{
	float: left;
	margin: 0 1px 0 1px;
	font-size: 8pt;
}

div.pagination_pages div.pagination_page_link
{
	text-align: center;
	width: 15px;
	height: 15px;
	margin-top: -4px;
	padding-top: 2px;
	border: 2px #3798e7 solid;
	font-size: 9pt;
}

div.pagination_pages div.pagination_page_no_link
{
	position: relative;
	text-align: center;
	width: 19px;
	height: 15px;
	margin-top: -5px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 2px #a7a9ac solid;
	font-size: 12pt;
}

div.pagination_pages div.pagination_page_no_link div
{
	position: absolute;
	top: 14px;
	left: 0;
	text-align: center;
	width: 15px;
	height: 6px;
	margin-left: 0px;
	border-left: 2px #a7a9ac solid;
	border-right: 2px #a7a9ac solid;
}
/*div.pagination_bar
{
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 3px;
}

div.pagination_title
{
	font-size: 8pt;
	padding: 3px;
}

div.pagination_buttons_container
{
	position: relative;
}

div.pagination_pages
{
	font-size: 8pt;
	background-color: #000000;
	padding: 3px;
}

div.pagination_footer
{
	font-size: 8pt;
	padding: 3px;
}

div.pagination_bar a
{
	font-size: 8pt;
	padding: 3px;
	float: left;
	display: block;
	color: #ffffff;
	background-color: #303030;
	border: 1px #ffffff solid;
}

div.pagination_bar span
{
	font-size: 8pt;
	padding: 3px;
	float: left;
	display: block;
	color: #999999;
	background-color: #202020;
	border: 1px #999999 dotted;
}

div.pagination_bar span.pagination_text
{
	color: #ffffff;
	border: 0;
	background-color: transparent;
}

div.pagination_bar div.pagination_space
{
	width: 3px;
	height: 1px;
	padding: 0;
	float: left;
	background-color: transparent;
	border: 0;
}
*/

   /************************************************/
  /* PAGE ITEMS                                   */
 /* items listed on a page with a header/border  */
/************************************************/
div.page_section_header
{
	position: relative;
	height: 24px;
}

div.page_section_header_title
{
	background: url('/images/page_section_title.gif') repeat-x;
	height: 24px;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 9px;
	color: #ffffff;
	top: 0px;
	left: 0px;
}

div.page_section_header_image_graphics
{
	position: absolute;
}

div.page_section_header_image_graphics_background
{
	background-color: #4b4b4b;
}

div.page_section
{
	background-color: #ffffff;
	color: #000000;
	border: 1px #000000 solid;
	padding: 3px;
	position: relative;
}

span.page_section_title
{
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
span.page_section_title a
{
	text-decoration: underline;
}
span.page_section_title a:hover, a:active
{
	color: #c0c0c0;
}

   /************************************************/
  /* PHOTOS                                       */
 /* photos to suplement page content             */
/************************************************/
td.photos
{
	vertical-align: top;
	background-color: #dddddd;
}

td.photos a
{
	display: block;
	color: #000000;
	text-decoration: none;
}

td.photos a.standout
{
	display: inline;
	color: #0065fd;
	text-decoration: underline;
}
td.photos a.standout:active, a.standout:hover
{
	color: #000000;
}

td.photos a.title
{
	display: inline;
	color: #0065fd;
	font-size: 11pt;
	text-decoration: none;
}
td.photos a.title:active, a.title:hover
{
	color: #000000;
}

td.photos div
{
	padding-top: 3px;
	width: 150px;
}

   /************************************************/
  /* SOCIAL NETWORKING SIDEBAR                    */
 /* bar on the side of the page with SN links    */
/************************************************/
div.social_networking_sidebar
{
	display: none;
	background: url('/images/sn_sidebar_bg.png') no-repeat;
	position: fixed;
	top: 200px;
	left: 0px;
	width: 32px;
	height: 172px;
}
