/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Optima, 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 99%;
	text-align: center;
}

#header {
	font-size: 350%;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	padding: 10px 0;
    font-weight: bold;
	text-align: center;
	margin: 10px auto;
	width: 700px;
}

h1 {
	line-height: 1em;
	margin: 10px;
	padding: 0;
}

h2 {
	font-size: 180%;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.2em;
	color: #ffffff;
	padding-top: 10px;
}

h3.driving {
	font-family: Arial;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	padding: 10px 0;
}

h3.notary {
	font-family: Arial;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	padding: 10px 0;
}

h3.idtheft {
	font-family: Arial;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	padding: 10px 0;
}

ul {
	padding: 0 20px;
	font-family: Arial;
	margin: 0;
	text-align: left;
}

li {
	list-style: disc;
	margin: 10px 0;
	padding: 0;
	line-height: 1em;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}

#container h1 {
	text-indent: -5000px;
	height: 103px;
	background: url(/images/header.jpg) no-repeat top left;
}

#container td {
	text-align: center;
	padding: 10px 15px;
	vertical-align: top;
	font-size: 14px;
}

.icon {
	margin: 3px 10px 20px 0;
	float: left;
}

.item {
	padding: 0;
	clear: left;
}

a {
	color: #660000;
	font-size: 16px;
	font-weight: bold;
}

a:hover {
	color: #996600;
}

#footer {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	background: #ffffff;
}

#footer p {
	text-align: center;
	padding: 15px;
}



