/*
State of California master template
Version 2010.12.09
*/

/* *************** 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;
	line-height: 1.2;
}

body#Body
{
	background:#fff url(../images/design01/body_background.png) repeat-x;
}

#wrapper
{
	position: relative;
}

/* *************** Header *************** */

#header_outer {
    /* Justin commented
	width:968px;
        margin:0 auto;
        */
	height:154px;
	
}

#header {
	width:968px;
	height:154px;
	margin:0 auto;
	position:relative;
	background:transparent url(../images/design01/header_bg.png) no-repeat top right;
	position: relative; /* Compensate for DNN module z-index */
	z-index:10;
}

#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:55px;
	left:50px;
	z-index:10;
}
#header .head_organization_banner {
	position:absolute;
	top:60px; /* Adjusts the position of your organization banner */
	left:165px; /* Adjusts the position of your organization banner */
	z-index:20;
}

#head_links {
	position:absolute;
	top:46px;
	left:566px;
	font-size:.9em;
	color:#c2e5f4;
}
#head_links a {
	color:#c2e5f4;
	background-color:#012b41;
	margin:0 8px;
}
#head_links a:hover {
	color:#fff;
}


/* Search */

#head_search {
	position:absolute;
	left:730px;
	top:71px;
	z-index:10;
}

.textfield_container {
	width:183px;
	height:20px;
	background:transparent url(../images/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:#fff;
	font-size:.9em;
	width:172px; /* Fix FF3 issue where increasing font size causes radio buttons to wrap to two lines */
}
#header .radiobutton {
	position:relative;
	top:2px;
}
.javascript_on #header .radiobutton {
	position:absolute;
	left:-2000px;
}
.javascript_on #radio_container label {
	padding:0 0 0 24px;
	background: url(../images/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:95px;
	left:16px;
	padding-left:128px; /* adjusts the horizontal position of the top-level nav */
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	float: left;
	background: transparent url(../images/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 15px 0 17px; /* 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: uppercase;
	font-size: 1.21em;
	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:45px; /* Add padding so the entire background highlight can be seen */
}

.highlighted_nav_item a.nav_level1_link, .body_home #nav_list :first-child .nav_level1_link {
	background: transparent url(../images/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/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/common/ribbon.png) no-repeat;
	position:absolute;
	top:364px;
	z-index:20;
}

.add_ribbon #page_container {
	z-index: auto;
}

.add_ribbon #main_content {
	padding:0px 0 0 0; /* reserve space for ribbon */
	position: relative;
	z-index: 21;
}

/* *************** page_container *************** */

#page_container {
	background:transparent url(../images/common/page_content_shadow.png) repeat-y;
	width:968px;
	min-height: 350px;
	margin:-11px auto 0 auto;
	position: relative; /* Compensate for DNN module z-index */
	z-index: 1; /* Compensate for DNN module z-index */
}

#banner, #main_content {
	width:936px;
	margin:0 auto;
/*	color:#505050;*/
}

/* *************** Banner *************** */

#banner {
	height:285px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}


/*Justin added for banner text*/
#bannerText
{
    float: left; 
    position:absolute; 
    left:30px; 
    top:33px; 
    z-index:1; 
    color:White;
    
    /*IE specific*/
    top:7px\0;
}

#NeedHelp
{
    font-family:Calibri; 
    font-weight:500; 
    font-size:3.125em; 
    letter-spacing:.5px;
    
    /*IE specific*/
}

#CallHC
{
    font-family:Lato; 
    font-style:italic; 
    font-size:2.375em; 
    padding-top:25px; 
    display:block;
    
    /*IE specific*/
    padding-top:0px\0;
    margin-top:-2px\0; 
}

#HCPhone
{
    font-family:Lato; 
    font-style:normal; 
    font-weight:400;  
    font-size:5em; 
    padding-top:20px; 
    display:block;
    
    /*IE specific*/
    padding-top:0px\0; 
    margin-top:-35px\0; 
}

#HCPhone img
{
    padding-bottom:10px;
    padding-right:5px;
    
    /*IE specific*/
}

