@charset "UTF-8";
/* CSS Document */

body {
    background-color:#FFFFFF;
    color:#333333;
    font:62.5% Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
}

a:link {color:#009966; text-decoration:none;}
a:visited {color:#009966;}
a:hover {text-decoration:underline; color:#009966;}
a:active {color:#009966;}

#page {
    margin: 0 auto;
    width: 960px;
}

h1 {
    color:#009966;
    font-size:1.6em;
    font-weight:bold;
    text-align:center;
}

h2 {
    color:#009966;
    font-size:1.2em;
    text-align:center;
    font-weight:bold;
}

h3 {
    color:#009966;
    font-size: 1.4em;
    text-align: left;
    width: 250px;
}

ul {
    margin-left: 225px;
    width: 400px;
}

li {
    list-style-type: none;
    font-size: 1.2em;
    line-height: 1.5em;
}

ol {
    width: 400px;
}

ol li {
    display: block;
}
.holder {
    margin: 0 auto 0 175px;
    width: 960px;
}

.landscaping-services, .other-services {
    display: inline;
    float: left;
    margin: 0 auto;
}