/*
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.82em; /*0.78*/
	/*background:#fff url(../../images/state_template_v20101209/design03b/body_background.png) repeat-x; */
	line-height: 1.3; /*1.2*/
}


/* *************** Header *************** */


#commonspot_header {
	width: 968px;
	height: 154px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../../images/state_template_v20101209/design03b/header_bg.png) no-repeat top right;
	z-index: auto; /* changed from 10 to auto to stop CommonSpot menues from moving to back - ph 011311 */
}

#header {
	width: 968px;
	height: 154px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../../images/state_template_v20101209/design03b/header_bg.png) no-repeat top right;
	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;
} 

#commonspot_header .head_cagov_logo {
	position:absolute;
	top:55px;
	left:50px;
	z-index: auto;
}

#header .head_cagov_logo {
	position:absolute;
	top:55px;
	left:50px;
	z-index: auto;
}

#commonspot_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: auto;
}

#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: auto;
}

#head_links {
	position:absolute;
	top:46px;
	left:566px;
	font-size:.8em; /* was .9em before I changed .body front size from .78 to .82 - ph 050511 */
	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: auto;
}

.textfield_container {
	width:183px;
	height:20px;
	background:transparent url(../../images/state_template_v20101209/design03b/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/state_template_v20101209/design03b/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/state_template_v20101209/common/nav_divider.png) no-repeat bottom right;
	padding:0 0 0 0px;
}
#navigation li.last_nav_item {
	background-image:none;
}

#move_up_for_authoring {
	padding-top:-40px;
}

#navigation a.nav_home {
	text-decoration:none;
	display: block;
	padding:0 14px 0 15px; /* adjust the width of the tabs by adjusting the left & right padding - originally 0 15px 0 17px - ph 012411 */
	margin-right:2px; /* add 1px gap on right side of tab */
	height:23px; /* 47 - 24 */
	color: #eee;
	text-transform: uppercase;
	font-size: 1em; /*1.21 -reduced size to fit more tabs - ph 012411 (happy birthday to me.) */
	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 a.nav_level1_link {
	text-decoration:none;
	display: block;
	padding:0 14px 0 15px; /* adjust the width of the tabs by adjusting the left & right padding - originally 0 15px 0 17px - ph 012411 */
	margin-right:2px; /* add 1px gap on right side of tab */
	height:23px; /* 47 - 24 */
	color: #eee;
	text-transform: uppercase;
	font-size: 1em; /*1.21 -reduced size to fit more tabs - ph 012411 (happy birthday to me.)
	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/state_template_v20101209/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/state_template_v20101209/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/state_template_v20101209/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/state_template_v20101209/common/page_content_shadow.png) repeat-y;
	width:968px;
	margin:-11px auto 0 auto;
}

#banner, #mega_banner, #main_content {
	width:936px;
	margin:0 auto;
	color:#505050;
}

/* *************** Banner *************** */

#mega_banner {
	height:220px;
	width:936px;
	margin:auto auto auto auto; /* fixes positioning of slides in IE */
}

#banner {
	width:936px;  /* image size 560x220, set width to 588 */
	height:120px;
	margin:auto auto auto auto;
}

#rotating_banner_outer
{
  float: left;
  margin:12px 15px; 
  background: #fff;
  -webkit-box-shadow: 2px 1px 12px  ;
-moz-box-shadow: 2px 1px 12px ;
box-shadow: 2px 1px 12px ;
}


#rotating_banner
{
  height: 220px;
  width: 936px; /* image size 560x220, set width to 588 */ /* image size 872x220, set width to 900 */
  left:0;
}

/* jquery slideshow css */
/* begin: slideshow */
#rotating_banner ul.slides
{
  margin: 0;
  padding: 0;
}

.slides li {
  padding-left: 0;
}
.slideshow {
position:relative;
padding:0;
margin:0;
}
.slideshow a img {
border:none;
}
.slideshow li.slide {
list-style-type:none;
}
.slideshow .slides {
height:220px;
margin:0;
}
.slideshow .slides li.slide {
visibility:hidden;
position:absolute;
left:0px;
top:0;
}
.slideshow .buttons {
display:none;
}
#rotating_banner .buttons li, #rotating_banner .slides li
{
  list-style: none;
}

#rotating_banner .slideshow ul.buttons {
margin: 0; 
padding: 0;
display:block;
position:absolute;
z-index:100;
right:0px;
bottom:5px;
margin:0;
padding-left: 10px;
}
#rotating_banner .slideshow ul.buttons li {
margin: 0; 
padding: 0 5px 0 0;
float:left;
}
.slideshow .buttons li a {
/* font-size: 12.2px; */
font-size: 1em;
float:left;
text-decoration:none;
width:26px;
height:26px;
color:#fff;
/* font-weight: bold; */
outline:0;
line-height: 26px;
text-align: center;
border: 1px solid #fff;
background: #014e77  url(../../images/state_template_v20101209/common/nav_divider.png) no-repeat bottom right;
/*background: #069;*/
/*background: transparent url(images/template-images/slide_btn_dark.png);*/
}
.slideshow ul.buttons li a:hover {
text-decoration:none;
color:#ccc;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
color: #333;
 border: 1px solid #069;
/*border: 1px solid #014e77; */
/*background: #014e77  url(../../images/state_template_v20101209/common/nav_highlight.png) no-repeat bottom right; */
background: #fff;
}
/* end: slideshow */


