/* Carmel Turf Care CSS */
/* basic elements */
body {
	background: #ffffff url(../images/bg.jpg) repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em; /* 16x1=16px */
}
p	{
	font-size:0.75em; /* 16x0.75=12px */
	font-weight: normal;
	color: #000000;
}
p.greenbox{
	color: #000000;
}
li	{
	font-size:0.75em; /* 16x0.75=12px */
	font-weight: normal;
	color: #000000;
}
h5 {
	color: #000000;
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1em; /* 16x1=16px */
	margin: 0;
}
h4 {
	color: #000000;
	font-size: 1em; /* 16x1=16px */
	line-height: 1em; /* 16x1=16px */
	margin: 0;
}
hr	{
	color: #000000;
	height: 1px;
}
span.footer	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.625em; /* 16x0.625=10px */
	color: #000000;
}
span.section {
	color: #000000;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
	margin: 0;
}

/* links */
a.green:link, a.green:visited{ 
	color: #000000; 
	text-decoration: underline; 
}
a.green:hover, a.green:active{ 
	color: #000000;
	background: #ffffff; 
	text-decoration: underline; 
}
a.whg:link, a.whg:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.625em; /* 16x0.625=10px */
	color:#000000;
	text-decoration: none;
	line-height: 24px;
}
a.whg:hover, a.whg:active{
	color: #000000;
	text-decoration: underline;
}

/* tables */
table.wrapper	{
	border: 1px solid #000000;
	background: #ffffff;
	margin-top: 50px;
	margin-bottom: 50px;
}
td.rightleaf	{
	background: #ffffff url(../images/leaf_right.gif) no-repeat top right;
}
td.lefttleaf	{
	background: #ffffff url(../images/leaf_left2.gif) no-repeat bottom left;
}
td.navfill	{
	background: url(../images/nav_fill.gif) repeat-x;
}
td.divider2 {
	background: url(../images/divider2.gif) center repeat-y;
}
td.greenbox {
	background: #5f8233 url(../images/boxbottom.jpg) no-repeat bottom;
	padding-left: 8px;
	padding-right: 8px;
	}
