/*
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;
	background:#fff url(../images/design01/body_background.png) repeat-x;
	line-height: 1.2;
}


/* *************** Header *************** */

#header {
	width:968px;
	height:154px;
	margin:0 auto;
	position:relative;
	background:transparent url(../images/design01/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-color:#fff;
	padding:1px 2px;
} 

#header .head_cagov_logo {
	position:absolute;
	top:19px;
	left:17px;
	z-index:0;
}
#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:48px;
	left:645px; /* orig 566 */
	font-size:8pt;
	color:#c2e5f4;
    background-color:#012b41;
}
#head_links a {
	color:#c2e5f4;
	background-color:#012b41;
	margin:0 8px;
}
#head_links a:hover {
	color:#fff;
    background-color:#012b41;
}


/* 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;
    background-color:transparent;
	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;
    background-color:transparent;
	text-transform: uppercase;
	font-size: 1.05em; /*original template 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:96px;
	background:transparent url(../images/ribbon2.png) no-repeat;
	position:absolute;
	top:268px;
	right:3px;
	z-index:20;
}
.add_ribbon #main_content {
	padding:0px 0 0 0; /* reserve space for ribbon */
}

/* *************** page_container *************** */

#page_container {
	background:transparent url(../images/common/page_content_shadow.png) repeat-y;
	width:968px;
	margin:-11px auto 0 auto;
}

#banner, #main_content {
	width:936px;
	margin:0 auto;
	color:#505050;
    background-color:transparent;
}

/* *************** Banner *************** */

#banner {
	height:285px;
}

/* *************** 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:220px; /* orig 320px */
	float:left;
	padding:0 0 0 80px; /*originally 12px left*/
}

.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;
    background-color:transparent;
	font-size:0.92em;
	font-weight:bold;
}
#footer_2 a {
	color:#777777;
    background-color:transparent;
	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/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;
    background-color:transparent;
}
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;
	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/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;
}

.listindent {
	margin-left:15px;
}

/* *************** Custom styles *************** */

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	background:none;
	margin: 0.6em 0;
	padding: 0;
}

.list_style_2 li {
	background:transparent url(../images/content/bullet_green_disc.png) no-repeat 0px 2px;
	padding:0 0 16px 18px;
}

#main_content_index {
	width:936px;
	margin:0 auto;
	color:#505050;
    background-color:transparent;
}
#main_content_index{
	position:relative;
	padding:0px 0 0 0;
}

/*#main_content_index .list_style_2 li {
	background:transparent url(../images/content/bullet_green_disc.png) no-repeat 0px 2px;
	padding:0 0 16px 18px;
}*/

.bio_pic{
	width:220px;
	float:left;
	padding-bottom:0;
	margin-bottom:0;
}
.column_left{
	width:300px;
	float:left;
	padding-bottom:0;
	margin-bottom:0;
}
.column_right{
	width:475px;
	float:right;
	padding-bottom:0;
	margin-bottom:0;
}
.board_members2{
	width:250px;
	float:left;
	padding-bottom:0;
	margin-bottom:0;
}
.board_members{
	width:260px;
	float:left;
	padding-bottom:0;
	margin-bottom:0;
	height:545px;
}
.board_members img{
float:left;
}

.board_info {
	float:left;
	width:650px;
}

.board_info h1{
	background:none;
	padding:0;
}
.whats_new{
	float:left;
	height:170px;
}

.whats_new ul{
	padding-left:30px;
}

.whats_new .list_style_2 li{
	background:none;
	list-style-type:disc;
	
	padding:0 0 10px 0px;
}

.left_column{
width:26%;
float:left;
}
.center_column{
width:33%;
float:left;
height:160px;
}

.center_column_2{
width:33%;
float:left;
}

.right_column{
width:40%;
float:right;
height:160px;
}
.right_column_2{
width:40%;
float:right;
}
.left_column h2{
	margin: 9px 20px 5px -20px;
	padding:2px 18px;
	color:white;
	text-transform:none;
	border:none;
	background:url(../images/headerbox.jpg) no-repeat;
	height:27px;
    background-color:transparent;
}
/*.left_column h3 {
	font-size:1.1em;
	font-weight:bold;
	margin: 10px 20px 10px -20px;
	border:1px solid #d6d7db;
	padding:2px;
	background-color:#335741;
	color:white;
	text-transform:uppercase;
}*/
.connect_icons{
	padding-right:20px;
}
.no_link_style a{
	text-decoration:none;
}
.left_column a{
	text-decoration:none;
}

.add_padding2 {
	padding:15px 20px 10px 20px;
}
.add_padding_subpage{
	padding:0px 16px 16px 16px;
}
.add_padding_index {
	padding:10px 16px 16px 16px;
}
.photo_left{
	float:left;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:10px;
}
.table_grey{
	width:750px;
	padding:10px;
	/*border:1px solid black;*/
	margin:75px;
	margin-top:15px;
	margin-bottom:15px;
}
.table_blue{
    border-collapse: collapse;
}
.table_blue caption{
    margin:auto;
}
table.table_blue th
{
    font-size:1.1em;
	font-weight:bold;
	border:1px solid #13446C;
	padding: .75em 0 .75em .1em;
	color:white;
    background-color:#13446C;
    text-align:left;
}
table.table_blue td
{
	border:1px solid #D3D3D3;
	padding: .75em 0 .75em .1em;
    text-align:left;
}

