/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Typography
---------------------------------------------------------- */

body {
	font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
	font-size: 13px; 
	line-height: 1.5;
	background: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #006699;
}
h1 {
	font-size: 2.4em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	color: #000;
	border-bottom: 1px dotted #000;
	font-size: 2em;
	margin-bottom: 7px;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 5px;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
}

p {
	margin: 0 0 1.5em 0;
}

p:last-child {
	margin-bottom: 0;
}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

img {
	margin: 0;
}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	font-style: italic;
	margin-top: 1.5em;
}

del {
	color:#666;
}
 
a:hover {
	color: #EE572A;
	text-decoration: underline;
}

a {
	color: #000;
	text-decoration: none;
}

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
}

strong {
	font-weight: bold;
}

em, dfn {
	background: #ffc;
	font-style: italic;
}

dfn {
	font-weight: bold;
}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
} 

tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
}

table {
	/*margin-bottom: 1em;*/
}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	vertical-align: baseline;
}

td {
	/*border-bottom: 1px solid #ccc;*/
}
th, td {
	padding: 0.2em;
}
input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: Verdana, Verdana, Geneva, sans-serif;
}
input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #666;
}
textarea {
	font-size: inherit;
}
input.inputButton {
	background: #ccc url(images/button_back.jpg) repeat-x left top;
	border: 1px solid #d18d00;
	color: #fff;
	font-weight: bold;
	font-family: inherit;
	margin: 0 0 0 0;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 12px;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
}
input.inputButton:hover {
	background: #ccc url(images/button_back_hover.jpg) repeat-x left top;
	border: 1px solid #d18d00;
}

/* Nav
---------------------------------------------------------- */
#nav_container{
	width: 100%;
	height: 40px;
	background: #222;
}
#nav{
	width: 900px;
	height: 38px;
	margin: auto;
	padding: 2px 0 0;
}
#nav ul{
	width: 550px;
	float: right;
}
#nav ul, #nav ul li{
	list-style-type: none;
	margin: 0;
}
#nav ul li{
	width: 130px;
	height: 38px;
	float: left;
	line-height: 38px;
}
#nav ul li:hover, #nav ul li a.active{
	background: #444;
}
#nav ul li a{
	width: 130px;
	height: 38px;
	display: block;
	text-align: center;
}
#nav a{
	color: #fff;
}
#nav a:hover{
	text-decoration: none;
}

/* Content
---------------------------------------------------------- */
#content_container{
	width: 900px;
	min-height: 400px;
	margin: 20px auto 0;
	background: url('images/mast.png') no-repeat top;
}
#header{
	width: 900px;
	height: 120px;
	background: url('images/top_header_bg.png') no-repeat top center;
}
.content_image{	
	border: 0px;
}
#logo{
	width: 300px;
	height: 50px;
	padding: 25px 20px;;
}
#logo a{
	width: 366px;
	height: 66px;
	background: url('images/logo.png') no-repeat center;
	display: block;
	text-indent: -9999px;
}
#mast{
	width: 900px;
	height: 190px;
}
#content_outer{
	background: transparent url('images/content_outer_bg.png') no-repeat top;
	padding: 12px 0 0;
}
#content_inner{
	background: transparent url('images/content_inner_bg.png') no-repeat bottom;
	padding: 0 0 12px;
}
#content{
	padding: 10px;
	background: #fff;
	min-height: 350px !important;
}
#content, #content h1, #content h2, #content h3{
	color: #000;
}
#content h1{
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	background: #eee;
	font-size: 25px;
	font-weight: normal;
	padding: 5px;
	color: #333;
}
.content_image{
	float: right;
	padding: 0 0 30px 30px;
}
#criminal{
	padding: 10px;
}
#criminal ul li{
	width: 200px;
	display: block;
	float: left;
}
#driving{
	clear: both;
	padding: 10px;
}
#driving ul li{
	width: 210px;
	display: block;
	float: left;
}
#traffic{
	clear: both;
	padding: 10px;
}
#traffic ul li{
	width: 210px;
	display: block;
	float: left;
}

#contact_form{
	width: 400px;
	padding: 0 0 0 90px;
	border: 0px solid #eee;
}
.row{
	padding: 10px;
	clear: both;
}
.row label{
	display: block;
	font-weight: bold;
	color: #555;
}
.row span{
	display: block;
}
.row .textInput{
	width: 100%;
}
.row .error{
	color: #f00;
}
.success{
	color: #009900;
	font-weight: bold;
}	
.buttons{
	padding: 10px;
	text-align: right;
}
#footer{
	width: 900px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	text-align: center;
	color: #eee;
}
