/* @group Misc Global */

html, body {
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	min-height: 100%;
	text-align: center;
	background: url(../i/bg.jpg) repeat-x;
}



/* @end */

/* @group Main */

#inspectorseek {
	text-align: left;
	margin: 0 auto;
	width: 770px;
	position: relative;
}

h1 {
	text-indent: -9999px;
	background: url(../i/inspectorseek.gif) no-repeat;
	width: 770px;
	height: 183px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

#inspectorseek h2
{
	position: absolute;
	top: 183px;
	left: 2px;
	width: 237px;
	height: 184px;
	margin: 0;
	padding: 0;
	background: url(../i/find-big.gif) no-repeat;
	text-indent: -9999px;
	z-index: 2;
}

/* @end */

/* @group Search Box
 */

#search-form {
	border: 1px solid #4cbdff;
	margin: 0;
	padding: 0;
}

#search {
	border: 1px solid #fff;
	background-color: #c1e8ff;
	position: relative;
	height: 182px;
	padding: 0 0 0 257px;
}

* html #search {
	height: 162px;
}

#search label {
	display: block;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	font-size: 22px;
}

/* @group City/State */

#city-state-block {
	width: 320px;
	height: 182px !important;
	height: 147px;
	float: left;
	margin: 35px 0 0 0;
	background: url(../i/or-big.gif) no-repeat 246px 2px;
}

#city-label {
	background-image: url(../i/city-label.gif);
}

#state-label {
	background-image: url(../i/state-label.gif);
}

#city, #state {
	width: 222px;
	margin-bottom: 10px;
}

#state {
	width:  186px;
}

/* @end */

/* @group Postal
 */

#postal-block {
	height: 182px !important;
	height: 147px;
	width: 161px;
	float: left;
	margin: 35px 0 0 0;
}

#postal-label {
	background-image: url(../i/postal-label.gif);
	display: block;
}

#postal {
	width: 161px;
}



/* @end */

#search-button {
	position: absolute;
	z-index: 1;
	left: 509px;
	top: 125px;
}

/* @end */

/* @group Below the Fold */

#fold {
	clear: both;
	padding: 25px 0;
	line-height: 1.3em;
}

#legal {
	clear: both;
	padding: 0 0 25px 0;
	font-size: 10px;
	color: #334;
}



/* @end */
