/*
California State Library master template
Version 2012.08.16
*/

/* Google Search code */
div.gs-webResult div.gs-visibleUrl-long, div.gs-promotion div.gs-visibleUrl-long {
  overflow : visible;
  display : block;
}

div.gs-visibleUrl-short {
  overflow : hidden;
  display : none;
}
/* end of google search code */

/* *************** 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/common/body_background.png) repeat-x;
	line-height: 1.2;
}


/* *************** Header *************** */

#header {
	width:968px;
	height:154px;
	margin:0 auto;
	position:relative;
	background:transparent url(../images/design03r/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;
} 

#header .head_cagov_logo {
	position:absolute;
	top:55px;
	left:50px;
	z-index:10;
}
#header .head_organization_banner {
	position:absolute;
	top:55px; /* Adjusts the position of your organization banner */
	left:185px; /* 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 7px;
}
#head_links a:hover {
	color:#fff;
}


/* Search */

#head_search {
	position:absolute;
	left:730px;
	top:71px;
	z-index:100000;
}

.textfield_container {
	width:183px;
	height:20px;
	background:transparent url(../images/design03r/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;
	z-index:100000;
}
.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/design03r/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 */
	/*z-index:49;*/
}
#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 8px 0 8px; /* 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 */
}

/* My Ribbon */
#img_ribbon {
	position:absolute;
	width:936px;
	height:185px;
	background:transparent url(../images/common/ribbon.png) no-repeat;
	top:-165px;
	left:0px;
}


/* Inside Pages Ribbon */
#inside_img_ribbon {
	width:936px;
	height:190px;
	background:transparent url(../images/common/ribbon_inside.png) no-repeat;
	position:absolute;
	top:140px;
	left:16px;
	z-index:50;
}
#inside_main_content {
	/*padding:38px 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;
	position: relative;
}

#banner, #main_content {
	width:936px;
	margin:0 auto;
	color:#505050;
}

/* *************** Banner *************** */
#banner {
	height:312px;
}

/* *************** Slide Show for the Home Page ********************* */
#banner_fader {
    visibility: hidden;
}
#banner_fader li img {
    height: 312px;
    left: 0;
    position: absolute;
    top: 0;
    width: 936px;
}
#banner_fader a {
    text-decoration: none;
}
#banner_fader .banner_headline {
    border: medium none;
    display: block;
    font-size: 2.1em;
    margin: 35px 10px 0;
    width: 340px;
	float: right;
}
#banner_fader .banner_headline, #banner_fader .banner_subtitle {
    color: #FFFFFF;
    padding-left: 35px;
    position: relative;
}
#banner_fader .banner_subtitle {
    display: block;
    width: 400px;
}
#banner_links, #banner_topfix {
    left: 0;
    position: absolute;
	top: 0;
}
#banner_links li, #banner_topfix li {
    background-color: #888888;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    left: 0;
    margin-right: 5px;
    position: relative;
    top: 0;
    width: 10px;
}
#banner_tabs {
    left: 40px;
    margin: 0 auto;
    position: relative;
    top: -70px;
    width: 936px;
    z-index: 0;
}

/* *************** Governor and Stacey Aldrich ******************** */
#governor {
	position: relative;
	top:-141px;
	left: 0px;
/*	width: 500px;*/
	height: 69px;
	z-index: 10004;
	float:right;
}
.person_banner {
	width: 209px;
	height: 69px;
	float: left;
	padding-right: 25px;
}

/* *************** Main Content *************** */
#main_content {
	position:relative; 
	z-index:51;
}
#left_blue {
	position: absolute; 
	top:-134px; 
	left:0px; 
	height:134px; 
	width:101px; 
	z-index:10; 
	background: url(../images/common/left_corner_inside.png) no-repeat 0px 3px;
}
.add_padding {
	padding:16px;
}

.content_left_column {
	width:270px;
	float:left;
}
.main_left_column {
	width:265px;
	float:left;
	position: relative; 
	top:-33px; 
	left:20px; 
	z-index:10002;
}
/*********************************************************/

.main_right_column {
	position: relative;
	top:-119px; 
	left:107px; 
	z-index:10002; 
	width:570px;
	/*width:650px;*/
	float:left;
}
.main_right_column #spotlight{
	width:160px;
	padding:17px 0 0 27px;
	font-size:1.4em;
}
.main_right_column li{
	line-height:16px;
}
.main_right_column #services{
	background:url(../images/content/services.jpg) no-repeat -4px 5px;
	width:562px;
	height:65px;
	font-size:1.4em;
}
.main_right_column #more {
	margin:0 20px 20px 0px;
	float:right;
}
/******************************************************/
.content_right_column {
	width:570px;
	/*float:left;*/
	padding:0 0 0 12px;
}
.content_right_column #spotlight{
	width:160px;
	padding:17px 0 0 27px;
	font-size:1.4em;
}
.content_right_column li{
	line-height:16px;
}
.content_right_column #services{
	background:url(../images/content/services.jpg) no-repeat -4px 5px;
	width:562px;
	height:65px;
	font-size:1.4em;
}
.servises_list {
	float:left;
}
.services_list li{
	color:#ccc;
	line-height:17px;
}
.services_list li a {
	text-decoration:none;
}
.services_list a:hover {
	color:#666;
	text-decoration: none;
}
.services h2 {
	margin-top:-10px;
	padding-top:10px;
}
#tab_bg_over {					/* Mouse over bg for the Services Tabs*/
	position: relative;
	top:-68px;
	left:0px;
	height:48px;
	width:562px;
	background:url('../images/content/services_bar_over.png') no-repeat -5px 1px;
}
.content_right_column #more {
	margin:0 20px 20px 0px;
	float:right;
}
.breadcrumbs {
	padding: 5px 5px 5px 10px;
}
.breadcrumbs img {
	padding: 0 4px;
}

