/* IE6 PNG HACK
	> Use absolute URLs here & in htc file so don't have to place htc & 1x1trans.gif files in EACH folder with pages using png images.  >>>>>>> NOTE: Ron DePriest worked, but tampabaylawyers.com did not.  Keep testing... <<<<<<<
	
	- Can't do png bullets.
	- Images can't be tiled (a limitation of the IE filter), but they can be stretched.
	  So, use repeat but not x/y, or size img for whole area.
	- It's most reliable on elements with non-'auto' dimensions. So use '%/em/px' width/height values.
	- Padding and borders don't indent the PNG image. An easy fix is wrapping your PNG images in container DIVs or similar.
	- Source: http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/ */
img, #edge-outer-l, #edge-outer-r { behavior: url(http://mandmtreeservicetampa.com/Scripts/iepngfix.htc) }

/* _____________________________________________ ZERO OUT ______________________________________________ */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, hr, form, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100%;
	scrollbar-base-color: #7DC17B;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #B4D9B3 }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(images/_shared/pg-bg.gif) repeat-x fixed #7DC17B }

/* _____________________________________________ NOTES ________________________________________________ */

/* When wanting to change a used style, check where it's currently used by doing a Find (but not Replace).
Search for source code, not tag */

/* __________________________________________ TEMPLATE ITEMS __________________________________________  */

#edge-outer-l { background: url(images/_shared/edge-outer-l.png) repeat }
#edge-outer-r { background: url(images/_shared/edge-outer-r.png) repeat }
#edge-inner-r { background: url(images/_shared/edge-inner-r.gif) repeat-y }
#edge-green { background: #2C7529 }
.left-col { background: url(images/_shared/edge-inner-l.gif) repeat-y #FFFFFF }
#v-line { background: url(images/_shared/v-line.gif) no-repeat #FFFFFF }
#navset { margin: 7px 0 25px 0 }
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #57A255;
	background: #2C7529;
	padding: 3px 3px 3px 30px }
#pgtitle { text-align: center; margin: 2px 0 10px 0 }
#content-area { background: #FFFFFF; padding: 0 20px 0 20px }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #519A4F; text-decoration: underline }
a:visited { color: #519A4F; text-decoration: underline }
a:hover { color: #519A4F; text-decoration: none }
a:active { color: #519A4F; text-decoration: none }

#footerlinks {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #95CD93;
	text-align: center;
	letter-spacing: .04em;
	margin-top: 25px }
#footerlinks a:link { color: #95CD93; text-decoration: none }
#footerlinks a:visited { color: #95CD93; text-decoration: none }
#footerlinks a:hover { color: #000000; text-decoration: underline }
#footerlinks a:active { color: #000000; text-decoration: underline }

#lh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	background: #2C7529;
	padding: 3px 30px 3px 3px }
#lh a:link { color: #57A255; text-decoration: underline }
#lh a:visited { color: #57A255; text-decoration: underline }
#lh a:hover { color: #FFFFFF; text-decoration: none }
#lh a:active { color: #FFFFFF; text-decoration: none }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 140%;
	margin: 0 0 12px 0 }
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	line-height: 145%;
	margin: 0 0 12px 15px }
ul li { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 20px }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	background: #B4D9B3;
	padding: 3px;
	margin-bottom: 15px }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 12px }
/* apparently hr is different now with xhtml -
style the preceeding para with "no-btm-margin" to avoid browser inconsistancy */
hr_solid-or-dashed {
	border: none;
	border-top: #FF00FF 1px solid;
	height: 1px;
	width: 50%;
	text-align: center;
	margin: 18px auto 18px auto }
hr_double {
	border: none;
	border-top: #FF00FF 3px double;
	height: 3px;
	width: 50%;
	text-align: center;
	margin: 18px auto 18px auto }

/* ______________________________________________ FORMS ________________________________________________ */

form th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: right;
	padding: 2px 4px 2px 0 }
form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 2px 0 2px 0 }
input, textarea, select, .form-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #D6ECD6;
	padding-left: 3px;
	padding-right: 3px;
	border-left: #879587 1px solid;
	border-top: #879587 1px solid;
	border-right: #E6F4E6 1px solid;
	border-bottom: #E6F4E6 1px solid;
	margin: 2px 0 2px 0 }
.form-radio, .form-ckbox {
	background: none;
	padding-left: 0;
	padding-right: 0;
	border: none }
.form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #7DC17B;
	border-left: #E0F1E0 2px solid;
	border-top: #E0F1E0 2px solid;
	border-right: #588358 2px solid;
	border-bottom: #588358 2px solid;
	padding: 3px 8px 1px 8px }
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.no-btm-margin_unused { margin-bottom: 0 }
.p-no-justify_unused { text-align: left }
.p-align-right_unused { text-align: right }
.center { text-align: center }
.extra-large-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .08em;
	word-spacing: .1em }
.img-right { float: right; margin-left: 15px; margin-bottom: 7px }
.img-left { float: left; margin-right: 15px; margin-bottom: 7px }
.accent {
	width: 75%;
	border: #2C7529 1px solid;
	background: #B4D9B3;
	padding: 10px 10px 0 10px;
	margin: 1px auto 15px auto }
.gallery img { margin: 0 0 12px 0 }