/* styles.css *//*modified June-25-19 by lquattro*/

/* *************** CSS Reset *************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
/*,table, caption, tbody, tfoot, thead, tr, th, td */{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* *************** Outer structure *************** */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.78em;
	/*background:#fff url(/images/imagesv3/design01/body_background.png) repeat-x;*//*predrupal change*/
        background:#fff url(/images/imagesv3/design01/body_background.png) repeat;
	line-height: 1.2;
}


/* *************** Header *************** */

#header {
	width:964px;/*baseline 990*/
	height:134px;
	margin:0 auto;
	position:relative;
	background:transparent url(/images/imagesv3/design01/arbclassic-header_bg.png) no-repeat right -20px;/*modified 7-18-17 for arbclassic drupal*/
	z-index:10;
	box-shadow: 0px 2px 0px #b4b7b9;/*added 7-18-17 for arbclassic drupal*/
}

#skip_to_content a, #skip_to_content a:hover, #skip_to_content a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip_to_content a:active, #skip_to_content a:focus {
	position:static;
	width:auto;
	height:auto;
	color:#00f;
	background:#fff;
	padding:1px 2px;
} 

#header .head_cagov_logo {
	position:absolute;
	top:35px;/*bline35px*/
	left:39px;/*bline-50px*/
	z-index:10;
}
#header .head_organization_banner {
	position:absolute;
	top:35px; /* Adjusts the position of your organization banner *//*bline60px*/
	left:18px; /* bline-186 Adjusts the position of your organization banner */
	z-index:20;
}

#head_links-sm {/*added for pre-arbclassic drupal tasks- 7-17-17*/
position:absolute;
	/*top:-10px;*/
	/*left:582px;*/
	width:400px
    }

#head_links {
	position:absolute;
	top:10px;/*baseline 26px pre-arbclassic - rding */
	left:650px;/*baseline 582px - pre-arbclassic-rding*/
	font-size:12px;
	color:#c2e5f4;
	width:400px;/*added 12-10-10 to prevent wrapping on ff*/
}
#head_links a {
	color:#c2e5f4;
	/*background-color:#335f9e;*//*commented out for arbclassic-rding-7-17-17*/
	margin:0 8px;
}
#head_links a:hover {
	color:#fff;
	background:transparent;
}
#change_text_size {
    float: right;
    position: relative;
    top: 51px;
    z-index: 10;
	margin-right: 25px;
}


/* Search */
#head_search {	
    float: right;
    left: 0;
    margin-right: 120px;/*Change from 95px to 120px by Ita Quattrone on June 25, 2019 */
	margin-left: -15px;
    position: relative;
    top: 31px; /*Change from 51px to 31px by Ita Quattrone on June 25, 2019 */
    width: 212px;
    z-index: 10;
	font-size: 12px;
}

.textfield_container {
	font-size: 12px;
	width:183px;
	height:20px;
	background:transparent url(/images/imagesv3/design01/header_search_textfield.png) no-repeat;
	float:left;
}
#search_ca_textfield, #search_local_textfield {
	border:0;
	background-color:transparent;
	padding:3px 0 0 8px;
	width:175px; /* 183 - 8 */
	color:#505050;
	font-size:0.92em;
}
.submit_container {
	position:absolute;
	top:0px;
	left:183px;
}
.javascript_off #radio_container {
	display:none;
}
#radio_container {
	position:absolute;
	top:20px;
	left:40px;
	color:#000;
	font-size:.9em;
	width:172px;/*added 12-10-10*/ /* Fix FF3 issue where increasing font size causes radio buttons to wrap to two lines */
}
#header .radiobutton {
	position:relative;
	top:2px;
}

#header.javascript_on .radiobutton {
}

/*  .javascript_on #radio_container label {
	padding:0 0 0 24px;
	background: url(/images/imagesv3/design01/header_search_radiobutton.png) no-repeat 12px 3px;
}*/


.gsc-completion-container {
	z-index:50; /* fix issue where Google autocomplete dropdown appears behind header images */
}


/* Navigation */

#navigation {
	position:absolute;
	top:75px;
}
/* added 7-26-17 by rding - Drupal Web Redesign */
#navigation-arbclassic {
    float: right;
    position: absolute;/*baseline-relative*/
    top: 100px;
    right: 20px;/*baseline- -260px*/
    font-size: 10px;
}

