@import "orbreadcrumb.css";
@import "orleftnav.css";
@import "orfooter.css";

/****MASTER STYLES ****/
html {
	height:100%} /* FF jump fix **/		
body {
	min-height: 101% }/* FF jump fix - this must remain separate from other declaration**/

body {
	font-family: verdana, arial, sans-serif;
	margin:0; padding:0;
	font:.75em/1.25 sans-serif;
	font-size: 75%;}

body {
	background: #DEDEE7;}

p {
	padding: 4px 2px;
	margin: 2px 0px 5px 0px;}
	
ul {
	padding: 0;
	margin: 6px 0 4px 30px;}
li  {
    padding-top: 3px;
	margin:0;	}
	
ul.inside { 
	padding: 0;
	margin: 6px 0 4px 15px;
	list-style-position: inside; }

ul+h1, ul+h2, ul+h3, ul+p { margin-top: 10px;}

/**** MASTER TEMPLATE CONTAINER LAYOUT ****/
table#mainTable td.maincontent {  /*specify width @606*/
	background-color:#ffffff;
	padding:20px;
	width: 606px;}

#blackbar {
	width:25px;
	background-color:#000000;}

#rightbar { 
	margin-left: 0;
	padding:0;
	width:20px;
	background: url('/or/images/faq-gradient.gif'); 
	background-repeat:no-repeat;
	background-position: top right;
	background-color:#cccc99;}

#center {
	padding: 0;
	width:858px;
	margin:0 auto;
	text-align:left;}

#mainTable { /*container table for content */
	width: 857px;
	margin: 0 auto;} 

.container{
	clear:both;}
	
.float-right-no-clear{
	float:right;}

.float-left-no-clear{
	float:left;}

.float-right, .right{
	float:right;
	margin: 3px 0 3px 10px;
	clear: right;}

.float-left, .left img{
	float:left;
	margin-right: 5px;
	clear: left;	}
	
.align-center{
	margin:0px auto;
	text-align:center;}

.align-left{
	text-align:left;}

.ListNoBullet {
	list-style-type:none;}	

.ListIndented li{
	list-style-type:circle;}

.margin5px{
	margin:5px;}
.margin10x{
	margin:10px;}

/**** TOP SECTION ****/
#top-container{
	height: 1.5em;
	margin-top: -13px;
	padding: 0 0 4px 0;
	clear: both;}
	
#top-container .right{
	float: right;
	width: 150px;
	height: 15px;
	text-align: right;
	margin-top: 4px;}
	
/**** HYPERLINKS ****/		
a img {
	border: none; } /* removes default image link border */

a:link {
	color:#0000FF; 
	text-decoration: none;}
a:visited { 
	color: #990000;
	text-decoration: none;}		
a:hover { 
	text-decoration: underline;
	color: #0000FF;}	
a:active {
	text-decoration: underline;
	color:#0000FF;}	

/**** HEADER TAGS ****/
h1 {  /* now a duplicate of the div title tag */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #ada55a;
	margin: 1px 0;}

h2{
	color:#333333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin: 0px;}

/* h1+h2 { margin-top: 6px; }   */
/* h2+p, h2+ul, h2+ol, h2+p, h2+img{ margin-top: 1px; }   */
h3+h3 { margin-top: 6px;}
h2+h3 { margin-top: 6px;}

h2.NoMargin{
	margin: 0px 0px -10px 0px ;}
	
h3{
	color:#666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin: 0px 0px 0px 0px;}

h3+p, h3+ul, h3+ol, h3+p { margin-top: 4px;}


h3.NoMargin{
	margin: 0px 0px -10px 0px ;}

h4{
	color:#666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin: 5px 0 0 0}
	
h5{color: #CCCC99; background-color: inherit; font-weight: bold; font-size: 100%;}
h6{color: #000000; background-color: inherit; font-weight: bold; font-size: 100%;}



/**** HEADER CSS ****/
#header{
	background: url('/or/images/header-image-new.jpg') no-repeat 0 0;
	height: 140px;
	width: 857px;}
#header-container{
	margin-top:42px;
	margin-left: 10px;}
#header_photo_1, #header_photo_2, #header_photo_3, #header_photo_4, #header_photo_5, #header_photo_6 {
	height: 80px;
	width: 80px;
	float: left;
	margin: 0px 4px 4px 10px;}
#header_photo_1 {
	background: url('/or/images/photo1.jpg') repeat-y 0 0;}
#header_photo_2 {
	background: url('/or/images/photo2.jpg') repeat-y 0 0;}
#header_photo_3 {
	background: url('/or/images/photo3.jpg') repeat-y 0 0;}
#header_photo_4 {
	background: url('/or/images/photo4.jpg') repeat-y 0 0;}
#header_photo_5 {
	background: url('/or/images/photo5.jpg') repeat-y 0 0;}


/**** BREADCRUMBS ****/
#bcrumb {
	float:left; }

#top-container a:visited {
	color: #0000FF;
	text-decoration: none; }

#top-container a:hover {
	color: #0000FF;
	text-decoration: underline; }
	
#top-container .top-container-right {
	float: right;	}


/**** TABLES ****/
#mainTable table { /* default TABLE Definition Inside Content ID*/
	width: 100%;
	border-collapse: collapse;	}

#mainTable table td{
	padding: 1px 1px 1px 2px;
	border: 1px solid #666666;}
	
