/* 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-color: #dbdac8;
}
body { 
position : relative; 
width : 816px; 
margin : 0 auto; 
text-align : left;
background-color: #f7f7ee;
}
div#content {
position : relative; 
width: 100%;
}

div#sidebar {
left: 0;
width: 45%;
padding: 0;
float: left;
}
div#content-main {
left: 45%;
width: 55%;
padding: 0;
float: left;
}
#header {
display: block;
width: 100%;
height: 124px;
background: url(../images/logo.jpg) no-repeat;
clear:both;
border-top: 10px solid #684f2e;
border-bottom: 10px solid #684f2e;
}
h1#logo a {
display: block;
width: 200px;
height: 124px;
text-indent: -5000px;
outline: none;
} 

#top-contact-info a {
display: block;
width: 150px;
height: 124px;
text-indent: -5000px;
outline: none;
float: right;
} 

#clearing {
width: 49%;
float: left;
}

#spraying {
width: 49%;
float: left;
}

/* branding */

body#home_page #branding, body#about_page #branding, body#employment_page #branding, body#request_page #branding, body#top-ten_page #branding, body#tree-care_page #branding, body#contact_page #branding { 
width: 350px;
height: 535px;
background:url(../images/header-home.jpg) no-repeat;
margin: 0;
margin-left: 10px;
} 
body#about_page #branding {
background:url(../images/header-about.jpg) no-repeat;
} 
body#employment_page #branding {
background:url(../images/header-employment.jpg) no-repeat;
height: 476px;
} 

body#top-ten_page #branding {
background:url(../images/header-top-ten.jpg) no-repeat;
} 
body#tree-care_page #branding {
background:url(../images/header-tree-care.jpg) no-repeat;
} 
body#request_page #branding {
background:url(../images/header-request.jpg) no-repeat;
} 
body#contact_page #branding {
background:url(../images/header-contact.jpg) no-repeat;
} 

.more {
text-align: right;
}
#copyright {
width: 100%;
clear: both;
height: 70px;
font-family: "Times New Roman", Times, serif;
text-transform: uppercase;
letter-spacing: 0.1em;
background-color: #dbdac8;
text-align: center;
font-size : 85%;
padding-top: 5px;
border-top: 10px solid #684f2e;
}
.external {
background: url(../images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-left: 20px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
ul {
margin-left: 25px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
list-style: disc;
}
ol {
padding: 14px 20px;
}
ol li {
margin: 0 0 6px;
list-style: none;
}
.right  {
float: right;
padding: 0 75px 25px 25px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin: 0;
padding: 14px 35px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
}

/*form*/
form {
width: 35em;
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 #344774;
}
/* legend styling */
legend {
font-weight: bold;
color: #344774;
}
/* 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: 190px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 190px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 162px;
padding: 0 .25em;
background-color: #344774;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}

**/


.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

table {
margin: 25px;
}


/*nav current*/

body#home_page ul.sf-menu li#home a {
background:	#eeedd7;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
background:	#eeedd7;
cursor: default;
}
body#employment_page ul.sf-menu li#employment a {
background:	#eeedd7;
cursor: default;
}
body#request_page ul.sf-menu li#request a {
background:	#eeedd7;
cursor: default;
}
body#top-ten_page ul.sf-menu li#top_tree a {
background:	#eeedd7;
cursor: default;
}
body#tree-care_page ul.sf-menu li#tree-care a {
background:	#eeedd7;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
background:	#eeedd7;
cursor: default;
}
a {
outline: none;
}

