html {
    font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body{
	margin:10px 0 0 0;
	padding:0;
	line-height: 20px;
	color:#333;
	font: 95% arial,sans-serif;
	text-align: justify;
	background-color: #C3DBCD;
	background-image: url(images/body-bkg.png);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	font-size:13px;
	line-height:140%;
	text-indent: 10px;
	margin: 5px 0 0 0;
}
.text2{
	font-size:11px;
	color: #006600;
}
b{font-size: 110%;}
a{
	text-decoration:none;
	color:#006600;
	font-weight: bold;
}
a:hover {
	color:#266769;
}
li {
	font-size:100%;
	font-weight:bold;
	color:#006600;
	margin: 10px 0 0 50px;
}
li.products {
	font-size:100%;
	font-weight:bold;
	color:#006600;
	margin: 10px 0 0 -30px;
}
ul{
list-style-type: disc;
list-style-position: inside;
}
#maincontainer{
	width: 1000px; 
	border-left: 2px solid #4e8727;
	border-right: 2px solid #4e8727;
	margin: 0 auto;
	height: auto;
	background-color: #FAFBFB;
}
#topsection{
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	margin: 0 auto;
	background-color: #FAFBFB;
	border-left: 2px solid #4e8727;
	border-right: 2px solid #4e8727;
	height: 302px;
}
#contentwrapper{
	width: 1004px;
	margin: 0 auto;
	height: auto;
}
#contentcolumn{
	width: 650px;
	float: left;
	padding: 5px;
}
#leftcolumn{
	float: right;
	width: 320px;
	color:#333;
	padding: 10px;
}
.titleAddress {
	background-image: url(images/where.jpg);
	width: 320px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.titleReviews {
	background-image: url(images/reviews.jpg);
	width: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	margin-left: 20px;
}
h2.welcome{
	dispaly: block;
	background-image: url(images/welcome.jpg);
	width: 550px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	margin-top: 10px;
}
h2.services{
	dispaly: block;
	line-height: 29px;
	background-image: url(images/services.png);
	width: 178px;
	background-repeat: no-repeat;
	background-position: left top;
}
h2.products{
	dispaly: block;
	line-height: 29px;
	background-image: url(images/products.png);
	width: 188px;
	background-repeat: no-repeat;
	background-position: left top;
}
.address{
	font-weight:bold;
	text-align: center;
	color: #006600;
	width: 315px;
	border-left: 1px solid #4e8727;
	border-right: 1px solid #4e8727;
	margin: 0px;
	padding: 0 5px 0 0;
	background-color: #BCDAE3;
}
#yelp{
	width: 320px;
	border-left: 1px solid #4e8727;
	border-right: 1px solid #4e8727;
	color: #006600;
	font-weight: bold;
	margin: 0 0 0 0;
	background-color: #BCDAE3;
	text-align: center;
}
#reviews{
	width: 310px;
	border-left: 1px solid #4e8727;
	border-right: 1px solid #4e8727;
	color: #333;
	font-weight: normal;
	margin: 0;
	background-color: #BCDAE3;
	text-align: justify;
	padding: 5px;
}
#footer{
clear: left;
text-align: center;
padding: 4px 0;
font: 80% arial,sans-serif;
margin: 0 auto;
}
#footer a{
color: #333;
}
#footer a:hover{
color:#666;
}
#navwrap {
	height: 30px;
	margin: 0 auto;
	width: 852px;
	background-color: #FAFBFB;
	padding: 0 0 0 148px;
	border-left: 2px solid #4e8727;
	border-right: 2px solid #4e8727;
}
#nav {
  display:inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 500px;    
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
	float: right;
	display:inline;
	width: 100px;
	color: #006600;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
}

/* Begin Navbar */
#nav
{
	padding: 0;
	width: 640px;
	height: 35px;
}
#nav ul, #nav li
{
	margin: 0 10px 0 10px;
	padding: 0;
	display: block;
	list-style-type: none;
	height: 30px;
}
#nav a:link, #nav a:visited
{
	float: left;
	line-height: 1.5em;
	margin: 0;
	text-decoration: none;
	color: #006600;
	font-size: 1.5em;
}
#nav a:hover {
	color: #006600;
	background: #FFF;
	display: block;
	height: 30px;
	text-decoration: underline;
}
/* End Navbar */
	fieldset { border:0;margin:0;padding:0; }
	label { display:block; }
	input.text,textarea {
	width:320px;
	font:12px/12px 'courier new',courier,monospace;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
}
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
#topsection img {
	margin: 40px 0 0 246px;
}
#topdiv {
	height: 15px;
	width: 1004px;
	margin: 0 auto;
	background-image: url(images/section-top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#bottomdiv {
	height: 15px;
	width: 1004px;
	margin: 0 auto;
	background-image: url(images/section-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
#topsidediv {
	height: 14px;
	width: 322px;
	margin: 0 auto;
	background-image: url(images/side-section-top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#bottomsidediv {
	height: 24px;
	width: 322px;
	margin: 0;
	background-image: url(images/side-section-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
h2 {
	color: #006600;
	margin: 0;
	text-align: left;
}
#maincontainer #contentwrapper #contentcolumn .services {
	float: left;
	margin: 0;
	list-style-type: circle;
}
#maincontainer .serviceslist {
	float: left;
	margin: 0;
	list-style-type: circle;
}
#maincontainer .serviceslist li {
	font-size:100%;
	font-weight:bold;
	color:#333;
	margin: 10px 5px 0 0;
	width: auto;
}
#navwrap #nav .menuseparator {
	font-size: 1.5em;
	padding-top: 4px;
	height: 25px;
	color: #006600;
}
#maincontainer #contentwrapper #leftcolumn .address p {
	margin: 0;
}
#maincontainer #contentwrapper #leftcolumn  img {
	border: none;
}
#creditcards {
	width: 307px;
	padding-left: 15px;
}
#maincontainer .serviceslist .servicestitle {
	color: #006600;
	list-style: none;
	font-size: 1.2em;
}
#maincontainer .servicesseparator {
	display: block;
	height: 5px;
	border-bottom: 1px dotted #006600;
	margin: 20px 5px 0 5px;
	width: 0 auto;
	clear: both;
}
#maincontainer .servicedescription {
	font-size: 0.8em;
	color: #333;
	font-weight: bold;
}
#maincontainer #fullcontainer {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}
#maincontainer #contentwrapper #contentcolumn #contactFormArea {
	width: 500px;
	margin: 0 auto;
}

