* {
	margin: 0;
	padding: 0;
}
body {
 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	cursor: default;
	color: #fff;
  background:#203e78 url(/images/body_bg.png) repeat-x 0 0;
}
input.text, textarea.text, select.text {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 0;
  padding:2px;
  border-style:solid;
  border-width:1px;
  border-color:#7c7c7c #c3c3c3 #dddddd;
  background:#fff url(/images/text_bg.gif) repeat-x 0 0;
}
input.checkbox, input.radio {
	border: none;
	padding: 0;
}
input.button {
  background-color:#162B54;
  border-color:#D0E0FF #A2C0FF #A2C0FF #D0E0FF;
  border-width:1px;
  border-style:solid;
  font-size:13px;
  color:#fff;
  padding:2px 15px 3px;
  text-align:center;
  cursor:pointer;
  overflow:visible;
}
option {
	padding: 0 5px 0 3px;
}
a {
	color: #102080;
	text-decoration: none;
	cursor: pointer;
}
a:focus {
	-moz-outline-style: none;
}
a img {
  border:none;
}
h1, h2, h3, h4, h5 {
	font-size: 15px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
ul {
	list-style: none;
}
.clear_empty {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	font-size: 0;
	line-height: 0px;
	display: block;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.errormsg {
  display:block;
	background-image:url(/images/error.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	color:#d22800;
	font-weight:bold;
	font-size:10px;
	padding-left:17px;
	line-height:16px;
}

#content {
  width:770px;
  margin:0 auto 20px;
  position:relative;
}
#family_owned {
  position:absolute;
  bottom:20px;
  right:20px;
  z-index:1;
}

#content_outer {
  background:transparent url(/images/body_shadow_bottom.png) repeat-y 0 0;
}
#content_inner {
  padding:0 8px 0 14px;
  background:transparent url(/images/body_shadow_top.png) no-repeat 0 0;
  position:relative;
}

#header {
  background-color:#203e78;
  width:748px;
  height:130px;
}
#header div.logo {
  float:left;
  padding:7px 0 0 20px;
}
#header div.promo {
  float:left;
  padding:12px 0 0 25px;
}
#header div.address {
  float:right;
  padding:5px 20px 0 0;
  text-align:right;
  font-size:11px;
}

#footer_outer {
  background:transparent url(/images/body_shadow_bottom.png) repeat-y 0 0;
}
#footer_inner {
  padding:0 8px 13px 14px;
  background:transparent url(/images/body_shadow_footer.gif) no-repeat 0 100%;
}
#footer_inner ul {
  text-align:center;
  background-color:#203e78;
  padding:0 0 2px;
}
#footer_inner ul li {
  display:inline;
  padding:0 5px;
  font-size:10px;
}
#footer_inner h1 {
  border-top:5px solid #fff;
  background-color:#bd0202;
  font-size:30px;
  height:43px;
  line-height:43px;
  text-align:center;
}



#nav {
  background-color:#bd0202;
  overflow:hidden;
  width:748px;
  height:46px;
  border-bottom:5px solid #fff;
}
#nav li {
  background:transparent url(/images/nav_space.png) no-repeat 0 0;
  padding:0 0 0 1px;
  float:left;
}
#nav li a {
  display:block;
  height:46px;
  width:105px;
  line-height:46px;
  color:#fff;
  text-align:center;
}
#nav li a:hover {
  background:transparent url(/images/nav_hover.png) no-repeat 0 0;
}
#nav li.first {
  background:none;
}
#nav li.selected a {
  background:transparent url(/images/nav_hover.png) no-repeat 0 0;
}





#home {
  background-color:#203e78;
  overflow:hidden;
  width:748px;
}
#home div.secondary {
  float:left;
  padding:35px 0 35px 35px;
}
#home div.primary {
  float:right;
  padding:205px 55px 35px 85px;
  background:transparent url(/images/home_moose.png) no-repeat 0 10px;
  width:300px;
  height:180px;
  font-size:14px;
}


