/* Atlanta Tree Services - CSS for AAble Johns Tree Service */

html, body {
	background-color : #7F5719;
	font-family: /* "Franklin Gothic Medium", */ "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}


A:link {
	color: #006600;
	text-decoration: none;
	}

A:active {
	color: #006600;
	text-decoration: none;
	}
	
A:visited {
	color: #7f5719;
	background-color: #FBF2E6;
	text-decoration: none;
	}
	
A:hover {
	color: #006600;
	text-decoration: underline;
	}
	
legend	{
	font-family: 'Microsoft Sans Serif', Arial, Helvetica;
	font-weight: bold;
	font-size: .9em;
	color: #ccc;
	text-transform: uppercase;
}
	
div.row {
	clear: both;
   padding-top: 5px;
   font-family: 'Microsoft Sans Serif', Arial, Helvetica;
   font-size: .85em;
   line-height: 1.1em;
  }

div.row span.label {
   float: left;
   width: 130px;
   /* color: #000; */
   text-align: right;
   padding-right: 5px;
  }
  
div.row span.label_required {
  float: left;
  width: 130px;
  font-weight: bold;
  color: #274f5f;
  text-align: right;
  }  
  
div.row span.formw {
  float: right;
  width: 250px;
  /* color: #fff; */
  text-align: left;
  } 	

#footer	{
	width: 700px;
	background-color: #7F5719;
}

#footer p	{
	margin: 0px;
	font-size: .7em;
	color: #EBBE80;
	text-align: center;
}

#footer a	{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover	{
	color: #fff;
	text-decoration: none;
}

#footer a:visited	{
	color: #fff;
	text-decoration: underline;
	background-color: #7F5719;
}
 
h1 {
	color: #7F5719;
	font-size: 1.6em;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

h2 {
	color: #d67b00;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0 10px 0;
} 

h3 {
	color: #7f5719;
	font-size: 1.0em;
	text-transform: uppercase;
} 

h4 {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}  

img{
	border: 0;
	display: block;
}

.imgframegold	{
	border: solid 1px #7F5719;
	background-color: #da9c35;
}

#left
{
	float: left;
	width: 150px; 
	height: 500px;
	padding: 0px;
	margin: 0px;
	background-color: #da9c35;
	display: block;
}

#left ul	{
	padding: 0px;
	margin: 0px;
}

#left h3
{
	/* border-bottom: 1px solid #BCE27F; */
	font-size: 18px;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000;
}
#left li
{
	list-style-type: none;
	margin-top: 10px;
	padding-left: 30px;
}

#left li a
{
	width: 150px;
	height: 27px;
	margin-bottom: 1px;
	text-decoration: none;
	background: inherit;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	position: relative;
}

#left li a:hover
{
	/* 1border-bottom: 1px dashed #000; */
	background-color: #d67b00;
	color: #000;
}

#left li a.on
{
	border-bottom: 1px dashed #000;
} 	

.list	{
	list-style-image: url(../images/bullet_sparklet.png);
}