/* LAYOUT: Defines colors and fonts for main layout pieces. 
==================================================================================== */

body
{
	background: #E6DDB9 url('/images/bgs/body_bg.png') top repeat-x;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	line-height: 140%;
	font-size: small;
}

#container
{
	
}

#header
{
	background: url('/images/bgs/head_bg.jpg') top left no-repeat;
	border: 1px solid #3A475F;
	border-top: none;
}

#main_body
{
	background: url('/images/bgs/container_bg.png') top left repeat-y;
	border: 1px solid #3A475F;
	border-width: 0 1px;
}

.wide_content, .no_right_sidebar
{
	background: url('/images/bgs/wide_container_bg.png') top left repeat-y !important;
}

/* NEWS IN LEFTNAV:  
==================================================================================== */
#news_leftbar h2
{
	border-top: 1px solid #B8C0D4;
}

/* MAIN NAV:  
==================================================================================== */
#left_column_nav
{
	background: url('/images/bgs/nav_bg.png') left repeat-y;
	border: 1px solid #fff;
	border-width: 10px 1px 10px 0;
}

#left_column_nav a
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A9B4CA;
	color: #000;
}

#left_column_nav a:hover
{
	background: #F7F7F7;
}

#left_column_nav ul ul
{
	border-left: 6px solid #6E91B1;
	background: url('/images/bgs/subnav_bg.png') left repeat-y;
}

.nav_cap
{
	background: transparent;
}

#left_column_nav a.first_nav_link
{
	border-top: none;
}

#left_column_nav a.last_nav_link
{
	border-bottom: none;
}

#left_column_nav a.current
{
	background: url('/images/bgs/left_nav_arrow.png') left no-repeat;
}

#left_column_nav ul ul a.current
{
	background: #FFFCC2;
}

/* SEARCH:  
==================================================================================== */
#search_form form
{
	border-bottom: 1px solid #B8C0D4;
}


/* INPAGE CONTENT AREA NAV:  
==================================================================================== */
.context_nav_container
{
	margin-top: 10px;
}

.context_nav_container p
{
	margin: 5px 0 0 0 !important;
}

.context_nav_container p span.small a
{
	font-size: .9em;
	text-decoration: none;
}

#report_context_nav
{
	background: #263957 url('/images/bgs/inpage_nav_bg.png') top repeat-x;
	font-size: .85em;
	border-bottom: 5px solid #263957;
    margin: 0; padding: 0;
}

div#report_context_nav_above
{
	background: #6E91B1;
    border: 1px solid #DEE3E9;
    margin: 0; padding-left: 4px;
    font-variant: small-caps;
    color: #F7F1DF;
    letter-spacing: 1px;
}

#report_context_nav ul
{
	clear: both;
	border-right: 1px solid #ADB8CA;
	border-bottom: 1px solid #263957;
}

#report_context_nav ul li a:link, #report_context_nav ul li a:visited
{
	text-decoration: none;
	color: #263957;
	border-left: 1px solid #ADB8CA;
	border-right: 1px solid #fff;
}

#report_context_nav ul li.current li a:link, #report_context_nav ul li.current li a:visited
{
	background: #263957;
	color: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #263957;
}

#report_context_nav ul li.current li a:hover
{
	background: #3F5883;
}

#report_context_nav ul li a:link.current, #report_context_nav ul li a:visited.current
{
	background: #263957;
	color: #fff;
}

#report_context_nav ul ul
{
	border: none;
}

#report_context_nav ul li.active_tab a
{
	background-color: #F7F1DF;
	color: #000;
}

#report_context_nav ul ul li a:link, #report_context_nav ul ul li a:visited
{
	color: #000;
	border-right: 1px solid #CBC089;
	border-left: 1px solid #CBC089;
	border-bottom: 1px solid #CBC089;
	border-top: 1px solid #fff;
}

#report_context_nav ul ul li a.current
{
	color: #fff !important;
	background: #263957 !important;
}

#report_context_nav ul li a:hover, #report_context_nav ul ul li a:hover
{
	background-color: #ffc;
	color: #000;
}