/* *************** Involved ************* */
.involved {
	width: 185px;
	height: 149px;
	padding: 10px 10px 0 10px;
	position: relative;
	background: url(../images/content/involved.jpg) no-repeat;
}
.involved_p {
	color:  #a1a0a0;
	font-size:.8em;
	width:170px;
	padding-left:10px;
}
.involved input {
	margin:-6px 2px -4px 2px;
}

/* *************** Connect with us ************* */
.connect {
	padding:10px 0;
	margin-top:0px;
}
.connect h2 {
    float: left;
    margin-right: 3px;
	padding:5px 20px 3px 40px;
	background: url(../images/content/bullet_arrow_right.png) no-repeat 0 0;
}
.connect ul {
    padding-top: 5px;
}
.connect ul, .connect ul li {
    list-style-type: none;
}
.connect ul li {
    display: inline;
 /*   margin-left: 2px;*/
}

/* **************** Direct link ************* */
.direct {
	position: absolute;
	left:430px;
	top:-24px;
}
.direct select {
    width: 298px;
}
.direct p {
    float: left;
    left: 0;
    position: relative;
    top: 0;
}
.direct .submit_btn {
    background: url("") no-repeat scroll 0 0 transparent; /*../images/content/bullet_arrow_right_green.png*/
    cursor: pointer;
    height: 32px;
    margin-left: 10px;
    padding-right: 10px;
    top: -3px;
    width: 32px;
}
/* direct for inside pages  --- works on statser5*/
.direct_inside { 
	position: absolute;
	left:160px;
	top:-8px;
}

/* *************** Tabpanel 1 ************* */
ul.tabpanel_list {
    /*height: 23em;*/
  /*  list-style: none outside none;*/
    margin: 0 0 0px 0;
    padding: 2px 0 0 0px;
    position: relative;
}
.tabpanel_list li {
    list-style: none outside none;
    float: left;
	width:170px
    /*padding: 2px 55px 0 0px;*/
}
.tablepanel_list li a:hover {
	background: url(../images/content/services_bar_over.png) 0px 0px;
	width: 187px;
	height:48px;
}
.tabpanel_list li.last_tabpanel {
    background-image: none;
}
.tabpanel_tab {
    /*color: #505050; /* dark grey text */
	color: #9A9898; /* lighter grey */
    display: inline-block;
    font-family:  Arial, "Arial Narrow", Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
#tabpanel_img_1.tabpanel_tab {
    color: #1F70A7; /*blue text highlighted*/ 
}
#tabpanel_img_1.tabpanel_tab, #tabpanel_img_2.tabpanel_tab, #tabpanel_img_3.tabpanel_tab, #tabpanel_img_4.tabpanel_tab, #tabpanel_img_5.tabpanel_tab {
    padding-bottom: 15px;
}
.tabpanel_panel {
    background: none repeat scroll 0 0;
    display: none;
   /* height: 18.5em;*/
    left: -11px;
    overflow: hidden;
    padding: 8px 0 0 36px;
    position: absolute;
    top: 38px;
    width: 500px;
}
#panel_1.tabpanel_panel {
    display: block;
}
.javascript_off .tabpanel_list li:hover .tabpanel_panel {
    display: block;
}
.javascript_off .tabpanel_list li:hover .tabpanel_tab {
    color: #1F70A7;
}
.tabpanel_panel img {
    float: left;
    padding: 0 8px 0 0;
}
.panel_item {
    clear: both;
    padding: 0 0 16px;
}
.tabpanel_panel .half_width_column {
    width: 240px;
}
.tabpanel_panel .half_width_column li {
    background-image: none;
    float: none;
	width:250px;
}
#main_content ol li{
	background:none;
	padding:0;
	margin-left:25px;
/*	width:570px;*/
}
#main_content  ul {
	list-style-type: none;
}
#main_content .tabpanel_panel .add_space_between_li li {
    padding-bottom: 18px;
}
#main_content .tabpanel_panel .standout li, #main_content .tabpanel_panel .spotlight li {
	margin-left:-30px;
    float: none;
   /* padding-left: 15px;*/
   width:300px;
   padding-bottom:2px;
}
#main_content .tabpanel_panel .standout li a, #main_content .tabpanel_panel .spotlight li a{
	padding-left:20px;
	font-weight:bold;
}
#main_content .tabpanel_panel .standout li a:hover {
	background: url("../images/content/lib_bullet.png") no-repeat 0px 1px; /* Services Tabs bullet image on selected li*/
	padding-left:20px;
	/*margin-left:-20px;*/
}	

