@charset "utf-8";
/* CSS Document */



body {
	font-family: "Proxima Nova", arial, monospace;	
	background-color:#fff;
	width:auto !important;	
	width: 95%;
    border: none;
}


#main {
	height: auto !important;
/*	height: 600px;
	min-height:600px; */
	overflow:hidden;
	background-color:#fff;
	clear:left;
	font-size:0.9em;	
}

a#skipnav, a#skipnav:visited  {
	display:none;
}

a#skipnav:hover, a#skipnav:active, 
a#skipnav.sfhover, a#skipnav:focus {
	display:none;
}

#nygov-universal-navigation {
	display: none;
	height: 0;
}

#nys-global-nav {
	display: none;
	height: 0;	
}

#nygov-universal-footer-frame {
	display: none;
	height: 0;
}

.nys-global-nav {
	display: none;	
}

h1 a span, h1 a:visited span {
	color:#003463;
	text-decoration: none;	
}

#nys-menu-control {
	display: none;
	height: 0;	
}


.nys-global-footer {
	display: none;	
}



#frbheader {
	height:auto !important;
	background-color:#003463;
	z-index:100;
}


#frbHead {
	border: solid thin #000;
	width:99%;
	height: 130px;
	width:inherit;
	background-color:#003463;
	z-index:100;
	vertical-align:bottom;
	padding-bottom:2px;
	margin-top:2px;
}

#headImg {
	padding:2px;
	left:5px;
	float:left;
	clear:left;
	position:relative;
	border:none;
}


#frbHeadTitle {
	margin-inline-start:10px;
	float:left;
}

#frbHead h1 {
	font-size:1.7em;
	font-weight:bold;
}

#frbHead h1 a, #frbHead h1 a:visited {
	text-decoration:none;
	color:#003463;	
}


#frbHead h2 {
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#003463;
}





/*Home Page Styles */

#content {
	clear: left;
	width: 95%;	
	z-index:1;
/*	position: relative; */
	padding:0.2em;
	background:#fff;
}

h1.hidden {
	display: none;
	height:0;	
}

#homeLeft {
	border:solid thin #000;
	border-collapse:collapse;
	width:72%;
	float:left;
	/*padding:.4em;*/
	padding: 5px 10px;
	margin-right:5px;
	height:auto !important;
	height:400px;
	min-height:400px;
}

#homeLeft h2 {
	display: none;
	height: 0;	
}

	#homeRight  {
	border:solid thin #000;
	border-collapse:collapse;
	/*padding:.4em;*/
/*	padding: 5px 10px 5px 2px; */
	margin-inline-end:5px;
	margin-bottom:10px;
		float: left;
		width: auto;
		max-width: 700px;
		min-height:100px;
	}

#homeRight h2 {
	font-size:1em;	
	padding-inline-start:2px;
}


	#homeRight ul {
		padding-inline-end:1px;
		clear:left;
	}

	#homeLeft  {
		float: left;
		width: auto;
	}

/*Inner Page Styles */

#contentInner {
	clear: left;
	width: inherit;	
	z-index:1;
	padding:10px;
	margin: 0.2em;
	background:#fff;
/*	border: solid thin #003463; */
	border-collapse:collapse;
}

#contentInner  h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#003463;
}


#contentInner  h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}

#contentInner  h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#003463;
	text-decoration:underline;
}

pre {
	line-height:1;
    overflow:unset;
		
}

a img {
	border:none;	
}



.left {
	text-align: start;	
}

.right {
	text-align: end;	
}

.center {
	text-align: center;	
}


.instructions {
	font-size: 0.9em;
	font-style:italic;	
}

.notation  {	/* for document notation (use with <span class="">) */
	font-size : 0.8em;
	font-weight : normal;
}

.borderBox {
	border: solid thin #003463;
	margin:20px;	
	padding:5px;
}

/* 
spacerList list style: Extra vertical space between any/all list items. 
*/

ul.spacerList {
	clear:both;
	margin-top:1em;
}

.spacerList li {
	margin-bottom: 0.75em; 
}

.spacerList li ul li {
	margin-bottom: 0.75em; 
}

.spacerList li ol li {
	margin-bottom: 0.75em; 
}

.spacerList span.notation {
	display:inline;
	margin-bottom: 0.75em;
}


.spacerList span {
	display:block;
	margin-bottom: 0.75em; 
}

/* 
doublespace list style: Extra vertical space between top/first level
list items, but regular spacing between nested list items. 
*/

ul.doublespace li, ol.doublespace li {
	margin-bottom:10px;
}

ul.doublespace li ul li {
	margin-bottom: auto;
	margin-top: 2px;
}

ul.doublespace li ol li {
	margin-bottom: auto;
	margin-top: 2px;
}

ol.doublespace li ol li {
	margin-bottom: auto;
	margin-top: 2px;
}

ol.doublespace li ul li {
	margin-bottom: auto;
	margin-top: 2px;
}


.calcExampleTable {
	width:90%;
	margin: auto;
}


.calcExampleTable caption {
	text-align:start;
	padding-bottom: 5px;	
}

.calcExampleTable tr {
	vertical-align:top;
	border:none;		
}


.calcExampleTable td.center {
	text-align:center;	
}


/* Forms for Requestion Comprehensive Review or Binding Arbitration */

#requestReview, #requestArbitration {
	width:70%;	
	border-top: solid thin #003463;
	border-bottom: solid thin #003463;
	padding-inline-start:10px;
}

.formItem {
	clear:both;
	padding-bottom: 5px;	
	margin-top:10px;
}


.formItem label {
	clear:both;
	padding-bottom: 10px;
}



div.error {
    border: 1px solid #DD7777;
}

div.error, tr.error {
    background: none repeat scroll 0 0 #FFCCCC;
    color: #220000;
    padding: 2px;
}

.hidden-label {
	position:absolute;
	left:0px;
	top:-200px;
	width:1px;
	height:1px;
	overflow:hidden;
}



/* Footer Styles  */

#frbfooter {
	top: inherit;
	clear:left;
	width:auto;
	height:40px;
	z-index: 1;
	background-color: #003463;
	color:#000;
	vertical-align:bottom;
	font-size:0.8em;
	border: solid thin #003463; 
}

#frbfooter a {
	color:#000;
	text-decoration:underline;
}

#frbfooter p {
	text-align:center;
}

#frbfooter img {
	float:left;
	border:none;	
}

.footerLeftLink {
	float:left;
	padding-top:5px;
	vertical-align:middle;
	margin-bottom:5px;
	padding-inline-start:5px;
	padding-bottom:20px;
	position:relative;
}

.footerLink {
	margin: auto;
	float:right;
	padding-top:5px;
	padding-right:5px;
}

.noprint {
    visibility: hidden;
    display: none;
}

    nys-unavfooter {
        display: none;
        height: 1px;
    }

    #nygov-universal-footer{
        display: none;
        height: 1px;
    }
