@charset "utf-8";

body {

	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* do not change this */
	text-align: center; /*this helps to center the page within the browser*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	background-image:url(../../../css/graphics/background.jpg);
*/	background-repeat:repeat-x;
	background-position: 0px 0px;
	background-color:#202020;
}

#pagecontainer {
	text-align: left;
	margin: 10px auto; /*The sets the space above the page and centers the pages within the browser*/
	padding: 0px;
	border:0;
	width: 955px;
	background-color:#ffffff;
}

h1 {
	color: #1B146D;
	font-weight: bold;
	font-size: 19px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height:26px;
	margin:5px 0px 5px 0px;
}

h1 a {
	color: #5f001f;
	font-weight: normal;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height:26px;
	margin:5px 0px 5px 0px;
}

h2 {
	color: #1B146D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	line-height:20px;
	margin:5px 0px 5px 0px;
}


h3 {
	color: #1B146D;
	font-size: 13px;
	font-weight: bold;
	line-height:18px;
	margin:10px 0px 5px 0px;
}

h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
	margin:5px 0px 5px 0px;
}

a {
	color: #5f001f;
}

a:hover {
	text-decoration:underline;
}

a img {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
}

p {
	margin:10px 0px 0px 0px;
}

form {
	margin:0px;
}

div {
	margin:0px;
}

/*ul {
	list-style: inside disc;
	margin-left: 15px;
}*/

ol {
	list-style:outside decimal;	
}

ol ol {
	list-style:outside lower-alpha;
	padding-left:7px;
	margin-left: 7px;
}

ol ol ol {
	list-style:outside decimal;
	padding-left: 7px;
	margin-left: 7px;
}

table {
	border-collapse:collapse;
	/*border: 1px solid #3b3b73;*/
	padding: 5px;
	margin: 0px 10px;
	font-size: 11px;
	text-align: left;
}

table td {
	text-align: left;
	background-color: #ffffff;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #babacb;
	border-bottom-color: #babacb;
}


table th {
/*	text-align: left;
*/	line-height: 20px;
	color: #000000;
	font-weight: bold;
	background-color: #eeeeee;
	font-size: 11px;
	text-indent: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #babacb;
	border-bottom-color: #babacb;
}

table th a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

img {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
}

img.moveDown {
	vertical-align:-3px;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

/* Begin all banner related items */
#agencyheader {
	position:relative;
	height: 175px;
	background-image:url(graphics/dmv_banner.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
}

.printheader {
	display:none;
}

.mobileheader {
	display:none;
}

.mobileband {
	display:none;
}

.fontsizer {
	float:left;
	width: 100px;
	height: 25px;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
}

.fontsizer img {
	border-width: 0;
}

#websiteid {
	float:right;
	width: 500px;
	height: 25px;
}

#skip {
	float:right;
	width: 90px;
	height: 25px;
}

#headerdate {
	position: absolute;
	top:150px;
	left:0px;
	width:300px;
	text-align: left;
	color: #ffffff;
	padding: 5px 5px 5px 15px;
}


/* Banner Navigation  */
.banner-navigation {
	clear:both;
	text-align:right;
	position:relative;
	background-color:none;
	width:955px;
	vertical-align:middle;
}

.banner-nav1 a, .banner-nav2 a, .banner-nav3 a, .banner-nav4 a, .banner-nav5 a {
	float:right;
	/*width:75px;
	height:125px;
	background-color:none;*/
	background-position:top left;
	background-repeat:no-repeat;
	/*z-index:5;*/
}

.banner-nav1 a {
	background-image:url(graphics/navbarOnline.gif);
}
.banner-nav1 a:hover {
	background-image:url(graphics/navbarOnline0.gif);
}
.banner-nav2 a {
	background-image:url(graphics/navbarPartners.gif);	
}
.banner-nav2 a:hover {
	background-image:url(graphics/navbarPartners0.gif);	
}
.banner-nav3 a {
	background-image:url(graphics/navbarCarriers.gif);
}
.banner-nav3 a:hover {
	background-image:url(graphics/navbarCarriers0.gif);
}
.banner-nav4 a {
	background-image:url(graphics/navbarDrivers.gif);
}
.banner-nav4 a:hover {
	background-image:url(graphics/navbarDrivers0.gif);
}
.banner-nav5 a {
	background-image:url(graphics/navbarVehicle.gif);
}
.banner-nav5 a:hover {
	background-image:url(graphics/navbarVehicle0.gif);
}


/*Needed for Search */

.mno-search-div {
	position:absolute;
	top:150px;
	right:0px;
	width:195px;
	background:none;
	border:none;
	margin:0px 0px 0px 0px;
	padding:2px 15px 0px 0px;
}

