/*	  CSS for www.BARRTREECARE.com 	 */
/*    Created by Heather Smith		 */
/*    CLOCKWORKBIRD DESIGNS 		 */

body{
	background-color: #0e4d2b;
	color: #5C4033;
	font-family: Arial, Helvetica, san-serif;
	width: 850px; 
	margin: 20px auto 20px 
	auto;text-align: left;  /* IE 5.5 hack part II */
	}

#holder {
	width:850px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}

/* -----------PAGE BOXES----------------*/
#bkgd1 {
	background-image: url('images/background/bkgd-1.gif');
	width:850px;
	}

#bkgd2 {
	background-image: url('images/background/bkgd-2.gif');
	width:850px;
	}

#bkgd3 {
	background-image: url('images/background/bkgd-3.gif');
	width:850px;
	height: 30px;
	}

#topNav {
	background-image: url('images/nav-top.gif');
	width:788px;
	height:100px;
	}


#mainBkgd {
	background-image: url('images/nav-bottom.gif');
	background-repeat: repeat-y;
	background-color: #fdfcdd; 
	width:788px;
	}

#footer {
	font-size: 10px;
	color: #fdfcdd;
	float: right;
	padding: 0px 20px 0px 0px;
	}


/* -----------FONTS----------------*/
	
#mainCopy
	{

	font-size: 12px;
	padding: 20px;
	}
	
.mainHeader
	{
	font-size: 16px;
	}
	
.lists
	{
	color: #5C4033;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	}	
	
.testimonials{
	font-style: italic;
	padding: 5px 0px 0px 20px;
	}

	
/* -----------POSTIONING----------------*/	
	
.floatRight{
	float : right;
	padding: 5px 5px 0px 5px;
	}
	
.floatLeft{
	float : left;
	padding: 0px;
	}
	
.floatLeftPad{
	float : left;
	padding: 5px 0px 0px 5px;
	}	
	
.center{
	text-align: center;
	}

.inner{
	padding: 30px 31px 0px 31px;
	}

	
/* -----------LINKS----------------*/

a:link{
	color: #397D02;
	} 

a:visited{
	color: #397D02;
	} 
	
a:hover, active{
	color: #CD6600;
	}

a.footerLink:link, visited{
	color: #A6D785;
	text-decoration: none;
	} 

a.footerLink:visited{
	color: #A6D785;
	text-decoration: none;
	} 

a.footerLink:hover, active{
	color: #FFFFFF;
	}


.image1 {
	height: 17px;
	width: 36px;
}

a.image1:link {
	background-image: url('images/buttons/home.gif');
	padding: 0px;
	margin: 0px;

	}

a.image1:hover, active{
	background-image: url('images/buttons/home-ro.gif');
	padding: 0px;
	height: 17px;
	width: 36px;
	margin: 0px;
	}
	
	
#navcontainer ul
{
margin: 0;
padding-top: 20px;
list-style-type: none;
text-align: center;
font-family: arial;
font-size: 14px;
height: 82px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding-top: 25px;
padding-right: 55px;
padding-bottom: 35px;
padding-left: 50px;
color: #000;
background: url(images/buttons/bk.gif) top left repeat;
width: 146px;
height: 82px;
}

#navcontainer ul li a:hover
{
color: #fff;
background-position: 0 -82px;
width: 146px;
height: 82px;
}