/* *************** Main Content *************** */



#main_content {
	position:relative;
	padding:0 0 0 0;
}

.add_padding {
	padding:  0px 10px 0px 10px;
}

.add_small_padding{
	padding: 0px 5px 0px 5px;
}

.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/state_template_v20101209/design03b/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 {
	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/state_template_v20101209/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;
	color:#505050;
}
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;
}
/* Hide from regular displays.  Screen readers can still read it.*/
/* .hidden { 
	display:block;
	position: absolute;
	left: -9999px;
	top: 0;
} */

 .minicarousel_hidden { 
	display:block;
	position: absolute;
	left: -9999px;
	top: 0;
} /**/

/* replaced above with this .hidden class from cdfa so carousel tabs module would work */
.hidden {
	display: none;
}

.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/state_template_v20101209/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/state_template_v20101209/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/state_template_v20101209/content/bullet_blue_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 18px;
}


.indent {
	padding-left:42px;
}


/* *************** Custom styles *************** */



/*
================================
Carousel
================================
*/
.carousel {
	position: relative;
	margin: 0;
	width: 663px; /* 663px; */
	height: 94px;
	background: #fff url(../../images/state_template_v20101209/carousel/carousel_bg.png) left -20px repeat-x;
}
.carousel2 {
	position: absolute;
	margin: 0 0 0;
	top: 2px;
	left: 15px;
	width: 635px;
	height: 90px;
	overflow: hidden;
}
.carousel3 {
	position: absolute; 
	padding: 0 0 0 12px;
	width: 975px;
}
.carousel ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.carousel ul li {
	position: relative;
	float: left;
	padding: 0;
	width: 118px;
	height: 90px;
	text-align: center;
}
/* borrowed font from h2 to make headings match better */
.carousel ul li a {
	display: block;
	width: 100px;
	height: 82px;
	padding: 8px 9px 0 9px;
	/*font-size: 14px; */
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  	font-size: 1.1em; /* h2 was originally 1.4 */
  	font-weight: bold;
	line-height: 12px;

}
.carousel ul li a img {
	display: block;
	border: none;
	margin-bottom: 3px;
	opacity: 0.5; filter:alpha(opacity=50);
}
.carousel ul li a:hover {
	text-decoration: none;
}
.carousel ul li.on a {
	background: url(../../images/state_template_v20101209/carousel/carousel_on_bg.png) no-repeat;
	color: #505050;
}
.carousel ul li.on a img {
	opacity: 1; filter:alpha(opacity=100);
}
.carouselpanes {
	width: 663px; /* 663px; */
	height: 320px; /* 240px; */
	margin-bottom: 25px;
	background: #fff;
	border-bottom: 1px solid #cfdeea;
}
.carouselpane {
	position: relative;
}

.carouselpane ul {
	position: absolute;
	top: 18px;
	left: 30px;
	margin: 0;
	padding: 0;
	width: 603px;
	list-style: none;
}
.carouselpane ul.left {width: 286px;}
.carouselpane ul.right {width: 286px; left: 332px;}

/* borrowed the bullet from .list_style_1 to make these match */
.carouselpane ul li {
	font-size: 12px;
	padding-left: 20px;
	/* background: url(../../images/state_template_v20101209/carousel/bullet.png) 0 5px no-repeat; */
	background:transparent url(../../images/state_template_v20101209/content/bullet_blue_disc.png) no-repeat 0px 2px;
	margin: 0 0 8px 0;
}
.carouselpane ul.small li {
	font-size: 11px;
	margin: 0 0 5px 0;
}
.carousel .carousel-prev {
	position: absolute;
	display: block;
	width: 26px;
	height: 94px;
	background: url(../../images/state_template_v20101209/carousel/carousel_btns.png) 0 -188px no-repeat;
	cursor: default;
}
.carousel .carousel-prev-on {
	background-position: 0 -282px;
	cursor: pointer;
}
.carousel .carousel-next {
	position: absolute;
	right: 0;
	display: block;
	width: 26px;
	height: 94px;
	background: url(../../images/state_template_v20101209/carousel/carousel_btns.png) 0 0 no-repeat;
	cursor: default;
}
.carousel .carousel-next-on {
	background-position: 0 -94px;
	cursor: pointer;
}