/* *************** Tabpanel 2: Videos, Blog and Exhibits ************* */
#rss_blog {
	padding-left: 16px;
}
.v_tabpanel_panel .blog {
	width: 450px;
}
#blog_link {
	width:410px;
	height:35px;
	margin-left:50px;
	padding-top:37px;
}
#blog_link p{
	width:95px;
	float:left;
	padding-left:40px;
}
#blog_link a {
	color: #666;
	font-weight: bold;
}
#blog_link a:hover {
	color: #000;
}
ul.v_tabpanel_list {
    height: 125px;
    list-style: none outside none;
    margin: 0 0 30px 0;
    padding: 0px 0 0 12px;
    position: relative;
	/*height:180px;*/
}
.v_tabpanel_list li {
    float: left;
    padding: 2px 55px 0 0px;
}
/* color change for videos tabs links */
 .v_tabpanel_tab li a{
    color: #1F70A7;
	font-weight: bold;
}
 .v_tabpanel_tab li a:hover {
    color:#C03920;
	font-weight: bold;
}
.v_tabpanel_list li.v_last_tabpanel {
    background-image: none;
}
.v_tabpanel_tab {
    /*color: #505050; /* dark grey text */
	color: #9A9898; /* lighter grey */
    display: inline-block;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
#v_tabpanel_img_1.tabpanel_tab {
    color: #1F70A7; /*blue text highlighted*/ 
}
#v_tabpanel_img_1.v_tabpanel_tab, #v_tabpanel_img_2.v_tabpanel_tab, #v_tabpanel_img_3.v_tabpanel_tab, #v_tabpanel_img_4.v_tabpanel_tab, #v_tabpanel_img_5.v_tabpanel_tab {
    padding-bottom: 15px;
}
.v_tabpanel_panel {
    background: none repeat scroll 0 0;
    display: none;
    /*height: 18.5em;*/
	height:100px;
    left: -12px;
    /*overflow: fixed;*/
    padding: 0px 0 0 33px;
    position: absolute;
    top: 39px;
    width: 480px;
}
#v_panel_1.v_tabpanel_panel {
    display: block;
}
.javascript_off .v_tabpanel_list li:hover .v_tabpanel_panel {
    display: block;
}
.javascript_off .v_tabpanel_list li:hover .v_tabpanel_tab {
    color: #1F70A7;
}
.v_tabpanel_panel img {
    float: left;
    padding: 0 8px 0 0;
}
.v_panel_item {
    clear: both;
    padding: 0 0 16px;
}
.v_tabpanel_panel .half_width_column {
    width: 240px;
}
.v_tabpanel_panel .half_width_column li {
    background-image: none;
    float: none;
}

#main_content .v_tabpanel_panel .add_space_between_li li {
    padding-bottom: 18px;
}
#main_content .v_tabpanel_panel .standout li, #main_content .v_tabpanel_panel .spotlight li {
    float: none;
   /* padding-left: 15px;*/
}
#main_content .v_tabpanel_panel .standout li, #main_content .v_tabpanel_panel .spotlight li a{
	background: none;
}
#main_content .v_tabpanel_panel .standout li a:hover {
	/* Videos Tabs image on selected li*/
	padding-left:15px;
	margin-left:-20px;
}	

 
/* *********** Two colunms tabs *************** */
.column1 {
	width:280px;
	float: left;
}
.column1 li, .column2 li{
	width:280px;
	float: left;
}
.column1 .standout a {
	color: #666;
}
.column1 .standout a:hover {
	color: #8b8a8a;
}
.column2 {
	position:relative;
	float: left;
	width:280px;
	padding-left:0px;
}
.column2 .standout a {
	color: #666;
}
.column2 .standout a:hover {
	color: #8b8a8a;
}
.standout {
	padding:0px
}


/* ************** Carusel *************** */

/* each image is 32x54, 18px between each img, total width 50px/img */

.javascript_on  #carousel_container {
	padding:0px 0 0 0px;
	margin-left:-13px;
	float:left;
	width:480px; /* needed for Chrome, 300 + 20 + 20 */
	overflow:hidden;
	position:relative;
}

.javascript_on #carousel_images {
	width:1540px; /* should be total width of all videos */
	overflow:hidden;
	float:left;
	position:relative;
	margin-top:-45px;
	margin-left:40px;
	height:88px;
}

.javascript_on #carousel_slider {
	white-space:nowrap;
	position:relative;
}
#carousel_slider img {
	padding:0 0px;
}

.javascript_on #carousel_left_arrow {
	background:transparent url(/images/common/slideshow_arrows.png) no-repeat -60px 0px;
	width:20px;
	height:23px;
	float:left;
	margin-top:-65px;
	margin-left:14px;
	z-index:100
}
.javascript_on #carousel_right_arrow {
	background:transparent url(/images/common/slideshow_arrows.png) no-repeat -30px 0px;
	width:20px;
	height:23px;
	/*float:left;*/
	margin-top:17px;
	position: absolute;
	/*left:445px;*/
	margin-left:5px;
}

/* ================================================================================= */


/* *************** Content *************** */

ol, ul {
	padding-right:40px;
}

.half_width_column {
	width:245px;
	float:left;
	/*margin-bottom:20px;*/
	list-style-type:none;
}
.half_width_column  li{
	padding-left:0px;
	width:245px;
	float:left;
	margin-bottom:10px;
	background:transparent url(../images/content/bullet_red_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 18px;
}
.half_width_column a {
	color:#c03920;
	font-weight: bold;
}
.half_width_column a:hover {
	color:#e97d69;
	font-weight: bold;
	text-decoration: none;
}
.half_width_column p {
	width:400px;
	padding-right:30px
}

/* ******** Two columns ********* services/Online-resources.html,  grants/lsta/index.html */
.two_columns {
	width:340px;
	float:left;
	list-style-type:none;
	padding-left:35px;
	padding-right:0px;
}
.two_columns  li{
	padding-left:0px;
	width:245px;
	float:left;
	margin-bottom:10px;
	background:transparent url(../images/content/bullet_red_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 18px;
}
.two_columns a {
	color:#c03920;
	font-weight: bold;
}
.two_columns a:hover {
	color:#e97d69;
	font-weight: bold;
	text-decoration: none;
}
.two_columns p {
	width:280px;
	line-height:1.3em;
}
.two_columns .two_columns_340 {
	width:340px;
}
.two_columns  h3 {
	color:#C03920;
	font-weight: bold;
	text-transform: uppercase;
	font-size:1.1em;
	line-height:1.3em;
	margin:10px 0 0px 0;
	background:none;
	border:0;
}

/* Books collecction page */

#books_right {
	 width:300px; 
	 position: absolute; 
	 left:590px; 
	 top:85px;
}
#books_right p{
	line-height:1.3em;
}

