/*
	Rose Lawn Service Website Designed by Brett Shegogue
	http://www.technicallycoordinated.com/portfolio.html


colors
green:32a632
Dark green: 267d26 
*/

/*************************************************************
	General Settings 
*************************************************************/
body{
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	color:#267d26;
	font-family: Georgia, serif;
	margin:0;
}
a, a:visited{
	/*need to set*/
}
a:hover{
	/*need to set*/
}
a img{
	border:none;
}
/*************************************************************
	Container
*************************************************************/
#container{
	background-image:url('img/leftbg.jpg');
	background-repeat:repeat-y;
	margin:0; 
	height:100%;
	padding:0;
	width:960px;
}
#left{
	background-image:url('img/leftbg.jpg');
	background-repeat:repeat-y;
	color:#ffffff;
	height:inherit;
	margin:0;
	padding:0;
	position:absolute;
	width:250px;
}
#main{
	background:#ffffff;
	margin:0 0 0 250px;
	padding:0;
	width:710px;	
}
/**************************************************************
          Left Navigation
 *************************************************************/
#left ul{
	font-size:20px;
	list-style-type:none;
	margin:100px 0 0 20px;
	width:170px;
}

#left ul a{
	color:#ffffff;
	display:block;
	padding:5px 0 5px 0px;
	margin:0;
	text-align:center;
	text-decoration:none;
}
#left ul a:link, #left ul a:visited{
	color:#ffffff;
	margin:0;
	text-decoration:none;
}
#left ul a:hover{
	background:#35b135;
	color:#ffffff;
	margin:0;
	text-decoration:none;
}
.leftspan{
	text-decoration:underline;
}
/**************************************************************
 *           Header Formatting
 *************************************************************/
#header{
	border-bottom:medium solid #267d26;
	height:92px;
	
}
#header img{
	padding:15px 0 15px 25px;
}
#header .span1{
	color:#267d26;
	font-size: 18px;
	left:160px;
	padding:0 0 5px 0;
	position:relative;
}
/************************************************************
 *          Content Formatting
 ***********************************************************/
#content{
	list-style-image:url('img/leaf.gif');
	min-height:550px;
	padding:25px 0 25px 25px;
	width:685px;	
}
#content h1{
	text-align:center;
}
#content a{
	color:#32a632;
	font-weight:bold;
}
/***********************************************************
 *         Footer
 **********************************************************/
#footer{
	background:#ffffff;
	border-top:medium solid #267d26;
	font-size:12px;
	margin:0 0 0 250px;
	padding:10px 0 25px 25px;
	width:685px;	
}
#footer a{
	color:#32a632;
	font-weight:bold;
}
#footer .left{
	float:left;
}
#footer .right{
	float:right;
}
/***********************************************************
 *         Special Positionings
 **********************************************************/
#homepic{
	left: 550px;
	position: absolute;
	top: 350px;
}
#imgGallery{
	left: 550px;
	padding:0;
	position: absolute;
	top: 240px;
	width:400px;
}
#desc{
	font-size:14px;
	text-align:center;
}
#preload{
	display:none;
	visibility:hidden;
	position:absolute;
	margin:-2000px 0 0 -2000px;
}
