@charset "utf-8";
/* CSS Document */

body {
	font-size: 1em;
	color: #463416;
	background-image: url('http://www.aitreecare.com/images/background.jpg');
}
	
#container {
	margin: 0 auto; 
	width: 797px; 
	background-image: url('http://www.aitreecare.com/images/tablebackground2.jpg'); 
	background-repeat: repeat-y;
}

#horznav {
	height: 33px;
	vertical-align: top; 
	background-image: url('http://www.aitreecare.com/images/nav-bg2.jpg');
}
	
#content {
	margin: -11px 15px 1em 27px; 
	font-family: sans-serif; 
	font-size: .85em;
}
	
.clear {
	clear: both;
}

#leftbar a {
	color: #823008;
	text-decoration: none;
}

#leftbar a:hover {
	color: #656330;
	text-decoration: underline;
}
	

a img {
	border: none;
}
	
#leftbar{
	float: left; 
	width: 558px; 
	border-right: 1px solid #7a2c00;
}
	
#leftbar h1 {
	margin-top: 0;
	border-bottom: 1px solid #792b00;
}

#leftbar img.left {
	border: 2px solid #bfbf7f;
	margin: 0 8px 8px 0;
	float: left;
}

#leftbar img.right {
	border: 2px solid #bfbf7f;
	margin: 0 0 8px 8px;
	float: right;
}

#leftbar img.center {
	border: 2px solid #bfbf7f;
	margin: 0 0 8px 8px;
	text-align: center;
}

.quote {
	font-style: italic;
	color: #793400;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 2em;
	margin-right: 2em;
}


hr {
	width: 75%;
	height: 1px;
	margin-bottom: 1em;
	color: #ccc;
}

div#form {
	padding-left: .5em;
	float: left;
	border-left: 1px solid #cc9;
	border-top: 1px solid #cc9;
	margin-right: 2em;
	margin-bottom: 2em;
}

div#contactInfo {
	float: left; width: 
	150px; border-top: 
	1px solid #cc9; 
	margin-left: 1em; 
	padding-right: .5em;
}

label {
	width: 20em;
	font-size: .85em;
}

input[type="text"], textarea, select {
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-color: #748200 #cc9 #cc9 #748200;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFF5;
	font-family: sans-serif;
	color: #555;
	width: 20em;
}

.sendButton {
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-color: #748200 #cc9 #cc9 #748200;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFF5;
	font-family: sans-serif;
	font-weight: bold;
	font-size: .85em;
	color: #555;
    width: 6em;
	padding: 3px;
}

.sendButton:hover {
	background-color: #CC9;
}
	

#testimonials em {
	margin-left: 1em;
}

#leftbar p, #leftbar h2, #leftbar h3, #leftbar li {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.4em;
	margin-top: 5px;
}

#leftbar h2, #leftbar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0;
}

.sidebar {
	float: right; 
	width: 196px; 
	background-color: #d0d09c; 
	text-align: center; 
	margin-top: 1em;
}
	
div.kudos {
	height: 223px;
}
	
#kudos, #kudos li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

#kudos{
	width: 190px;
	font-size: 16px;
	line-height: 120%;
}

#kudos li{
	padding: 20px;
	display: none; /* hide the items at first only to display one with javascript */
}


#footer {
	background-image:url('http://www.aitreecare.com/images/tablefooter58.jpg'); 
	width: 796px; 
	height: 49px; 
	clear: both;
}
	
#footer p {
	color: #fff; 
	text-align: center; 
	font-size: .8em; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	vertical-align: text-top; 
	padding-top: 5px;
}

#footer p a {
		color: #fff;
}