p {
	margin:.8em 0;
}

/*h1 {
	font-family: 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 0px;
	height:33px;/*
}

/*===== red title =====*/
.h1_red  {
	color:#C03920;
	font-weight: bold;
	font-size:1.3em;
	line-height:1.3em;
	margin-top:40px;
}
.h1_onclick {
	font-size:1.3em;
	font-weight: bold;
	padding:0;
	margin:0;
}

h2 {
	/* font-family:  Arial, "Arial Narrow", Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
  	font-size: 1.5em;
  	font-weight: bold;
	margin: 0 0 1em 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:#9a9898; light grey*/
	color: #1F70A7;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color: #aa695d;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#4499d3;
	font-weight:bold;
}

.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;
}

/* *************** Quick Links List **************** */
.list_style_1 {
	list-style-type:none;
	padding-left:0px;
}
.list_style_1 li {
	padding:0 0 7px 0px;
}
.list_style_1 a {
	padding:0 0 0px 20px;
	background:transparent url(../images/content/bullet_gray_disc.png) no-repeat 0px 1px;
	font-size:1.1em;
	font-weight:bold;

}
.list_style_1 li a:hover {
	font-size:1.1em;
	font-weight:bold;
	color:#c03920;
	text-decoration: none;
	background:transparent url(../images/content/bullet_red_disc.png) no-repeat 0px 1px;
}
.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;
}
.indent_lib {
	padding-left:42px;
	margin-top:-10px;
}
 
/* *************** Current Exhibits ************** */

.exhibits {
	width:450px;
} 
.exhibits img {
	border:0;
	margin:0px 10px 0 -7px;
}
.exhibits p {
	font-size:1.05em;
	line-height:1.3em;
}
.exhibits p a{
	font-size:1.05em;
	line-height:1.3em;
	font-weight: bold;
	color:#484848;
}
.exhibits p a:hover{
	font-size:1.05em;
	line-height:1.3em;
	font-weight: normal;
	color:#666;
}


/* *************** Footer *************** */
#footer_1a {
	width:936px;
}
#footer_1b {
	width:936px;
	text-align: center;
	}
#footer_2 {
	width:968px;
	margin:0 auto;
	background:transparent url(../images/design03r/footer_bottom_shadow.png) no-repeat;
	text-align:center;
	padding:34px 0 20px 0;
	color:#777777;
	font-size:0.92em;
	font-weight:bold;
}
#footer_1a a {
	color:#777777;
	padding:0 4px;
	font-weight: bold;
}
#footer_1a a:hover {
	color:#fff;
	padding:0 5px;
		font-weight: bold;
}
#footer_2 a {
	color:#777777;
	padding:0 5px;
}
#footer_2 a:hover {
	color:#9b9b9b;
	padding:0 5px;
}


/* ***************************************** END MAIN PAGE ********************************************* */
/* *************** Inside pages *************** */
.inside_right {
	padding-top:4px;
}
.inside_right_column {
	width:786px;
	padding:0px 0 0 0px;
	margin:-3px 0 0 -200px;
	position: relative;
}
/* ****************** Corrected columns for inside pages ******************************* */
#inside_left_column2 {
	width:105px; 
	position: relative; 
	top:125px; 
	z-index:11;
	border: 0px solid red;
}


/* ********** Inside page: one text column and a picture on the right ******* */
#inside_column1 {
	top:27px; 
	left:0px; 
	width:900px; 
	position: relative; 
	padding-bottom:65px;
}
#inside_column1 ul{
	list-style-type:none;
}
#inside_column1 li{
	/*width:400px;*/
	margin-bottom:10px;
	background:transparent url(../images/content/bullet_red_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 20px;
}
#inside_column1 li a {
	background:none;
}
#left_bg_repeat {
	position: relative; 
	width:900px;
	left:0px;
	top:98px; 
	background: url(../images/common/left_bg_inside.png) repeat-y 0px 0px;
}
#column1_content {
	padding-left:155px; 
	position: relative; 
	top:-98px;
	z-index:55;
}

/* **** Eliminate background duplication **** */
/* **** List of libraries,IndexesAtOtherLibs.html *** */
.library1 {
	float:left;
	padding:30px 0 0px 0;
	width:270px;
}
.library1 p {
	width:270px;
	line-height:1.3em;
}
.library {
	float:left;
	padding:30px 0 0px 0;
	margin-left: 20px;
	width:220px;
}
.library p {
	width:220px;
	line-height:1.3em;
}
#inside_column1 #column1_content .library li{
	line-height:.5em;
	background: none; /* delete completely bg image */
	font-size:0.9em;
	padding:0px 0 3px 0;
	color:#1F70A7;
	width:250px;
}
#inside_column1 #column1_content .ul_title{
	line-height:.8em;
	background: none; /* delete completely bg image */
	margin-top:25px;
	padding:0px;
	color:#C03920;
	font-weight: bold;
	font-size:1.1em;
}
#inside_column1 #column1_content ul {
	padding:10px 5px 20px 0px;
}
/* **** END of List of libraries,IndexesAtOtherLibs.html *** */
.regular_short_column1 {
	width:400px;
	line-height:1.35em;
	margin-bottom:10px;
}
#inside_column1 .ul_inside li {
	background:none;
	list-style-type: square;
	color:#4499d3;
	margin:5px 0 1px 15px;
	padding-left:5px;
	line-height:.8em;
}
/* Collections page */
.slides_bar {
	position: relative;
	padding-top:40px;
}

