@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; padding: 0; background-color: #e5e5e5; font-size: 80%;}

body, button, input, select, textarea { font-family: arial, sans-serif; color: #000; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a, a:link {color: #006699; font-size: 100%; font-weight: normal; text-decoration: underline;}
a:visited {color: purple; font-size: 100%; font-weight: normal; text-decoration: none;}
a:hover {color: #993300; font-size: 100%; font-weight: normal; text-decoration: underline;}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

dl.ocr-resources dt {font-weight: bold;}
dl.ocr-resources dd {margin-left: 0; margin-bottom: 1em;}

dl.QandA { margin: 5px 0; }
dl.QandA dt { margin-left: 0; color: #0C3A64; font-weight: bold; margin-top: 1em; font-size: 1.15em;}
dl.QandA dd { margin-left: 0; padding-top: .5em;}
dl dd.moreDD {margin: 0; padding: .3em 0 .5em 0; }
dl.QandA dt img.image_lft, dl.QandA dd img.image_lft { float: left; padding-right: 8px;}
dl.QandA dt img.image_rgt, dl.QandA dd img.image_rgt { float: right; padding-left: 8px;}

ul.no-bullet { list-style-type:none;}
ul.no-bullet-sp1 { list-style-type:none; margin-top: 0; list-style-position: outside; padding-left: 10px;}
ul.no-bullet-sp1 li { margin: 0 0 0 40px; }
ol.item-la { list-style-type:lower-alpha }
ol.space1 { margin-top: 0; list-style-position: outside; padding: 0 0 0 10px;}
ol.space1 li { margin: 0 0 0 40px; }
ul.extra-ocr { margin:10px 0 0 0; padding: 0 0 5px 10px; font-size: 100%; }
ul.ocr-menu { list-style: square;}

ul.ocr-menu .ocr-nu { line-height: 1.5em;}
ul.fundhelp { margin-left:5px; padding:10px; margin-top:-1em; font-size:10px}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
img.blog_image_lft { float: left; padding-right: 8px;}
/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }
figure.imgctr { margin: 0 auto; width: 600px; text-align: center; }
figure.imgctr img {text-align: center;}

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
			 
   ========================================================================== */
.para_indent {margin-left: 25px;}
.para_indent1 {padding-left: 25px;}
.para_indent2 {padding-left: 50px;}
.para_indent3 {padding-left: 75px;}
.ul_indent { margin-left: 10px;}
.indent1, .indent25 {margin-left: 25px;}
.indent2, .indent50 {margin-left: 50px;}
.indent3, .indent75 {margin-left: 75px;}
.indent10 { margin-left: 10px;}
.indent30 { margin-left: 30px;}
.footnote {font-size: 80%;}
.archcol1 {float: left; margin: 0; padding: 0; text-align: left; width: 20%;}
#right_box {border: 1px solid #184B76; float: right; font-family: Arial,Helvetica,sans-serif; font-size: 85%; margin-left: 5px; margin-right: 5px; margin-top: 10px; text-align: center; width: 150px;}
.navbox { }
.caption {font-size: 90%; text-align: center; }
ul.ul_nopadding {padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0;}
tr.head {background-color: #184B76; color: #FFFFFF; font-size: 100%; font-weight: bold; padding-left: 0; text-align: center;}
tr.subhead {background-color: #C3D9E4; color: #184B76; font-size: 100%; font-weight: bold; text-align: center;}
td {padding-bottom: 15px; vertical-align: top;}
tr.head2 {color: #184B76; font-size: 11px;}
.data_table td {border: 1px solid #000000; padding-left: 5px; padding-top: 5px;}
.data_table2 td {border: 1px solid #000000; font-size: 12px; padding: 5px;}
.data_table img {margin-left: 0;}
div.rownewsinit {clear: both; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 100%; margin: 0 0 15px; padding: 0; width: 680px;}
#internal_nav li {display: inline; text-align: center; padding: 0 5px; border-right-width: 1px; border-right-style: solid;
border-right-color: #000000;}
#internal_nav li.last {border-right: 0;}
#print_btn {margin: 0px; padding: 0px; float: right; text-align: right; width: 80px;}
.image {padding: 0; margin: 0; border: none; display: block;}
.image_nb {padding: 0; margin: 0; border: none;}
.image_rgt {padding: 0; margin: 0 0 10px 10px; border: none; float: right;}
.image_news {padding: 0; margin: 10px 0; border: none;}
.image_gallery {padding: 20px 0 15px 0; margin: 0; border: none;}
.image_mc {padding: 0; margin: 0 0 0 9px; border: none;}
.image_mc2 {padding: 0; margin: 0 0 0 12px; border: none;}
.image_photos {padding: 0; margin: 0 10px 0 0; border: none; float: left;}
p img.blog_image_lft { clear: none;}
.clearfloat {margin: 0; padding: 0; clear: both; height: 1px; line-height: 1px;}
h1 {margin-bottom: 20px; padding: 0; font-size: 145%; font-weight: bold; color: #184B76;}
h2 {font-size: 120%; font-weight: bold; color: #184B76; padding: 5px 0; }
h3 {font-size: 100%; font-weight: bold; color: #184B76; padding: 5px 0; }
div#faq-ocr ul#faqs { padding-left: 15px; } 
div#faq-ocr ul#faqs li { margin-left: 0; }
div#faq-ocr h2 {font-size: 100%; padding-bottom: 0; margin-bottom: 0;}
div#faq-ocr h2+p {margin-top: .25em;}
div#faq-ocr .para_indent {margin-left: 40px; }
div#ocr-lang h3 { margin-left: 20px; }
div#voca-chart { margin: 0 auto 10px; width: 600px; }
div#voca-chart tr.head { font-size: 95%; }
div#ocr-notice {background-color: #E5E93C; border: solid 1px #000; padding: 0 10px; width: 70%; }
div#ocr-notice span.notice-red { color: #830508; font-weight:bold; }
div.ocr-center { margin: 0 auto; width:50%; text-align:center;}
div.ocr-indent { padding: 5px 0 15px 50px; }
span.newlink {padding-right: 30px; display: inline;}
span.ocr-button {padding-left: 50px;}
p.ocr-button, span.ocr-button { background: #184B76; padding: 5px; color: #fff; text-align: center; width: 150px;}
p.ocr-button:hover, span.ocr-button:hover { background: #05355d;}
p.ocr-button a, span.ocr-button a {color: #fff; text-decoration:none;}
.ocr-blue { color: #184B76; }
h4, h5, h6 {font-size: 100%; font-weight: bold; color: #000000;}


.top {text-align: right; font-size: 10px;}
.toTop {text-align: center; font-size: 10px; }
div.top, div.backtoTop {margin: 0 auto; width: 500px; text-align: center; font-size: 10px; padding:0; }
#requirementList h2 { margin-bottom: 0; padding-bottom: 0;}
#requirementList h2 + p { margin-top: 0; padding-top: 3px;}
#printerFriendly { background-color:#eaeaea; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#0033CC; padding: 5px; }
#printerFriendly a { text-decoration: none; color: #0033cc; }
#printerFriendly div.box-pr { margin: 5px; text-align:center;}
#printerFriendly p.printLink a { text-decoration: underline; color: #000;}
#printerFriendly img { float: left; padding-right: 5px; }
.spacing li {margin-bottom: 18px;}
.spacing2 li {margin-bottom: .5em;}
.spacing3 li {margin-bottom: .25em;}
.spacing4 li {margin-bottom: 0;}
p.ulnext, p.olnext {margin-bottom: 0; padding-bottom: .5em;}
ul.spacing3 li.ulnext {margin-bottom: 0;}
#faq-eeop ul.spacing4 {padding: 0;}
.redbold { color: #D30407; font-weight: bold; }
.darkredbold { color: #7E0406; font-weight: bold; }
a.social {text-decoration: none;}

.videobutton{border: 1px solid #8f8f8f;background-color: grey; border-radius: 5px;}
.videobutton:hover{background-color: red !important;}

#mainright {width: 150px; border: 1px solid #184b76; float: right; text-align: left; margin: 0 5px 10px 10px;}
#mainright h3 {font-family: arial, sans-serif; font-size: 100%; font-weight: bolder; background-color: #184B76; text-align: center; color: #fff; padding: 2px 0; border: 3px solid #184B76; margin: -1px 0 0 0;}
#mainright h3 a, .navbox h3 a:visited {text-decoration: none; color: #fff;}
#mainright h3 a:hover {text-decoration: underline; color: #FFCC33;}
.navbox h3 {font-family: arial, sans-serif; font-size: 100%; font-weight: bolder; background-color: #184B76; text-align: center; color: #fff; padding: 2px 0; border: 3px solid #184B76; margin: -1px 0 0 0;}
.navbox h3 a, .navbox h3 a:visited {text-decoration: none; color: #fff;}
.navbox h3 a:hover {text-decoration: underline;color: #FFCC33;}
.navbox ul {margin: 10px 0 0 15px; list-style-position: outside; list-style-type: square; padding: 0 2px 10px 8px; font-size: 85%; font-weight: bold; color: #000066; text-indent: 0; line-height: 1px;}
.navbox li {padding: 0 0 5px 0; line-height: normal;}
.navbox a, .navbox ul li a {text-decoration: none; color: #000066; margin: 0 0 10px 0;}
.navbox a:visited, .navbox ul li a:visited {text-decoration: none; color: purple;}
.navbox a:hover, .navbox ul li a:hover {color: #000066;	text-decoration: underline;}

#gallery_topics {margin: 10px 0 10px 0; padding: 0; text-align: center;}
.image_topics {padding: 0; margin: 0; border: none;}
#nonflash_video {padding: 50px 20px 0px 20px; margin: 0px;}
.date_links {margin: 0 0 20px 0; padding: 0; text-align: right;}
div.rownewsinit {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; clear: both; width: 100%; margin: 0 0 15px 0; padding: 0;}
.nititle {font-size: 100%; font-weight: bold; color: #184B76; padding: 0; margin: 10px 0 0 0;}
.totop{font-size: 10px; text-align: right; padding: 0; margin: 0;}
div.nicol2 a, div.nicol2 a:link {color: #000000; font-size: 100%; font-weight: normal; text-decoration: none;}
div.nicol2 a:visited {color: purple; font-size: 100%; font-weight: normal; text-decoration: none;}
div.nicol2 a:hover {color: #006699; font-size: 100%; font-weight: normal; text-decoration: underline;}
div.nicol2 a.more, div.nicol2 a.more:link {color: #000000; font-size: 100%; font-weight: normal; text-decoration: underline;}
div.nicol2 a.more:visited {color: purple; font-size: 100%; font-weight: normal; text-decoration: underline;}
div.nicol2 a.more:hover {color: #006699; font-size: 100%; font-weight: normal; text-decoration: underline;}

#GovDelivery {font-family: Arial, Helvetica, sans-serif; font-size: x-small; text-decoration: none; float: right; width: 100%;text-align:right; color:#000; padding-bottom: 3px;}
#GovDelivery a {text-decoration: none; color: #000;}
#GovDelivery a:hover {text-decoration: none; color: #000000;}
#GovDelivery a:visited {text-decoration: none; color: #000000;}
#backbtn {padding: 0 3px; margin: 8px; color: #fff; font-size: 90%; font-weight: bold; width: 40px; height: 15px; border: 1px solid #ffffff;}
#backbtn a, #backbtn a:link, #backbtn a:visited {text-decoration: none; font-weight: bold; 	color: #fff;}
#backbtn a:hover {color: #fff; font-weight: bold; text-decoration: none;}	
#backbtn_init {padding: 0 3px; margin: 0; color: #8f8f8f; font-size: 90%; font-weight: bold; float: right; height: 15px;
border: 1px solid #8f8f8f;}
#backbtn_init a, #backbtn_init a:link, #backbtn_init a:visited {text-decoration: none; font-weight: bold; color: #8f8f8f;}
#backbtn_init a:hover {color: #8f8f8f; font-weight: bold; text-decoration: none;}
#congress_wel {padding: 10px; border: 1px solid #8f8f8f; background-color: #F6F1F1;}
.congresstitle {font-size: 120%; font-weight: bold; color: #666666; padding: 5px 0;}
.htcol1 {margin: 0px; padding: 0px; width: 40%; float: left;}
.htcol2 {margin: 0px; padding: 0px; width: 60%; float: left;}
.htbox {margin: 0px 0px 10px 10px; padding: 10px; color: #184B76; background-color:#F7F7F7; border: 2px solid #184B76; width: 250px; float: right;}
.httitle {margin: 0px; padding: 0px; color: #184B76; font-weight: bold; font-size: 120%;}
.tableformat {border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;}
.restitle {font-size: 100%;}
.restitle a, .restitle a:link {color: #006699; font-weight: bold; text-decoration: none;}
.restitle a:visited {color: purple; font-weight: bold; text-decoration: none; }
.restitle a:hover {color: #993300; font-weight: bold; text-decoration: underline; }
.text-center, #mobilemc_vidtitle.text-center { text-align: center; }
p.text-right { text-align: right; float: right; }
div.center-newscontent { text-align: center; margin: 0 auto; width:100%;}
span.blogblue { color: #0C3A64; }
 
/* OCR News Update page */
#ocr-news-updates { width: 72%; margin-right: 20px;}
#ocr-news-updates h2 { background-color: #184B76; color: #fff; padding: 3px; font-size: .95em; width: auto; text-decoration:none; }
dl.ocr-news { width: 100%; color: #000;}
dl.ocr-news dt { padding: 5px 0 0; font-weight:bold;}
dl.ocr-news dd { color: #000; margin-left: 0; padding-left: 0; margin-bottom: .75em;}
dl.ocr-news dd.moreDD {margin-left: 0; padding-left: 0; margin-bottom: 2px;}
dl.ocr-news dd a, dl.ocr-news dd a:visited { color: #184B76; text-decoration: none;}
dl.ocr-news dd a:hover  { color: #184B76; text-decoration:underline;}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; background-color:#FFF }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
