html, body {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", "Lucida Sans", "Helvetica Bold", Verdana, Arial, sans-serif;
	background: #d3d2d0;
}

label {
	margin: 0;
	padding: 0;
}

h1, h2 {
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

#container {
	background: url(../images/bg.jpg) #d3d2d0;
	width: 932px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

#content {
	width: 898px;
	margin: 0 auto;
}

#logo {
	width: 271px;
	height: 110px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	float: left;
}

#header {
	float: left;
}

#l_col {
	width: 223px;
	background: #7c1010;
	float: left;
	height: 100%;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}

#l_col h2 {
	background: url(../images/side_headline.jpg) no-repeat;
	width: 185px;
	height: 114px;
	margin: 16px auto;
}

#l_col p {
	text-align: center;
}

#l_col ul {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

#l_col a {
	text-decoration: underline;
}

#r_col {
	float: left;
	background: url(../images/r_col_bg.jpg);
	width: 675px;
}

#navigation {
	background: #10347c;
	height: 33px;
}

#navigation ul {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 9px 0 0 5px;
}

#navigation li {
	margin: 5px 10px 5px 5px;
	display: inline;
}

.current {
	background: #0055ff;
	padding: 8px 10px 9px 10px;
 	color: #ffffff;
}

#r_col h1 {
	width: 675px;
	height: 58px;
}

.bgcheck {
	background: url(../images/bgcheck_h1.jpg);
}

.peoplesearch {
	background: url(../images/peoplesearch_h1.jpg);
}

.phonelookup {
	background: url(../images/phonelookup_h1.jpg);
}

.criminalrecords {
	background: url(../images/criminalrecords_h1.jpg);
}

.drivingrecords {
	background: url(../images/drivingrecords_h1.jpg);
}

#r_col h3 {
	clear: left;
	padding-top: 25px;
}

#form_l {
	float: left;
	margin-top: 16px;
}

#form_r {
	float: left;
	background: url(../images/form_bg_right.jpg);	
	width: 224px;
	height: 315px;
	margin-top: 16px;
}

#form_elements {
	margin: 70px 0 0 20px;
	font-size: 13px;
}

.selectState {
	margin-top: 10px;
}

.search {
	margin: 87px 0 0 10px;
}

#footer {
	width: 898px;
	float: left;
	clear: both;
	background: #454545;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding: 6px 0;
}

#footer a {text-decoration: underline;}
	