/* ********** END of Inside page: one text column and a picture on the right ******* */


#main_content1{
	position: relative; 
	z-index:10;
   /* height: auto;*/
	background: url(../images/common/left_bg_inside.png) repeat-y 16px 10px;
	margin-top:26px;
}
#inside_left_column1 {
	position: relative;
	top:125px; 	
	left:16px;
	min-height:380px; 
	width:105px; 
	z-index:11; 
	float:left;
}
#inside_right_column1 {
	position: relative; 
	top:13px; 
	left:15px; 
	width:800px; 
	float:left;
}
#inside_right_column1 ul{
	list-style-type:none;
}
#inside_right_column1 li{
	width:450px;
	margin-bottom:10px;
	background:transparent url(../images/content/bullet_red_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 20px;
}
.right_col_text {
	margin-top:30px;
}
.right_col_text a {
	color:#c03920;
	font-weight: bold;
}
.right_col_text a:hover {
	color:#e97d69;
	font-weight: bold;
	text-decoration: none;
}
.right_col_text img {
	float: left;
	padding-right:10px;
	border:0;
}
.right_col_text li{
	width:440px;
}
.regular {
	width:655px;
	line-height:1.35em;
	margin-bottom:10px;
}
.regular_short {
	width:360px;
	line-height:1.35em;
	margin-bottom:10px;
}
#main_content .ul_reg_short  ul{
	width:360px;
	padding-bottom:0;
}
#main_content .ul_reg_short  ul li{
	width:360px;
}

/* TWITTER MESSAGES DISPLAY */

#twitter_update_list {
	border:1px solid blue;
	width:450px;
	height:85px;
	margin-left:30px
}

#twitter_update_list li {
	list-style-type: none;
}
#twitter_update_list span {
	color: #666;
	/*background: #000000;*/
}

/* ******************************* Press Release pages ********************************* */

.title {
	width:650px;
	margin:50px 0 40px 0;
}
.title .red_title {
	color:#C03920;
	font-weight: bold;
	text-transform: uppercase;
	font-size:1.5em;
	line-height:1.3em;
	margin:20px 0 20px 0;
}
.title .red_subtitle {
	color:#e97d69;
	font-weight: bold;
	text-transform: uppercase;
	font-size:1em;
	line-height:1.3em;
	padding:20px 0 20px 0;
	margin-top:30px;
}
 .title_cursive {
	font-style: italic;
	width:300px;
	margin-bottom:40px;
	color:#9a9898;
	line-height:1.3em;
}
.regular .red_text {
	color:#C03920;
	font-weight: bold;
}
.red_text_title {
	color:#C03920;
	font-weight: bold;
	font-size:1.3em;
	line-height:1.3em;
	margin-top:20px;
}
/* holiday box */
.holidays {
	position: relative; 
	float:right; 
	background-color: #e3e3e3; 
	width:225px;
	padding:3px 10px; 
	margin:65px 35px 0 0;
	line-height:1.3em;
}
.white_text {
	color:#fff;
	font-size:1.5em;
	font-weight: bold;
}

/* Photocopy page */ 
.grey_title {
	font-weight: bold;
	font-size:1.2em;
	margin-top:10px;
}
.prices {
	border:1px solid #ccc;
	width:370px;
	height:150px;
	padding:10px 10px 5px 10px;
	margin:0 20px 20px 0;
}
/* Enf of Photocopy page */
.blue_text_title {
	color:#1F70A7;
	font-weight: bold;
	font-size:1.2em;
	margin-top:10px;
	padding-left:40px
}
.blue_text_title a:visited{
	color:#1F70A7;
	font-weight: bold;
	font-size:1.0em;
	margin-top:10px;
	padding-left:2px
}
.blue_text_title a:hover{
	color:#C03920;
	font-weight: bold;
	font-size:1.0em;
	margin-top:10px;
	padding-left:2px
}
.blue_text_title a:active{
	color:#4499d3;
	font-weight: bold;
	font-size:1.0em;
	margin-top:10px;
	padding-left:2px
}
.blue_text {
	color:#1F70A7;
	font-weight: bold;
	font-size:1.3em;
}
.grey_text {
	color:#636c78;
	font-weight: bold;
	font-size:1.2em;
}
.inside_half_width_column {
	width:380px;
	line-height:1.3em;
	padding-right:20px;
	position:relative;
}

