/*Copyright 2008 Steve Chittenden, Creative Business Services, cbscreative.com.
	If you are looking to steal this, help yourself. It is not a sophisticated example,
	it uses rather ordinary methods of control. If you use this, at least have the
	decency to leave this here to give me credit.*/

/*Modified from Alpha*/

body {
	background-image: url(images/bg-lawnscapesmaryland.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a:link {
	color: #006438;
	background-color: transparent;
	font-weight: 600;
	text-decoration: none;
	}
a:visited {color: #006438;
	background-color: transparent;
	font-weight: 600;
	text-decoration: none;
	}
a:active {color: #800000;
	background-color: transparent;
	font-weight: 600;
	text-decoration: none;
	}
a:hover {color: #4E8975;
	background-color: transparent;
	font-weight: 600;
	text-decoration: underline;
	}

h1 {
	color: #800000;
	font-size: 28px;
	font-family: Times New Roman, Times, Serif;
	font-weight: bold;
	margin: 20px 50px 0px 50px;
	z-index: 10;
	}

h2 {
	color: #006438;
	font-size: 22px;
	font-family: Times New Roman, Times, Serif;
	font-weight: bold;
	font-style: italic;
	margin: 10px 50px 0px 50px;
	z-index: 10;
	}

h3 {
	color: #800000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	margin: 0px 0px 2px 30px;
	z-index: 10;
	}

h4 {
	color: #800000;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 500;
	font-style: italic;
	margin: 10px 20px 10px 20px;
	z-index: 10;
	}

h5 {
	color: #800000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	margin: 20px 0px 20px 30px;
	z-index: 10;
	
	}

h6 {
	color: #006438;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	margin: 10px 0px 10px 0px;
	z-index: 10;
	}

p {
	color: #00341c;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 110%;
	margin: 20px 30px 10px 30px;
	z-index: 10;
	}

li {
	color: #00341c;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 110%;
	margin: 10px 30px 0px 10px;
	z-index: 10;
	}
	
	
ul {margin-left: 20%;}	
	

blockquote {
	color: #00341c;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 110%;
	margin: 20px 50px 10px 50px;
	z-index: 10;
	}



	/****Begin id and class specs****/

#content {
	background: url(images/curbappeal.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ecdcd8;
	}

#urpic {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 1;
	}

#llpic {
	position: relative;
	left: 25px;
	z-index: 1;
	}

#leftnav {
	position: relative;
	top: 8px;
	left: -25px;
	}

#mainheading {
	margin-left: 120px;
	}

#subheading {
	margin-left: 150px;
	}

#contactinfo {
	display: none;
	}

#designinfo p {
	font-size: 8px;
	text-align: center;
	color: #56222d;
	}

#pageid {
	font-style: italic;
	font-weight: 900;
	color: #c0c0c0;
	}

#copyright {display: none;
	}
	
	
.phone {color:#800000; font-size: 15px; font-style:italic; font-family: Verdana, Arial, Helvetica, Sans-Serif; margin: 10px 20px 10px 20px;z-index: 10;}
	

.services {
	position: relative;
	left: 20px;
	margin: 8px 0px 12px 10px;
	line-height: 170%;	
	}

.desc {display: none;
	}

/*  Kiril 2008-12-03: Added 2 new classes for validation & menu link bug */
.menucell {
	background-image: url(images/bg-btn.gif);
	height: 24px;
	}

.ctmain {margin-left: 17%;
	}

/*.toppichigh {
	position: relative;
	top: 0px;
	padding: 0px;
	}

.toppiclow {
	position: relative;
	top: 10px;
	margin: 0px;
	}*/


/*Control alignment and margins around pics used in pagebody paragraphs*/

.leftpic {margin: 10px 10px 10px 30px;
	}

.rightpic {margin: 10px 10px 10px 10px;
	}


#container{
position:relative;
width:100%;
}

#inner{
position:relative;left:90%;}

#images{
position:relative;
left:-50%;

}

#images img {
float:left;
} 

#images a:link {background-color: transparent; color: #ecdcd8;}
#images a:visited {background-color: transparent; color:#ecdcd8 ;}
#images a:active {background-color: transparent; color: #ecdcd8}
#images a:hover {background-color: transparent; color: #ecdcd8;}

#noborder a:link{background-color: transparent; color: #ecdcd8;}
#noborder a:visited {background-color: transparent; color:#ecdcd8 ;}
#noborder a:active {background-color: transparent; color: #ecdcd8}
#noborder a:hover {background-color: transparent; color: #ecdcd8;}
 