#aboutus {
  background-color:#203e78;
  overflow:hidden;
  width:748px;
}

#aboutus h2 {
  margin:40px auto;
  width:526px;
  height:313px;
  background:transparent url(/images/about_us.jpg) no-repeat 0 0;
  color:#3a1805;
  font-size:13px;
  padding:50px 16px 0;
}

#services {
  background-color:#203e78;
  overflow:hidden;
  width:748px;
  position:relative;
}
#services img.title {
  position:absolute;
  top:10px;
  left:2px;
  z-index:1;
}
#services img.truck {
  position:absolute;
  bottom:1px;
  left:130px;
  z-index:1;
}
div.box {
  border:solid 5px #00d2ff;
  margin:29px 27px 86px;
  padding:28px 27px 29px;
  width:630px;
}
div.box div.inner {
  background-color:#fff;
  overflow:hidden;
  color:#203e78;
}
div.box ul {
  position:relative;
  background-color:#fff;
  color:#bd0202;
  padding:10px 10px 70px 25px;
  list-style-type:square;
  float:left;
}
div.box ul.left {
  width:250px;
}
div.box ul.right {
  width:290px;
}
div.box ul li {
  padding:0 0 10px;
}
div.box ul li h2 {
  font-size:13px;
}
div.box ul li span {
  color:#203e78;
  font-size:11px;
}

#prices {
  background-color:#203e78;
  overflow:hidden;
  width:696px;
  padding:12px 26px 15px;
}

#prices div.list {
  float:left;
  width:333px;
  background:transparent url(/images/prices.png) no-repeat 50% 0;
  padding:80px 0 0;
}
#prices div.list div.inner {
  background-color:#fff;
}
#prices div.list div.inner h2 {
  color:#203e78;
  font-size:13px;
  text-align:center;
}

#prices div.list div.inner h3 {
  color:#bd0202;
  font-size:11px;
  text-align:center;
  font-weight:normal;
}
#prices div.list div.inner div.table_container {
  padding:20px 0;
}
#prices div.list div.inner table {
  color:#203e78;
  font-size:13px;
  text-align:center;
  margin:0 auto;
}
#prices div.list div.inner table.lp {
  margin:15px auto 0;
}
#prices div.list div.inner table tbody {
  text-align:left;
}
#prices div.list div.inner table tbody td {
  padding:2px 10px;
}


#prices div.image {
  float:left;
  width:337px;
  padding:20px 0 0 26px;
}

#prices div.image img {
  border:5px solid #fff;
}

#employment,
#employment_thanks {
  background-color:#203e78;
  overflow:hidden;
  width:748px;
  padding:15px 0 0;
}
#employment div.inner {
  background:transparent url(/images/employment.png) no-repeat 50% 0;
  padding:40px 0 0;
  width:400px;
  margin:0 auto;
}
#employment div.inner h1 {
  font-size:13px;
  font-weight:normal;
  padding:0 0 10px;
}
#employment div.inner p {
  overflow:hidden;
  padding:0 0 10px;
  width:400px;
}
#employment div.inner p label {
  display:block;
  float:left;
  width:110px;
  line-height:22px;
}
#employment div.inner p input.text {
  float:left;
  width:280px;
}
#employment div.inner p.resume label {
  display:block;
  float:left;
  width:400px;
}
#employment div.inner p.resume textarea {
  width:394px;
  height:300px;
}
#employment div.inner p.submit {
  padding:5px 0 15px;
  text-align:center;
}
#employment span.errormsg {
  padding:0 0 0 127px;
  background-position:110px 50%;
  color:#f88;
}
#employment div.inner p.resume span.errormsg {
  float:left;
  padding:0 0 0 17px;
  background-position:0 50%;
}
#employment div.captcha {
  padding:10px 0;
}
#employment div.captcha label {
  display:block;
  padding:0 0 3px;
}
#employment div.captcha span.errormsg {
  padding:0 0 0 17px;
  background-position:0 50%;
}
#employment_thanks h2 {
  padding:20px 0;
  text-align:center;
}
#employment_thanks p {
  padding:20px 0 250px;
  text-align:center;
}
#employment_thanks a {
  color:#fff;
}
#employment_thanks a:hover {
  text-decoration:underline;
}