#navigation-arbclassic .ac{
    padding-right: 8px;
    font-size: 15px;
	color:#0A6CA0;
}

#navigation-arbclassic .ac a{
    color:#0A6CA0;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	float: left;
	background: transparent url(/images/imagesv3/common/nav_divider.png) no-repeat bottom right;
	padding:0 0 0 0px;
}
#navigation li.last_nav_item {
	background-image:none;
}

#navigation a.nav_level1_link {
	text-decoration:none;
	display: block;
	padding:0 7px 0 7px; /* adjust the width of the tabs by adjusting the left & right padding */
	margin-right:2px; /* add 1px gap on right side of tab */
	height:23px; /* 47 - 24 */
	color: #eee;
	text-transform:none;/*bline=uppercase-modified 11-16-10*/
	font-size: 15px;/*keep font size consistent*/
	text-shadow: #000 1px 1px 3px; /* This is valid in CSS 2 and 3 but not 2.1 */
	padding-top:24px;
	white-space:nowrap; /* fix IE8 comp mode issue where nav text wraps */
}

#navigation li.last_nav_item a.nav_level1_link {
	margin-right:0px;
}

#nav_list :first-child a.nav_level1_link {
	padding-left:185px; /* Add padding so the entire background highlight can be seen *//*bline=75px-modified on 112910*/
}

.highlighted_nav_item a.nav_level1_link, .body_home #nav_list :first-child .nav_level1_link {
	background: transparent url(/images/imagesv3/common/nav_highlight.png) no-repeat bottom right; /* current page item, home, spec 0-2-1, 1-3-0 */
}
#navigation #nav_list.unhighlight_nav_item a.nav_level1_link {
	background-image:none; /* unhighlight current page item, spec 2-2-1 */
}
#header #navigation #nav_list li:hover a.nav_level1_link {
	background: transparent url(/images/imagesv3/common/nav_highlight.png) no-repeat bottom right; /* hovered item, spec 3-2-2 */
}


/* Ribbon */

.add_ribbon #img_ribbon {
	width:968px;
	height:115px;
	background:transparent url(/images/imagesv3/common/ribbon.png) no-repeat;
	position:absolute;
	top:364px;
	z-index:20;
}

.add_ribbon #main_content {
	padding:38px 0 0 0; /* reserve space for ribbon */
}


/* *************** page_container *************** */

#page_container {
	/*background:transparent url(/images/imagesv3/common/page_content_shadow.png) repeat-y;*/
        background:white;
	width:964px;
	margin:-11px auto 0 auto;
	padding-top: 1px;
}

#banner, #main_content {
	width:962px;
	margin:0 auto;
	/*color:#505050;*/
	color:#000000;/*added 111210*/
}

/* *************** Banner *************** */

#banner {
	height:285px;
}

/* *************** Main Content *************** */

#main_content {
	position:relative;
	padding:0 0 0 0; /*bline10px top*/
}

.add_padding {
	padding:0px;/*bline-16px*/
}

.content_left_column {
	width:570px;
	float:left;
}
.content_right_column {
	width:320px;
	float:left;
	padding:0 0 0 12px;
}

.breadcrumbs {
	padding: 5px 5px 5px 10px;
}
.breadcrumbs img {
	padding: 0 4px;
}


/* *************** Footer *************** */

#footer_2 {
	/*width:990px;*//*baseline - pre - arbclassic*/
	width:964px;/*added 7-19-17 by rding-baseline-962px*/
	margin:0 auto;
	/*background:transparent url(/images/imagesv3/design01/footer_bottom_shadow.png) no-repeat;*//*baseline - pre-arbclassic*/
	background:transparent url(/images/imagesv3/design01/arbclassic-footer.png) no-repeat;
	text-align:center;
	padding:34px 0 20px 0;
	/*color:#777777;*//*baseline color as of 082117*/
	color:#eee;/*added pre drupal-082117*/
	font-size:0.92em;
	font-weight:bold;
}
#footer_2 a {
	/*color:#777777;*//*baseline as of 082117*/
	color:#d8f3ff;/*added predrupal-082117*/
	padding:0 4px;
}

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

