﻿/***********************************************************************************
 General
 **********************************************************************************/
.gallery
{
	background-repeat: no-repeat;
	float: left;
	width: 157px;
	height: 118px;
	font-size: 0px;
	background-position: center center;
	margin: 10px;
}

body
{
    background-color: #415168;
    background-image: url(../images/bg-gradient.gif);
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0px;
    padding: 0px;
    behavior: url("/css/csshover.htc");
}

#all
{
    margin: 0 auto;
    width: 869px;
    background-image: url(../images/bg-main-shadow.gif);
    background-repeat: repeat-y;
    background-position: left top;
    padding-bottom: 16px;
    padding-left: 23px;
    padding-right: 23px;
}

body > #all
{
    /* for non IE-6 browsers */
    background-image: url(../images/bg-main-shadow.png);
}

.left
{
    float: left;
}

.links
{
    list-style: none;
}

.links img
{
    border: solid 1px black;
}

img
{
	border: none;
}

/***********************************************************************************
 Header
 **********************************************************************************/
#header
{
    background-image: url(../images/bg-header.gif);
    background-repeat: repeat-x;
    background-position: left top;
    margin-left: -23px;
    margin-right: -23px;
    position: relative;
    height: 138px;
}

a#logo
{
    display: block;
    background-image: url(../images/lgo-logo.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 291px;
    height: 97px;
    left: 7px;
    top: 0px;
    position: absolute;
}

/*--------------- Contact styles --------------------------*/
#contact-group
{
    position: absolute;
    font-family: Tahoma;
    margin-bottom: 20px;
    right: 23px;
    top: 15px;
}

.telephone
{
    font-weight: bold;
    color: #3a8770;
    font-size: 15px;
}

.phone
{
    font-weight: normal;
    color: #333333;
    font-size: 14px;
}

.bold
{
    font-weight: bold;
}

.email
{
    font-size: 14px;
    color: #4d6d9b;
    font-size: 14px;
    text-decoration: underline;
}

/*--------- Top Navigation black bar -----------------*/
#top-nav
{
    background-color: Black;
    height: 26px;
    position: absolute;
    bottom: 0px;
    width: 869px;
    left: 23px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

#top-nav #left-curve
{
    width: 17px;
    height: 26px;
    background-image: url(../images/bg-top-nav-left-curve.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
}

#top-nav #right-curve
{
    width: 17px;
    height: 26px;
    background-image: url(../images/bg-top-nav-right-curve.gif);
    background-repeat: no-repeat;
    background-position: right top;
    right: -1px;
    position: absolute;
    font-size: 0px;
}

#header > #top-nav #right-curve
{
    /* IE6 for some reason doesn't like odd-pixel-width parent containers, so         above I had to -1 margin it. Other browsers get it corrected back to 0 here */
    right: 0px;
}

/*--------------- Top-nav outer list -------------------*/
#top-nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin: 0px;
	
}

#top-nav ul li:hover ul
{
    visibility: visible;
}

#top-nav ul li
{
   float: left;
    position: relative;
	margin: 0px;
	padding: 0px;
    border-left: 1px solid white;
    padding-left: 28px;
    padding-right: 23px;
	margin-top: 3px;

}
#top-nav ul li a
{
    color: White;
    font-family: Tahoma;
    font-size: 16px;
    text-decoration: none;
}
#top-nav ul li.first-left
{
    border: none;
}

/*---------- Top-nav sub-list ----------------------------*/
#top-nav ul li ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 15px;
	top: 0px;
    padding-top: 23px;
    visibility: hidden;
    width: 157px;
    background-image: url(../images/bg-sub-nav-curve.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#top-nav ul li ul li
{
	margin: 0px;
    padding: 0px;
    display: block;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    border: none;
	float: none;
    background-color: #9bacc4;
}

#top-nav ul li ul li a
{
    font-family: Tahoma;
    font-size: 14px;
    color: #333333;
}

#top-nav ul li ul li.last
{
    background-color: Transparent;
    background-color: #9bacc4;
    margin-bottom: 14px;
}
/***********************************************************************************
 Text
 **********************************************************************************/
h2, h1
{
    color: #4d6d9b;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
    margin-bottom: 3px;
    margin-top: 0px;
}
h1
{
    font-size: 18px;
}
p
{
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    line-height: 18px;
    margin-top: 3px;
}

/***********************************************************************************
 content
 **********************************************************************************/
#content
{
    background-image: url(../images/bg-content.gif);
    background-repeat: repeat-y;
    background-position: left top; /* This is for IE6, height behaves like mkin-height there */
    height: 600px;
}

#all > #content
{
    /* override here for compliant browsers to use min-height */
    height: auto;
    min-height: 600px;
}

/***********************************************************************************
 footer
 **********************************************************************************/
#footer
{
    background-color: Black;
    padding: 7px;
    color: White;
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px;
}

#footer ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer ul li
{
    display: inline;
}

#footer ul li a
{
    color: White;
    font-family: Tahoma;
    font-size: 11px;
    border-left: 1px solid white;
    padding-left: 18px;
    padding-right: 13px;
    line-height: 15px;
    text-decoration: none;
}

#footer ul li a.first-left
{
    border: none;
    padding-left: 0px;
}

/***************************************************************************************************
 Containing box for home page, this allows a centered layout with wider left and right margins
 **************************************************************************************************/
#front-box
{
    margin: 0 auto;
    width: 85%;
    padding-bottom: 20px;
}

#front-box a.img
{
    width: 223px;
    height: 163px;
    text-align: center;
    background-color: Black;
    font-family: Tahoma;
    font-weight: normal;
    color: White;
    font-size: 15px;
    margin-left: 20px;
    float: left;
    display: inline;
    text-decoration: none;
	
	margin-bottom: 15px;
}

#front-box img
{
    border: 0px;
}


#front-box div.center
{
    margin: 0 auto;
    width: 540px;
    margin-bottom: 15px;
    overflow: hidden;
}

/***********************************************************************************
 inner page content
 **********************************************************************************/
#inner-box
{
    padding-left: 25px;
    padding-bottom: 20px;
}


h1.inner
{
    font-family: Times New Roman;
    font-weight: bold;
    color: Black;
    font-size: 26px;
}

h2.inner
{
    font-family: Times New Roman;
    font-weight: bold;
    color: #8694a0;
    font-size: 17px;
    margin-top: 15px;
}

ul.inner, ul.inner-no-bullets a
{
    list-style: bullet;
    font-family: Tahoma;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

ul.inner-no-bullets
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: -15px;
}

ul.inner li, ul.inner-no-bullets li
{
    margin-bottom: 5px;
}


/***********************************************************************************
 Nav box shown on all services pages, similar to services drop-down menu
 **********************************************************************************/
#services-box
{
	float: right;
	font-size: 0px;
}
#services-box-top
{
  
    background-image: url(../images/bg-right-sub-nav.gif);
    background-repeat: no-repeat;
    width: 185px;
    height: 14px;
    font-size: 0px;
    margin-right: 1px;
}
#services-box-middle
{
    padding-left: 20px;
    padding-right: 20px;
   
    background-color: #b0bdcf;
    margin-right: 1px;
	width: 145px;
	padding-bottom: 5px;
	

}
#services-box-bottom
{

    background-image: url(../images/bg-right-sub-nav-bottom.gif);
    background-repeat: no-repeat;
    width: 185px;
    height: 14px;
    font-size: 0px;
    margin-right: 1px;

}
/***********************************************************************************
 Forms
 **********************************************************************************/
form {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

fieldset {
    border-style: none;
    margin: 0px;
    padding: 10px;
    padding-top: 0px;
    margin-top: 20px;
}

legend {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #6C6C6C;
}

fieldset ul {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    list-style: none;
}

fieldset ul li {
    margin-bottom: 5px;
}

fieldset ul li label {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

fieldset ul li label {
    display: inline;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    float: left;
    width: 25%;
    text-align: right;
}

input {
    
    display: inline;
}

textarea {
    width: 60%;
    height: 120px;
}
/***********************************************************************************
 Background images for content pages
 **********************************************************************************/
#top-image-mountains
{
    width: 867px;
    height: 231px;
    margin-left: 1px;
    margin-bottom: -40px;
    background-image: url(../images/bg-mountains.jpg);
}

#top-image-excavation
{
    width: 867px;
    height: 231px;
    margin-left: 1px;
    margin-bottom: -40px;
    background-image: url(../images/bg-excavation.jpg);
}

#top-image-demolition
{
    width: 867px;
    height: 231px;
    margin-left: 1px;
    margin-bottom: -40px;
    background-image: url(../images/bg-demolition.jpg);
}

#top-image-landscaping
{
    width: 867px;
    height: 231px;
    margin-left: 1px;
    margin-bottom: -40px;
    background-image: url(../images/bg-landscaping.jpg);
}

#top-image-snow-removal
{
    width: 867px;
    height: 231px;
    margin-left: 1px;
    margin-bottom: -40px;
    background-image: url(../images/bg-snow-removal.jpg);
}

#top-image-precision-grading
{
    width: 867px;
    height: 231px;
    margin-left: 1px;
    margin-bottom: -40px;
    background-image: url(../images/bg-precision-grading.jpg);
}

#top-image-mulching
{
    width: 867px;
    height: 231px;
    margin-left: 1px;
    margin-bottom: -40px;
    background-image: url(../images/bg-mulching.jpg);
}

.player{
  float: right;
	padding: 0 10px 20px 0;
	clear: both;
}
