body {
	color: #333;
	background: #dcd8cc;
	text-align: center;
}

a, a:link, a:active, a:visited {
	outline: none;
}

#container {
	border-color: #fff;
	border-style: solid;
	border-width: 0 5px;
	margin: 0 auto;
}

div#colorbar, .bottomcolorbar, .bartitles {
	background-color: #007095;
}

#linkbar, #linkbar a.admin, #linkbar a.admin:link, #linkbar a.admin:active, #linkbar a.admin:visited {
	color: #fff;
}

ul#nav li li li a:hover, ul#nav li li li a.dl:hover, 
ul#nav li li li li a:hover, ul#nav li li li li a.dl:hover, 
ul#nav li li li a, ul#nav li li li a:link, ul#nav li li li a:active, ul#nav li li li a:visited {
	padding: 3px 0px 3px 8px;
}

ul#nav li li ul, ul#nav li li ul ul, ul#nav ul ul, ul#nav ul ul ul, ul#nav ul li:hover ul ul, ul#nav ul li:hover ul ul ul, ul#nav ul li.over ul ul, ul#nav ul li.over ul ul ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 170px;
	width: 170px;
	border: 1px solid #443f39;
	background-color: #746c63;
	color: #dddddd;
	text-align: left;
	margin-top: 0px;

}

ul#nav li li:hover ul, ul#nav li li.over ul, ul#nav ul li:hover ul, ul#nav ul ul li:hover ul, ul#nav ul ul ul li:hover ul, ul#nav ul li.over ul, ul#nav ul ul li.over ul, ul#nav ul ul ul li.over ul, ul#nav li li li:hover ul, ul#nav li li li.over ul, ul#nav li li li li:hover ul, ul#nav li li li li.over ul {
	display: block;
}

ul#nav li li:hover ul a, ul#nav li li:hover ul a:link, ul#nav li li:hover ul a:active, ul#nav li li:hover ul a:visited, ul#nav li li.over ul a, ul#nav li li.over ul a:link, ul#nav li li.over ul a:active, ul#nav li li.over ul a:visited {
	color: #dddddd;
}

ul#nav li:hover a:hover, ul#nav li.over a:hover, ul#nav li li:hover a:hover, ul#nav li li.over a:hover, ul#nav li li:hover ul a:hover, ul#nav li li.over ul a:hover {
	color: #ffffff;
}

/* Styles for tabular data (crime statistics, etc.) */

table.numbers {
	margin-top: 10px;
}

table.numbers td {
	padding: 2px 5px;
}

table.numbers td.number {
	text-align: right;
}

table.numbers tr.emergency {
	background-color: #8c0808;
	color: #fff;
	font-weight: bold;
}

table.permit, table.crime {
	font-size: 90%;
	border: 1px solid #aaa;
	border-width: 0 0 1px 1px;
	margin: 8px 0 25px 0;
}

tr.alt {
	background-color: #eee;
}

table.permit tr.headings, table.crime tr.headings {
	background-color: #ddd;
	font-weight: bold;
}

table.permit td, table.crime td {
	vertical-align: top;
	padding: 2px 5px;
	border: 1px solid #aaa;
	border-width: 1px 1px 0 0;
	margin: 5px 0;
}

table.crime td {
	text-align: center;
}

table.crime td.type {
	text-align: left;
}

table.access {
	font-size: 100%;
	margin: 15px 0px 10px 0px;
	border: 1px solid #000;
	border-width: 0 0 1px 1px;
}

table.access td {
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	padding: 5px;
}

table.access tr#header {
	font-weight: bold;
}

table.access td.cla, table.access td.law, table.access td.agsm, table.access td.mat, table.access td.na {
	text-align: center;
}

table.access td.cla {
	background-color: #cc6666;
}

table.access td.law {
	background-color: #cc99cc;
}

table.access td.agsm {
	background-color: #cc9966;
}

table.access td.mat {
	background-color: #cccc99;
}

table.access td.na {
	background-color: #cccccc;
}


/* Other styles */

#center div#pagetitle {
	line-height: 90%;
}

#center p {
	margin: 0 0 15px 0;
}

