﻿/*---------------------------------------------*/
/*  ca_department.css                          */
/*  Version 1.20                               */
/* Last Updated 03/23/2007                     */
/*                                             */
/*  Department-specific styles                 */
/*---------------------------------------------*/

/*---------------------------------------------*/
/*  main_content_1                             */
/*---------------------------------------------*/

#left_column
{
	background-color:#e6efff;
	
}
.left_column_secondary
{
	background-color:#e6efff;
	border-right:1px solid #8dbbf7;
		
}

#left_column a {
 color:#000;
}

#left_column ul {
 margin: .6em .5em 0em 0em;
 
}


#left_column ul ul {
 margin: .2em 0em 0em 0em;
}

.left_column_top {
 margin-top:-3px;
 padding:1px 0 25px 8px;
 background:#BCC5D0 url(/images/ca_department/left_column_divider.gif) top left no-repeat;
 background-color:#f1f1f1;
 
}
.left_column_top_secondary
{ 
 padding:.2em 0 25px 8px;
 background-position:top;	
}



.left_column_top h5{
 text-align:center;
 font-size:1em;
}



.left_column_top a {
 display:block;
}

.left_column_top a:hover {
 background-color: #ECECE7; /* ECECE7 light gray */
}



.left_column_top_secondary a:hover {
 background-color:#afcff8; /* d0d0d0 light gray */
}



.column_inner {
 text-align:center;
}

#left_column .column_inner {
 padding:5px;
}

* html .column_inner {
  float:left; /* Needed for IE */
}
#left_column, #right_column, .column_inner { /* Prevent oversized content from breaking the layout */
  overflow:hidden;
}

#amber_alert_on {
 margin-bottom:10px;
}

.list_decorative_dark li, #middle_column .list_decorative_dark li {
	list-style-image:url(/images/ca_department/bullet_black.gif);
	padding:2px;
	margin-bottom:0px;
}

.list_decorative_light li, #middle_column .list_decorative_light li {
 list-style-image:url(/images/ca_department/bullet_gray.gif);
 padding:2px;
 margin-bottom:0px;
}

.list_decorative_blue li, #middle_column .list_decorative_blue li {
 list-style-image:url(/images/ca_department/bullet_blue.gif);
 padding:2px;
 margin-bottom:0px;
}

.list_decorative_dark a {
 text-decoration:none;
 display:block;
 /*border-bottom:1px dotted #999999;*/
}

.list_decorative_light a {
 text-decoration:none;
 display:block;
 /*border-bottom:1px dotted #ECECE7;*/
}

.list_decorative_blue a {
 text-decoration:none;
 display:block;
 /*border-bottom:1px dotted #253B5A;*/
}

.list_decorative_dark a:hover, .list_decorative_light a:hover, .list_decorative_blue a:hover, h5 a:hover{
 text-decoration:underline;
}

.dark_hover_bg a:hover
{
	background-color:#d0d0d0;
}

.logo_no_hover a:hover
{
	background-color:Transparent;

	
}


/*h2 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 font-size: 1.38em;
 color: #253b5a;
 border-bottom:2px dotted #999;
 margin:14px 0;
 width:99%; /* Fix IE problem, too short */
/*}
*/

h3 {
 font-size:1.2em;
 text-transform:uppercase;
 margin-bottom:6px;
}

h4 {
 font-size:1em;
 font-weight:bold;
}

/*Justin added: remove underline from h5 links */
h5 a{
 text-decoration:none;
 margin-bottom: -15px;
}

hr {
 color: #bc3e06;
 background-color: #bc3e06;
 height: 2px;
 border: 0;
}

#middle_column ul li {
 /*list-style-image:url(/images/ca_department/bullet_red.gif);*/
 margin-bottom:15px;
}

#middle_column li ul li{
 /*list-style-image:url(/images/ca_department/bullet_darkgray.gif);*/
 margin-bottom:5px;
}

/*---------------------------------------------*/
/*  breadcrumbs                                */
/*---------------------------------------------*/

.breadcrumbs {
 /*background-color:#ecece7;*/
 padding:10px 5px 5px 10px;
}

/*  End of breadcrumbs  */
.pathSeparator
{
	/*background: url(/images/ca_department/bullet_blue.gif) center no-repeat;*/
	text-align:center;
}

/* --------------- DMHC Styles ---------------------------*/


#dept_text
{
	color: #138068;
	font-size: 1.65em;
	font-weight: bold;
	font-family: Arial, Verdana;
	
}
#dept_name_text
{
	color: #1c257b;
	font-size: 2.55em;
	font-weight: bolder;
	font-family: Arial, Verdana;
	

}
#agency_branding
{
	text-decoration: none;
	
	
}
#agency_branding:hover
{
	background-color:White;
	cursor:pointer;
}
#agency_branding div
{
	background-image:url(/images/ca_department/dmhclogo2.gif); 
	background-repeat:no-repeat; 
	background-position: top right; 
	width:35em;	
	min-height:5.2em;	
	margin-top:15px;
	
}

.sitemapParentNode
{
	background:none;
}
.sitemapNode
{
	background:url(/images/ca_department/arrow.jpg) no-repeat;
}
