/* Dayton Tree Specialists CSS 

green - #003916
tan,light - #D4C68D
tan,dark - #736D4D 
*/


body {background: #003916;
min-width: 750px;
font-family: Helvetica, Times, sans-serif;
font-size: .9em;
}

a:link {color: #804000;
text-decoration: none;
font-weight: bold;
}
a:visited{color: #804000;
text-decoration: none;
font-weight: bold;
}

a:hover{color: #736D4D;
text-decoration: none;
}

#wrapper {background: #D4C68D;
width: 750px;
margin: auto;
}

#header {background: #D4C68D url(../images/headerBg.jpg) bottom left no-repeat;
height: 400px;
}

#header a img{
}

a img {border: none;
padding: 5px 0 0 0;
}

img {margin: 5px;
}

.work{text-align: center;
}

h1,h2,h3{color: #736D4D;
padding: 0;
margin: 0;
}


/*navBar*/



#navContainer{background: #003916;
border: 0px;
max-width: 750px;
height: 45px;
margin: 0px;
padding: 0 0 0 20px;
}



#nav {
margin: 0px;
border: 0px;
padding: 0px;height: 45px;
}



#navContainer ul li {float: left;
height: 45px;
list-style:none;
border: 0px;
font-weight:bold;
display: inline-block;margin: 0px;
}



#navContainer ul li a {background: url(../images/btn.gif) no-repeat top left;
font:Helvetica, Times New Roman, sans-serif ;
padding: 0 0 0 20px;

display: inline-block;
text-decoration:none;
color: #003916;
}



#navContainer ul li a span {background: url(../images/spanBtn.gif) no-repeat top right;
padding: 20px 20px 10px 0;margin: 0;display: inline-block;
}



#navContainer ul li a:hover {background: url(../images/btnHover.gif) no-repeat top left;
color: #FFFFFF;
float: left;
}



#navContainer ul li a:hover span {background: url(../images/spanBtnHover.gif) no-repeat top right;
}

body#home a#homeNav,
body#about a#aboutNav,
body#service a#serviceNav,
body#work a#workNav,
body#start a#startNav,
body#news a#newsNav,
body#contact a#contactNav {background: url(../images/currentBtn.gif) no-repeat top left;

color: #000000;
}



body#home a#homeNav span,
body#about a#aboutNav span,
body#service a#serviceNav span,
body#work a#workNav span,
body#start a#startNav span,
body#news a#newsNav span,
body#contact a#contactNav span {background: url(../images/currentSpanBtn.gif) no-repeat top right;
}


/*end navBar*/



/*content*/



#contentLeft {background: #D4C68D;
border-right: #D4C68D 2px ridge;
float: left;
width: 50%;
padding: 0 15px 0 15px;
display: inline-block; z-index:1001;

}

#contentMain {background: #D4C68D;
position:relative;
min-width: 700px;
padding: 25px 20px 0 20px;margin: 0px;
}

#sideBar {background: #D4C68D;
float: right;
width: 40%;
padding: 0 10px 0 0;
position: relative;
display: inline;
}

.intro {font-size: 1.1em
}

.boldText {font-weight: bold;
}

#startForm {min-width: 700px;
}

.checkbox {width: auto;
padding: 0 0 0 100px;
}

.textbox {width: auto;
padding: auto;
}



.links {background: url(../images/1594.gif) top left repeat-x;
padding: 5px 0 0 0;
width: auto;
text-align: center;
}
.links h2 {width: ;
text-align: left;
}
.news { background: url(../images/1594.gif) top left repeat-x;
font-size: 1.02em;
padding: 5px 2px 0 0;
text-align: left;
}

.copyright {font-size: .8em;
color: #736D4D;
}





/*end content*/

/*footer*/
#footer{background: #D4C68D;
padding: 25px 0 5px 0;
text-align: center;
clear: both;
}


