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

body {background-color:#f8f6ed;height:100%}
#shadow-left{
	background-image:url(images/css-images/shadow-left.png);
	background-repeat:repeat-y;
	background-position:left;
	width:960px;
	height:100%;
	position:relative;
}
#shadow-right{
	background-image:url(images/css-images/shadow-right.png);
	background-repeat:repeat-y;
	background-position:right;
	width:970px;
	height:100%;
	position:relative;
}
#content-wrapper{
	width:950px;
	position:relative;
	left:10px;
	background-color: #fff;
}
#hd{height:165px; background-image:url(images/header/images/safelawns_website_03.png); background-repeat:repeat-x; background-position:bottom }
#hd #logo{height:220px; }
#hd #phone{float:right;position:relative;top:-92px }
#logo a {border:0px}

#bd {background-color:#fff;}
.home-banner {padding-top:40px}

#ft {background-color:#c4c3bc; background-image:url(images/css-images/ft-bg.png); background-repeat:repeat-x; }
#footer-menu {padding:40px 0 40px 40px;font-size:123.1%;}
#footer-menu li {padding:10px 40px 0 0; float:left}
#footer-menu a {color:#918f7d;font-weight:bold; text-decoration:none;}

#menu {min-width:950px;padding-left:180px;font-family:"Lucida Grande CE", "Lucida Grande", sans-serif;font-size:20px}
#menu li{position:relative;top:-120px;float:left; padding:0 68px 0 0;font-weight:bold}
#menu li a {color:#908f8a; text-decoration:none}
#menu li a:hover {color:#0099FF}

h1, h2, h3, h4, h5 {font-weight:bold; padding-bottom:.5em}
h1 {font-size:308%;color:#97cf00;padding-bottom:0}
h2 {font-size:231%;color:#666666}
h3 {font-size:108%;color:#666666;padding-top:1em}
h3.firstline {padding-top:.25em}

p {color: #666666 ;font-size:116%; line-height:174%; padding-bottom:10px}
.display {color:#666666;font-size:138.5%; line-height:200%; padding-bottom:10px}
.content-padding {padding:20px 40px 20px 40px;}
.display-number {font-size:308%;color:#c6e8fa;margin-left: -28px;}

.page_title{padding:60px 0 0px 0px; margin:0px 40px 0px 40px; border-bottom:1px dotted #CCCCCC}

strong {font-weight:bold;}
em {font-style:italic;}

.yui-gd div.first div.content-padding {padding:20px 0px 20px 40px}