.mno-search-div form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	height:22px;
}

.mno-search-div #q {
	background-color:#CCC;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #999999;
	border-collapse:collapse;
	text-align:center;
	height:16px;
}

.mno-search-div .mno-button {
	width:18px;
	height:18px;
	background-color:#000000;
	background-image:url(graphics/search-icon.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer; /* Hand cursor for the normal state */
	line-height:19px;
	border: #2c356b none 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mno-search-div .mno-button:hover {
	background-image:url(graphics/search-icon-over.gif);
}

.mno-search-div .mno-button:focus {
	background-image:url(graphics/search-icon-focus.gif);
}
/*Needed for Search */


/* End all banner related items */


/* Begin all content area items */

#contentarea {
	position:relative;
	float: left;
	width:715px;
	padding: 10px 0px 25px 0px;
	vertical-align:top;
	line-height: 1.5em;
}

.contentnarrow {
	width:500px;
	float:left;
	padding:10px 0px 0px 0px;
}

.contentwide {
	width:715px;
	float:left;
	padding:10px 0px 0px 0px;
}

.home-icons {
	margin:0px 18px 0px 18px;
}

.welcome {
	background-image:url(graphics/welcome-backg.jpg);
	background-position:0px 35px;
	background-repeat:repeat-x;
	padding:15px 0px 24px 0px;
	display:block;
	/*_display:none;*/
}

.icon-bank {
	background-image:url(graphics/welcome-backg.jpg);
	background-position:0px 35px;
	background-repeat:repeat-x;
	padding:15px 0px 24px 0px;
	display:block;
	width:500px;
	height:170px;
	}
	
