/*These are the sidebar items*/
/*NOTE: sbbox & sbboxs are used with rzborders.
rzCrShadowBorder(6,2).draw('.sbbx');
rzCrShadowBorder(4,2).draw('.sbbxs');*/

/* Section Sidebar [#about .sectnsb]*/
/* available in each section/page */

.sb, .sbbx, .sbbxs {
	margin-bottom:4px;
	}
.sectnsb, .sbboxu {
	padding:10px 6px 10px 6px;
}
.sectnsb {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
}
.sectnsb h4 {
	display:block;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	/*text-indent: 9px;*/
	padding: 0 0 0 9px;
	margin:0 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

/*.sectnsb strong span.n {
	font-weight:normal;
	letter-spacing: -.1em;
}*/


/*blue - sitewide default*/
.otp {
	background-color: #F8F9FA;
}
.otp h4 {
	color: #0000FF;
	border-bottom-color: #0000FF;	
	background-image: url(../images/sb_6x6blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.otpftp {
	background-color: #F8F9FA;
}

.otpftp h4 {
	color: #0000FF;
	border-bottom-color: #0000FF;	
	background-image: url(../images/mi_brcrpdf-16x16-blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding: 0 0 2px 18px;
	margin:0 0 2px 0;
	line-height:10.5px;
}

.otpftp ul {
	list-style-type: none;
}

.otpftp li {
	font-size:11px;
	line-height:12px;
	background:url(../images/sb_6x6grey.gif) no-repeat 0px 4px;
	margin-top: 3px;
	padding: 0 0 0px 9px;
}



/*=====================================================*/
/* other colors. rename to otp; use in section/page css */
/* copy to the appropriate css and rename "otp". Or, add */
/* the style for a different color box */

/*red*/
.otpred {
	background-color: #FFFFFF;
}
.otpred h4 {
	color: #FF0000;
	border-bottom-color: #FF0000;	
	background-image: url(../images/sb_6x6red.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sbright .otpred p.bg {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:1em;
}

.scsbar {
	background-color:#EEEFF0;
}
.scsbar h4 {
	color: #DD0000;
	border-bottom-color: #DD0000;
	background-image: url(../images/sb_6x6ddred.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sbright .scsbar p.bg {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:1em;
}

/*maroon*/
.otpmaroon {
	background-color: #FFFFFF;
}
.otpmaroon h4 {
	color: #B30000;
	border-bottom-color: #B30000;	
	background-image: url(../images/sb_6x6maroon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*deep red*/
.otpdpred {
	background-color: #FFFFFF;
}
.otpdpred h4 {
	color: #993300;
	border-bottom-color: #993300;	
	background-image: url(../images/sb_6x6pdred.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*brown*/
.otpd6brown {
	background-color: #F8F0D5;
	color: #800000;
}
.otpd6brown h4 {
	color: #800000;
	border-bottom-color: #0000A0;
	background-image: url(../images/sb_6x6brown.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/*navy*/
.otpd6navy {
	background-color: #F8F9FA;
	color: #000080;
}
.otpd6navy h4 {
	color: #0000A0;
	border-bottom-color: #0000A0;
	background-image: url(../images/sb_6x6navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*navy alt*/
.otpnavy1 {
	background-color:#eef3f6;
}
.otpnavy1 h4 {
	color: #0000A0;
	border-bottom-color: #FF0000;
	background-image: url(../images/sb_6x6navy.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.otpnavy1 ul {
	list-style-type: none;
}
.otpnavy1 li {
	font-size:11px;
	line-height:12px;
	background:url(../images/sb_6x6grey.gif) no-repeat 0px 4px;
	margin-top: 3px;
	padding: 0 0 0px 9px;
}
.otpnavy1 legend {
  font-weight: bold;
}
.otpnavy1 input.txt {
	font-size: 11px;
	line-height: 11px;
}
.otpnavy1 fieldset {
	padding: 0 0 6px 6px;
	border-style:none;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CED3E1;
	margin: 5px auto 5px auto;
}

.otpnavy1 form#federal {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CED3E1;
	padding-top:6px;
}
.otpnavy1 a {
	border:none;
}

.otpnavy1 h6 {
	padding:0 5px 0 0;
	margin:0;
	font-size:9px;
	text-align:right;
}

/*lite (web6) blue*/
.otpw6blu {
	background-color: #FFFFFF;
}
.otpw6blu h4 {
	color: #3399CC;
	border-bottom-color: #3399CC;
	background-image: url(../images/sb_6x6w6blu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*gold*/
.otpgold {
	/*background-color: #FFFFFF;*/
}
.otpgold h4 {
	color: #FFCC00;
	border-bottom-color: #FFCC00;
	background-image: url(../images/sb_6x6gold.gif);
	background-repeat: no-repeat;
	background-position: left center;
}





/*gold alt*/

.otpgold1 {
	background-color:#CCDBE8
	}
.otpgold1 h4 {
	color: #FFCC00;
	border-bottom-color: #FFCC00;
	background-image: url(../images/sb_6x6gold.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.otpgold1 ul {
	list-style-type: none;
}

.otpgold1 li {
	font-size:11px;
	line-height:12px;
	background:url(../images/sb_6x6grey.gif) no-repeat 0px 4px;
	margin-top: 3px;
	padding: 0 0 0px 9px;
}
.otpgold1 input.txt {
	font-size: 11px;
	line-height: 11px;
}

.otpgold1 fieldset {
	background-color:#eef3f6;
	padding-left:6px;
	border-style:none;
	border-top-style:solid;
	border-top-width:10px;
	border-top-color:#eef3f6;
	margin: 5px auto 5px auto;
}




/*grey-blue*/

.otpgrbl {
	background-color: #ECEDF2;
	color: #FF8000;	
}
.otpgrbl h4 {
	color: #898FA8;
	border-bottom-color: #FF8000;
	background-image: url(../images/sb_6x6gold.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 2px;
}

.otpgrbl input.txt {
	font-size: 11px;
	line-height: 11px;
}

.otpgrbl input.uebtns {
	font-size:10px;
	margin:5px 0;
	display:inline;
	line-height: normal;
}

.otpgrbl fieldset {
	padding-left:6px;
}
.otpgrbl legend {
/*	margin-left:0px;*/
}







/*navy-white*/
.otpwhite {
	background-color: #ffffff;
}
.otpwhite h4 {
	color: #ffffff;
	background-color: #003399;
}

/*blues*/
.otpblues h4 {
	color: #D2E4ED;
	background-color:#004065;
	border-bottom-color: #FFCC00;
	background-image: url(../images/sb_6x6gold.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*=====================================================*/

/*Global Sidebar Box Urgent*/
.sbboxu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	background-color: #F2F3F9;
}
.sbboxu h4 {
	display:block;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	text-indent: 9px;
	letter-spacing: 0.15em;
	margin:0px;
	margin-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.sbboxu p,
.sbboxu a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}

/*dark*/

#nowar.sbbxs {
	background-color:#400000;
}
#nowar.sbbxs p {
	text-align:center;
}
#revbox a,
#nowar.sbbxs a,
#drknvy.sbbxs a {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFCC00;
}
#revbox a:visited,
#nowar.sbbxs a:visited,
#drknvy.sbbxs a:visited {
	color:#FFE479;
}
#revbox,
#nowar.sbbxs a:hover,
#drknvy.sbbxs a:hover {
	color: #FFCC66;
}

#polconf.sbbxs,
#drknvy.sbbxs {
	background-color:#000066;
}
div#revbox p,
#polconf.sbbxs p,
#nowar.sbbxs p {
	color:#FFFFFF;
	text-align:left;
	margin-top:.8em;
	margin-bottom:.8em;
}
#drknvy.sbbxs p {
	color:#FFFFFF;
	text-align:center;
	margin-top:.8em;
	margin-bottom:.8em;
}
#drknvy.sbbxs h2 {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	margin-top:.8em;
	margin-bottom:.8em;
}

div#uscisupd h5 {
	font-size:11px;
}

/* SHADOWBOX ->4080bf */
.sbbox4080bf {
	background-color: #4080bf;
	font-weight:normal;
	/*margin-bottom: 2px;*/
}
#sbright .sbbox4080bf a {
	display:block;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 100%;
	letter-spacing: 2px;
}
#sbright .sbbox4080bf a:hover {
	color: #FFB200;
	text-decoration: none;
}

.sbbox4080bfalt {
	background-color: #4080bf;
	font-weight:bold;
	/*margin-bottom: 2px;*/
}
#sbright .sbbox4080bfalt a {
	display:block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

#sbright .sbbox4080bfalt p {
	display:block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
#sbright .sbbox4080bfalt a:hover {
	color: #FFB200;
	text-decoration: none;
}


/*may also be adjusted for sections*/
#sbnav ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 10px;
	line-height:12px;
}

#sbnav li {
	background:url(../images/sb_6x6grey.gif) no-repeat 0px 4px;
	padding-left:9px;
}
#sbnav li.active {
	background:url(../images/sb_6x6gold.gif) no-repeat 0px 4px;
}
#sbnav li a {
	color: #0000FF;	
}
#sbnav li a:visited {
	color: #800080;	
}
#sbnav li a:hover {
	color: #FF0000;	
}

.sbicons {
	float: right;
	margin-right:5px;
}
.sbicons1 {
	float: right;
	margin: 3px 5px 0 0;
}
