@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/back-grd.jpg);
}
#header {
	background-color: #039936;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/header-lawncarejacksonville.jpg);
	text-align: center;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin-right: 200px;
	margin-left: 200px;
	padding-right: 19px;
	padding-left: 19px;
	text-align: justify;
	font-size: 13px;
	background-color: #002000;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9C3;
	border-right-color: #9C3;
	border-bottom-color: #9C3;
	border-left-color: #9C3;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0C3;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #960;
	padding-top: 22px;
	padding-bottom: 22px;
	font-size: 18px;
	padding-left: 78px;
	letter-spacing: .3em;
}
#footer {
	padding: 0 10px;
	background-color: #DDDDDD;
	background-image: url(images/jaxlawncare-footer.jpg);
	text-align: center;
	font-size: 11px;
	color: #FFF;
	line-height: 23px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A5E00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A5E00;
} 
#mainContent p img {
	margin-top: -22px;
	padding-left: 13px;
	padding-bottom: 16px;
}

#left {
	float: left;
	width: 200px;
	margin-top: 5px;
}
#left2 {
	clear: left;
	float: left;
	color: #000;
	font-size: 12px;
}

#left div strong {
	color: #FFF;
	padding-left: 10px;
	font-size: 13px;
}
#left a:hover {
	color: #6FF;
}
#left ul {
	line-height: 24px;
	color: #FFF;
}
#left a {
	color: #00EA5E;
	font-size: 11px;
}

#footer a:hover {
	color: #0F0;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bar {
	background-image: url(images/bar.gif);
	height: 19px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #939300;
	margin-bottom: -19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939300;
}
#link {
	margin-top: 22px;
	margin-right: 200px;
	margin-left: 200px;
	padding-bottom: 3px;
	background-color: #002000;
	line-height: 55px;
	border: 2px solid #9C3;
	text-align: center;
}
#link a {
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 12px;
	padding-left: 9px;
	background-color: #CCC;
	background-image: url(images/lawncare-link.jpg);
	font-size: 12px;
	color: #C00;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #960;
	border-left-color: #FFF;
	margin-right: 7px;
	margin-left: 7px;
}
#link a:hover {
	color: #F06;
	background-image: url(images/navs2.jpg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #C90;
	border-left-color: #FFF;
}
#top {
	height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #002000;
	background-image: url(images/back-grd.jpg);
}
#footer a {
	color: #9C0;
	font-size: 11px;
	font-weight: bold;
}
#mainContent h2 {
	color: #0FF;
}
