/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background: #fff url(../images/bg-images/html-bg2.png) repeat-x;
}
div#container { 
position : relative; 
width : 1024px; 
margin : 0 auto; 
text-align : left;
}
div#content {
position : relative; 
width: 100%;
background: url(../images/bg-images/faux-columns-large.png) no-repeat;
}
div#content-main {
width:579px;
margin: 0 215px;
margin-left: 230px;
min-height:530px;
height:auto !important;
height:530px;
}
div#sidebar-left, div#sidebar-right {
position: absolute;
width: 188px;
top: 32px;
left: 27px;
}
div#sidebar-right {
left: 814px;
}
#branding {
display: block;
width: 100%;
height: 148px;
background: none;
background: url(../images/bg-images/logo.gif) no-repeat;
clear:both;
}
h1#logo a {
display: block;
width: 800px;
height: 140px;
text-indent: -5000px;
outline: none;
} 

/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */

#hp-main-call {
width: 570px;
height: 409px;
background: url(../images/bg-images/hp-main.jpg) no-repeat;
}

body#home_page h3 {
color: #fff;
}
#sidebar-left h3, #sidebar-right h3 {
color: #fff;
padding-top: 15px;
padding-left: 10px;
font-size: 110%;
}

ul.checkbox  {
padding-left: 10px;
}
ul.checkbox li {
color: #fff;
list-style: url(../images/bg-images/checkbox.gif);
padding-bottom: 2px;
}

/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/bg-images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-left: 10px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
ul {
margin-left: 10px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 10px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 50px;
}
ol li {
margin: 0 0 6px;
}
.small {
font-size: 85%;
}
ul.services {
margin-left: 10px;
padding: 14px 32px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
font-weight: bold;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */
table {
margin: 5px;
margin-left: 10px;
}

/* * * =form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 37em;
margin-left: 25px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #e2e2e2;
}
/* legend styling */
legend {
font-weight: bold;
color: #1c9d4c;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 290px;
padding: 0 .25em;
color: black;
text-transform: uppercase;
font-size: 80%;
}


/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 975px;
margin: 0 auto;
clear: both;
height: 60px;
background: url(../images/bg-images/copyright-bg.png) repeat-x;
color: #666;
text-align: center;
font-size : 80%;
padding-top: 5px;
}
#copyright p {
padding-left: 0px;
padding-right: 0px;
}
#copyright a:link, #copyright a:visited {
color: #666;
text-decoration: none;
}
#copyright a:hover {
color: #666;
text-decoration: underline;
}

/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
width: 100%;
height: 30px;
background: #f5f5e8;
font-family: Georgia, "Times New Roman", Times, serif;
}
ul.sf-menu {
padding-left: 26px;
}
ul.sf-menu li#home .first {
border-left: none;
}
ul.sf-menu li#contact .last {
border-right: none;
padding-right: 50px;
}

ul.sf-menu li {
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#senior-staff_page ul.sf-menu li#about a {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#standard-services_page ul.sf-menu li#commercial-maintenance {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#plant-turf-care_page ul.sf-menu li#commercial-maintenance {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#seasonal-color_page ul.sf-menu li#commercial-maintenance {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#irrigation-and-lighting_page ul.sf-menu li#irrigation-and-lighting a {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#snow-removal_page ul.sf-menu li#snow-removal a {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#design-and-estimating_page ul.sf-menu li#commercial-landscaping {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}

body#contact_page ul.sf-menu li#contact a {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}
body#career_page ul.sf-menu li#contact a {
background:	url('../images/bg-images/nav-bg-active.png') repeat-x;
cursor: default;
}

/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #9b1a30;
outline: none;
}
a:hover{
text-decoration: underline;
}