.icon1 {
	background-image:url(graphics/icon-odlr.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:130px;
	height:80px;
	float:left;
	margin:0px 18px 13px 18px;
}

.icon1:hover {
	background-image:url(graphics/icon-odlr-over.png);
}

.icon2 {
	background-image:url(graphics/icon-otp.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:130px;
	height:80px;
	float:left;
		margin:0px 18px 13px 18px;
}

.icon2:hover {
	background-image:url(graphics/icon-otp-over.png)
}

.icon3 {
	background-image:url(graphics/icon-hal.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:130px;
	height:80px;
	float:left;
		margin:0px 18px 13px 18px;
}

.icon3:hover {
	background-image:url(graphics/icon-hal-over.png);
}

.icon4 {
	background-image:url(graphics/icon-nronh.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:130px;
	height:80px;
	float:left;
		margin:0px 18px 13px 18px;
}

.icon4:hover {
	background-image:url(graphics/icon-nronh-over.png);
}

.icon5 {
	background-image:url(graphics/icon-fad.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:130px;
	height:80px;
	float:left;
		margin:0px 18px 13px 18px;
}

.icon5:hover {
	background-image:url(graphics/icon-fad-over.png);
}

.icon6 {
	background-image:url(graphics/icon-faq.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:130px;
	height:80px;
	float:left;
		margin:0px 18px 13px 18px;
}

.icon6:hover {
	background-image:url(graphics/icon-faq-over.png);
}


.Introduction {
	color: #333333;
	font-weight: normal;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Introduction img {
	height: 150px;
	width: 400px;
}

.photoframe {
  float:left;
  border:solid 1px silver;
  padding:6px;
  margin-right:10px;
} 
  
.photoframeright {
	float:right;
	border:solid 1px silver;
	padding:6px;
	margin-left: 10px;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	color: #333333;
}

/* Begin all left sidebar items */
#leftsidebar {
	float: left;
	width: 195px;
	padding: 34px 0px 15px 10px;
	text-align:center;
 	margin-right:15px;
}

#leftNav {
	width: 185px;
	margin-top: 0px;
	border-top: 1px solid #c6adc2;
	text-align: left;
}

#leftNav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.navIndent, navIndent2, NavIndent3 {
	list-style-type: none;
}

.navIndent a {
	display: block;
	padding: 8px 0px 8px 20px;
	width: 165px;
	/*text-indent:20px;*/
	color:#666;
	text-decoration: none;
	background-image: url(graphics/nav-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	border-bottom: 2px solid #c6adc2;
	border-left:1px none #ffffff;
	border-right:1px none #ffffff;
	margin:0px;
	list-style-type: none;
}

.navIndent a:hover {
	color: #b1b1b1;
	text-decoration: none;
	background-image: url(graphics/nav-bullet2-over.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
}

.navIndent2 a {
	display: block;
	padding: 4px 0px 4px 20px;
	width: 155px;
	/*text-indent:20px;*/
	color:#000000;
	text-decoration: none;
	background-image: url(graphics/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	border-bottom: 1px solid #c6adc2;
	border-left:1px none #ffffff;
	border-right:1px none #ffffff;
	margin:0px 0px 0px 10px;
}

.navIndent2 a:hover {
	color: #b1b1b1;
	text-decoration: none;
	background-image: url(graphics/nav-bullet-over.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

.navIndent2A a {
	display: block;
	padding: 4px 0px 4px 20px;
	width: 155px;
	/*text-indent:20px;*/
	color:#000000;
	text-decoration: none;
	background-image: url(graphics/nav-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	border-bottom: 1px solid #c6adc2;
	border-left:1px none #ffffff;
	border-right:1px none #ffffff;
	margin:0px 0px 0px 10px;
}

.navIndent2A a:hover {
	color: #b1b1b1;
	text-decoration: none;
	background-image: url(graphics/nav-bullet-over.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

.navIndent3 a {
	display: block;
	padding: 4px 0px 4px 20px;
	width: 145px;
	/*text-indent:20px;*/
	color:#000000;
	text-decoration: none;
	background-image: url(graphics/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	border-bottom: 1px solid #c6adc2;
	border-left:1px none #ffffff;
	border-right:1px none #ffffff;
	margin:0px 0px 0px 20px;
}

.navIndent3 a:hover {
	color: #b1b1b1;
	text-decoration: none;
	background-image: url(graphics/nav-bullet2-over.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

/* Used on Mobile CSS */
.nav-menu {
	list-style-type: none;
}

/*.navIndent3 {
	display:none;
}*/

/* End all left sidebar items */

/* Begin all right sidebar items */
#rightsidebar {
	float:right;
	text-align:left;
	top:0px;
	width: 200px;
	padding: 23px 0px 0px 0px;
	}

#agency-navBox {
	float: right;
	margin:0px 0px 20px 15px;
	border: 1px solid #05053e;
	padding:0px;
	width: 185px;
	background-color: #FFFFFF;
}

.agency-header a, .qlinks-header a, .howdoi-header a, .optional-header a {
	color:#1B146D;
	text-decoration:underline;
}

.agency-header {
/*	background-color:#4e254a;
*/	
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:4px 5px 4px 5px;
	background-image:url(graphics/barBBK.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}

.agency-links p {
	text-align:left;
	padding: 2px 5px 0px 15px;
	background-image:url(graphics/Bbullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
}

.agency-links a {
	color: #623a5c;
	text-decoration:none;
}

.agency-links a:visited {
	color: #623a5c;
	text-decoration:none;
}

#quicklinks {
	float: right;
	margin:0px 0px 15px 0px;
	/*border: 1px solid #05053e;*/
	border:#a7b6c7 solid 1px;
	padding:0px 0px 0px 0px;
	width: 195px;
}

.qlinks-header {
	/*background-color:#d4dbe3;*/
	background-color:#ffffff;
	background-image:url(graphics/q-header.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#22639d;
	text-align:center;
	font-weight:bold;
	font-size: 16px;
	padding:3px 5px 3px 5px;
	margin:0px 0px 0px 0px;
	height: 24px;
	/*border-top:#a7b6c7 solid 1px;
	border-bottom:#a7b6c7 none 1px;
	border-right:#a7b6c7 solid 1px;
	border-left:#a7b6c7 solid 1px;*/
}

.qlinks-header a {
	text-decoration:none;
}

.qlinks-header a:hover {
	text-decoration:underline;
}

.qlinks-links {
	padding:0px 0px 5px 0px;
	/*border-top: 1px none #a7b6c7;
	border-bottom: 1px solid #a7b6c7;
	border-right: 1px solid #a7b6c7;
	border-left: 1px solid #a7b6c7;*/
}

.qlinks-links p{
	margin:4px 0px 2px 0px;
	text-align:left;
	padding:0px 4px 0px 15px;
	background-image:url(graphics/sbarrow.gif);
	background-position:6px 4px;
	background-repeat:no-repeat;
}

.qlinks-links a {
	text-decoration:none;
}

.qlinks-links a:hover {
	color:#333333;
	text-decoration:underline;
}

.date {
	color:#770000;
}

/* End all right sidebar items */
/* End all content area items */

#footnote {
	clear: both;
	padding:0px 20px 10px 240px;
}

/* Begin Address area items */

#addressCenter {
	clear: both;
	text-align:center;
	padding: 0px 40px 0px 20px;
	width: 895px;
	color: #999999;
	font-size:10px;
	margin:30px 0px 20px 0px;
}

#address {
	clear: both;
	text-align:center;
	padding: 0px 0px 0px 190px;
	width: 765px;
	color: #999999;
	font-size:10px;
	margin:30px 0px 20px 0px;
}

/* Begin all footer area items */
#footer {
	clear: both;
	background-repeat:repeat-x;
	height:35px;
	background-color:#000000;
}

.footerleft {
	float:left;
	background-image:url(graphics/footer_seal.gif);
	background-position:15px 4px;
	background-repeat:no-repeat;
	height:25px;
	padding-left:50px;
	padding-top:10px;
	width:400px;
	text-align:left;
	color:#999999;
}

.footerleft a {
	color: #ffffff;
	text-decoration: none;
}

.footerleft a:hover {
	color:#063d64;
	text-decoration: none;
}

.footerleft a:visited {
	color:#ffffff;
	text-decoration: none;
}

.footerright {
	float:right;
	padding-top:10px;
	height:25px;
	padding-right:20px;
	width:450px;
	text-align:right;
	color:#ffffff;
}

/* End all footer area items */
/* Press Release related styles */
.pressTitle {
	color: #623a5c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	line-height:28px;
	margin:10px 0px 0px 0px;
}

.press-contentwide {
	width:700px;
	float:left;
	border-top:1pt solid #5f001f;
	padding-right:20px;
}

.pressRight {
	position:relative;
	float:right;
	top:0px;
	text-align:right;
	padding:10px 10px 0px 0px;
}

.pressLeft {
	position:relative;
	float:left;
	top:0px;
	text-align:left;
	padding:10px 0px 0px 10px;
}

.press-title {
	clear:both;
	color: #623a5c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	padding:5px 0px 0px 0px;
	text-align:left;
}

.press-subtitle {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding:4px 0px 8px 0px;
	text-align:left;
	font-style:italic;
}

.pressHeader {
	position:relative;
	background-color:#33CCCC;
	clear:both;
}

/* End Press Release styles */


.more-news {
	float:right;
}

.more-news a {
	font-size:9px;
	color:#909090;
	font-weight:normal;
	text-decoration:none;
}

.more-news a:hover {
	text-decoration:underline;
	color:#232323;
}

.navTitles {
	color: #000000;
	padding: 5px 20px 5px 0px;
	text-align:center;
	background-color:#000000;
}

.news-events {
	border-top:#000000 solid 1px;
	padding:10px 0px 0px 0px;
}

.news-events h2 {
	margin:5px 0px 2px 0px;
}

#news {
	margin:0px;	
	background-image:url(graphics/welcome-backg.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
/*	background-image: url(graphics/Bbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;*/
	padding:5px 10px 0px 10px;
}

.newsheadline {
	font-weight: bold;
	padding:0px 10px 0px 10px;
}

.newsheadline a {
	text-decoration:none;
}

.newsheadline a:hover {
	color: #333333;
	text-decoration:underline;
}

.newsstory {
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px;
}

.newsdate {
	color: #1B146D;
}

.boldRight {
	font-weight:bold;
	text-align:right;
}

.mapTable {
	width: 90%;
}

.mapTable td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
}

.mapTable th {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	vertical-align: top;
	text-align:right;
}
.comp1 {
	border:0px none #cccccc;
}

.comp1 th a {
	font-weight: bold;
	color:#0000;
	text-decoration:underline;
}

.comp1 th {
	font-weight: bold;
	color:#000;
	text-decoration:underline;
	border-left:#FFF 10px solid;
}

div.leftCol, div.rightCol {
	margin:20px 10px 20px 10px;
	width:330px;
	border:1px none #cccccc;
	text-align:left;
}

div.leftCol {
	float:left;
}

div.rightCol {
	float:right;
}

.leftColTable {
	width:300px;
}

.leftColTable th a {
	color:#000;
	text-decoration:underline;

}

/* Styles for DMV Locations Map */
#location-map {
	width:400px;
	height:600px;

}

.maps {
	padding:10px 10px 10px 10px;
	border:1px solid #525ea8;
	margin:15px 30px 0px 0px;
	background-color:#c6cfd8;
	float:left;
}

.map-list {
	padding:15px 0px 0px 0px;
	float:left;
}

.announce-red-title {
	text-align: center;
	color: #730B0C;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	
}

.announce-red {
	text-align: center;
	color: #730B0C;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}
.announce-small {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.announce-box {
	width:500px;
	border:2px solid #730B0C;
	margin:100px auto 20px auto;
	padding:20px;
}

.sm-announcement {
	color: #730B0C;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin:10px;
	border:1px solid #730B0C;
}

