.footerem {
	color: #000000;
	;
	font-weight: bold;
}
.outlink {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #3366CC;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.25em;
	color: #336699;
 	margin:0;
 	padding:0;
}
h1 {
	color: #032F8B;
	font-size: 2em;
}
h2 {
	color: #032F8B;
	font-size: 1.75em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	background-color: #032F8B;
	color: #DCDCDC;
	line-height: 2;
	text-align: left;
	padding-left: 1em;
}
h4 {
	color: #000000;
}
table {
	color: #FFFFFF;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside;
}
fieldset {
	width: 100%;
	font-weight: bold;
	color: #032F8B;
	font-size: 1.2em;
}
a:hover {
	text-decoration: underline;
}
tr.ListHeaderColor th {
	text-align: left;
}
.BulletBackgroundColor {
	color: #FFFFFF;
}
.DataColor {
	color: #DEDECA;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC;
	text-align:center;
}
.FormBackgroundColor {
	color: #CCCCCC;
}
.ImageTitleColor {
	color: #CCCCCC;
}
.LabelColor {
	color: #CCCCCC;
}
.ListColorEven {
	color: #CCCCCC;
}
.ListFooterColor {
	color: #333333;
}
.ListHeaderColor {
	color: #333333;
}
.ListColorOdd {
	color: #DEDECA;
}
.ListTitleColor {
	color: #CCCCCC;
}
.NavigationBackgroundColor {
	color: #666666;
}
.NavigationColor {
	color: #CCCCCC;
}
.NewsDataColor {
	color: #DEDECA;
}
.StoryTitle {
	color: #000000;
	font-weight: bold;
}
.StoryContentColor {
	color: #000000;
}
.TitleColor {
	color: #000000;
}

.small {
	font-size: 85%;
}
#sidebar1 {
	width:23%;
	float:left;
	margin-right: 15px;
	display: inline;
	min-width: 23%;
	text-align: center;
}
#sidebar2 {
	width:23%;
	float:right;
	margin-left: 15px;
	display: inline;
}
#mainContent {
	width:50%;
	float: left;
	vertical-align: top;
	top: auto;
	display: inline;
}
#header, #footer {
	width:100%;
	text-align:center;
}
#header{
	border-top:4px solid #032F8B;
	height:100px;	
}
.clearfloat{
clear:both;
}

#heading, #navigation, #main_content_1, #footer {
	min-width:1000px;
	width: 100%;
	margin: 0;
}

/*---------------------------------------------*/
/*  heading                                    */
/*---------------------------------------------*/

#heading {
 border-top:4px solid #253B5A;
 height:100px; /* Original height is 80px */
 position:relative;
}

#heading img {
 float:left;
}

#state_logo {
 width:118px;
 height:100px; /* Original height is 77px */
 display:block;
 float:left;
 background:#fff url(/images/heading_logo_ca.gif) no-repeat;
}

#heading #search_and_skipto {
 position:absolute;
 right:0px;
 top:2px;
 width:52em;
}


#heading #search_and_skipto_fo {
 position:absolute;
 right:0px;
 top:2px;
 width:52em;
}



#heading #search_and_skipto_spanish {
 position:absolute;
 right:0px;
 top:2px;
 width:67em;
}


#heading #search_container {
 float:right;
 width:20em;
 padding:3px 0 8px 0;
 background:#CCD4DF url(/images/ca_master/search_bg.gif) no-repeat bottom left;
 position:relative;
}

#heading #skipto_container {
 float:left;
 margin:6px 0 0 0;
 color:#90897D;
}

#heading form {
 margin:0;
 float:right;
 width:20em;
}
#heading form p {
 margin:0;
}
#heading form input {
 margin:0;
}
#heading #search {
 border: 1px solid #728EB4;
 width:15em;
 position:relative;
 top:1px; /* adjust the text box */
 margin:0 0 0 10px;
}
#heading #submitbutton {
 position:relative;
 top:-1px; /* Line up the submit button with the text box */
}

/*---------------------------------------------*/
/*   search form with radio buttons            */
/*---------------------------------------------*/

#heading #control p {
 float:right;
 clear:right;
}

#textfield_container {
 padding:6px 40px 0 0;
 text-align:right;
}

#radio_container {
 width:100%;
 text-align:right;
 display:none; /* Display this only if javascript is enabled, so we'll unhide this using javascript */
}

#radio_container span {
 padding-right:40px;
}

#submit_container {
 position:absolute;
 top:3px; /* Line up the submit button with the text box */
 right:8px;
}


#submit_containerSp {
 position:absolute;
 top:2px; /* Line up the submit button with the text box */
 right:8px;
}





#heading #control #search {
 top:0px;
 margin:0px;
}

#heading #control #submitbutton {
 position:relative;
 top:0px;
}

#heading #control .radiobutton{
 position:relative;
 top:2px;
}

form > #radio_container { /* Hack applies to FF and IE7 */
 padding-top:5px; /* for FF */
}
*+html #radio_container { /* Hack applies to IE5 and IE7 */
 padding-top:0; /* for IE7 */
}


/*---------------------------------------------*/
/*  navigation                                 */
/*---------------------------------------------*/