div.context_nav_container p a
{
    text-decoration: none;
}
div.context_nav_container p a:hover
{
    text-decoration: underline;
}

div.context_nav_container p 
{
    font-variant: normal;
    font-size: 0.9em;
}
div.context_nav_container p span.float_right
{
    font-variant: normal;
}


/* POLICY STATEMENT STYLES:  
==================================================================================== */
#main_column .policy_statement_children a:link
{
	color: #007;
	text-decoration: none;
}

#main_column .policy_statement_children a:visited
{
	color: #44a;
	text-decoration: none;
}

#main_column .policy_statement_children a:hover
{
	text-decoration: underline;
}

#main_column .policy_statement_children h3, #main_column .policy_statement_children h4
{
	border-bottom: 1px solid #B8C0D3;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
}

#main_column .policy_statement_children h3
{
	border-bottom: 1px solid #B8C0D3;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
}

/* RIGHT SIDE COLUMN:  
==================================================================================== */
#right_column dl
{
	font-size: .85em;
	line-height: 135%;
	background: #E3E7F4;
}

#right_column dt
{
	font-weight: bold;
	border-top: 1px solid #fff;
}

#right_column dd
{
	border-bottom: 1px solid #B0BDCF;
}

#right_column dl a
{
	color: #227;
}

#right_column dl a:visited
{
	color: #448;
}

#right_column dl a:hover
{
	color: #000;
}

.right_column_message, #rpc_at_work
{
	font-size: .8em;
	background: #E3E7F4;
}

#rpc_at_work h2
{
	font-family: 'Lucida Grande', 'Arial', san-serif;
}

#rpc_at_work p
{
	font-family: 'Lucida Grande', 'Arial', san-serif;
	border-top: 1px solid #B8C0D4;
}


/* FOOTER:  
==================================================================================== */
#footer
{
	background: url('/images/bgs/footer_bg.png') left repeat-y;
	color: #CCCCFF;
	border: 1px solid #3A475F;
	border-width: 0 1px;
}

#footer a
{
	color: #CCCCFF;
	border-left: 1px solid #587092;
	border-right: 1px solid #39485E;
}

#footer a:hover
{
	color: #fff;
	background: transparent;
}

.content_footer_divider
{
	border-left: 300px solid #fff;
}

/* CONTENT AREA HTML ELEMENTS 
==================================================================================== */
h1, h2, h3, h4
{
	font-family: Times, "Times New Roman", Georgia, serif;
	color: #336;
	font-weight: normal;
	line-height: 110%;
}

h1
{
	font-size: 2em;
	border-bottom: 1px solid #CDD3DC;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.3em;
}

h4
{
	font-size: 1.1em;
}


sup, sup
{
	font-size: .9em;
}

/* LINK COLORS: 
==================================================================================== */
a
{
	color: #129;
}

a:visited
{
	color: #42a;
}

a:hover
{
	color: #542;
	background: transparent;
	text-decoration: none;
}

a:active
{
	color: #600;
}
 

/* SPECIAL OFT-REPEATED CLASSES:  
==================================================================================== */
.clear
{
	clear: both;
}

.align_right
{
	text-align: right;
}

.align_left
{
	text-align: left;
}

.align_center
{
	text-align: center;
}

.block
{
	display: block;
}