p.note {
	text-align: center;
	font-size: 92%;
	font-style: italic;
}

#center hr {
	background-color: #ccc;
	color: #ccc;
	margin: 25px 0;
}

#center a.pdf, #center a.pdf:link, #center a.pdf:active, #center a.pdf:visited {
	height: 20px;
	color: #8c0808;
	background: transparent url(../../../global/images/doc_types/pdf.gif) no-repeat top left;
	padding: 1px 0 0 20px;
}

#center a.pdf:hover {
	border-bottom: none;
	text-decoration: underline;
}

#center a.doc, #center a.doc:link, #center a.doc:active, #center a.doc:visited {
	height: 20px;
	color: #0000a1;
	background: transparent url(../../../global/images/doc_types/doc.gif) no-repeat top left;
	padding: 1px 0 0 20px;
}

#center a.doc:hover {
	border-bottom: none;
	text-decoration: underline;
}

#center div.download {
	margin-bottom: 5px;
}

#center ol.regulations {
	list-style-type: upper-alpha;
}

#center ol.regulations li {
	margin: 20px 0 0 0;
}

#center ol.regulations ol li, #center ol.regulations ul li {
	margin: 3px 0;
}

#center ol.regulations ol {
	list-style-type: decimal;
	margin: 8px 0 8px 18px;
}

#center ol.regulations ul {
	margin: 8px 0 8px 15px;
}

#center ol.id li {
	margin: 8px 0;
}

#center img.permit {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#center ul li, #center ul ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#center ul ul {
	list-style-type: circle;
}

#center a.map {
	border: none;
}

	#center a.map img {
		border: 5px solid #ddd;
	}

	#center a.map:hover img {
		border: 5px solid #999;
	}

#center dl {
}

	#center dl dt, #center dl dd {
		padding: 3px 0;
		margin: 0;
	}

	#center dl dt {
		float: left;
		width: 50px;
		font: bold 100%/130% "Trebuchet MS", Helvetica, Arial, Verdana, Tahoma, sans-serif;
	}

	#center dl dd {
		margin-left: 50px;
	}


/* Staff */

#center div.staff {
	float: left;
	width: 250px;
	height: 100px;
	margin: 0 25px 10px 0;
}

#center div.staff h3, #center h3.staff {
	margin: 0 0 2px 0;
}

#center div.staff img {
	float: left;
	margin: 0 10px 10px 0;
}

#center div.staff a img, #center div.staff a:link img, #center div.staff a:active img, #center div.staff a:visited img {
	padding: 5px;
	border: 1px solid #d6d1c1;
}

#center div.staff a:hover img {
	border-color: #8b8278;
}

#center div.staff a:hover {
	border: none;
}

#center img.staff {
	float: left;
	padding: 5px;
	border: 1px solid #d6d1c1;
	margin: 0 15px 10px 0;
}

#center div.contact {
	float: left;
	width: 190px;
	margin: 25px 0 20px 0;
}


/* Safe Driver Form */

input, select, textarea {
	width: 380px;
	font-family: Arial, Helvetica, serif;
	border: 1px solid #8b8278;
	padding: 1px 3px;
}

input.required, textarea.required {
	background-color: #ccc6be;
}

input.cb {
	width: 13px;
	border: none;
}

input.city {
	width: 278px;
}

input.state {
	width: 30px;
	text-align: center;
}

input.zip {
	width: 50px;
	text-align: center;
}

input.license {
	width: 339px;
}

input.submit {
	width: auto;
}

dl.form {
	float: left;
	width: 540px;
}

dl.form dt {
	float: left;
	clear: both;
	width: 145px;
	padding-bottom: 5px;
}

dl.form dt.full {
	width: 540px;
}

dl.form dd {
	padding-bottom: 5px;
}

div.form_buttons {
	text-align: center;
}

table.driver {
width:550px;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse;
}

tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background:#f3f0eb;
	}	
.column1	{
	background:#f3f0eb;
	}
td {
	color:#678197;
	border:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:left;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
        width: 100px;
        height: auto;
	}

input, select {
		width: auto;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 90%;
		padding: 2px 4px;
	}
