/* This cascading style sheet hand-made from scratch by Benjamin Bruce 
	WEBSITE:	RossPestandLandscape.com
	MEDIA:		screen


	FOUNDATION */
body { font-size: 62.5%; }
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
a { text-decoration: none; }
a img { border: none; }
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* LAYOUT 
*/
div#header { 
	background: url(xihuime.png) repeat-x 0px 110px; 
	width: 730px;
	margin: 0 auto;
}
#content {
	background-color: #ffc;
	font-size: 1.5em;
	background: url(ctbackmore.png) repeat-y center top;
}
#innerpeel { 
	background: url(ctback.png) no-repeat center top; 
}

/* FORMATTING
*/
address { 
	margin-left: 100px; 
	margin-bottom: 20px;
}
body {
	width: 760px;
	margin: 10px auto 0 auto;
	background: url(back2.jpg) repeat-x #D2D2D2;
}
h1 {	/* Reserved for the Ross Pest and Landscape logo on each page */
	background: url(little-house2.gif) no-repeat left top;
	height: 150px;
	border-bottom: solid 3px #000;
}
h2 {	/* Use this as the main title */
	height: 45px;
	padding-left: 20px;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	background: #246A14 url(grass.jpg);
	padding: 15px 0;
	padding-left: 125px;
	margin: 0 15px;
	margin-bottom: 20px;
	clear: left;
}
h3 {
	text-indent: 3em;
	font-size: 1.75em;
	font-style: italic;
	color: #954500;
	margin-bottom: .5em;
}
h4 {
	text-indent: 2.5em;
	font-size: 1.25em;
	font-style: italic;
	color: #007100;
	margin-top: .1em;
	margin-bottom: .6em;
}
#content p {
	margin: 0 40px;
	text-indent: 2em;
	line-height: 1.5em;
	padding-right: 75px;
	padding-bottom: 1.5em;
}		
#incontent { min-height: 400px; }	
#l #incontent { background: 675px 150px url(grass.png) no-repeat; }	
#p #incontent { background: 650px 150px url(ant.png) no-repeat; }
ol, #incontent ul { 
	margin-left: 40px;
	margin-right: 100px;
	padding-bottom: 1.25em; 
	font-weight: bold;
}
ol li, #incontent ul li { 
	margin-bottom: .5em; 
	margin-left: 40px;
}  
ol li { list-style-type: decimal; }	
#incontent ul li { list-style-type: circle; }
#incontent a:link { color: #AD4500; }
#incontent a:hover { border-bottom: dashed 1px #000; }
#incontent a:visited { color: #3A4C00; }
p.email { background: url(../../images/envelope.gif) no-repeat; }
p.email a { margin-left: 50px; }

/* HOME PAGE NAVIGATION
*/
#backlawn {
	width: 730px;
	height: 387px;
	background: url(backlawn.jpg) no-repeat;
	position: relative;
	margin: 0 auto 0 auto;
}
.h { visibility: hidden; }
ul#backlawn li {
	width: 365px;
	height: 193px;
	position: absolute;
}
ul#backlawn li a { display: block; }
#landscaping {
	top: 0px;
	right: 0px;
}
#links {
	bottom: 0px;
	left: 0px;
}
#contact {
	bottom: 0px;
	right: 0px;
}
ul#backlawn a {
	width: 357px;
	height: 185px;
}
ul#backlawn li a:hover { 
	background: url(toplawn.jpg) no-repeat; 
	border: 4px double;
}
ul#backlawn li#pestcontrol a:hover { 
	background-position: -4px -4px;
	border-color: #000;
}
ul#backlawn li#landscaping a:hover { 
	background-position: -369px -4px; 
	border-color: #000;
}
ul#backlawn li#links a:hover { 
	background-position: -4px -197px; 
	border-color: #fff;
}
ul#backlawn li#contact a:hover { 
	background-position: -369px -197px; 
	border-color: #fff;
}

/* NAVIGATION
	This navigation bar makes use of the method outlined under "Son of Suckerfish Dropdowns," by Patrick Griffiths and Dan Webb (http://htmldog.com/articles/suckerfish/dropdowns/)
*/
ul#menu {
	margin: 0 15px;
	text-align: center;
	width: 730px;
	background: url(menuback.png) repeat-x;
	float: left;
}
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu a {
	display: block;
	width: 121.6px;
	color: #fff;
	font-weight: bold;
}
#menu li {
	float: left;
	width: 121.6px;
	background: url(menuback.png) repeat-x;
	padding: 5px 0;
}
#menu li:hover {
	background: url(menubackflip.png) repeat-x;
}
#menu li ul {
	position: absolute;
	width: 121.6px;
	left: -999em;
	margin-top: 5px;
}
#menu li ul li { background: url(orangeclear.png) repeat; }
#menu li ul li:hover { 
	background-image: none;
	background-color: #4E904A;
	outline: 1px solid #000;
}
#menu li:hover ul, #menu li.sfhover ul { left: auto; }

#footer {
	text-align: center;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 2em;
	padding-top: 25px;
	padding-bottom: 15px;
	background: url(bottom.png) no-repeat left top;
}
#footer a:link, #footer a:visited, #footer a:active { color: #c60; }
#footer a:hover { 
	border-bottom: #c60 dashed 1px; 
	color: #960;
}
#h #footer { background-image: none !important; }