.no_display
{
	display: none !important;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

.auto_width
{
	width: auto;
}

blockquote.float_right
{
	margin: 0 0 1em 1em;
	line-height: 135%;
}

.text_input
{
	color: #575F65;
	border: 1px solid #96A1AA;
}

.outdent
{
	text-indent: -1em;
	margin-left: 2em !important;
}

.noborder
{
	border: none !important;
}

.bold
{
	font-weight: bold;
}

.small
{
	font-size: .9em;
}

ol.upper_alpha
{
	list-style: upper-alpha;
}

.footnotes
{
	border-top: 1px dotted #B8C0D4;
	font-size: .85em;
	line-height: 140%;
}

.inpage_block
{
	font-size: .95em;
	padding: .3em 1em 1em 1em;
	background: #F8F9FA;
	margin: 1em auto;
	width: 75%;
}

.inpage_block h2, .inpage_block p
{
	margin: .3em 0 !important;
}

.description_block
{
	font-size: .95em;
	padding: .3em 1em;
	background: #F8F9FA;
	margin: .3em 1em;
	float: left;
}

.description_block p
{
	margin: .3em 0;
}

.breadcrumb
{
	color: #558;
	margin: 1em 0;
	font-size: .9em;
}

.breadcrumb a
{
	color: #558 !important;
}

#item_list p
{
	margin: .5em 2em 1em 2em;
	font-size: .85em;
}

#item_list p.link_line
{
	border-top: 1px solid #ddd;
	padding: 0.3em 0 0.3em 0.3em;
	margin: .5em 0 0 0;
	font-size: 1em;
}

.link_subtitle
{
    font-size: 0.95em;
    font-style: italic;
}

#item_list span.display_type
{
    font-weight: bold;
    padding-right: 0.5em;
}

/* "STRIPED HEADER" TEXT BOXES: 
==================================================================================== */
.striped_head
{
	font-size: .8em;
	clear: both;
}

.striped_head h2
{
	font-family: 'Lucida Grande', 'Arial', san-serif;
	font-size: 1.5em;
	color: #fff;
	background: url(/images/bgs/striped_header.png) bottom left repeat-x;
	padding: 2px 20px 7px 10px;
	margin: 0 0 5px 0; 
}

.striped_head h2 a
{
	color: #fff !important;
	font-size: .7em;
	padding-left: 10px;
	vertical-align: 6%;
}

.striped_head h3
{
	font-family: 'Lucida Grande', 'Arial', san-serif;
	background: url(/images/bgs/beveled_header.png) top left repeat-x;
	height: 20px;
	padding: 0 20px 0 10px;  
	margin: 0;
}

.striped_gold h2
{
	background: url(/images/bgs/striped_header_small_gold.png) bottom left repeat-x;
}

.striped_head p
{
	margin: .7em 10px;
	line-height: 150%;
}

.striped_head ul, .striped_head ol
{
	margin: .7em 10px .7em 27px;
	line-height: 150%;
}

#main_column .striped_head ul, #main_column.striped_head ol
{
	margin-top: .3em;
}

.striped_head li
{
	margin: .6em 0;
}

.striped_head .float_right
{
	border-left: 1px solid #CDD3DC;
	margin: 0 0 10px 0;
	width: 248px;
	padding-left: 2px;
	position: relative;
	right: 2px;
}

.striped_head .float_left
{
	margin: 0 0 10px 0;
	width: 249px;
	border-right: 1px solid #CDD3DC;
	padding-right: 2px;
}

.homepage_wide .striped_head .float_left
{
	width: 370px;
}

.homepage_wide .striped_head .float_right
{
	width: 369px;
}

.homepage_wide .striped_head p
{
	font-size: 1.2em;
}

.sub_box
{
	border-left: 1px solid #CDD3DC;
	border-bottom: 1px solid #CDD3DC;
}
.sub_box h3
{
    padding-top: 2px;
}

#right_column .striped_head
{
	border: 1px solid #CDD3DC;
	border-width: 0 0 1px 1px;
	margin: 1.5em 2px 1.5em 0;
}

#right_column .striped_head h2
{
	margin-left: 2px;
}

/* "IN THE REPORT" TEXT BOX: 
==================================================================================== */
.in_report
{
	border: 1px solid #B8C0D4;
	border-top: none;
	margin: 2em 1.5em 1.5em 1.5em;
	background: #F8F9FA;
}

.in_report h2
{
	border: 3px double #B8C0D4;
	border-width: 3px 0 3px 0;
	padding: .5em .8em .4em 50px;
	margin: 0;
	background: #fff;
	font-family: Times, "Times New Roman", Georgia, serif;
	text-transform: uppercase;
	color: #336;
}


.in_report h2.smaller
{
    font-size: 1.3em;
}

.in_report h3
{
	font-family: 'Lucida Grande', 'Arial', san-serif;
	margin: .3em 2em .3em 52px;
	padding-left: 13px;
	font-size: 1em;
	background: url('/images/icons/content_arrow.png') 0px 5px no-repeat;
}

.in_report p
{
	margin: .5em 2em 1em 52px;
}

.in_report
{
    height: 100%;
}

.in_report .book_icon
{
	position: absolute;
	margin: -15px 0 0 -16px;
	z-index: 0 !important;
}

#right_column .in_report
{
	margin: 1em 2px 1.5em 0;
}

#right_column .book_icon
{
	position: absolute;
	margin: -12px 0 0 -38px;
}

#right_column .in_report h2
{
	padding-left: 30px;
}

#right_column .in_report p
{
	margin: 1em 13px;
	font-size: .9em;
	line-height: 125%;
}

div.content_shadow
{
	height: 20px;
	background: url(/images/bgs/content_shadow.png) bottom left repeat-x;
	clear: both;
}

.homepage_box
{
	background: #fbfbfb url(/images/tabs/home_bg.png) left bottom no-repeat;
	margin: 10px 0 1.3em 0;
    min-height: 355px;    
	width: 744px;
	overflow: hidden;
}

.finobs_box
{
	background: white;
	margin: 0px 0 1.3em 0;
    min-height: 120px;
    overflow: hidden;
}



.homepage_box h2, .finobs_box h2
{
	font-family: 'Lucida Grande', 'Arial', san-serif;
	font-size: 18px;
    font-weight: bold;
}



.homepage_box p.tab_explanation
{
    font-style: italic;
    font-size: 0.9em;
    height: 4em;
}
 div.item_title_and_summary
{
    margin-left: 20px;
}
.homepage_box table td 
{
    padding: 3px 22px 3px 0px;
}

div.rpc_pub_item h3
{
    font-size: 18px;
    font-style: italic;
}

div.rpc_pub_item ul
{
    margin: 0; padding: 0;
}
div.rpc_pub_item ul li
{
    margin: 0;
    padding-top: 0;
    line-height: 1em;
}



.homepage_box_rpc, .homepage_box_rpc .float_right, #finobs_pub_box_content
{
	background-color: #F8FAED;
}
#finobs_pub_box_content, #finobs_tool_box_content, #finobs_about_box_content
{
    padding-top: 8px;
}

.homepage_box_report, .homepage_box_report .float_right, #finobs_tool_box_content
{
	background-color: #EEF6FA;
}

.homepage_box_reentry, .homepage_box_reentry .float_right, #finobs_about_box_content
{
	background-color: #F6FBF3;
}

.homepage_box .float_left
{
	margin: 1em 0 1em 20px;
}

.homepage_box .float_right
{
	width: 60.5%;
	margin: 0 30px 1em 0;
}

.finobs_box .float_right
{
	width: 65%;
	margin: 5px 50px 0 0;
    font-family: "Times", "Times New Roman", serif;
    font-size: 1.3em;
    letter-spacing: 0.1px;
    line-height: 125%;
}


/* Assorted rules appended by developers (should be put into appropriate areas above): 
==================================================================================== */
.public_summary
{
  margin: 2px 4px 8px 4px;
}

.public_summary_title_link
{
  padding-left: 6px;
}

div#filter_bar
{
 background: #F8F9FA;
 border: 1px solid #bbb;
 padding: 10px;
 margin: 0;
}

div#filter_bar, div#filter_bar select, div#filter_bar input
{
 font-size: 12px;
}
div#filter_bar a#reset_link
{
  font-size: 10px;
}


/* Report TOC page only; TODO:  special-case, since don't need these elsewhere
==================================================================================== */
div#toc div.toc_child_indent
{
    margin-left: 24px;
    
}
div#toc div.toc_child_indent2
{
    margin-left: 14px;
    margin-bottom: 16px;
}
div#toc h2
{
    margin: 6px 0 4px 0;
}
div#toc h3
{
    margin: 6px 0 4px 0;
}

/* Report TOC page only; TODO:  special-case
==================================================================================== */
div.Sidebar
{
	border: 1px solid #B8C0D4;
	margin: 1em;
    padding: 1em;
	background: #F8F9FA;
}
blockquote
{
  	border: 1px solid #B8C0D4;
	margin: 1em;
    padding: 1em;
    padding-top: 0;
	background: #F8F9FA;
}

div.Sidebar h2
{
    padding: 0; margin: 0;
    border-bottom: 1px solid #B8C0D4;
}
div.Example
{
    padding: 0; margin: 0;
    border-bottom: 1px solid #B8C0D4;
}
div.Example.h2
{
    padding: 0; margin: 0;
}


p.more_info_link
{
    font-weight: bold;
    text-align: right;
}

div.ps_blurb_link
{
    font-size: 0.9em;
}

div.home_tab_more_link
{
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
}
div.home_page_ria_itr_more_link
{
    margin-top: 10px
}
div.home_tab_rpc_more_link
{
    width: 225px;
    margin: 4px 0 0 -5px;
}
p.home_page_more_link {
    font-size: 0.9em;
    text-align: right;
}

div.homepage_bottom_half h2
{
    font-weight: bold;
}
div.homepage_bottom_half p
{
    margin-bottom: 2px;
}

p.homepage_summary
{
    margin-top: 0;
    color: #666;
    padding-left: 20px;
}

div.finobs_bottom_half h2
{
    font-weight: bold;
}

div.finobs_bottom_half p,ul
{
    font-size: 12px;
}

div.list_intro_text 
{
    font-size: 0.9em;
}

div.site_map ul
{
    list-style: none;
    font-size: 14px;
    font-weight: bold;
}
div.site_map ul li
{
    list-style: none;
    line-height: 1.3em;
    padding-bottom: 10px;
}

div.site_map ul li ul li
{
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 0;

}

h2#program_detail_title
{
    margin-bottom: 0;
}
h3#program_detail_organization
{
    margin-top: 2px; padding-top: 0;
    font-style: italic;
    font-size: 1.4.em;
}

.legislation_full_title
{
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
}


/* finobs homepage. taken right from jr */


.home_grid
{
    margin-bottom: .2em;
}

.home_grid td
{
    border: none;
    padding: .6em 1em .8em 1em;
    text-align: left;
    border: none;
    border-bottom: 10px solid #fff !important;
    width: 43%;
}

.gray
{
    background: #F1F1DC;
}

.gold
{
    background: #E4EFF0;
}

.home_grid .border_right
{
    border-right: 10px solid #fff;
}

.special_font_choice, div.sproj_highlighted h2
{
    font-size: 1.5em;
    font-family: Times, serif !important;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    border-bottom: 1px dotted black;
}

div.sproj_highlighted
{
    padding: 0 5px 10px 5px;
}

div.sproj_highlighted h2
{
   margin-top: 0;
   padding-top: 3px;
   border-bottom: 1px solid #C2C9D3;

}

div.sproj_highlighted2
{
    padding: 5px 10px;
    border: 1px solid #C2C9D3;
    margin-bottom:  25px;
}
div.sproj_highlighted2 h2
{
   margin-top: 0;
   padding-top: 3px;  
}



div.sproj_highlighted a.big_gray
{
    padding: 4px 8px;
    margin: 10px 10px 10px 0;
    background: #f3f3f3;
    color: #000;
}

.sproj_related
{
	text-align: center;
	margin: 10px 0;
	padding: 15px 0;
}

.sproj_related a
{
	margin: 0 3px;
	padding: 4px 8px;
	background: #E7ECF3;
	border: 1px solid #CCD5DE;
	color: #000;
	text-decoration: none;
}

.sproj_related a:hover
{
	background: #fff;
}

div.sproj_pubs_box 
{
    padding: 10px;
    margin-bottom: 30px;
    min-height: 200px;
	border-bottom: 1px solid #CDD3DC;
}

div.sproj_image_right div.float_left, div.sproj_image_left div.float_right
{
    width: 60%
}

div.sproj_pubs_box h3
{
    color: black;
    font-weight: bold;
    font-style: italic;
    font-family: sans-serif;
    font-size: 1.1em;
}