/*---------------------------------------------*/
/*  ca_department.css                          */
/*  Version 1.20                               */
/* Last Updated 03/23/2007                     */
/*                                             */
/*  Department-specific styles                 */
/*---------------------------------------------*/

/*---------------------------------------------*/
/*  main_content_1                             */
/*---------------------------------------------*/



 .centeredImage
   {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    padding:0px;
 }


#left_column a {
 color:#000;
}

#left_column ul {
 margin: .4em .5em 1em 0em;
}
#left_column ul ul {
 margin: .2em 0em 0em 0em;
}



.left_column_top a {
 display:block;
}

.left_column_top a:hover {
 background:#ECECE7; /* light gray */
}

.column_inner {
 padding:14px;
}

#left_column .column_inner {
 padding:8px;
}

* 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 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 {
 text-decoration:underline;
}

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;
}

hr {
 color: #bc3e06;
 background-color: #bc3e06;
 height: 2px;
 border: 0;
}


#titlebox_1col {
 position: relative;
 left: 0px;
 top: -16px;
 margin-right: 3px;
 width: 90%;
 padding: 8px;
 background-color: #253b5a;
 border: 3px solid #253b5a;
 color: white;
 font-weight: bold;
 font-size: 14px;
 float: left;
}

#listbox_1col {
 position: relative;
 left: 0px;
 top: -16px;
 margin-right: 3px;
 margin-bottom: 20px;
 width: 90%;
 padding: 10px;
 border: 1px solid black;
}

#titlebox_3col {
 position: relative;
 left: 0px;
 top: -10px;
 margin-right: 3px;
 width: 29%;
 padding: 8px;
 background-color: #253b5a;
 border: 3px solid #253b5a;
 color: white;
 font-weight: bold;
 font-size: 14px;
 float: left;
}

#listbox_3col {
 position: relative;
 left: 0px;
 top: -10px;
 margin-right: 3px;
 margin-bottom: 20px;
 width: 29%;
 padding: 10px;
 border: 1px solid black;
 float: left;
}

.box1title {
 position: relative;
 top: -16px;
 width: 90%;
 padding: 6px 5px 6px 5px;
 background-color: #253b5a;
 border: 1px solid #253b5a;
 color: white;
 font-weight: bold;
 font-size: 14px;
 float: left;
 }

.box3title {
 overflow: auto;
 width: 30%;
 padding: 6px 5px 6px 5px;
 margin: 0px 2px 0px 0px;
 background-color: #253b5a;
 border: 1px solid #253b5a;
 color: white;
 font-weight: bold;
 font-size: 14px;
 float: left;
 }

.box4title {
 overflow: auto;
 width: 30%;
 padding: 6px 5px 6px 5px;
 margin: 0px 2px 0px 2px;
 background-color: #253b5a;
 border: 1px solid #253b5a;
 color: white;
 font-weight: bold;
 font-size: 14px;
 float: left;
 }

.box1 {
 position: relative;
 top: -16px;
 width: 90%;
 height: 300px;
 border: 1px solid #000;  
 padding: 2px 5px 2px 5px;
 background-color: #ECECE7;
 float: left;
 }

.box3 {
 overflow: auto;
 width: 30%;
 height: 310px;
 border: 1px solid #000;  
 padding: 2px 5px 2px 5px;
 /* margin-top: 2px; */
 margin-right: 2px;
 background-color: #ECECE7;
 float: left;
 }
 
.box4 {
 overflow: auto;
 width: 30%;
 height: 310px;
 border: 1px solid #000;  
 padding: 2px 5px 2px 5px;
 margin: 0PX 2px 2px 2px; 
 background-color: #ECECE7;
 float: left;
 font-size: 1em;
 } 
 
.box5 {
 overflow: auto;
 width: 45%;
 height: 310px;
 border: 1px solid #000;  
 padding: 2px 5px 2px 5px;  
 margin: 2px;
 background-color: #;
 float: left;
 font-size: 1em;
 } 

.center_text {
 text-align: center;
 }

.tblbg {
background: #8897A9;
 }

.col_10 {
 width: 10%;
 text-align: center;
 }

.col_11 {
 width: 11%;
 text-align: center;
 }

.col_15 {
 width: 15%;
 text-align: center;
 }

.col_19 {
 width: 19%;
 text-align: center;
 }

.col_20 {
 width: 20%;
 text-align: center;
 }

.col_22 {
 width: 22%;
 text-align: center;
 }

.col_60 {
 width: 60%;
 text-align: center;
 }

.col_90 {
 width: 90%;
 text-align: center;
 }

.ti_2 {
 text-indent: 2em;
 }

.ti_3 {
 text-indent: 3em;
 }

.ti_4 {
 text-indent: 4em;
 }

.ti_5 {
 text-indent: 5em;
 }

.tbl_tr {
 font-size: 16px; 
 font-weight: 900;
 text-align: center;
 }

.tbl_trs {
 font-size: 12px;
 font-weight: 400;
 text-align: center;
 }
 
 #privacy_heading
 {
 font-size: 22px;
 font-weight:900;
 }