#navigation {
	padding: 0;
	position:relative; /* Blue, needed for empty sublists */
	height:60px;
	white-space: nowrap;
	background-color: #032F8B;
}

#navigation ul {
 position: absolute; /* Needed for FF, background */
 margin: 0;
 padding: 0 0 0 10px;
 height: 30px;
 z-index:1;
 width:60em; /* *** Adjust this to match the actual width of the tabs. *** */
}

#navigation a {
 color: #fff;
 font-weight: normal;
 text-decoration: none;
 display: block;
 padding:9px 6px 0px 6px;
 float:left;
 background: transparent url(images/navigation_tabs.gif) top right no-repeat;
 position:relative;
 height:30px; /* Needed for IE 5.x broken box */
 voice-family:"\"}\"";
 voice-family:inherit;
 height:21px; /* 30 - 9, for non-broken browsers */
}

#navigation a.dmv_tab_color { /* This class added to show DMV tab text blue on first display */
 color: #032F8B;
 font-weight: bold;
 text-decoration: none;
 display: block;
 padding:9px 6px 0px 10px;
 float:left;
 background: transparent url(images/navigation_tabs.gif) top right no-repeat;
 position:relative;
 height:30px; /* Needed for IE 5.x broken box */ 
 voice-family:"\"}\"";
 voice-family:inherit;
 height:21px; /* 30 - 9, for non-broken browsers */
}

.dmv_tab_color a:hover  {
 text-decoration: underline;
 color: #FFF; /* Added to show DMV tab text white on hover  */
} 

#navigation a:hover {
 text-decoration: underline;
 color: #FFF; /* Added to show DMV tab text white on hover  */
}

#navigation a span {
 background: transparent url(images/navigation_tabs.gif) top left no-repeat;
 height:30px;
 width:7px;
 display:block;
 font-size:1px;
 position:absolute;
 top:0px;
 left:0px;
}

#navigation li {
 margin: 0;
 float: left;
 display: block;
 list-style: none;
}

#navigation li ul {
	display: none; /* Hide sublists */
	width:1100px; /* 800 - 10, IE needs this to be fixed width */
	top: 30px; /* moves the sublist below main list */
	left: 0px;
}

#navigation li:hover a, #navigation li.mouse_over a {
 background: transparent url(images/navigation_tabs.gif) 100% -60px  no-repeat;
 color:#fff; /*Added to display main tab text color white when hovering over tab sublist */
}
#navigation li:hover a span, #navigation li.mouse_over a span {
 background: transparent url(images/navigation_tabs.gif) 0px -60px  no-repeat;
}

#navigation #nav_list li li a {
 background-image: none;
 color:#fff; /* Added to display text color white on Home tab and sublist on first display */
  background-color: transparent; /* Needed to make dividers visible */
}

#navigation li.nav_default_on a, #navigation li.nav_default_off a {
 background: transparent url(images/navigation_tabs.gif) 100% -120px no-repeat;
 color:#fff; /*Added to display text color white on tab when it is the default */
}

#navigation li.nav_default_on a span, #navigation li.nav_default_off a span {
 background: transparent url(/images/navigation_tabs.gif) 0% -120px no-repeat;
 color:#fff; /*Added to display text color white on tab when it is the default */
}

#navigation #background_top {
 position:absolute;
 width:100%;
 height:30px;
 background: #fff; /* First row, white */
}
img {
 border:0px;
}


.hidden {
 display:none; /* For IE 4 only */
}

@media all{ /* Hide this from IE 4 */
 .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 0 -2px 0;
 padding:0 !important;
 width:auto !important;
 float:none !important;
}

p {
 margin:.7em 0em .9em 0em;
}

ul {
 margin: 1em 0em 1em 1.4em;
 padding: 0em 0em .5em 1.4em;
}

ul ul {
 margin: 0em 0em 0em 1.4em;
 padding: .2em 0em .2em 1.4em;
}

#navigation li li a {
 font-weight: normal;
 background-image: none;
 background: #032F8B;
 height:21px;
}

#navigation li li {
 background: transparent url(images/navigation_divider.gif) no-repeat 100% 11px; /* Dividers in the sublist */
}

#navigation li.mouse_over ul { /* Show sublist of hovered item */
 display: block;
}

body:last-child #navigation li:hover ul { /* Show sublist of hovered item, hack hides this from Opera, works in FF & Safari(?) */
 display: block;
}

* html #navigation li:hover ul { /* Show sublist of hovered item, hack hides this from Opera, works in IE */
 display: block;
}

#navigation li.nav_default_on ul { /* Show sublist of current page */
 display: block;
 background: #032F8B; /* Blue */
}

#navigation li.nav_default_off ul { /* Hide sublist of current page */
 display: none;
 background: #032F8B; /* Blue */
}
/*---------------------------------------------*/
/*  For Print                                  */
/*---------------------------------------------*/

@media print{

 #navigation, #heading div, #footer div { /* Hides the nav, search and footer */
  display:none;
 }

 #heading, #navigation, #main_content_1, #footer {
  min-width:inherit;
 }

 .column_inner {
  display:inline; /* Needed for FF */
 }
#footer {
	text-align: center;
}
.thrColElsHdr #container #footer {
	text-align: center;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}

