/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
background-image:url(images/bkgd-body1.jpg);
background-repeat:repeat-x;
  background-color: #3f3f3f;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 70px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 860px;
  background-color:#fff;
  padding:0;
}
#outerWrapper #header {
background-image:url(images/outdoor-services-minneapolis2.jpg);
background-repeat:no-repeat;
  padding-top:130px;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  height:73px;
}

#outerWrapper #contentWrapper #rightColumn1 {

  background-color: #B9D6DA;
  border-left: solid 1px #666;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 257px;
  height:800px;
  margin:0;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 280px 0 0;
  padding:50px 20px 40px 20px;
  background-image:url(images/content-grad.jpg);
  background-repeat: repeat-x;
  background-position:top;
}

#content p {
  color: #000;
  font-size: 12px;
  line-height: 19px;
}

#content h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding:0;
  margin:0;
}

#content h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

#content ul li {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}


/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
  color:#FFFFFF;
  background-color: #313131;
  border-top: solid 0px #666;
  padding: 20px 10px 10px 20px;
  margin:0 0 0 0;
  height:60px;
}

.footLeft {
width:250px;
float:left;
font-size:10px;
}

.footCenter {
width:250px;
float:left;
font-size:10px;
margin-left:50px;
padding-left:0;
}

.footRight {
width:250px;
float:right;
font-size:10px;
}


#outerNav {
padding:6px 0 0 0;
margin:0 0 0 0;
height:26px;
background-color:#C15E0B;
}

#outerLargepic {
margin:0;
padding:25px 0 0 0;
border-left:#FFFFFF solid 3px;
border-right:#FFFFFF solid 3px;
height:175px;
background-color:#4a4a4a;
}


#pic1 {
border:#fff solid 2px;
margin: 0 0 0 22px;
}

#pic2 {
border:#fff solid 2px;
margin: 0 0 0 20px;
}

#pic3 {
border:#fff solid 2px;
margin: 0 0 0 20px;
}

/*Form on Right of all pages*/

.style3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.style4 {color: #B30E0C}


#contact {
	color: #000;
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
.requieredred {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	}
	
	#rightColumn1 h2 {
	color: #80100E;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding:  6px 10px 20px 10px;
	}

.floatLeft {
float:left;
margin:5px 10px 5px 0;
padding:0;
}

.floatLeftBoarder {
float:left;
margin:5px 10px 5px 0;
padding:0;
border:#ca5d0b solid 3px;
}

.boarder1 {
margin:10px 0px;
padding:0;
border:#ca5d0b solid 3px;
}

.pbkgd {
background-color:#d1d0cc;
padding:10px;
margin:5px;
}
.red1 {
font-weight:bold;
font-size:14px;
color:#990000;
}

.red2 {
font-weight:bold;
font-size:16px;
color:#990000;
}