.inside_right_column li {
	margin-bottom:5px;
	margin-left:15px;
	background:transparent url(../images/content/bullet_red_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 20px;
}


/* ----- *** Regular onclick div *** ----- */

#div_onclick, #div_onclick1, #div_onclick2, #div_onclick3, #div_onclick4, #div_onclick5, #div_onclick6, #div_onclick7,#div_onclick8, #div_onclick9, #div_onclick10, #div_onclick11, #div_onclick12, #div_onclick13 {
	width:650px; 
	margin:10px; 
	padding:15px; 
	/*border-top:2px solid #aaa;*/
	box-shadow: 0px 3px 5px 1px #ababab inset;
	-webkit-box-shadow: 0px 3px 5px 1px #ababab inset; /* Shadow for Chrome and Safari, elem#1 - horiz ("+"right, "-"left); elem#2 - vert; elem#3 - blur, elem#4 - spread; inset - inner shadow */
	-moz-box-shadow: 0px 3px 5px 1px #ababab inset; /* Shadow for Firefox */
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ababab, offX=0, offY=3, positive=true); /* shadow effect for IE */
	background-color:#f4f4f4;
	position:relative;
	z-index:10000;

}
#div_onclick p, #div_onclick1 p, #div_onclick2 p, #div_onclick3 p, #div_onclick4 p, #div_onclick5 p, #div_onclick6 p, #div_onclick7 p, #div_onclick8 p, #div_onclick9 p, #div_onclick10 p, #div_onclick11 p, #div_onclick12 p, #div_onclick13  p,#div_onclick13  p {
	padding-bottom:5px;
	line-height:1.3em;
}
#sh_div_onclick ul, #sh_div_onclick1 ul, #sh_div_onclick2 ul, #sh_div_onclick3 ul, #sh_div_onclick4 ul, #sh_div_onclick5 ul, #sh_div_onclick6 ul, #sh_div_onclick7  ul, #sh_div_onclick8 ul, #sh_div_onclick9 ul, #sh_div_onclick10 ul, #sh_div_onclick11  ul, #sh_div_onclick12 ul, #sh_div_onclick13 ul {
	padding-top:20px;
}
#div_onclick li, #div_onclick1 li, #div_onclick2 li, #div_onclick3 li, #div_onclick4 li, #div_onclick5 li, #div_onclick6 li, #div_onclick7  li, #div_onclick8 li, #div_onclick9 li, #div_onclick10 li, #div_onclick11  li, #div_onclick12 li, #div_onclick13 li {
	margin-bottom:5px;
	margin-left:5px;
	background:transparent url(../images/content/bullet_blue_disc.png) no-repeat 0px 1px;
	padding:0 0 5px 20px;
}
/* ----- "Hide" button for regular onclick div ----- */
.hide {
	 text-decoration:none; 
	 position: relative; 
	 right:0px; 
	 top:0px; 
	 float:right;
	 border-bottom:1px dotted grey;
}
.onclick_regular {
	line-height:1.35em;
	padding:25px 0px 0px 0;
	color:#838282;
}
.onclick {
	font-size:1.3em;
	font-weight: bold;
}
#lightbox {
	position:fixed;
	z-index:49;
	height:100% !important; 
	width: 100% !important; 
	background-color:#4a4b46;
	/*filter:alpha(opacity=70); */
   -moz-opacity: 0.7; 
   opacity: 0.7; 
   display:none;
   top:0;
  left:0;
  overflow:auto; 
}

/* ----- *** Onclick div with the drop shadow *** ----- */

#div_onclick_shadow {
	width:650px; 
	margin:10px; 
	padding:15px; 
	box-shadow: 0px 3px 5px 2px #6d695b;
	-webkit-box-shadow: 0px 3px 5px 2px #6d695b; /* Shadow for Chrome and Safari, elem#1 - horiz ("+"right, "-"left); elem#2 - vert; elem#3 - blur, elem#4 - spread; inset - inner shadow */
	-moz-box-shadow: 0px 3px 5px 2px #6d695b; /* Shadow for Firefox */
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#6d695b, offX=0, offY=3, positive=true); /* shadow effect for IE */
	background-color:#e6e0cd;
	position:relative;
	z-index:10000;

}
.onclick_regular_shadow {
	line-height:1.35em;
	padding:25px 0px 0px 0;
	color:#000;
	background:url(../history/images/onclick_light.png) no-repeat 0 0;
	background-attachment:fixed;
}

/* ----- *** Short onclick div *** ----- */
#sh_div_onclick, #sh_div_onclick1, #sh_div_onclick2, #sh_div_onclick3, #sh_div_onclick4, #sh_div_onclick5, #sh_div_onclick6, #sh_div_onclick7,#sh_div_onclick8, #sh_div_onclick9, #sh_div_onclick10, #sh_div_onclick11, #sh_div_onclick12, #sh_div_onclick13, #sh_div_onclick14, #sh_div_onclick15, #sh_div_onclick16, #sh_div_onclick17, #sh_div_onclick18, #sh_div_onclick19, #sh_div_onclick20, #sh_div_onclick21,#sh_div_onclick22, #sh_div_onclick23, #sh_div_onclick24, #sh_div_onclick25, #sh_div_onclick26, #sh_div_onclick27, #sh_div_onclick28, #sh_div_onclick29, #sh_div_onclick30, #sh_div_onclick31, #sh_div_onclick32, #sh_div_onclick33, #sh_div_onclick34, #sh_div_onclick35,#sh_div_onclick36, #sh_div_onclick37, #sh_div_onclick38, #sh_div_onclick39, #sh_div_onclick40, #sh_div_onclick41, #sh_div_onclick42, #sh_div_onclick43, #sh_div_onclick44, #sh_div_onclick45 {
	width:360px; 
	margin:10px; 
	padding:10px; 
	/*border-top:2px solid #aaa;*/
	box-shadow: 0px 3px 5px 1px #ababab inset;
	-webkit-box-shadow: 0px 3px 5px 1px #ababab inset; /* Shadow for Chrome and Safari, elem#1 - horiz ("+"right, "-"left); elem#2 - vert; elem#3 - blur, elem#4 - spread; inset - inner shadow */
	-moz-box-shadow: 0px 3px 5px 1px #ababab inset; /* Shadow for Firefox */
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ababab, offX=0, offY=3, positive=true); /* shadow effect for IE */
	background-color:#f4f4f4;
}
#sh_div_onclick p, #sh_div_onclick1 p, #sh_div_onclick2 p, #sh_div_onclick3 p, #sh_div_onclick4 p, #sh_div_onclick5 p, #sh_div_onclick6 p, #sh_div_onclick7 p,#sh_div_onclick8 p, #sh_div_onclick9 p, #sh_div_onclick10 p, #sh_div_onclick11 p, #sh_div_onclick12 p, #sh_div_onclick13 p, #sh_div_onclick14 p, #sh_div_onclick15 p, #sh_div_onclick16 p, #sh_div_onclick17 p, #sh_div_onclick18 p, #sh_div_onclick19 p, #sh_div_onclick20 p, #sh_div_onclick21 p, #sh_div_onclick22 p, #sh_div_onclick23 p, #sh_div_onclick24 p, #sh_div_onclick25 p, #sh_div_onclick26 p, #sh_div_onclick27 p, #sh_div_onclick28 p, #sh_div_onclick29 p, #sh_div_onclick30 p, #sh_div_onclick31 p, #sh_div_onclick32 p, #sh_div_onclick33 p, #sh_div_onclick34 p, #sh_div_onclick35 p,#sh_div_onclick36 p, #sh_div_onclick37 p, #sh_div_onclick38 p, #sh_div_onclick39 p, #sh_div_onclick40 p, #sh_div_onclick41 p, #sh_div_onclick42 p, #sh_div_onclick43 p, #sh_div_onclick44 p, #sh_div_onclick45  p {
	padding-bottom:5px;
	line-height:1.2em;
}