/* *************** Content *************** */

ol {
	padding-left:40px;
}

.half_width_column {
	width:120px;
	float:left;
	margin-bottom:20px;
}

p {
	margin:.8em 0;
}

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	/*background:url(/images/imagesv3/common/bullet_arrow_right_green.png) no-repeat;*/
	margin: 0.6em 0;
	/*padding: 0 0 0 38px;*/
}

h2 {
	/* font-family: "Arial Narrow", Arial, Helvetica, sans-serif; */
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  	font-size: 1.4em;
  	font-weight: bold;
	margin: 0.6em 0;
}
h2 img {
	vertical-align:middle;
	padding-right:6px;
}
h3 {
	font-size:1.2em;
	font-variant: small-caps;
	font-weight:bold;
	margin:1em 0;
	margin-bottom: 2px;
	/*border:1px solid #d6d7db;*//*11-16-10 removed for newtemp*/
	padding:2px;
	/*background-color:#e7eaef;*//*removed 11-16-10*/
	text-transform:none;/*bline-uppercase-modified to none 03-01-11*/
	}

h4 {
	font-size:1.1em;
	font-weight:bold;/*modified 030111 from normal*/
	margin:0 0 .4em 0;
}

a {
	text-decoration:none;
	color:#0000ff;/*#003366;-bline-changed 031111*/
	background: none;
}

a:visited
{
	/*color: #888;*/
	color: #7e0c0c;/*03-07-11- modified so we can see*/
}

a:hover {

	/*color: #7e0c0c;*//*removed 030111 for ada reasons*/
	text-decoration:underline;
}

a:active
{
	
}

.hidden {
 display:none; /* For IE 4 only */
}

.hidden { /* Hide from regular displays.  Screen readers can still read it. */
	display:block;
	position: absolute;
	left: -9999px;
	top: 0;
}

.cleaner {
	clear:both;
	height:2px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	width:auto;
	float:none;
}

.list_style_1 {
	list-style-type:none;
	padding-left:10px;
}
.list_style_1 li {
	background:transparent url(/images/imagesv3/common/bullet_blue_disc.png) no-repeat 0px 2px;
	padding:0 0 14px 18px;
}
.list_style_1 a {
	font-size:1.1em;
	font-weight:bold;
}
.list_style_1 div {
	margin:.4em 0 0 0;
}

.list_style_2, .list_style_2 ul {
	list-style-type:none;
	padding-left:10px;
}
.list_style_2 li {
	background:transparent url(/images/imagesv3/common/bullet_blue_disc.png) no-repeat 0px 2px;
	padding:0 0 16px 18px;
}
.list_style_2 li li {
	margin:6px 0 0 0;
	padding:0 0 0 18px;
}

/* list with white > on blue disc bullets */
#main_content .list_style_4 {
	list-style-type:none;
	padding-left:10px;
	float:left;
}
#main_content .list_style_4 li {
	float:none;
	background:transparent url(/images/imagesv3/common/bullet_blue_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 18px;
}


.indent {
	padding-left:42px;
}


/* *************** Custom styles *************** */
a:active {
 color: #c84b13;
}

img {
 border:0px;
}

p {
 margin:.7em 0em .9em 0em;
}

ul {
 margin: 1em 0em 1em 1.4em;
 padding: 0em 0em .5em 1.4em;
}

ul ul {
 margin: 0em 0em 0em 1.4em;
 padding: .2em 0em .2em 1.4em;
}

p#updated {
 text-align:center;
 font-style:italic;
 font-size:0.9em;
}

p#oneup {
 text-align:center;
 margin:5px 0;
}

/* end styles.css */



/* Navigation - Mega Drop-Down *//*12-10-10:  This will be the new style sheet for the new topnav.inc*/

/* Nav panel */

.nav_panel {
	display:none;
	position:absolute;
	width:870px; /* 936 - 10 - 50 *//*bline876px*/
	height:230px;
	left:0px;
	background:transparent url(/images/imagesv3/common/nav_panel_background.png) no-repeat bottom center;
	padding:30px 42px 0 78px;
	overflow:visible;
}

.add_ribbon .nav_panel {
	height:300px; /* 330 - 30 */
	background:#e5e5e5 url(/images/imagesv3/common/nav_shadow.png) repeat-x;
}

