@charset "utf-8";
/* CSS Document */


a { text-decoration:none; }
body {	margin:0px; background-color:#7bc1f4;}
body, html {height:100%;}

#wrapper { width:100%; margin-left:auto; margin-right:auto; min-height: 100%; position:relative; font-family:Arial, Helvetica, sans-serif; background-image:url(../images/page/sky.jpg); background-repeat:repeat-x;  }

#header { height:60px;  }
	#header h1 { font-size:25px; color:#FFF; margin:0px; }
	#header h2 {font-size:16px; color:#FFF; margin:0px; }


#menu {
	height:20px;background-color:#756135; height:60px; background-image:url(../images/page/wood2.jpg)
}
	#menu a { display:block; height:20px; padding-left:5px; padding-top:40px; width:144px; border-right:1px #FFF solid; float:left; color:#FFF; font-size:12px; }
	#menu a:hover { }


#page { font-size:12px; color:#666;  background-color:#fff; padding-bottom:150px; position:relative; height:100%  }
	#column1 { width:600px; float:left;  padding:10px;}
	#column2 { width:160px; float:left; background-color:#DAD6C2; padding:5px; margin:5px; }
	.quoteForm {font-size:10px; }
	.quoteForm input {width:150px; }
	#page h1 { font-size:18px; }
	#page h2 { font-size:16px; }
	#page h3 { font-size:14px; margin-bottom:10px; }


#afterCols { clear:both; }

p { margin-top:0px;} 






#footer { height:150px; position:absolute; bottom:0px; width:100%; background-image:url(../images/page/grass2.png); background-repeat:repeat-x; }
#footer div { background-color:#756135; font-size:12px; color:#FFF; padding:5px; width:790px; height:140px; background-image:url(../images/page/woodgrass.jpg);}
#footer a { color:#FFF; }
.pageWidthSection { width:800px; margin-left:auto; margin-right:auto; }