/* ----- "Hide" button for short onclick div ----- */
.sh_hide {
	text-decoration:none; 
	position: relative; 
	right:-280px; 
	top:0px; 
	border-bottom:1px dotted grey;
	margin-bottom: 20px;
}
/* new slideshow on calhist/index.html */
.fadein { 
	position:absolute; 
	left:0px; 
	top:0px;
	/*width:280px;*/
	height:488px; 
}
.fadein img { 
	position:absolute; 
	left:600px; 
	top:90px; 
}

/* ---------- Get Involved menu tabs ----------- */
.inv_videos {
	position: absolute; 
	top:80px; 
	left:130px; 
	width:520px
}
.tabs1 {
	position:absolute;
	left:394px;
	top:80px;
	/*top:-72px;*/
	width:520px;
	color:#c6c6c6; 
	background:url(../../images/content/involv_bg.png) no-repeat 0px 30px;
}
.involvedNavigation a {
	padding:0 9px;
}
#div1, #div2, #div3, #div4, #div5 {
	padding:20px
}
 .inv_p {
	color:#7c7c7c;
	padding-bottom:10px
 }
 
 /* -------- CRB Reports page ------------ */
 .indent {
	padding-left:20px;
	line-height:1.3em;
 }
 /* -------------------------------------- */
 #grey_box {
	width:700px;
	padding:15px;
	/*border-top:2px solid #aaa;*/
	box-shadow: 0px 3px 5px 1px #ababab inset;
	-webkit-box-shadow: 0px 3px 5px 1px #ababab inset; /* Shadow for Chrome and Safari, elem#1 - horiz ("+"right, "-"left); elem#2 - vert; elem#3 - blur, elem#4 - spread; inset - inner shadow */
	-moz-box-shadow: 0px 3px 5px 1px #ababab inset; /* Shadow for Firefox */
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ababab, offX=0, offY=3, positive=true); /* shadow effect for IE */
	background-color:#f4f4f4;
 }
.regular hr {
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	border: 0;
	width:700px
}

/* ------------ Contact Us page ----------------- */

.td_name {
	text-align: left;
	vertical-align:top;
	font-size:1em;
	color:#1F70A7; 
	font-weight:bold;
	padding:2px 10px 10px 0
}

/* -------------Online Exhibits page ----------------- */

.col {
	width:180px;
	float:left;
	padding-right:10px;
	line-height:1.3em;
}

/* -------------LBA2000 page, tables ----------------- */

.td_center {
	text-align:center;
	text-align: -moz-center;
}
.td_left td{
	padding:5px;
	border:1px solid #ccc;
}
.td_left th{
	text-align:center;
	padding:5px;
	background-color:#e2f2f9;
	border:1px solid #ccc;
}
.td_right {
	text-align:right;
}
.td_left_shaded {
	text-align:center;
	padding:5px;
	background-color:#e7e8e8;
	border:1px solid #ccc;
}
.dotted_hr  {
	border: none;
	border-top: dotted 2px #ccc;
	color: #fff;
	background-color: #fff;
}

/* ---------------------------- BTBL pages table ------------------------- */
.btbl_t {
	width:720px; 
	margin-top:40px; 
	line-height:17px;
}
.btbl_t td {
	padding:10px;
}
.btbl_t1 {
	width:700px; 
	margin-top:20px; 
	line-height:15px;
}
.btbl_t1 td {
	padding:5px;
}

/*----- ol ------*/
.number li{
	margin-left:5px;
	list-style-type:decimal;
	vertical-align:text-top;
	line-height:1.3em;
}
.no_border_table td {
	padding:3px;
	border:0;
}
/*---------- other logo on the main page -----------*/
.other_logo {
	position: relative;
	top:-50px;
	right:80px;
	/*left:30px;*/
	float:right;
	/*text-align:center;*/
	width:160px
}
/* ------------- Gold Rush ------------------- */
.rush_tab {
	background:url(../goldrush/images/goldrush_pic/grad_top.jpg) no-repeat 0px 0px;
	height:199px;
	width:750px;
	position:relative;
}
.rush_top_menu {
	float:left; 
	width:250px;
	padding-bottom:18px;
	line-height:1.3em;
}
.rush_slides {
	height:159px;
	width:734px;
	margin-top:-40px;
}
.bot_bg {
	background:url(../goldrush/images/goldrush_pic/grad_bot.png) no-repeat 0px 46px;
	height:104px;
	width:712px;
}
#d1, #d2, #d3, #d4, #d5, #d6, #d7, #d8, #d9, #d10, #d11, #d12, #d13, #d14, #d15 {
	margin-top:50px; 
}

