/*
State of California 2012 master template
Version 2013.xx.xx
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
{
    display: block;
}
audio, canvas, video
{
    display: inline-block;
}
.ie7 audio, .ie7 canvas, .ie7 video
{
    display: inline;
    min-width: 1px;
}
audio:not([controls])di
{
    display: none;
}
[hidden]
{
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html
{
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body
{
    margin: 0;
    font-size: 0.9em;
    line-height: 1.231;
}

body, button, input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* x::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
x::selection { background: #fe57a1; color: #fff; text-shadow: none; } */

/* =============================================================================
   Links
   ========================================================================== */

a
{
    color: #1f70a7;
}
a:visited
{
    color: #551a8b;
}
a:hover
{
    color: #06e;
}
a:focus
{
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active
{
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title]
{
    border-bottom: 1px dotted;
}

b, strong
{
    font-weight: bold;
}

blockquote
{
    margin: 1em 40px;
}

dfn
{
    font-style: italic;
}

em
{
	font-style: italic;
}

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins
{
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark
{
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp
{
    font-family: monospace, monospace;
    _font-family: 'courier new' , monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre
{
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q
{
    quotes: none;
}
q:before, q:after
{
    content: "";
    content: none;
}

small
{
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -0.5em;
}
sub
{
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol
{
    margin: 1em 0;
    padding: 0 0 0 40px;
    
}
dd
{
    margin: 0 0 0 40px;
}
nav ul, nav ol
{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root)
{
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure
{
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form
{
    margin: 0;
}
fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label
{
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend
{
    border: 0;
    padding: 0;
}
.ie7 legend
{
    margin-left: -7px;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea
{
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
.ie7 button, .ie7 input, .ie7 select, .ie7 textarea
{
    vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input
{
    line-height: normal;
}
.ie7 button, .ie7 input
{
    overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

.ie7 table button, .ie7 table input
{
    overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"]
{
    cursor: pointer;
    -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box;
}
input[type="search"]
{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea
{
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
/* input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; } */

/* =============================================================================
   Tables
   ========================================================================== */

table
{
    border-collapse: collapse;
    border-spacing: 0;
    
}
td
{
    vertical-align: top;
}



.divtable
{
    border-collapse: collapse;
    display: table;
}

.divtableCaption
{
    display: table-caption;
}
.headrowGroup
{
    display: table-header-group;
}

.divcolGroup
{
    display: table-column-group;
}
.divcol
{
    display: table-column;
}

.divrowGroup
{
    display: table-row-group;
}
.divrow
{
    display:table-row; 
}
.divCell
{
    border: thin solid #000000;
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
    font-weight: none;
    text-align: center;
    border-collapse: collapse;
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir
{
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.ir br
{
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden
{
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible
{
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix:after
{
    clear: both;
}
.ie7 .clearfix
{
    min-width: 1px;
}
.ie8 .clearfix:before, .ie8 .clearfix:after
{
    display: inline;
}
/* fix for extra space in IE8 */

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

header, #main_content, footer
{
    min-width: 320px;
}

header
{
    background-size: cover;
    background-color: #fff;
    position: relative;
    z-index: 999999;
}
.header_half
{
    position: static;
}
.home header
{
    min-height: 0;
    background-position: 40% 40%;
}
header a, header a:link, header a:visited, header a:hover, .submit_container input
{
    color: #fff; /* needed when images are turned off */
}

.logo_and_banner
{
    margin: 0 118px 0 59px; /* make room for buttons on left and right */
}
.head_cagov_logo
{
    /* 94 x 74 */
    display: none;
}
.head_organization_banner
{
    /* 269 x 39 */
    position: relative; /* margin:0 auto; 	top:0px; 	width:100%; */
    height: 69px;
    line-height: 69px; /* vertically centers the image */
    text-align: center;
}
.head_organization_banner img
{
    max-width: 100%;
    max-height: 100%;
}
.phone_hdr
{
    height: 69px;
    margin-bottom: 2px;
}

/* Search */

#head_search
{
    box-sizing:border-box;
    position: absolute;
    padding: 5px 0% 2px 2%;
    display: none;
    min-width: 320px;
    width:100%;
    z-index: 11;
    min-height: 66px;
}
/*.home #head_search
{
    padding: 12px 0% 12px 4%;
}*/
#head_search.phone_show_search
{
    display: block;
}

.textfield_container
{
    margin-right: 54px;
}
/*.home .textfield_container
{
    margin-right: 120px;
}*/
#search_local_textfield
{
    width: 100%;
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid transparent;
    font-size: 1.1em;
}
#search_ca_textfield
{
    width: 100%;
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid transparent;
    font-size: 1.1em;
}
#radio_container {
    /*position: absolute;
    top: 30px;
    left: 40px;*/
    margin-top:3px;
    color: #FFF;
    font-size: 1.1em;
    width: 186px;
}
#radio_container label {
    background: url('/images/template2013/header_search_radiobutton.png') no-repeat scroll 12px 3px transparent;
    background-position: 50% 50%;
    padding: 0px 0px 0px 24px;
    border-style: solid;
    border-width: 4px 0px 4px 0px;
    border-color: Transparent;
    background-origin: padding-box;
}
#radio_container .radiobutton {
    position: absolute;
    visibility:hidden;
}
#control
{
    float:left;
}
#head_search .translateBox
{
    padding: 5px;
    float: right;
}
#head_search .translateBox .goog-te-gadget-simple
{
    border-radius: 4px;
}
/*.home #search_local_textfield
{
    padding: 16px;
    border: 2px solid transparent;
}*/
.submit_container
{
    position: absolute;
    top: -3px;
    right: 4px;
    background: transparent url(../images/template2013/header_search_submitbutton.png) no-repeat 0 0;
    background-size: cover;
    width: 40px;
    height: 40px;
}
.ie7 .submit_container, .ie8 .submit_container
{
    background: transparent url(../images/template2013/header_search_submitbutton.png) no-repeat -11px -11px;
}
.submit_container:hover
{
    background-position: 0 100%;
}
.ie7 .submit_container:hover, .ie8 .submit_container:hover
{
    background-position: -11px -71px;
}
.ie7 .home .submit_container, .ie8 .home .submit_container
{
    background-position: 0 0;
}
.ie7 .home .submit_container:hover, .ie8 .home .submit_container:hover
{
    background-position: 0 -60px;
}
/*.home .submit_container
{
    top: 8px;
    right: 8px;
    width: 60px;
    height: 60px;
}*/
.submit_container input
{
    width: 40px;
    height: 40px;
}
/*.home .submit_container input
{
    width: 60px;
    height: 60px;
}*/

/* Navigation */

#navigation
{
    width: 100%;
    z-index: 20;
    height: 0px;
    overflow: hidden;
    position: absolute;
}
.ie7 #navigation
{
    height: auto;
    overflow: visible;
}
#navigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    width:100%;
    background-color: Transparent;
    background: solid;
}
#navigation li
{
    padding: 0;
    margin-bottom: 2px;
}

#navigation li li
{
    width: auto;
    margin-bottom: 0;
}

#navigation a.nav_level1_link
{
    text-decoration: none;
    display: block;
    position: relative;
    padding: 13px 0;
    color: #fff;
    font-size: 1.21em;
    font-weight: bold;
    white-space: nowrap; /* fix IE8 comp mode issue where nav text wraps */
    text-align: center;
}

#navigation.phone_show_nav #nav_list li
{
    border-radius: 4px;
}

.highlighted_nav_item a.nav_level1_link
{
    text-shadow: 0 0 0.2em #ce770e, 0 0 0.2em #ce770e;
}
.highlighted_nav_item a.nav_level1_link #nav_home_container
{
    background-position: 0 -40px;
}
#navigation #nav_list.unhighlight_nav_item a.nav_level1_link
{
    text-shadow: none;
}
header #navigation #nav_list li:hover a.nav_level1_link
{
    text-shadow: 0 0 0.2em #ce770e, 0 0 0.2em #ce770e;
}
header #navigation #nav_list li:hover a.nav_level1_link #nav_home_container
{
    background-position: 0 -40px;
}

#nav_home_container
{
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    background: transparent url(../images/template2013/nav_home.png) no-repeat 0 0;
}
#nav_home_container + img
{
    width: 40px;
    height: 1px;
}
.nav_panel
{
    display: none;
}

#nav_list
{
    position: absolute;
    width: 100%;
    bottom: 0;
}
#nav_list li
{
    display:block;
    width:14em;
}
#nav_list li:nth-child(1)
{
    width:5em;
    border:0;
}
#nav_list li li
{
    display:block;
    border:0;
    width:auto;
}
#nav_list li li:nth-child(1)
{
    width:auto;
}
.ie7 #nav_list
{
    position: static;
}

.phone_hd_left
{
    position: relative;
    float: left;
    z-index: 10;
}

.phone_hd_right
{
    top: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    width: 118px; /* 6+47+6+6+47+6 = 118 */
}
.phone_hd_left a, .phone_hd_right a
{
    float: left;
    cursor: pointer;
}
.p_h_button
{
    display: block;
    width: 47px;
    height: 41px;
    margin: 12px 6px 12px 6px;
}
.p_h_menu
{
    background: transparent url(../images/template2013/phone_nav.png) no-repeat 0 0;
}
.p_h_mobile_gallery
{
    background: transparent url(../images/template2013/phone_nav.png) no-repeat -50px 0;
}
.p_h_contact
{
    background: transparent url(../images/template2013/phone_nav.png) no-repeat -100px 0;
}
.p_h_search
{
    background: transparent url(../images/template2013/phone_nav.png) no-repeat -150px 0;
}

.hide_from_phones
{
    display: none;
}

/* content structure */

#main_content
{
    background: #fff url(../images/template2013/nav_shadow.png) repeat-x;
    overflow-x:auto;
    overflow-y:hidden;
}
.ie7 #main_content
{
    background: #fff;
}

.content_left_column
{
    min-height: 100px;
    background: #fff url(../images/template2013/nav_shadow.png) repeat-x;
    margin: 0;
    padding: 1px 0 20px 0;
}
.content_right_column
{
    min-height: 100px;
    padding: 20px 0 20px 0;
}

/* Footer */

footer
{
    color: #ffffff;
    text-align: center;
    padding-top: 18px;
    box-shadow: inset 0 10px 6px -6px black;
    line-height: 2.5;
}
.rgba footer
{
    color: rgba(255, 255, 255, 0.85);
}

footer a, footer a:hover, footer a:visited
{
    color: #fff;
}
footer div
{
    padding-bottom: 0.8em;
}
footer a
{
    padding: 2px 1.4%;
    margin-right: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}
footer a.nodisplay
{
    padding: 0;
    margin-right: 0;
    background-color: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#background_decorative
{
    display: none;
}

#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
{
    top: 0px;
    width: auto;
    height: auto;
    color: #00f;
    background: #fff;
    padding: 1px 2px;
}

/* ***** Content ***** */
.center_content
{
    width: auto;
    text-align: center;
}
.vCenterer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vCentered
{
    display: inline-block;
    vertical-align: middle;
}
.right_content
{
	width: auto;
	text-align: right;
}

.red_content
{
	width: auto;
	text-align: left;
	color: #FF0000;
}

.left_content
{
    width: auto;
	text-align: left;
}
.add_padding
{
    padding: 16px 4%;
}
.ie7 .add_padding
{
    padding: 26px 4%;
}
.add_maincontent_padding
{
    padding: 16px 1% 16px 1%;
}
.add_side_padding
{
    padding: 0 4%;
}
.add_topbottom_padding
{
    padding: 16px 0;
}

.add_bottom_padding
{
    padding-bottom: 16px;
}

h1
{
    font-family: 'Arial Narrow' , 'Helvetica Narrow' , Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    color: #c60;
    font-size: 2em;
}
h2
{
    font-family: 'Arial Narrow' , 'Helvetica Narrow' , Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    color: #666;
    font-size: 1.8em;
}
h3
{
    font-family: 'Arial Narrow' , 'Helvetica Narrow' , Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    color: #333;
    font-size: 1.6em;
    border-bottom: 2px solid #bcbcbc;
}
h4
{
    font-family: 'Arial Narrow' , 'Helvetica Narrow' , Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    color: #333;
    font-size: 1.4em;
    border-bottom: 2px dotted #cccccc;
}

h5
{
    font-family: 'Arial Narrow' , 'Helvetica Narrow' , Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    color:  #ffffff;
    font-size: 1.3em;
    background: #663300;
    text-align: center;
    padding: 6px 0;
}
h6
{
    font-family: 'Arial Narrow' , 'Helvetica Narrow' , Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    color:  #000000;
    font-size: 1.8em;
   
    text-align: left;
    
   
}
h7
{
    font-family: 'Arial Narrow' , 'Helvetica Narrow' , Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: normal;
    color: #666;
    font-size: 1.8em;
    background: #FFFFFF;
    text-align: center;
	
   
}
.add_icon_bullet_arrow_right
{
    background: transparent url(../images/content/bullet_arrow_right.png) no-repeat top left;
    padding-left: 40px;
}
.add_icon_blue_arrow_down
{
    background: transparent url(../images/template2013/icon_blue_arrow_down.png) no-repeat top left;
    padding-left: 40px;
}
.add_icon_blue_arrow_right
{
    background: transparent url(../images/template2013/icon_blue_arrow_right.png) no-repeat top left;
    padding-left: 40px;
}
.add_icon_blue_star
{
    background: transparent url(../images/template2013/icon_blue_star.png) no-repeat top left;
    padding-left: 40px;
}

.add_icon_brown_road, .add_icon_brown_arrow_right, .add_icon_brown_arrow_up, .add_icon_brown_i, .add_icon_brown_links, .add_icon_brown_rss, .add_icon_black_asterisk, .add_icon_orange_arrow_right, .add_icon_orange_rss, .add_icon_orange_star, .add_icon_orange_i, .add_icon_orange_links, .add_icon_orange_onlineforms, .add_icon_orange_onlineservices, .add_icon_orange_road
{
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 30px;
}

.add_icon_brown_road
{
    background-image: url(../images/template2013/icon_brown_road.png);
}
.add_icon_brown_arrow_right
{
    background-image: url(../images/template2013/icon_brown_arrow_right.png);
}
.add_icon_brown_arrow_up
{
    background-image: url(../images/template2013/icon_brown_arrow_up.png);
}
.add_icon_brown_i
{
    background-image: url(../images/template2013/icon_brown_i.png);
}
.add_icon_brown_links
{
    background-image: url(../images/template2013/icon_brown_links.png);
}
.add_icon_brown_rss
{
    background-image: url(../images/template2013/icon_brown_rss.png);
}

.add_icon_black_asterisk
{
    background-image: url(../images/template2013/icon_black_asterisk.png);
}

.add_icon_orange_arrow_right
{
    background-image: url(../images/template2013/icon_orange_arrow_right.png);
}
.add_icon_orange_rss
{
    background-image: url(../images/template2013/icon_orange_rss.png);
}
.add_icon_orange_star
{
    background-image: url(../images/template2013/icon_orange_star.png);
}
.add_icon_orange_i
{
    background-image: url(../images/template2013/icon_orange_i.png);
}
.add_icon_orange_links
{
    background-image: url(../images/template2013/icon_orange_links.png);
}
.add_icon_orange_onlineforms
{
    background-image: url(../images/template2013/icon_orange_onlineforms.png);
}
.add_icon_orange_onlineservices
{
    background-image: url(../images/template2013/icon_orange_onlineservices.png);
}
.add_icon_orange_road
{
    background-image: url(../images/template2013/icon_orange_road.png);
}

.container_style_a
{
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1em;
}
.container_style_a h4
{
    color: white;
    font-weight: bold;
    margin: 0 0 .8em 0;
    padding: 4px 12px;
}

.container_style_b
{
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1em;
}
.container_style_b h4
{
    color: #473f2c;
    font-weight: bold;
    margin: 0 0 .8em 0;
    padding: 4px 12px;
}

.container_style_c
{
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.container_style_c h4
{
    color: #473f2c;
    font-weight: bold;
    margin: 0 0 .8em 0;
    padding: 4px 12px;
}

.container_style_d h5
{
    position: relative;
    -moz-box-shadow: 0px 3px 3px #aaa;
    -webkit-box-shadow: 0px 3px 3px #aaa;
    box-shadow: 0px 3px 3px #aaa;
    margin: 0 0 .8em 0;
}

.style_d_triangle
{
    width: 32px;
    height: 21px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -16px;
}

.container_style_e h5
{
    color: #333333;
    -moz-box-shadow: 0px 3px 3px #aaa;
    -webkit-box-shadow: 0px 3px 3px #aaa;
    box-shadow: 0px 3px 3px #aaa;
    margin: 0 0 .8em 0;
}
.container_style_f
{
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1em;
}
.container_style_f h4
{
    color: white;
    font-weight: bold;
    margin: 0 0 .8em 0;
    padding: 4px 12px;
}

div.container_style_a .add_padding, div.container_style_b .add_padding, div.container_style_c .add_padding, div.container_style_d .add_padding, div.container_style_e .add_padding
{
    padding: 0 12px;
}
.container_style_d .calender
{
    list-style-type: none;
    padding-left: 5px;
}
.calender li
{
    padding-bottom: 0px;
}
.calender li a
{
    position: inherit;
    width: auto;
}
.calender img
{
    padding: 0 15px 0 0;
}
.MinCal
{
    clear:both;
    overflow:hidden;
}
.MinCalIcon
{
    width: 35px;
    float: left;
    clear: left;
    border: 1px solid black;
    margin: 5px;
}
.MinCalTop
{
    width: 100%;
    border-bottom: 1px solid black;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    font-family: "Arial Black", Gadget, sans-serif;
}
.MinCalBot
{
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    font-family: "Arial Black", Gadget, sans-serif;
}
.MinCalText
{
    float: left;
    padding: 0px;
    margin: 5px;
}
/* Blue disc for bullets, bold links */
.list_style_1
{
    list-style-type: none;
    padding-left: 10px;
} 


ul.list_style_1 li
{
    background: transparent url(../images/template2013/bullet_blue_disc.png) no-repeat 0px 2px;
    padding: 0 0 14px 18px;
}
ol.list_style_1 li
{
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 14px 18px;
}
/*.list_style_1 a
{
    font-weight: bold;
}*/
.list_style_1 div
{
    margin: .4em 0 0 0;
}

/* Blue disc for bullets, normal links */
.list_style_2, .list_style_2 ul
{
    list-style-type: none;
    padding-left: 10px;
}
.list_style_2 li
{
    background: transparent url(../images/template2013/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;
}

/* Gray arrow for bullets */
.list_style_3
{
    list-style-type: none;
    padding-left: 10px;
}
.list_style_3 li
{
    background: transparent url(../images/template2013/bullet_gray_arrow.png) no-repeat 0px 0px;
    padding: 4px 0 14px 18px;
}

.featured_narrative
{
    width: 90%;
    margin: 0 auto;
    padding: .5em;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-style: italic;
    line-height: 1.5;
}

.media_caption
{
    border: 1px solid #d6d6d6;
}
.media_caption img
{
    width: 100%;
}
.media_caption div
{
    padding: .5em;
}

.cleaner
{
    /* Needed for Dreavweaver wysiwyg editor. Otherwise use clearfix. */
    clear: both;
    height: 2px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
}
 .underline li
{
    border-bottom-style: dotted;
}
/* Google Custom Search */
.gs-image-box
{
    display: none; /* The thumbnails that Google displays are usually irrelevent, so just hide them */
}
.container_style_d .mission
{
    height: 170px;
    padding:10px 20px 0 20px;
    text-align: center;
}
.mission #header
{
    font-family: 'Arial Narrow';
    font-size: xx-large;
    font-weight: bolder;
}
.mission #text_line
{
    font-family: 'Arial Narrow';
    font-size: 21px;
}


.governor_website
{
    margin-left: 100px;
    padding-bottom: 25px;
    height: 300px;
}

.translateBox
{
    padding: 5px;
}

/*Calendar formatting*/
#calendar
{
    min-width: 800px;
}
.text_line2
{
    font-family: 'Arial';
    font-size: 19px;
    
    color: #1F70A7;
}
.rounded_corners
{
	border: 1px solid #CCC;
	border-radius: 8px;
}
.rowspan
{
    display: inline-block;
    vertical-align: middle;
}
.text_color
{
   font-color: 3399FF;
}

/*CSS CAP Button formatting, default Black Gradient Color Scheme*/
a.CAP_Button 
{
	/*button properties*/
	background: #000000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#000000, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000000, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000000, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000000, #ffffff); /* Standard syntax */
	border: 2px solid #000000;
	border-radius: 10px;
	box-shadow: -1px 2px 2px #666666;
	box-sizing: border-box;
	display: inline-block;
	margin: 2px;
	/********************/
	/*text properties*/
	color: #000000;
	font-weight: none;
	font-size: 160%;
	text-decoration: none;
	text-align: center;
	/*****************/
	/*Default Dimensions*/
	height: 54px;
	padding-top: 12px;
	width: 30%;
	min-width: 347px;
	/*******************/
}
a.CAP_Button:hover
{
	border-color: #333333;
	background: #333333; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#333333, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#333333, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#333333, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#333333, #ffffff); /* Standard syntax */
}
a.CAP_Button:active
{
	border-color: #666666;
	background: #666666; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#666666, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#666666, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#666666, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#666666, #ffffff); /* Standard syntax */	
	box-shadow: -1px 2px 0px #000000;
}

/*Green Gradient Color Scheme*/
a.CAP_Button_Green 
{
	border: 2px solid #7d997d;
	background: #A1CCA1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#A1CCA1, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#A1CCA1, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#A1CCA1, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#A1CCA1, #ffffff); /* Standard syntax */
}
a.CAP_Button_Green:hover
{
	border-color: #4a994a;
	background: #7dCC7d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#7dCC7d, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7dCC7d, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7dCC7d, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7dCC7d, #ffffff); /* Standard syntax */
}
a.CAP_Button_Green:active
{
	border-color: #009900;
	background: #00CC00; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#00CC00, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00CC00, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00CC00, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00CC00, #ffffff); /* Standard syntax */	
}

/*Orange Gradient Color Scheme*/
a.CAP_Button_Orange
{
	border: 2px solid #ca8a6d;
	background: #fdbd91; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fdbd91, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fdbd91, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fdbd91, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fdbd91, #ffffff); /* Standard syntax */
}
a.CAP_Button_Orange:hover
{
	border-color: #ca8a3a;
	background: #fdbd6d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fdbd6d, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fdbd6d, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fdbd6d, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fdbd6d, #ffffff); /* Standard syntax */
}
a.CAP_Button_Orange:active
{
	border-color: #ca8a00;
	background: #fdbd00; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fdbd00, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fdbd00, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fdbd00, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fdbd00, #ffffff); /* Standard syntax */	
}
a.Autobody_Button 
{
	/*button properties*/
	background: #000000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#000000, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000000, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000000, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000000, #ffffff); /* Standard syntax */
	border: 2px solid #000000;
	border-radius: 10px;
	box-shadow: -1px 2px 2px #666666;
	box-sizing: border-box;
	display: inline-block;
	margin: 2px;
	/********************/
	/*text properties*/
	color: #000000;
	font-weight: none;
	font-size: 160%;
	text-decoration: none;
	text-align: center;
	/*****************/
	/*Default Dimensions*/
	height: 54px;
	padding-top: 12px;
	width: 30%;
	min-width: 347px;
	/*******************/
}
a.Autobody_Button :hover
{
	border-color: #333333;
	background: #333333; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#333333, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#333333, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#333333, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#333333, #ffffff); /* Standard syntax */
}
a.Autobody_Button :active
{
	border-color: #666666;
	background: #666666; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#666666, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#666666, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#666666, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#666666, #ffffff); /* Standard syntax */	
	box-shadow: -1px 2px 0px #000000;
}
a.Autobody_Button_Green 
{
	border: 2px solid #7d997d;
	background: #A1CCA1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#A1CCA1, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#A1CCA1, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#A1CCA1, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#A1CCA1, #ffffff); /* Standard syntax */
}
a.Autobody_Button_Green:hover
{
	border-color: #4a994a;
	background: #7dCC7d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#7dCC7d, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7dCC7d, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7dCC7d, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7dCC7d, #ffffff); /* Standard syntax */
}
a.Autobody_Button_Green:active
{
	border-color: #009900;
	background: #00CC00; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#00CC00, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00CC00, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00CC00, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00CC00, #ffffff); /* Standard syntax */	
}

