﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* { margin: 0; padding: 0; }

body
{
	margin: 0px;
	background-color: #2c292a;
	color: #4e4e4e;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
}

p
{
	margin: 0px 0 0 20px;
	line-height:1.5em;
	color:#4e4e4e;
}

p.content
{
	padding-left:15px;
	padding-right:20px;
	padding-top:8px;
	line-height:1.5em;
}

p.right
{
	padding-right:45px;
}

b.link
{
	color:#4a4a4a;
}

.info
{
	background-image: url(images/link.jpg);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top:2px;
	margin-bottom:5px;	
}

a.info:link
{
	color:#4b962f;
	text-decoration: underline;
}

a.info:visited
{
	color:#4e4e4e;
}

a.info:hover
{	
}

a.info:active
{	
}


.floatright
{
    float:right;
    margin-left:20px;
    margin-bottom:20px;
    border:solid 1px #000000;
}
/*.left {float:left;}
.hide {display:none;}*/
.clearBoth {clear:both;}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
h1
{
	font-size:24px;
	font-variant:small-caps;
	line-height:1.5em;
	color:#4e4e4e;
	font-weight:bold;
	position:relative;
	padding-top:3px;
	padding-left:20px;
}

h1.header
{
	background-image: url('Images/navbar.gif');
    background-repeat: repeat-x;
    height:45px;
    color: #ffffff;
    padding-top:5px;
}

h2
{
	font-size: 18px;
	font-variant:small-caps;
	color: #4e4e4e;
	font-weight: bold;
	position: relative;
	padding-left:35px;
	padding-top:4px;
}

h2.grass
{
	padding-left:18px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTAINER INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#upper-container
{
    width:1000px;
    height:10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top:35px;
    background-image: url(images/top.gif);
    background-repeat:no-repeat;
    background-position: center top;
    background-color:#ffffff;
}

#middle-container 
{
	width:1000px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	/* background-image: url(images/content-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom; */
}

#lower-container 
{
	width:1000px;
	height:10px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bottom.gif);
    background-repeat:no-repeat;
    background-position: center bottom;
    background-color:#ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header
{
    width: 1000px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    position:relative;  
}

#header-logo
{
    position: absolute;
    height:75px;
    width:570px;
    margin-left:25px;
    margin-top:0px;
    background-image: url('Images/logo.jpg');
    background-repeat: no-repeat;
    background-position:left;
}

#phonelist
{
	float: right;
	height:auto;
	margin-bottom:10px;
}

.phonelist li
{
	/* display: inline; */
	list-style-type: none;
	text-align:right;
	padding-right: 30px;
	padding-top:5px;
	color: #616161;
	font-weight: bold;
	font-size: 14px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NAVIGATION INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-bar
{
	width: 950px;
	margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    background-image: url('Images/navbar.gif');
    background-repeat: repeat-x;
    height:50px;
    display:table;
}

.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
	width: 950px;
	display: inline-block;
	margin-top:5px;
	margin-left:0px;
	font-size: 18px;
	font-variant: small-caps;
	text-align:center;
}

.SimpleEntertainmentMenu li /* all list items */
{
    width: 180px; /*237px;  24%; */
}

.SimpleEntertainmentMenu li:hover /* list items being hovered over 
.SimpleEntertainmentMenu li.AspNet-Menu-Hover*/
{
    text-decoration: underline;
    color: white;
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu span
{
    color: White;
    padding: 0px 0px 4px 0px;
    vertical-align:middle;   
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleEntertainmentMenu li:hover a, /* hovered text */
.SimpleEntertainmentMenu li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
}

.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: White;
}

.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
	color: White;
	text-decoration: underline;
}

#menu
{
    margin-left:auto;
    margin-right:auto;
    width:950px;
    height:50px;
    background-image: url('Images/navbar.gif');
    background-repeat: repeat-x;
    display:table;
}

#menudiv
{
    display:table-cell;
    vertical-align:middle;
}

#menu ul
{
    position:relative;
    list-style-type:none;
}

