#left_column A {
	COLOR: #000
}
#left_column UL UL {
	MARGIN: 0.2em 0em 0em
}
.left_column_top {
	BACKGROUND: url(../images/dmv_department/left_column_bg.gif) repeat-y left top; MARGIN: 0px
}
.left_column_top A:hover {
	
}
.column_inner {
	PADDING-RIGHT: 10px; PADDING-LEFT: 4px; PADDING-BOTTOM: 7px; PADDING-TOP: 0px
}
#left_column .column_inner {
	PADDING-RIGHT: 8px; PADDING-LEFT: 6px; BACKGROUND: url(../images/dmv_department/left_column_bg.gif) repeat-y left top; PADDING-BOTTOM: 8px; PADDING-TOP: 8px
}
* HTML .column_inner {
	FLOAT: left
}
#left_column {
	OVERFLOW: hidden
}
#right_column {
	OVERFLOW: hidden
}
.column_inner {
	OVERFLOW: hidden
}
#amber_alert_on {
	MARGIN-BOTTOM: 10px
}
HR {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; COLOR: #032f8b; HEIGHT: 2px; BACKGROUND-COLOR: #032f8b; 
	BORDER-RIGHT-WIDTH: 0px;
}
hr.yellow {
 color: #EDCF00;
 background-color: #EDCF00;
 height: 2px;
 border: 0;
}

HR.narrow {
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	BORDER-RIGHT-WIDTH: 0px;
	COLOR: #999999; 
	HEIGHT: 1px; 
	BACKGROUND-COLOR: #999999; 
}
.breadcrumbs_2column {
	PADDING-RIGHT: 5px; MARGIN-TOP: 0px; PADDING-LEFT: 10px; FONT-SIZE: 12px; MAX-WIDTH: 100%; PADDING-BOTTOM: 5px; MARGIN-LEFT: 2px; COLOR: #032f8b; MARGIN-RIGHT: 0px; PADDING-TOP: 5px; BACKGROUND-COLOR: #ecece7
}
.breadcrumbs_3column {
	FONT-SIZE: 12px; PADDING-BOTTOM: 5px; MARGIN-LEFT: 201px; COLOR: #032f8b; MARGIN-RIGHT: -1px; PADDING-TOP: 5px; BACKGROUND-COLOR: #ecece7
}
DIV#textSize {
	PADDING-RIGHT: 0.25em; PADDING-LEFT: 0.25em; BACKGROUND: #eee; PADDING-BOTTOM: 0.25em; PADDING-TOP: 0.25em; TEXT-ALIGN: center
}
DIV#textSize A {
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-WEIGHT: 900; FONT-SIZE: 80%; BACKGROUND: #603; PADDING-BOTTOM: 3px; CURSOR: pointer; COLOR: #eee; PADDING-TOP: 1px
}
/* overwritten in webapps.css */
 #middle_column UL LI {
	MARGIN-BOTTOM: 5px
}
#middle_column LI UL LI {
	LIST-STYLE-IMAGE: url(../images/dmv_department/bullet_darkgray.gif); MARGIN-BOTTOM: 5px
}
/* 4/28/2010 9:04:11 AM - Rex Marzke
   Added for portal home page Important Partnership Campaign
   */
#imp_part_camp {
	margin: 0px 10px 0px 15px;
}
#services_container {
	height:565px; 
	margin-left:10px; 
	border-bottom:1px; 
	border-bottom-color:#FFFFFF; 
	border-bottom-style:solid;
}

/*--------------------------------------------------*/
/*  block_with_rounded_corners                      */
/*  Adds rounded corners and blue bar for heading   */
/*--------------------------------------------------*/
.block_with_rounded_corners {
	width: 99%;
	background: #EBEBEB;
	border-style: solid;
	border-color: #032F8B;
	border-width: 0 1px 1px 1px;
	position: relative; /* Make this the containing block of the corner spans */
	margin-bottom: 16px;
}

.block_with_rounded_corners h3 {
	background: #032F8B;
	color: #fff;
	padding: 5px 10px 5px 10px; /* 144px - Adjust left padding for overlapping image */
	margin: 0px;
}

.block_with_rounded_corners span { /* For the rounded corner */
}

.block_with_rounded_corners .bottom_right {
	position: absolute;
	width: 6px;
	height: 6px;
	font-size: 1px;
	bottom: -2px;
	right: -2px;
	background: url(../images/block_with_image_corners.gif) top left no-repeat;
}

.block_with_rounded_corners .bottom_left {
	position: absolute;
	width: 6px;
	height: 6px;
	font-size: 1px;
	bottom: -2px;
	left: -2px;
	background: url(../images/block_with_image_corners.gif) top right no-repeat;
}

.block_with_rounded_corners .top_right {
	position: absolute;
	width: 6px;
	height: 6px;
	font-size: 1px;
	top: -1px;
	right: -2px;
	background: url(../images/block_with_image_corners.gif) bottom left no-repeat;
}

.block_with_rounded_corners .top_left {
	position: absolute;
	width: 6px;
	height: 6px;
	font-size: 1px;
	top: -1px;
	left: -2px;
	background: url(../images/block_with_image_corners.gif) bottom right no-repeat;
}

.block_with_rounded_corners .list_decorative_dark a:hover {
	background: transparent; /* Fixes problem in IE (dotted line disappears) */
}

/* 4/28/2010 10:07:16 AM - Rex
   -- position the "Connect with Us" carousel box better
   */
#announcement_area {
	height: 225px; 
	margin: 4px 10px 0px 10px; 
	padding-top: 0px;
	padding-bottom:10px;
}

/* 5/3/2010 6:03:32 PM 
	-- for DR - Driver Record Request
*/
P.red { color: #FF0000; }
P.indent { margin-left: 30px; }