#mainTable table th{ 
	padding: 1px 1px 2px 3px;
	background-color:#699271;
	color:#ffffff;
	border-left: 1px solid #699271;
	border-right: 1px solid #699271;	}

.TableWithBorders{
	border-collapse: collapse;
	margin:0px;
	padding:5px;}


.TableWithBorders td {
	border-collapse: collapse;
	border-width:1px;
	border-style:solid;
	border-color:#699271;}


#mainTable table.TableWithNoBorders{
	border-collapse: collapse;
	border: none;
	margin:0px;
	padding:5px;}

	
#mainTable .TableWithNoBorders td {
	border-collapse: collapse;
	border-width: 0;
	border-style:solid;
	border-color:#699271;}	


/*** DEFAULT IMAGE CONTAINERS ***/
.ImageAndCaption{
	clear:both;}
	
.Image{
	margin:4px;}
	
.ImageCaption{
	text-align:center;
	margin:4px;
	font-style:italic;
	font-size:x-small;}


/**** New Relative Content table / similar to quick links ****/
#mainTable table.relativecontent  { 
	float: right;
	width: 155px;
	border-collapse: collapse;
	margin: 0 0 8px 10px;
	border: 1px solid #999999;
	font-size:x-small;
	clear: right;}
	
#mainTable table.relativecontent th{ 
	background-color:#699271;
	color: #FFFFFF;
	border-left: 1px solid #699271;}
		
#mainTable table.relativecontent td{ 
	border: 1px solid #999999;
	padding: 2px;}
	

/**** RIGHT DROP DOWN MENU  V2 ***/
#quicklinks{  /* quicklinks id container */
	margin: 0;
	border: 2px solid #699271; 
	width: 155px;
	float: right;
	clear:right;}

#quicklinks select{ /* quicklinks selectlist */
	color:#333333; 
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	width: 153px;
	font-size: x-small; }

#quicklinks form{ /* quicklinks form styles */
	margin: 0;
	padding: 1px;}

/** END RIGHT DROP DOWN MENU **/


/*****PDF Style***********/
.pdfLabel{
	background-color:#999999;
	color:#ffffff;
	padding:2px;
	display:none;
	position:absolute;
	z-index:100;text-decoration:none;}
.pdfLink a:hover {
	position:relative;}
.pdfLabel a:hover{
	display:inline;
	position:absolute;}
.pdf{
	color: #999999;}
.pdfIcon{
	margin-right:2px;
	margin-left:2px;}
	
/**** SPECIAL STYLES *****/
.BLMSafeGuard{ /*Used to hide special form fields so in our spam trapping efforts*/
	visibility:collapse;
	display:none;}

#print-icon {
	float: right;
	padding: 0 2px;
	width: 70px;
	margin: 0 -2px 0 0;
	text-decoration: none;
	font-size: xx-small;
	white-space:nowrap;}

.inblock-top-line{
	margin: 8px 8px 8px 2px;
	border-top: 1px dotted silver; 
	clear: both;}

.inblock-top-line-noclear{
	margin: 8px 8px 8px 2px;
	border-top: 1px dotted silver; 
	clear: none;}	
	

.inblock-top-line-LG{
	margin: 8px 8px 8px 2px;
	border-top: 2px solid silver; 
	clear: both;}



/**** BEGIN ONE-OFF STYLES****/

#mainTable table.whb {  /*wild Horse and Burros */
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-collapse: collapse;
	border-style: hidden;
	border-style:solid;
	border-color:#FFFFFF;}

#mainTable table.whb td {
	border: none;
	border-collapse: collapse;
	border-style: hidden;
	border-style:solid;
	border-color:#FFFFFF;}

#mainTable p.roman { 
	font-family:"Times New Roman", Times, serif;
	font-size:70px;
	color:#FF0000;
	font-weight: bold;
	float: left;
	width: 10px;
	margin-bottom: 0;
	margin-top: -18px;}

/****  Begin Announce Styles  *****/
.announce {
border: 1px solid #9d722c;
background-color: #f1f1f9;
margin-right: 250px;
padding: 2px;
margin: 40px 260px 10px 0;
}
.announce img{
padding: 2px 5px 0 2px;
float: left;}

.announce p{
padding: 0;}

/****  End Announce Styles  *****/


/****  Begin Alert Box Styles  *****/
.alert {
	background-color: #F6F6D8;
	border: 1px solid #4D7BD3;
	padding: 3px 3px 3px 3px;
	width:400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom:10px;
	}
.alert p{
	text-align: center;
	margin: 2px;}	
.alert a:link {
	font-weight: bold;
	color: #3333FF;
	text-decoration: underline;}	
.alert a:visited { 
	font-weight: bold;
	color: #3333FF;
	text-decoration: underline;}		
.alert a:hover { 
	font-weight: bold;
	color: #3333FF;
	text-decoration: none;}	
/****  end Alert Box Styles  *****/


/**** Clear Fix****/
.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0; }

.clearfix {
		display: inline-block; }

.clearfix_hh:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0; }

.clearfix_hh {
	 }

html[xmlns] .clearfix {
		display: block; }

* html .clearfix {
		height: 1%; }
		
ul.recovery { margin: 0 0 0 72px;}
ul.recovery li { list-style-type: disc;}
.recovSmLogo { margin: 15px 0 0 0}		

/**** END ONE-OFF STYLES****/