#menu li
{
    /*display:block;*/
    float:left;
    width:185px;
    height:40px;
    text-align: center;
    background-image: url('Images/navbar.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

#menu li.last
{
    background: none;
}

#menu li a
{
    display:table-cell;
    font-size: 1.167em;
    color:#ffffff;
    white-space:normal;
    text-align:center;
    vertical-align:middle;
	padding-left:20px;
    padding-right:20px;
    width:134px;
    outline-style:none;
}

#menu li a:hover
{
    color:#e1e1e1;
}

.menu-single
{
    padding-top:15px;
}

.menu-double
{
    padding-top:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#banner
{
	width: 950px;
	height:299px;
	margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
}

#banner2
{
	width: 950px;
	height:299px;
	margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    background-image: url(images/driveway-banner.jpg);
    background-repeat: no-repeat;
}

#banner3
{
	width: 950px;
	height:299px;
	margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    background-image: url(images/grass-banner.jpg);
    background-repeat: no-repeat;
}

#golfbanner
{
	width: 950px;
	height:299px;
	margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    background-image: url(images/golf-banner.jpg);
    background-repeat: no-repeat;
}

#driveway-banner
{
	width: 950px;
	height:299px;
	margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    background-image: url(images/driveway-banner.jpg);
    background-repeat: no-repeat;
}

.off-left
{
	position: absolute;
	left: -999px;
	width:200px;
}

#content-container
{
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	/* background-image: url(images/content-top.gif);
    background-repeat: no-repeat;
    background-position: center top; */
}

.content-upperleft-column
{
	float:left;
	margin-top:20px;
	width:66%;
	/* border: solid 1px #000000; */
}

.content-upperright-column
{
	width:310px;
	height:200px;
	margin-top:20px;
	/* margin-right:7px; */
	margin-bottom:20px;
	float:right;
	/* border: solid 1px #000000; */
	background-image: url(images/quote.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

.content-left-column
{
	float:left;
	margin-top:10px;
	/* margin-left:10px; */
	width:310px;
	height:auto;
	background-image: url(images/patio-top.gif);
    background-repeat: no-repeat;
    background-position: center top;
	/* border: solid 1px #000000; */
}

.content-right-column
{
	width:66%;
	height:auto;
	float:right;
	/* margin-right:7px;
	border: solid 1px #000000; */
}
.content-left2-column
{
	float:left;
	margin-top:10px;
	width:310px;
	height:auto;
	background-image: url(images/driveway-top.gif);
    background-repeat: no-repeat;
    background-position: center top;
	/* border: solid 1px #000000; */
}

.content-right2-column
{
	width:308px;
	height:auto;
	margin-top:10px;
	float:right;
	background-image: url(images/grass-top.gif);
    background-repeat: no-repeat;
    background-position: center top;
	/* border: solid 1px #000000; */
}

.content-text
{
	width:310px;
	margin-top:180px;
	background-image: url(images/text-mid.gif);
    background-repeat: repeat-y;
    background-position: center top;
}

.content-text-bottom
{
	width:310px;
	height:8px;
	background-image: url(images/text-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.contentlist
{
	margin-left:50px;
}

.contentlist li
{
	padding-bottom:10px;
}

.quotebutton
{
	margin-top:125px;
	margin-left:20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT PAGE STYLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#left-column
{
	width:50%;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
	padding-left:40px;
}

#right-column
{
	width:40%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	float:right;
	border-left: solid 1px #a4a4a4;
}

#contactform
{
	margin-top:5px;
	margin-left:0px;
}

#contactinnerform
{
	margin-left:20px;
}

.textbox
{
	margin-top:5px;
	margin-bottom:8px;
	padding-left:8px;
	padding-top:0px;
	font-size:16px;
	vertical-align: middle;
	width: 350px;
	background-color:#97e782 !important;
	border: solid 1px #707070;
}

/* Carry over code */

#footer-container
{
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#footer
{
	padding-top:6px;
	padding-bottom:8px;
}

#footer li
{
	margin-left:38px;
	display:block;
	list-style-type: none;
	padding-right: 30px;
	line-height:6px;
	padding-top:15px;
	color: #ffffff;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	color:#a4a4a4;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: Red;
}

.contact a:link
{
	font-size:16px;
	font-weight:bold;
	color:#1174b7;
}

.link a:link
{
	color:#4a4a4a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
	margin:0;
	padding:0;
}

#grass ul
{
	margin-top:20px;
	margin-left:60px;
}

#grass li
{
	
	background: url(images/grass32.gif) no-repeat 0 40%;
	padding-left:40px;
	/* list-style-image: url(images/grass32.gif);
	margin-bottom:30px; */
	line-height:48px;
	list-style-type:none;
	font-size: 18px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear {
	clear:both;
	}

a:link img, a:visited img, a:hover img, a:active img
{
    padding: 5px; 
    border:  1px solid #000000; 
    background-color: #ffffff;
}

.image
{
	width:305px;
	margin-left:20px;
	height:230px;
	/* padding: 5px; 
    border:  1px solid #000000; 
    background-color: #ffffff; */
}

.image2
{
	width:300px;
	margin-left:20px;
	height:225px;
	padding: 5px; 
    border:  1px solid #000000;
}

.pics { 
    height:  310px; 
    width:   235px; 
    padding: 0; 
    margin: 0 0 0 18px; 
}

.pics img { 
    padding: 5px; 
    border:  1px solid #000000; 
    background-color: #ffffff; 
    width:  300px;
    height: 225px;
    top:  0;
    left: 0
}