.nav_panel ul {
	width:290px;
	float:left;
}

.nav_panel ul a, .nav_panel ul .nav_p_description {
	/*background-color:#e5e5e5; /* Needed when images are turned off */
}

#navigation .nav_panel li {
	float: none;
	background:transparent url(/images/imagesv3/common/bullet_blue_disc.png) no-repeat 0 2px;
	padding:0px 0px 20px 18px;/*111510-bline bottom padding:20px*/
}

/*11-15-10: customized class for Air Quality*/

#navigation .nav_panel li.aq {
	float:none;
	background:transparent url(/images/imagesv3/common/bullet_blue_disc.png) no-repeat 0 2px;
	padding:0px 0px 2px 18px;/*111510-bline bottom padding:20px*/
	clear:both;/*added this on per Greg Watanabe to fix the arrow anomaly*/
}

#navigation .nav_panel li.ding {/*added 120810 for sub heading single space*/
    background: url("/images/imagesv3/common/bullet_blue_disc.png") no-repeat scroll 0 3px transparent;
	left:30px;
	position:relative;
	padding-top:1px;
	padding-bottom:1px;
}

#navigation .nav_panel li.dingbottom {/*added 120810 for next to last list-provides space*/
    background:transparent url(/images/imagesv3/common/bullet_blue_disc.png) no-repeat 0 21px;
	padding-top:18px;
	padding-bottom:1px;
	float:none;
}

.javascript_off #navigation li:hover .nav_panel {
	display:block;
	z-index:2;
}

.nav_p_heading {
	color:#003366;
	font-size:14px;
	font-weight:bold;
}

.nav_p_heading.ding {/*12-10-10:for sublists to allow a non bold look*/
	color:#003366;
	font-size:14px;
	font-weight: 800;
}

.ding a { /*12-10-10: allows for sublists to retain color*/
    color:#003366;
}

.nav_panel a:visited {/*121010-note Allows topnav content to retain color*/
 color: #003366;
 }
 
 .nav_panel a:hover {/*121010-note Allows topnav to change color on hover*/
  /*color: #7e0c0c;*//*commented out 03/01/11 for ada reasons*/
  text-decoration:underline;
 }

/*12-13-10: added selector for Laws and Regs-allows for additional spacing. Original did not fit in*/
#navigation .nav_panel li.lr {
	float:none;
	background:transparent url(/images/imagesv3/common/bullet_blue_disc.png) no-repeat 0 5px;/*bl=2px*/
	padding:3px 0px 0px 18px;/*111510-bline bottom padding:20px*/
	clear:both;/*added this on per Greg Watanabe to fix the arrow anomaly*/
}

ul li.lr .nav_p_description {/*Hid for test only*/
	font-size:11px;
	padding-top:2px;
}

.nav_p_description {/*Hid for test only*/
	font-size:11px;
	padding-top:4px;
}

/* End Navigation - Mega Drop-Down */


/*
design01 css
*/
#textfield_container {
	background:transparent url(/images/imagesv3/design01/header_search_textfield.png) no-repeat;
}

/*
end design01 css
*/


/*
footer with dark container css
*/

#footer_1a {
	/*background:#615846 url(/images/imagesv3/design01/footer_bg.png) repeat-y;*//*baseline - pre-arbclassic*/
	background:#615846 url(/images/imagesv3/design01/arbclassic-footer.png) repeat-y;/*added 7-19-17 for drupal project*/
	width:964px;/*baseline 962px-modified for arbclassic*/
	margin:0 auto;
	color:#eaeaea;
	font-weight:bold;
}
#footer_1b {
	width:962px;
	padding:0 0 0 0;/*bline 50px*/
}
#footer_1b .footer_links {
	text-align:center;
	padding:10px 0 0 0;
}

#footer_1b a {
	color:#eaeaea;
	padding:0 5px;
}

/*added: 120810*/
#footer_1b a:hover {
	background:none;
}

/*
end footer with dark container css
*/




/***********************************/
/* Global Styles -rev-10-04-10     */
/***********************************/


/*---------------------------------------------*/
/*  Layout                                     */
/*---------------------------------------------*/
.two_columns #main_content, .three_columns #main_content
{
 background: url("/images/imagesv3/design01/leftcolumn.gif") repeat-y;
}

