@charset "utf-8";
/* CSS Document */

/* Reset Defaults */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.8em; /*Set text size to be dynamic*/
	line-height:150%;
	text-align:center;
	background-color:#FFF;
	background-image:url(images/backing.jpg);
	background-repeat:repeat-x;
}

a:link{
	color:#00F;
}

a:visited{
	color:#00F;
}

a:hover{
	color:#900;
}

a:active{
	color:#000;
}

/* If any container uses floats, be sure to include overflow:hidden */

#mainContainer {
	width:955px;
	margin: 0px auto;
	text-align:left;
}

p {
	font-size:1.1em;
	text-indent:15px;
}

h1 { 
	font-size:2em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

/* Start Structure */

#topHeader{
	width:955px;
	height:47px;
	background-image:url(images/top-margin.jpg);
}

#title{
	font-size:28px;
	padding-left:15px;
	padding-top:20px;
	padding-bottom:10px;
}

#navigation{
	width:955px;
	height:57px;
}

#navBottom{
	width:955px;
	height:16px;
}

#centerContainer{
	width:955px;
}

#searchForm{
	width:515px;
	height:197px;
	background-image:url(images/zipsearch.jpg);
}

#searchContent{
	width:450px;
	padding-top:45px;
	padding-left:15px;
	clear:both;
}

#picTop{
	width:515px;
	height:20px;
}

#inspData{
	font-size:10px;
}