#footer{
	height: 73px;
	width: 960px;
	margin: 0 0 20px 10px;
	padding: 20px 0 20px 0;
	float: left;
	text-align: center;
}

	#footer p{
		color: #FFFFFF;
		font-size: 13px;
		margin: 12px 0 0 0;
	}
	
#footermenu{
	font-size: 13px;
	text-align: center;
	width: 760px;
	margin: 0 auto;
}

	#footermenu span {
		display: none;
	}
	
	#footermenu li, #footermenu a {
		display: block;
		margin: 0 20px 0 0;
		padding: 0;
		color: #FFFFFF;
	}

	#footermenu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}
	
@charset "utf-8";
/* CSS Document */

body{
	background-color: #9FA48E;
	margin: 50px 0 0 0;
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: 16px;
	line-height: 22px;
}

h1{
	font-family: "Century Gothic", "Palatino Linotype", serif;
	font-size: 22px;
	font-weight: 400px;
	line-height: 28px;	
	margin: 0 0 12px 0;
}

p{
	margin: 0 0 14px 0;
	line-height: 24px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */
#header{
	float: left;
}

	#logo{
		height: 95px;
		float: left;
		border: 0;
	}
	
	#slogan{
		height: 50px;
		padding: 45px 0 0 0;
		text-align: right;
		float: left;
	}
	

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../images/bg-menu.png) 0 0 no-repeat;
	width: 960px;		/* Width of entire image */ 
	height: 50px;		/* Height of buttons */
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
}

#menu span {
	display: none;
}
#menu li, #menu a {
	height: 45px;		/* Each button must have the same height, define it here */ 
	display: block;
	margin: 0;
	padding: 8px 0 0 0;
	font-family: "Century Gothic", "Palatino Linotype", verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 				{ width: 110px; }
#menu-services 			{ width: 140px; }
#menu-projects 			{ width: 145px; }
#menu-financing 		{ width: 150px; }
#menu-about	 			{ width: 155px; }
#menu-contact	 		{ width: 145px; }
#menu-landscapes-blog	{ width: 115px; }

/* Changed values should match sum of "width" numbers specified above 
#menu-home a:hover				{ background: transparent url(../images/bg-menu.jpg) 0px 0px no-repeat; }
#menu-services a:hover			{ background: transparent url(../images/bg-menu.jpg) -110px 0px no-repeat; }
#menu-projects a:hover			{ background: transparent url(../images/bg-menu.jpg) -250px 0px no-repeat; }
#menu-financing a:hover			{ background: transparent url(../images/bg-menu.jpg) -395px 0px no-repeat; }
#menu-about a:hover				{ background: transparent url(../images/bg-menu.jpg) -545px 0px no-repeat; }
#menu-contact a:hover			{ background: transparent url(../images/bg-menu.jpg) -700px 0px no-repeat; }
#menu-landscapes-blog a:hover	{ background: transparent url(../images/bg-menu.jpg) -845px 0px no-repeat; } */ 
#menu-home a:hover				{ text-decoration: underline;}
#menu-services a:hover			{ text-decoration: underline;}
#menu-work a:hover			{ text-decoration: underline;}
#menu-financing a:hover			{ text-decoration: underline;}
#menu-about a:hover				{ text-decoration: underline;}
#menu-contact a:hover			{ text-decoration: underline;}
#menu-landscapes-blog a:hover	{ text-decoration: underline;} 



#mainad{
	width: 960px;
	height: 325px;
	padding: 5px 0 40px 0;
	background-color: #333333;
	float: left;
}

#pageheader{
	width: 960px;
	height: 195px;
	padding: 5px 0 40px 0;
	background-color: #333333;
	float: left;
}

	#pageheader img{
		border-bottom: 1px solid #666666;
	}
	


#maincontent{
	background-image:url(../images/bg-maincontent.png);
	background-repeat: no-repeat;
	min-height: 240px;
	width: 960px;
	line-height: 22px;
	float: left;
	float: left;
}

#pagecontent{
	background-image:url(../images/bg-pagecontent.png);
	background-repeat: no-repeat;
	min-height: 480px;
	width: 940px;
	float: left;
	padding: 20px 0 20px 20px;
}

.contenttext{
	padding: 20px 0 0 30px;
	float: left;
}

.servicelist{
	list-style-type: disc;
	list-style: disc;
	margin: 0 0 0 18px;
	font-size: 12px;
}

input{
	padding: 5px;
	width: 215px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.sendbutton{
	width: 165px;
	font-family: "Century Gothic", "Palatino Linotype", serif;
	font-size: 12px;
	font-weight: bold;
}

#logolist li, #logolist a {
	display: block;
	margin: 0;
	padding: 0 25px 0 0;
}

#logolist li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

#ProjectPhotos{
	padding: 0 0 0 20px;
}