/* ---------- carusel slideshow for gold rush ----------------------*/

/* each image is 32x54, 18px between each img, total width 50px/img */

.javascript_on  #g_carousel_container {
	padding:0px 0 0 0px;
	float:left;
	width:730px; /* needed for Chrome, 300 + 20 + 20 */
	height:159px;
	overflow:hidden;
	/*position:relative;*/
	background:url(/goldrush/images/goldrush_pic/slides_bg.png) no-repeat;
}

.javascript_on #g_carousel_images {
	width:1540px; /* should be total width of all videos */
	overflow:hidden;
	float:left;
	position:relative;
	margin-top:12px;
	margin-left:10px;
	height:157px;
}

.javascript_on #g_carousel_slider {
	white-space:nowrap;
	position:relative;
}
#carousel_slider img {
	padding:0px 0px;
}

.javascript_on #g_carousel_left_arrow {
	background:transparent url(/images/common/slideshow_arrows.png) no-repeat -60px 0px;
	width:20px;
	height:23px;
	float:left;
	margin-top:-65px;
	/*margin-left:14px;*/
	z-index:100
}
.javascript_on #g_carousel_right_arrow {
	background:transparent url(/images/common/slideshow_arrows.png) no-repeat -30px 0px;
	width:20px;
	margin-top:17px;
	position: absolute;
	/*left:445px;*/
	margin-left:5px;
}

/* == Gold Rush == */

.rush_hr  {
	border: none;
	width:630px;
	padding-top:5px;
	text-align:center;
	margin:15px 0;
	border-top: dotted 3px #ccc;
	color: #fff;
	background-color: #fff;
}

/* ===== breadcrumbs box =====  */
.breadcr_box {
	/*background: url(/images/common/breadcrumbs_bg.jpg) no-repeat 0px -1px;*/
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	height:21px;
	width:377px;
}
.breadcr_box p {
	padding:0px 5px 10px 5px;
	margin-top:2px
}

/* ===== photocopy page ====== */
.table_left td{
	padding:5px;
	border:0px solid #ccc;
	text-align:left;
	vertical-align:middle;
	height:30px;
	background-color:#f0f6f8;
}
.table_left th{
	text-align:left;
	vertical-align:middle;
	padding:5px;
	height:30px;
	background-color:#e2f2f9;
	border:0px solid #ccc;
}
/* ========= Calendar pages ======== */
.h1_cal {
	font-size:2em; 
	background:none; 
	position:relative;
	left:0px;
	font-weight:bold;
	color:#894470;
}
.h1_title {
	font-size:1.85em; 
	background:none; 
	position:relative;
	left:0px;
	font-weight:bold;
	color:#3e3e3e;
	width:450px;
}
.years {
	font-size:18px; 
	margin-top:-20px;
	font-weight:bold;
	color:#3e3e3e;
}
.white_subt {
	color: #fff; 
	font-weight: bold; 
	margin-top:-15px;
	font-size:16px
}
#div_onclick_cal {
	width:690px; 
	position:relative;
	padding:15px;
	border:2px dotted #ccc;
	margin-top:10px
}
.hide_cal {
	text-decoration:none; 
	position: relative; 
	right:10px; 
	top:0px; 
	float:right;
	border-bottom:1px dotted grey;
}
.h1_title5 {
	font-size:2em; 
	background:none; 
	position:relative;
	left:-10px;
	font-weight:bold;
	color:#3e3e3e;
}
#div_onclick_cal {
	width:695px; 
	position:relative;
	padding:15px;
	border:2px dotted grey;
	margin-top:25px;
	margin-left:-15px;
	
}
.bio{
	width:400px;
	line-height:1.27em;
	margin-bottom:10px;
	font-size:1em;
	margin-top:-5px;
}

/*    Travel Brochures page    */
.book_s1 {
	padding:10px 10px 0 25px; 
	float:left;
}
.book_s2 {
	padding:10px 10px 0 25px; 
	float:left;
/*background: url(/calhist/travel/images/shadow.png) repeat 0 0px;*/
	height:165px;
}
.book_s3 {
	padding:0px 10px 0 25px; 
	float:left;
}

/*    LCI Timeline page     */
#timeline {
	height:20px; 
	position: relative; 
	top:32px
}
#timeline img{
	margin-left:-10px;
}
.year {
	position: relative;
	top:-30px;
	left:20px;

	}
.t_year:hover {
	color: #C03920;
	font-size:12px;
	font-weight: bold;
}
.fact_bg {
	background: url(/about/images/fact_middle.png) repeat;
	width:210px;
	padding:10px;
	margin:-3px 0 -2px -10px ;
	z-index:1;
}
.see_facts {
	position:relative; 
	left:0px; 
	padding:20px; 
	top:-2px; 
	width:220px;

}
.fact_bg p{
	width:200px;
	padding:0 5px;
}
.all_months img {
	border:0;
	padding:0;
	margin:0;
	float:left;
}
/* BTBL counties */

.county_hide {
	display: none;
}
.select_box {
	border: 1px solid #ccc;
	width: 440px;
	background-color: #f0efef;
	padding: 15px 15px 20px 15px;
	font-weight:bold;
}
.county_p {
	width: 440px;
	line-height:17px;
	
}