/* RESET BLOCK: The following CSS block turns off inherent browser defined styles.
==================================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td /* <= Can't just use an asterisk because form elements need to be excluded */
{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus 
{
	outline: 0;
}

body 
{
	line-height: 1em;
	color: #000;
	background: #fff;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}

/* LAYOUT: Defines placement of main page layout divs. 
==================================================================================== */
#container
{
	width: 1000px;
	margin: 0 auto;
}

#header
{
	height: 84px;
}

#JC_logo
{
	margin: 8px 0 0 13px;
}

#logo
{
	padding: 13px 0 0 21px;
}

#main_body
{
	clear: both;
}

#left_column
{
	float: left;
	width: 198px;
}

#main_column
{
	float: left;
	width: 564px;
	padding: 0 15px 10px 20px;
}

#main_body.wide_content #main_column
{
	width: 752px;
}

#main_body.homepage_wide #main_column
{
	width: 746px;
	padding-right: 0;
	margin-left: 8px;
	overflow: hidden;
}

#right_column
{
	float: right;
	width: 188px;
}

#main_body.no_right_sidebar #main_column
{
	width: 564px;
}

#main_body.no_right_sidebar #right_column
{
	width: 198px;
	margin-top: 1.78em;
}

#footer
{
	clear: both;
	padding: 0 16% 0 0;
	font-size: .85em;
}

/* OTHER SITES IN HEADER:  
==================================================================================== */
#head_sites
{
	width: 285px;
	height: 80px;
	float: right;
	margin-top: 4px;
}

/* NEWS IN LEFTNAV:  
==================================================================================== */
#news_leftbar
{
	margin: 1em 11px 1em 20px;
	font-size: .8em;
}

#news_leftbar h2
{
	margin: .8em 0 .3em 0;
	padding-top: .8em;
}

#news_leftbar p
{
	margin: .3em 0 .8em 0;
}

/* SEARCH:  
==================================================================================== */
#search_form form
{
	margin: 1em 11px 1em 20px;
	padding-bottom: 1em;
}

#search_form form input
{
	vertical-align: middle;
}

#search_form .search_input
{
	width: 105px;
    text-align: center;
}

/* MAIN NAV:  
==================================================================================== */
#left_column_nav
{
	margin: 0 0 0 10px;
}

#left_column_nav a
{
	padding: 4px 10px;
	display: block;
	text-decoration: none;
}

#left_column_nav li
{
	list-style: none;
}

#left_column_nav ul ul
{
	margin: 0;
	padding: 0;
}

#left_column_nav ul ul li a
{
	font-size: .9em;
	padding-left: 1.3em;
}

.nav_cap
{
	position: absolute;
	z-index: 10000;
	display: block;	
}

.bottom_cap
{
	margin: -4px 0 0 0;	
}

/* INPAGE CONTENT AREA NAV:  
==================================================================================== */
#report_context_nav
{
	clear: both;
	margin: .3em 0;
	position: relative;
	z-index: 100000000;
}

#report_context_nav ul
{
	margin: 0 !important;
	clear: both;
	height: 23px;
	float: left;
}

#report_context_nav ul li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: auto;
	white-space: nowrap;
}

#report_context_nav ul li a:link, #report_context_nav ul li a:visited
{
	display: block;
	float: left;
	padding: 2px 3px 1px 3px;
	height: 20px;
	overflow: hidden;
}

#report_context_nav ul ul
{
	position: absolute;
	clear: both;
	margin-top: 23px !important;
	float: none;
	height: auto;
	width: auto;
	z-index: 100000000;
}

#report_context_nav ul ul li
{
	float: left;
	clear: both;
	white-space: normal;
}

#report_context_nav ul ul li a
{
	overflow: visible;
	float: left;
	clear: both;
	width: 25em;
}

/* POLICY STATEMENT STYLES:  
==================================================================================== */
#main_column .policy_statement_children ol
{
	list-style: upper-alpha;
}

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

/* EMAIL SUBSCRIBE:  
==================================================================================== */
#left_column_newsletter
{
	margin: 10px 0 10px 11px;
	text-align: center;
}
#admin_box
{
	margin: 60px 0 10px 11px;
	border: 1px dotted gray;
	padding: 3px;
}
.email_input
{
	width: 166px;
	text-align: center;
	display: block;
	margin: 5px auto;
}

.content_footer_divider
{
	clear: both;
	height: 10px;
}

/* RIGHT SIDE COLUMN:  
==================================================================================== */
#right_column dl
{
	margin: 7px 7px 10px 0;
	padding: 7px 10px;
}

#right_column dt
{
	padding-top: .6em;
	margin-bottom: .5em;
}

#right_column dd
{
	padding-bottom: .8em;
}

.right_column_message, #rpc_at_work
{
	margin: .5em 7px .5em 0;
	padding: 1px 8px;
}

.right_column_message p, #rpc_at_work p
{
	margin: .5em 0 .7em 0;
}

#rpc_at_work h2
{
	margin: .5em 0;
}

#rpc_at_work p
{
	padding-top: .5em;
}

/* FOOTER:  
==================================================================================== */
#footer a
{
	text-decoration: none;
	display: block;
	float: right;
	padding: 3px 8px;
}

/* CONTENT AREA HTML ELEMENTS 
==================================================================================== */
h1, h2, h3, h4, h5, h6
{
	margin: 1em 0 .6em 0;
}

h1
{
	margin-top: .6em;
	padding-bottom: .2em;
}

p
{
	margin: 1em 0;
}

#main_column ul, #main_column ol, #main_column dl
{
	margin: 1.5em 0;
}

#main_column li ul, #main_column li ol
{
	margin: .6em 0 .6em .5em;
}

#main_column li, #main_column dd
{
	margin: .6em 0 .6em 2em;
}

#main_column dt
{
	margin: .6em 0;
}

#main_column ul, #main_column ul ul ul, #main_column ul ul ul ul ul
{
	list-style: disc;
}

#main_column ul ul, #main_column ul ul ul ul, #main_column ul ul ul ul ul ul
{
	list-style: circle;
}

blockquote
{
	margin: 1em 1.5em;
	padding: .3em 1.5em;
}

abbr, acronym
{
	border-bottom: 1px dotted #999;
	cursor: help;
}

strong
{
	font-weight: bold;
}

em, cite
{
	font-style: italic;
}

sup
{
	font-size: .8em;
	vertical-align: 30%;
}

sub
{
	font-size: .8em;
	vertical-align: -30%;
}

strike
{
	text-decoration: line-through;
}