/* this is a print style sheet - no pixel measurements! */

#nav, .menu, .sidebar, .breadcrumb, .noprint, #footer, #banner{
	display: none;
}

#main, #main div.content, div.content, div.submain, div.submain div.content{
	width: auto; 
	margin-top: 8%;  
	margin-right: 0; 
	padding: 0;
	float: none !important;
	overflow: visible;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
}

#main div.content{
	width: auto;    
	margin: 5% 0;
	padding: 0;
	float: none !important;
	overflow: visible;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	page-break-inside: auto;
}

#main div.content a[href^="/"]:after{
	content: " (http://www.ohca.state.ok.us" attr(href) ") ";
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10pt;
}
 
#footer{
	float:	left;
	width:	100%;
}


h1, h2, h3, h4{ font-size: 11pt; }

* html .outerwrapper,
* html .wrapper,
* html .innerwrapper{height: 0;	width: 100%; }
 

.wrapper{
	margin-left:	0;
	margin-right:	0;
}


#banner{
	border-bottom:	silver 1px solid;
	float:			left;
	width:			100%;
	background:		url(../images/top_background.gif) no-repeat left bottom; 
}

#banner img{
	margin:			0px;
	border:			0px;
	padding:		0px;
	
	float:			left;
}

#banner h1{
	margin-top:		15px;
	margin-left:	0px;
	padding-left:	10px;
	
	color:			#366;
	font-size:		16px;
	font-weight:	bold;
	line-height:	20px;
	float:			left;
}
/* xPolicy Section */

.chapter_id{    font-size: 13pt; font-weight: bold; width: 13em; height: 50px; white-space: nowrap; }
.subchapter_id{ font-size: 11pt; font-weight: bold; width: 13em; height: 35px; white-space: nowrap; color: #6A6A6A; }
.part_id{       font-size: 10pt; font-weight: bold; width: 13em; height: 25px; white-space: nowrap; color: #6A6A6A; text-indent: 1cm; }
.part_id__{     font-size: 13pt; font-weight: bold; width: 13em; height: 50px; text-align: right; }
.section_id{    font-size:  9pt; font-weight: bold; width: 13em; text-indent: 0.33cm; white-space: nowrap; }
.section_id__{  font-size: 13pt; font-weight: bold; width: 13em; height: 50px; }

.chapter_title{    font-size: 13pt; font-weight: bold; width: 80%; }
.subchapter_title{ font-size: 11pt; font-weight: bold; width: 80%; color: #6A6A6A; text-indent: 0.1cm; }
.part_title{       font-size: 10pt; font-weight: bold; width: 80%; color: #6A6A6A; text-indent: 0.5cm; }
.part_title__{     font-size: 13pt; font-weight: bold; width: 80%; text-indent: 1cm; }
.section_title{    font-size:  9pt; font-weight: bold; width: 80%; }
.section_title__{  font-size: 13pt; font-weight: bold; width: 80%; }

.section{
    font-size: 10pt;
    font-family: courier, Andale Mono,monospace,verdana,arial !important;
    line-height: 140%;
}
a.part{
    color: #6a6a6a;
    text-decoration: none;
}

h1.PolicyAndRules{ margin-top: 25px; font-family: Andale Mono, courier; }
div.section_text{ font-size:11pt; line-height: 140%; font-family: courier,Andale Mono, monospace,verdana,arial !important;  }
