﻿ @font-face {
   font-family: Lanenar;
   src: url("Fonts/lanenar.ttf");
 }
 
  @font-face {
   font-family: Lanenar-IE;
   src: url("Fonts/lanenar.eot");
 }

body
{
	background-color: #1b1f22;
	background-color: #fff;
	
	color: White;
	font-family: Lanenar, Lanenar-IE;
}

body div.Body
{
	margin-left: auto;
	margin-right: auto;		
	width: 950px;
}

h1
{
	background-image: url("GreensideLogo.png");
	width: 600px;
	height: 122px;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	
}

h1 span
{
	display: none;
}

h2 
{
	clear: both;
	color: #1E8012;	
	border-bottom: solid 2px #1E8012;
	margin-top: 0;
	font-size: 35px;	
	width: 300px;
}

h3
{
	color: #1E8012;
	font-size:27px;
}

a
{
	color: inherit;
	color: #00F;
	text-decoration: none;
}

a:visited
{
	color: inherit;
}

p
{
	margin-left: 50px;
}

#content
{
	border: solid 9px #3a4247;
	background-color: #3a4247;	
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	font-size: 23px;		
}

div.ContentBlock
{
	border: solid 1px #777;
	padding: 30px;
	background-color: #eee;
	
	background-position: right bottom;
	background-repeat: no-repeat;
	
	color: #000;
}



#content img
{
	border: solid 1px #fff;
	/*border-bottom: solid 9px #fff;*/
}




ul#Menu
{
	margin: 0;
	padding: 0;	
	margin-left: auto;
	margin-right: auto;
	width: 567px;
	font-size: 18px;
	color: #97b4cb;	
}

ul#Menu li
{
	margin-top: 9px;
	margin-bottom: 9px;
	float: left;
	list-style: none;
	border-right: solid 1px #97b4cb;	
	border-left: solid 1px black;	
}

ul#Menu li a
{
	color: inherit;
	text-decoration: none;
	
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

ul#Menu li:first-child
{
	border-left: none;
}

ul#Menu li:last-child
{
	border-right: none;
}

ul#Menu li a:hover
{
	/*border-top: solid 9px black;*/
	
	color: white;
}

#Footer
{
	border: solid 1px #3A4247;
	position: relative;
	top: 40px;
	color: #000;
	background-color: #8A8A8A;
	padding: 0.5em;
	font-size: 14px;
	font-family: Arial;
}

#Footer span.Design
{
	display: block;
	float: right;
}

#Gallery ul
{
	padding: 0;
	margin: 0;
}

#Gallery ul li
{
	background-color: White;
	padding: 10px;
	margin: 10px;
	list-style: none;
	float: left;	
}

#content img
{	
}

#content br
{
	clear: both;
}

#content h3
{
	clear: both;
}




a img
{
	border: solid 1px #777;
}

p img
{
	float: left;
}

p img
{
	border: solid 1px #777;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

.ContactInfo
{
	float: left;
}

.ContactInfo p
{
	margin: 0;
}

#Map
{
	width:300px;
	height: 250px;
	float: right;
	
	border: solid 1px #777;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 87px;
	background-color: #fff;
}

table
{
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table tr
{	
}

table tr td
{
	vertical-align: top;
	background-color: #1E8012;
	background-color: #bad2b6;
	padding: 10px;
}

table tr td:first-child
{
	font-weight: bold;
}

#Services table tr td.Header
{
	border-top: solid 2px #000;
	border-bottom: none;	
}

#Services table tr td
{
	border-bottom: solid 2px #000;
}

table tr td h3
{	
	padding: 0;
	margin: 0;
	color: #000;
}



label
{
	width: 150px;
	display: block;
	float: left;
}

form
{
	clear: both;
}

.ui-widget
{
	font-family: inherit !important;
}

.ui-widget img
{
	float: left;
	margin-right: 10px;
}

/********************************** CONTACT US ******************************/
.ContactInfo table
{
	border: solid 1px #000;
}

/********************************** ABOUT US *********************************/

div.AboutUs
{
	background-image: url("Images/Stock/wheelbarrowturf.png");
}

div.AboutUs p
{
	
	width: 600px;
	
}


