/* Carousel CSS Starts */

#carousel {
	position: relative;
}

#caro_left {
	position: absolute;
	top: 22px;
	left: -10px;
}

#caro_right {
	position: absolute;
	top: 22px;
	right: -10px;
}

#caro_images1 {
	position: relative;
	overflow: scroll; /* Show scrollbars for graceful degradation when javascript is disabled. We'll change this to "hidden" in the javascript */
	height:75px; /* carousel collapses on resize without this */
	padding: 7px 0px;
}

#caro_images2 {
	white-space: nowrap;
	position: absolute;
	padding: 0px 6px;
}

#caro_images2 img {
	border: 0;
	vertical-align: middle;
	padding: 0px 10px;
}

/* Carousel CSS Ends */

	ul.rediconicon {
	list-style-type:none;
	list-style-image:url('../images/dmv_department/bullet_red.gif');
	list-style-position: outside;
	}
	div.leftside {
	padding-left:5px;
	}
	li.fontside {
	color:#000099;
	}
	/* vcarousel CSS Starts */

#vcarousel {
	position: relative;
}

#vcaro_left {
	position: absolute;
	top: 22px;
	left: -10px;
}

#vcaro_right {
	position: absolute;
	top: 22px;
	right: -10px;
}

#vcaro_images1 {
	position: relative;
	overflow: scroll; /* Show scrollbars for graceful degradation when javascript is disabled. We'll change this to "hidden" in the javascript */
	height:75px; /* vcarousel collapses on resize without this */
	padding: 7px 0px;
}

#vcaro_images2 {
	white-space: nowrap;
	position: absolute;
	padding: 0px 6px;
}

#vcaro_images2 img {
	border: 0;
	vertical-align: middle;
	padding: 0px 10px;

}

/* vcarousel CSS Ends */

/* Start Governor Director Secretary Left Side Nav */
/* following section added 3/24/10 */
ul.govdirdir {
	list-style: none;
	margin: 2px 0 2px 0;
	padding: 0;
}

ul.govdirdir li {
	width: 192px;
	height: 46px;
	padding: 8px 0px 6px 0px;
	background: url(../images/ca_master/govdirsec5_bg.png) bottom no-repeat;
}

ul.govdirdir h3 {
	margin: 0px 0px 1px 0px;
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

ul.govdirdir .icon {
	display: block;
	float: left;
	padding: 5px 2px 2px 5px;
	width: 40px;
	height: 40px;
}

ul.govdirdir .shift {
	display: block;
	float: left;
	padding: 2px 0px 0px 1px;
}

ul.govdirdir .shift a {
	font-size: 10px;
	padding-right: 11px;
	background: url(../images/ca_master/arrowblue.png) right 3px no-repeat;
}

div.cen {text-align: center}
/* End Governor Director Secretary Left Side Nav */


/* This is the box on the Left Side Nav with the links to the e-mail, etc. */
div.thebox {
	width: 165px;
	background: url(../images/ca_master/blueb.png) no-repeat;
	border: 1px solid #8190a2;
	padding: 5px;
	margin-left: 6%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.smallimages {
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
	width: 15px;
	height: 15px;
}