#contact,
#contact_thanks {
  background-color:#203e78;
  overflow:hidden;
  width:748px;
  padding:15px 0 0;
}
#contact div.inner {
  background:transparent url(/images/contact.png) no-repeat 50% 0;
  padding:40px 0 0 60px;
  width:560px;
  margin:0 auto;
  overflow:auto;
}
#contact div.inner div.section {
  padding:0 0 15px;
}
#contact div.inner div.left {
  float:left;
}
#contact div.inner div.right {
  float:left;
}

#contact div.inner p {
  overflow:hidden;
  width:280px;
}
#contact div.inner p label {
  display:block;
  float:left;
  width:130px;
  line-height:18px;
}
#contact div.inner p span {
  display:block;
  float:left;
  width:150px;
  line-height:18px;
}
#contact div.inner p.mailing {
  width:220px;
  padding:0 0 0 50px;
}

#contact div.truck {
  padding:10px 0;
  text-align:center;
}

#contact table {
  width:680px;
  margin:0 auto;
}
#contact table a {
  color:#fff;
}
#contact table a:hover {
  text-decoration:underline;
}

#contact div.form {
  padding:30px 0 0;
  width:400px;
  margin:0 auto;
}
#contact div.form h1 {
  font-size:13px;
  padding:0 0 10px;
}
#contact div.form p {
  overflow:hidden;
  padding:0 0 10px;
  width:400px;
}
#contact div.form p label {
  display:block;
  float:left;
  width:110px;
  line-height:22px;
}
#contact div.form p input.text {
  float:left;
  width:280px;
}
#contact div.form p.comment label {
  display:block;
  float:left;
  width:400px;
}
#contact div.form p.comment textarea {
  width:394px;
  height:300px;
}
#contact div.form p.submit {
  padding:5px 0 15px;
  text-align:center;
}
#contact div.form span.errormsg {
  padding:0 0 0 127px;
  background-position:110px 50%;
  color:#f88;
}
#contact div.form p.comment span.errormsg {
  float:left;
  padding:0 0 0 17px;
  background-position:0 50%;
}
#contact div.captcha {
  padding:10px 0;
}
#contact div.captcha label {
  display:block;
  padding:0 0 3px;
}
#contact div.captcha span.errormsg {
  padding:0 0 0 17px;
  background-position:0 50%;
}

#contact_thanks h2 {
  padding:20px 0;
  text-align:center;
}
#contact_thanks p {
  padding:20px 0 250px;
  text-align:center;
}
#contact_thanks a {
  color:#fff;
}
#contact_thanks a:hover {
  text-decoration:underline;
}

#products {
  background-color:#203e78;
  overflow:hidden;
  width:748px;
  padding:15px 0 0;
}
#products div.inner {
  background:transparent url(/images/products.png) no-repeat 50% 0;
  padding:40px 0 40px;
  width:680px;
  margin:0 auto;
}
#products h1 {
  font-size:13px;
  text-align:center;
  padding:0 0 15px;
}
#products table {
  width:680px;
  font-size:11px;
}
#products table th {
  padding:3px;
  font-size:13px;
}
#products table td {
  padding:3px;
}
#products table a {
  color:#fff;
}
#products table a:hover {
  text-decoration:underline;
}


#neighborhoods {
  background-color:#203e78;
  overflow:hidden;
  width:748px;
  position:relative;
}
#neighborhoods h2 {
  padding:0 0 10px;
}
#neighborhoods div.box div.inner {
  padding:20px;
}