/*
================================
project_docs_carousel
================================
*/
.project_docs_carousel {
	position: relative;
	margin: 0;
	width: 648px; /* 663px; */
	height: 44px;
	background: #fff url(../../images/state_template_v20101209/carousel/carousel_bg.png) left -20px repeat-x;
}
.project_docs_carousel2 {
	position: absolute;
	margin: 0 0 0;
	top: 2px;
	left: 15px;
	width: 648px;
	height: 42px;
	overflow: hidden;
}
.project_docs_carousel3 {
	position: absolute; 
	padding: 0 0 0 12px;
	width: 975px;
}
.project_docs_carousel ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.project_docs_carousel ul li {
	position: relative;
	float: left;
	padding: 0;
	width: 118px;
	height: 90px;
	text-align: center;
}
/* borrowed font from h2 to make headings match better */
.project_docs_carousel ul li a {
	display: block;
	width: 100px;
	height: 82px;
	padding: 8px 9px 0 9px;
	/*font-size: 14px; */
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  	font-size: 1.1em; /* h2 was originally 1.4 */
  	font-weight: bold;
	line-height: 12px;

}
.project_docs_carousel ul li a img {
	display: block;
	border: none;
	margin-bottom: 3px;
	opacity: 0.5; filter:alpha(opacity=50);
}
.project_docs_carousel ul li a:hover {
	text-decoration: none;
}
.project_docs_carousel ul li.on a {
	background: url(../../images/state_template_v20101209/carousel/carousel_on_bg.png) no-repeat;
	color: #505050;
}
.project_docs_carousel ul li.on a img {
	opacity: 1; filter:alpha(opacity=100);
}
.project_docs_carouselpanes {
	width: 648px; /* 663px; */
	margin-bottom: 25px;
	background: #fff;
	border-bottom: 1px solid #cfdeea;
}
.project_docs_carouselpane {
	position: relative;
}

.project_docs_carouselpane ul {
	top: 18px;
	left: 30px;
	margin: 0;
	padding: 0;
	width: 603px;
	list-style: none;
}
.project_docs_carouselpane ul.left {width: 286px;}
.project_docs_carouselpane ul.right {width: 286px; left: 332px;}

/* borrowed the bullet from .list_style_1 to make these match */
.project_docs_carouselpane ul li {
	font-size: 12px;
	padding-left: 20px;
	/* background: url(../../images/state_template_v20101209/carousel/bullet.png) 0 5px no-repeat; */
	background:transparent url(../../images/state_template_v20101209/content/bullet_blue_disc.png) no-repeat 0px 2px;
	margin: 0 0 8px 0;
}
.project_docs_carouselpane ul.small li {
	font-size: 11px;
	margin: 0 0 5px 0;
}



/*
================================
Layout
================================
*/
.main {
	width: 100%;
	/* background: url(../../images/state_template_v20101209/carousel/main_bg2.png) center top repeat-y; */
}
.main2 {
	width: 936px; /* 960px; */
	margin: 0 auto;
	/* background: url(../../images/state_template_v20101209/carousel/main_bg2.png) -8px 0px repeat-y; */
}
.main3 {
	width: 916px; /* 960px; */
	margin: 0 auto;
	/* background: url(../../images/state_template_v20101209/carousel/main_bg2.png) -8px 0px repeat-y; */
}
.leftcol_big {
	position: relative;
	float: left;
	width: 667px; /* 663px; */
	/* background: #eff4f8; */
	/*padding-top: 14px; */
	min-height: 600px;
}
.rightcol_small {
	float: left;
	width: 268px; /* 297px; */
	background: url(../../images/state_template_v20101209/design03b/small_col_background_1.png) repeat-x; /*#dde7f0 */ /* url(../../images/state_template_v20101209/carousel/main_bg2.png) -671px 0px repeat-y */
	min-height: 600px;
}

.leftcol {
	position: relative;
	float: left;
	width: 667px; /* 663px; */
	/* background: #eff4f8; */
	/*padding-top: 14px; */
	min-height: 600px;
}
.rightcol {
	float: left;
	width: 268px; /* 297px; */
	background: /*#dde7f0 */; /* url(../../images/state_template_v20101209/carousel/main_bg2.png) -671px 0px repeat-y */
	min-height: 600px;
}

.leftcol_small {
	position: relative;
	float: left;
	width: 268px; /* 297px; */
	background: url(../../images/state_template_v20101209/design03b/small_col_background_1.png) repeat-x; /* #eff4f8; */
	padding-top: 14px;
	min-height: 600px;
}

.leftcol_small_top {
	position: relative;
	float: left;
	width: 268px; /* 297px; */
	background: #ecf2f7; /*url(../../images/state_template_v20101209/design03b/small_col_background_1.png) repeat-x;   */
	padding-top: 14px;
	min-height: 600px;
}

.leftcol_small_bottom {
	position: relative;
	float: left;
	width: 268px; /* 297px; */
	background: url(../../images/state_template_v20101209/design03b/small_col_background_1.png) repeat-x; /* #eff4f8; */
}

.rightcol_big {
	float: left;
	width: 647px; /* 663px; */
	/* background: url(../../images/state_template_v20101209/carousel/main_bg2.png) -671px 0px repeat-y; */
	min-height: 600px;
	padding: 0px 10px 0px 10px;
}

/* 936-32padding=904 */