{ padding: 0; margin: 0; }

 img{
   behavior: url("css/pngbehavior.htc");
}


body{
text-align:center;
height:100%;
background: #5AA9D0 url(../images/back.gif) repeat-x;
margin: 0px;
padding: 0px 0px 100px 0px;
}

/* creates the background */

#trees{
width:100%;
background:url(../images/trees.gif) no-repeat top center;

}

#container{
text-align:left;
width:850px;
margin: 0 auto;
}

#container2{
position:relative;
background: url(../images/content_back2.gif) repeat-y 0 0;
width:850px;
min-height:700px;
}

#container3{
position:relative;
background: url(../images/treesides.gif) no-repeat 0 0;
width:850px;
min-height:700px;
}

#container_padding{
width:770px;
padding:55px 40px 50px 40px;
}


#backtop{
position:absolute;
top:0px;
}

#backbottom{
width:850px;
height:75px;
margin: 0 auto;
}

/*end background */

/* header */



#header{
position:relative;
width:770px;
height:350px;
}
	#logo{
	position:absolute;
	top:5px;
	left:30px;
	width:229px;
	height:118px;
	}
	#header_img{
	position:absolute;
	bottom:12px;
	right:0px;
	width:512px;
	height:189px;
	}

/* end header */
	
	
	
	
	
/* navs */

	#nav {
	width:229px;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	position: absolute;
	left:29px;
	top:136px;
	}	

		#nav li{
		float: left; 
		clear: left;
		height:32px;
		width:229px;
		padding: 0px;
		margin: 0px;
		}
		
		#nav li a{
		text-decoration: none;
		float: left; 
		clear: left;
		padding: 0px;
		margin: 0px;
		}
		
	#topnav{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	position: absolute;
	right:21px;
	top:38px;
	}	

		#topnav li{
		float:left;
		height:67px;
		padding: 0px;
		margin: 0px;
		}
		
		
		
#topnav2{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	position: absolute;
	right:200px;
	top:38px;
	}	
	
	#topnav2 li{
		float:left;
		height:67px;
		padding: 0px;
		margin: 0px;
		}
		
/* end navs */	
		
		
		

#pagename{
position: relative;
background: #05628E url(../images/pagename_back.gif) no-repeat 0 0;
width:770px;
height:116px;
}
	#pagenametext{
	position: absolute;
	left:68px;
	top:33px;
	}

#content{
width:770px;
}
	#homecol1_wrap{
	width:428px;
	float:left;
	}
	#homecol1{
	padding:26px 32px 0px 44px;
	}
	
	#homecol2_wrap{
	width:165px;
	float:left;
	}
	#homecol2{
	padding:26px 18px 0px 0px;
	}
	
	#homecol3_wrap{
	width:177px;
	float:left;
	}
	#homecol3{
	padding:26px 30px 0px 0px;
	}
	
	#secondcol1_wrap{
	width:186px;
	float:left;
	}
	#secondcol1{
	padding:26px 0px 0px 38px;
	}
	
	#secondcol2_wrap{
	width:584px;
	float:right;
	}
	#secondcol2{
	padding:26px 83px 0px 34px;
	}

#footer{
clear:both;
position: relative;
}
	#footersnowman{
	width:175px;
	height:193px;
	position: absolute;
	right:0px;
	}
	#footertext{
	padding:20px 0px 0px 110px;
	background: url(../images/copyright.jpg) no-repeat top right;
	position: absolute;
	width:331px;
	height:40px;
	left:150px;
	top:116px;
	}
	
	
	div.hr {
  height: 1px;
  background: #DFDFE6;
}
div.hr hr {
  display: none;
}
	