/* CSS Document */

body {
	font-family:Helvetica;
	font-size:12px;
	color:#000;
	text-align:center;
	margin-top:11px;
	padding-right:1px;
	font-weight:500;
}

a:link, a:visited, a:hover, a:active {
	font-family:Helvetica;
	font-size:11px;
	color:#333;
	font-weight:800;
}

h4{
	font-size:12px;
	margin-bottom:5px;
}


#content_areainfo{
	width:515px;
	height:490px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/santa_clarita_seal2.jpg);
}


#content{
	width:515px;
	margin:0 auto;
	text-align:left;
}

/*#title{
	background:#343434;
	color:#FFF;
	text-align:center;
	font: bold 14px Helvetica;
	margin:10px 0px;
	padding:2px;
}*/

#title{
	background:#333;
	color:#FFF;
	text-align:center;
	font: bold 14px Helvetica;
	margin:0px 0px 10px;
	padding:2px;
}


#title2{
	background:#333;
	color:#FFF;
	text-align:center;
	font: bold 14px Helvetica;
	margin:0px 0px 10px;
	padding:2px;
}

#foot {
	text-align:center;
	width:800px;
	font:normal 10px Helvetica;
	color:#000;
	text-decoration:none;
	margin:0 auto;
	margin-top:14px;
	font-weight:500;
	font-size:11px;
}

#foot a{
	font:normal 10px Helvetica;
	color:#666;
	text-decoration:none;
}

.text{
	font:bold 12px Helvetica;
	text-decoration:none;
}

#seekertext{
	width:200px;
	float:left;
}

#seekerform{
	width:315px;
	float:left;
}

#seekertext2{
	width:260px;
	float:left;
}

#seekerform2{
	width:255px;
	float:left;
}

.seeker_cell {
height:10px;
padding:0 0 0 0;
margin:0 0 0 0;
}

.seeker_table{
padding:0 0 0 0;
margin:0 0 0 0;
}

#clear{
	clear:both;
}

#nav{
	padding-right:25px;
}

.req
{
	color:red;
}
.error
{
	color:red;
	font-weight:bold;
}
.success
{
	color:green;
	font-weight:bold;
}