.three_columns #main_content .add_padding
{
  background: transparent url("/images/imagesv3/design01/mainbg.gif") repeat-y right top;
}

#contentarea1col {
 margin: 10px 10px 0;
 padding: 0 0 7px;
}

#contentarea2col {
 margin: 0 10px 0 209px;
 padding: 0 0 7px;
}

.two_columns #content_area, .three_columns #content_area {
	margin-top: 10px;
}

#contentarea3col {
 margin: 0 209px;
 padding: 0 0 7px;
}

p:first-child {
 margin-top:0;
}

#wrapper {
 zoom: 1; /* http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=11387 */
 float: left;
 width: 100%;
}

@media print{/*01-25-10: added per Bill Fell Request to not show nav item, just content*/

 #leftcolumn, #rightcolumn, #navigation, #head_links, #change_text_size, #heading, #head_search, #footer, #footer_1a, #footer_2, #subfooter2col { /* Hides the nav, search and footer */
  display:none;
 }

 #contentarea2col {/*Added as a result of Print Preview Issue 04-26-10*/
  display:inline; /* Needed for FF */
 }
 
 #content_area {/*Added 11-28-11 -see change control log*/
  font-size:16pt;
 }
 
 }

/***********************************/
/* END Global Styles               */
/***********************************/



/***********************************/
/* Sidebar Styles                  */
/***********************************/

#leftcolumn {
 float:left;
 width:199px;
 height:100%;
 margin:0;
 padding: 30px 0 7px;/*modified for arbclassic-71717 by rding*/
/* padding: 15px 0 7px;*//*pre-arbclassic*/

}

#rightcolumn {
 float:right;
 width:199px;
 margin:0;
 padding: 15px 0px 7px 0px;
 overflow: hidden;
}

#leftcolumn ul {
 margin: 0em 0.5em 1em 0em;
 padding-left:5px;/*111210-added for new template*/
}

/* Top of Sidebar */
#leftcolumn .makedate {
 margin: 0 0 2px 6px;
 padding: 2px 10px;
 font-size: 0.85em;
 font-weight: bold;
 background: #e5e5e5;
}

#leftcolumn h3 {
 font-size:1.2em;
 font-variant: small-caps;
 margin-bottom: 2px;
}

#leftcolumn .navcolumn, #leftcolumn .secondnav {
 margin:0;
 padding: 1px 0 4px 8px;
}

#leftcolumn .navcolumn {
 padding-bottom: 15px;
}

#leftcolumn .navcolumn h3, #leftcolumn .secondnav h3 {
 margin-top: 6px;
}

#leftcolumn .navcolumn a, #leftcolumn .secondnav a { 
 display:block;
}

#leftcolumn .bluelist li, #leftcolumn .secondlist li {
 padding:2px 2px 2px 15px;
 margin-bottom:0px;
 background: url("/images/imagesv3/common/bullet_blue_disc.png") no-repeat scroll -.12em 4px transparent;
 list-style-type: none;
 list-style: none;
 display:block;
}

/*#leftcolumn .secondlist li {*//*030911- no longer needed*//*
 list-style-image:url("/images/imagesv3/bullet_black.gif");
}
*/
#leftcolumn .bluelist a, #leftcolumn .secondlist a {
 text-decoration: none;
 display:block;
}

#leftcolumn .bluelist a:hover, #leftcolumn .secondlist a:hover {
 text-decoration: underline;/*added underline for ada-030111*/
}

#leftcolumn .secondlist a:hover {
 background:#ccd4df;
}
#ois #lefthandnav ul  {     
padding: 0;
margin: 0 0.5em  0.5em 0;
}

#rightcolumn ul {
 margin: 0em 0.5em 1em 0em;
}

#rightside {
 float:right;
 width:1px;
 margin:0;
 padding:0;
}

/***********************************/
/* Content Styles                  */
/***********************************/

/* included in arbformat.css */

/***********************************/
/* Footer Styles                  */
/***********************************/

#sharethis {
position:relative;
top:0px; 
left:0px;
}

#sharethis a
{
padding: 1px 5px 5px 22px;
}

#preload {
    display:none;
}