.connect{
	width:115px;
	float:left;
	padding:2px;
	height:15px;
	
}
.browser{
	width:135px;
	float:left;
	padding:2px;
	height:15px;
}
.connect_logo{
	width:110px;
	float:left;
	padding:2px;
	height:5px;
}
.browser_logo{
	width:140px;
	float:left;
	padding:2px;
	height:5px;
	
}
.submit_title{
	position:absolute;
	top:117px;
	left:375px;
	color:#FFFFFF;
    background-color:transparent;
}
.submit_content{
	position:absolute;
	top:148px;
	left:350px;
	color:black;
    background-color:transparent;
}
.submit_button{
	position:absolute;
	top:215px;
	left:405px;
}
.submit_box{
	position:absolute;
	top:105px;
	left:300px;
    width: 275px;
    height: 143px;
    background: url("../images/submit_box.png")
}
.submit_content label{
	display:block;
	float:left;
	width:5em;
	margin-right: .5em;
	padding-top:4px;
	text-align:right;
}
.submit_content input{
	width:8em;
}

.signature{
	float:right;
	margin-right:65px;		
}

/* TABLE LAYOUTS */
table.table_grey
{
   	border-collapse: collapse;
    /*border: 1px solid black;*/
}


table.table_grey td
{
	/*background-color:#F0F8FF;
    padding: 2px;
	border-width: 1px ;
	border-style: solid;
	border-color: #235666;*/
	border:1px solid white;
	padding: 10px 0 10px 2px;
	color:black;
    background-color:transparent;
}
table.table_grey th
{
	background-color:white;
	color:black;
	padding: 10px 0 0px 2px;
	text-align:left;
	border-bottom:3px solid #245353;
	font-size:10pt;
    /*background-color: #235666;
    font-weight: bolder;
	color:white;*/
}
table.table_grey tr
{
	background-color:#F0F8FF;
    color: black;
}
table.table_grey tr:hover
{
	background-color:#B0C4DE;
    color: black;
}

table.table_grey a
{
	color:black;
    background-color:transparent;
}

caption
{
    caption-side: top;
    width: auto;
    text-align: center;
    font-size: 95%;
    font-style: italic;
}

/** NEW CSS **/

.suzygov_col{
	width:233px;
	float:left;
	margin-bottom:0;
	padding-bottom:0;
	-moz-box-shadow: 2px 1px 12px #000;
	box-shadow: 2px 1px 12px #000;	
}
.suzygov_col img{
float:left;
}

.
.topbanner{
	clear:both;
}

.support{
	padding-top:5px;
	width:233px;
	float:left;
	padding-left:20px;
}

.center_content{
	padding-top:5px;
	float:left;
}
.mid_column{
width:33%;
float:left;
}
.mid_column2{
width:33%;
float:left;
padding-left:130px;
}
.mid_content{
	clear:both;
	height:180px;
	width:936px;
	padding-top:10px;
}
.connect_container{
	float:left;
	width: 233px;
	padding-left:20px;
	height:220px;
}
.whats_new2{
	float:left;
	height:220px;
}

.topbanner2{
	clear:both;
}
.pd_container{
	float:left;
	width: 180px;
	padding-left:200px;
	height:160px;
}
.pd_container2{
	float:left;
	width: 180px;
	padding-left:150px;
	height:160px;
}
.pd_container3{
	width:375px; /* orig 320px */
	float:left;
	padding:0 0 0 5px; /*originally 12px left*/
}
.pd_container4{
	width:275px; /* orig 320px */
	float:left;
	padding:0 0 0 5px; /*originally 12px left*/
}
.pd_title{
	float:left;
	padding-left:75px;
	width:750px;
	
}

/*index 2 css additions*/
.boardbanner{
	float:left;
	margin-bottom:0;
	padding-bottom:0;
}

.gov_col{
	
	float:left;
	padding-left:15px;
	margin-bottom:0;
	padding-bottom:0;
	position:relative;
	z-index:4;
}
.gov_col img{
float:left;
}
.suzy_col{
	width:233px;
	float:right;
	padding-right:38px;
	margin-bottom:0;
	padding-bottom:0;
	position:relative;
	z-index:4;
	
}
.suzy_col img{
float:right;
}

.seal_col{
	width:50px;
	float:left;
	padding-left:93px;
	/*padding-left:130px;
	margin-top:-55px;*/
	position:relative;
	z-index:4;
	
}
.seal_col img{
float:left;
}

.content_right_column2 {
	width:233px; /* orig 320px */
	float:left;
	padding:0 0 0 80px; /*originally 12px left*/
}

/*index4 css additions*/
.boardbanner4{
	float:left;
	padding-left:125px;
	margin-bottom:0;
	padding-bottom:0;
}

/*index5 css additions*/

.content_right_column5 {
	width:233px; /* orig 320px */
	float:right;
	padding:15px 27px 0 0; /*originally 12px left*/
}


.content_left_column1 {
	width:570px;
	height:210px;
	float:left;
	padding-bottom:50;
	margin:0 0 0 0;
}
.content_left_column2 {
	width:250px;
	float:left;
	margin-top:20px;
}
.content_left_column3 {
	width:250px;
	float:left;
	padding-left:65px;
	margin-top:20px;
}
.gov_col2{	
	float:left;
	padding-left:73px;
	margin-top:10px;
	padding-bottom:15px;
	
}
.gov_col2 img{
float:left;
}
.suzy_col2{
	float:left;
	padding-left:73px;
	margin-bottom:0;
	padding-top:0;
	
	
}
.suzy_col2 img{
float:left;
}
.top_space{
margin-top:75px;
}
.top_space img{
position:relative;
z-index:300;
}

.column_left{
	float:left;
	width:50%;
}
.column_right{
	float:right;
	width:50%;
	clear:right;
}
.column_wrap{
	width:100%;
	height:125px;
	clear:both;
}
/*.table_grey td a:visited{
	color:#660099;
}*/

.news{
	padding-left:29px;
}