#bannerSubmit
{
    font-family:Lato;  
    font-size:2.0625em; 

    padding-left:5px; 
    letter-spacing:1px; 
    margin-top:-10px; 
    display:block;
    
    /*IE specific*/
    margin-top:-35px\0;    
}

/* *************** Main Content *************** */

#main_content {
	position:relative;
	padding:10px 0 0 0;
}

.add_padding {
	padding: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:968px;
	margin:0 auto;
	background:transparent url(../images/design01/footer_bottom_shadow.png) no-repeat;
	text-align:center;
	padding:34px 0 20px 0;
	color:#777777;
    /*
	font-size:0.92em;
	font-weight:bold;*/
}
#footer_2 a {
	color:#777777;
	padding:0 4px;
}

/* ================================================================================= */

/* *************** Content *************** */

ol, ul {

}

.half_width_column {
	width: 50%;
	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/content/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.1em;
	font-weight:bold;
	margin:1em 0;
	border:1px solid #d6d7db;
	padding:2px;
	background-color:#e7eaef;
	text-transform:uppercase;
}
h4 {
	font-size:1.1em;
	font-weight:normal;
	margin:0 0 .4em 0;
}

a {
	text-decoration:none;
	color:#1f70a7;
}
a:hover {
	text-decoration:underline;
}


.hidden { /* Hide from regular displays.  Screen readers can still read it. */
	display:block;
	position: absolute;
	left: -9999px;
	top: 0;
}

.cleaner {
	clear:both;
	font-size:0.0625em;
	border:none;
	margin:0;
	padding:0;
	width:auto;
	float:none;
	height: auto; /* Height causes IE7 Render Bug */
}

.list_style_1 {
	list-style-type:none;
	padding-left:10px;
}
.list_style_1 li {
	background:transparent url(../images/content/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/content/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/content/bullet_blue_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 18px;
}

.indent {
	padding-left:42px;
}


/* *************** Custom styles *************** */

.head_link {
	text-decoration:none;
}

#google_translate_element, .translate_label
{
	float: left;
	margin-right: .8em;
}

#google_translate_element {
	position: relative;
	top: -4px;
	margin-right: .4em;
}

#head_links #google_translate_element a {
	color: #999;
	background: #fff;
}

/* Interactive FAQ Styles */
.interactive_faq {
	margin: 0 0 1em;
}

.interactive_faq .faq_item {
	border: 1px solid #c9c9c9;
	border-bottom: none;
}

.interactive_faq .faq_item:last-child, .interactive_faq .faq_item.last {
	border-bottom: 1px solid #c9c9c9;
}

.interactive_faq .faq_question {
	color: #005284;
	font-size: 1.2em;
	line-height: 1.2em;
	min-height: 19px;
	padding: .4em;
	padding-left: 34px;
	background: #f4f4f4 url('../images/dmhc/icon-faq-expand.png') .4em center no-repeat;
}

.interactive_faq .faq_item.open .faq_question {
	background-image: url('../images/dmhc/icon-faq-collapse.png');
}

.interactive_faq .faq_answer {
	padding: 1em;
}


/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block; width: 16px; height: 16px; margin: 0 6px; overflow: hidden; text-indent: -9999px; background: transparent url('../images/dmhc/slider-select.png') no-repeat 0 0;}
ol.bjqs-markers li a:hover {background-position: -52px 0;}
ol.bjqs-markers li.active-marker a {background-position: -26px 0;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.basic_slider {
	margin-bottom: 60px;
}

.basic_slider .slider_video {
	text-align: center;
}

.basic_slider .bjqs-slide, .basic_slider .bjqs-prev, .basic_slider .bjqs-next {
	list-style: none !important;
}

/*ie7*/ ol.bjqs-markers li a{*display:inline; *text-indent: 0; *color: transparent;}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../images/dmhc/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../images/dmhc/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../images/dmhc/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../images/dmhc/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../images/dmhc/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../images/dmhc/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../images/dmhc/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../images/dmhc/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../images/dmhc/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.slider_hidden {
	display: none;
}

#footer_1a .static_banner p:hover{
    color: #008131;
}
#footer_1a .static_banner h5:hover{
    color: #008131 !important;
}