body {
	background-image:url(../images/bg.jpg);
	margin:0px;
	padding:0px;
	text-align:center;/* correctly centers in IE */
	/*background-position:top center;background-attachment:fixed; creates a fixed BG */
} 
a {
	outline: none;
} /* stops border seen in clicked btns in FF */
h1 {font-family:Arial, Helvetica, sans-serif; color:#a77f39; font-size:15px; margin:0px}

.txtlink:link {
	text-decoration: none;
	color: #003300; /* 006600 */
} 
.txtlink:visited {
	text-decoration: none;
	color: #003300;
}
.txtlink:hover {
	color: #003300;
	border-bottom: 1px dotted #003300;
}

.splink:link {
	text-decoration: none;
	color: #666;
}
.splink:visited {
	text-decoration: none;
	color: #666;
}
.splink:hover {
	color: #666;
	border-bottom: 1px dotted #999999;
}

.servlink:link {
	text-decoration: none;
	color: #CCCC33;
}
.servlink:visited {
	text-decoration: none;
	color: #CCCC33;
}
.servlink:hover {
	color: #CCCC33;
	border-bottom: 1px dotted #CCCC33;
}


/*a.alink:link {text-decoration: none}
a.alink:visited {text-decoration: none}
a.alink:hover {border-bottom: 1px dotted #999999;}*/

/* splash page fade-In */
#body_wrap{position:absolute; bottom:0; left:0; width:100%; height:5000px; z-index:50;}

/******** containers *******/
#container {
	margin: 0 auto 0 auto;
	padding-top:5px; /*moves site up or down over plantedgebg */
	/padding-top:21px; /*moves site up or down over plantedgebg for IE */
	padding-bottom:20px; /* added to get a little bottom space for long pages */
	text-align: left;
	width: 1014px; /* Total width of inside site content needed*/
}
#plantedgebg {
	background: url(../images/bg3.png) no-repeat scroll 50% 0; /* bg3 is an empty bg */
	display: block;
}
/*#header {background:url(header.png) no-repeat top left; height:133px;display: block;} REMOVE if no use*/

#bodybg {
	background:url(../images/body_bg.png) repeat top left;
	overflow:auto; /* allows the container + BG to grow based on content in it so must NOT have a set height */
	/***height:625px;  REMOVE REMOVE REMOVE height  height:600px this is used just for testing to see the full contents of page*****/
}
#footerbg {
	background:url(../images/footer_bg.png) no-repeat;
	height:23px;
	display: block;
}
#lftnavcontain {
	width:144px;
	float: left;
	display:block;
	padding:0px 24px 0px 24px;
	_padding:0px 24px 0px 28px; /* for IE */
	margin:25px 0px 0px 0px;
}/*192px width minus padding width*/
#rtbodycontain {
	width:780px; /* had to bump to get main image to align with right edge */
	float: right;
	display:block;
	margin:0px 0px 0px 0px;
}
#content {
	margin: 0px auto 0px auto;
	/margin: 0px 0px 0px 20px;/* for IE to lineup main image  changed from _ to / */
	width: 974px; /* Total width off inside site content needed 972*/
}
#splashcontent {
	margin: 20px 20px 20px 0px;
	/padding-bottom:20px; /* for IE */
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#innercontent {
	margin: 20px 20px 20px 0px;
	/padding-bottom:20px; /* for IE changed from _ to / */
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#header {
	background:url(../images/header.png) no-repeat top left;
	height:133px;
	display: block;
}
#header ul li {
	list-style:none;
	display:inline;
}
#header ul li.logo a {
	float: left;
	background: url(../images/logo.png) top left no-repeat;
	width: 402px;
	height: 82px;
	display: block;
	text-indent: -9999px;
	margin: 35px 0px 0px -32px;
}
#header ul li.wms a {
	float: left;
	background: url(../images/wms_logo.png) top left no-repeat;
	width: 262px;
	height: 82px;
	display: block;
	text-indent: -9999px;
	margin: 35px 0px 0px 275px;
}

/******* top nav bar *******/

/*#navbg {background:url(nav_bg.png) no-repeat; height:58px;display: block;} REMOVE no need now */

#ssl-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 58px;
	overflow: hidden;
}
#ssl-nav li {
	float: left;
}
#ssl-nav a {
	display: block;
	background-image: url(../images/nav2.png);
	padding-top: 58px; /* same as height of #ssl-nav */
	text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
/* home */
#ssl-nav-home {
	width: 136px;
}
#ssl-nav-home:hover, #ssl-nav-home.selected {
	background-position: 0px -58px;
}
/* about */
#ssl-nav-about {
	width: 133px;
	background-position: -136px 0;
}
#ssl-nav-about:hover, #ssl-nav-about.selected {
	background-position: -136px -58px;
}
/* services */
#ssl-nav-services {
	width: 129px;
	background-position: -265px 0;
}
#ssl-nav-services:hover, #ssl-nav-services.selected {
	background-position: -265px -58px;
}
/* water */
#ssl-nav-water {
	width: 107px;
	background-position: -394px 0;
}
#ssl-nav-water:hover, #ssl-nav-water.selected {
	background-position: -394px -58px;
}
/* gallery */
#ssl-nav-gallery {
	width: 120px;
	background-position: -501px 0;
}
#ssl-nav-gallery:hover, #ssl-nav-gallery.selected {
	background-position: -501px -58px;
}
/* testi */
#ssl-nav-testi {
	width: 170px;
	background-position: -621px 0;
}
#ssl-nav-testi:hover, #ssl-nav-testi.selected {
	background-position: -621px -58px;
}
/* contact */
#ssl-nav-contact {
	width: 219px;
	background-position: -795px 0;
}
#ssl-nav-contact:hover, #ssl-nav-contact.selected {
	background-position: -795px -58px;
}

/******* top left sub nav *******/

#topsubnav ul {
	margin: 0px 0px 28px 7px;
	padding:0px;
	list-style:none;
	line-height:17px;
}
#topsubnav ul li a {
    font-family:Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
	font-size:13px;
	_font-size:11.5px;/* for IE changing from _ to / made font smaller */
	color:#609211;
	font-weight:bold;
	list-style:none;
	text-decoration:none;padding-bottom:2px;
}

#topsubnav ul li.blog a {
	background: url(../images/blogger.gif) no-repeat left; /* remove top */
	width: 16px;
	height: 16px;
	display: block;
	padding-left: 20px;
}

#topsubnav ul li.contact a {
	background: url(../images/contact.jpg) no-repeat left; /* remove top */
	width: 16px;
	height: 16px;
	display: block;
	padding-left: 20px;
}

#topsubnav ul li.video a {
	background: url(../images/video.gif) no-repeat left; /* remove top */
	width: 16px;
	height: 16px;
	display: block;
	padding-left: 20px;
}

#topsubnav ul li.plant a {
	background: url(../images/plant2.jpg) no-repeat left; /* remove top */
	width: 16px;
	height: 16px;
	display: block;
	padding-left: 20px;
}

#topsubnav ul li.friend a {
	background: url(../images/friend.png) no-repeat left; /* remove top */
	width: 16px;
	height: 16px;
	display: inline; /* needed to keep next word from word wrapping*/
	padding-left: 20px;
	color:#330066;
}

/******* left sub sub nav *******/

#lftsubnav {
	margin: 0px 0px 44px 0px;
	_margin: 0px 0px 27px 0px; /* for IE changing from _ to / did nothing */
	width:140px
}
#lftsubnav ul {
	margin: 0px 0px 20px 7px;
	padding:0px;
	list-style:none;
}
#lftsubnav ul li a {
	font-family:Arial;
	font-size:13px;
	color:#a67f33;
	list-style:none;
	text-decoration:none;
	line-height:30px;
}

#lftsubnav ul li a:hover {
	color:#cc9933;
}
.lftsubnavedge {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a67f33;
	padding-top:5px;
	padding-bottom:5px;
}
.lftsubnavedgetop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a67f33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a67f33;
	padding-top:5px;
	padding-bottom:5px;
}

/******* main images ******/

#mainimage1 {
	background:url(../images/main/mainimageSP1.jpg) no-repeat top right;
	background-position:0px -20px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage2 {
	background:url(../images/main/mainimageSP2.jpg) no-repeat top right;
	background-position:0px -110px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage3 {
	background:url(../images/main/mainimageSP3.jpg) no-repeat top right;
	background-position:0px -20px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage4 {
	background:url(../images/main/mainimageSP4.jpg) no-repeat top right;
	background-position:0px -80px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage5 {
	background:url(../images/main/mainimageSP5.jpg) no-repeat top right;
	background-position:0px -20px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage6 {
	background:url(../images/main/mainimage1.jpg) no-repeat top right;
	background-position:0px -20px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage7 {
	background:url(../images/main/mainimageSP6.jpg) no-repeat top right;
	background-position:0px -50px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage8 {
	background:url(../images/main/mainimageSP7.jpg) no-repeat top right;
	background-position:0px -20px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage9 {
	background:url(../images/main/mainimageSP8.jpg) no-repeat top right;
	background-position:0px -50px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage10 {
	background:url(../images/main/mainimageSP9.jpg) no-repeat top right;
	background-position:0px -40px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage11 {
	background:url(../images/main/mainimageSP10.jpg) no-repeat top right;
	background-position:0px -40px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

#mainimage12 {
	background:url(../images/main/mainimageSP11.jpg) no-repeat top right;
	background-position:0px -40px;/* 0px -90px; allows to adjust what portion image is shown */
	height: 150px; /* 264 is stock height */
	width:780px;
	display: block;
	padding:0px;
	text-indent: -9999px;
}

/******* banner rotation *******/

#splashanim {
	display:block;
	padding:0px;
	margin:0px 0px 10px 0px;
	height: 264px;
	width: 780px;
	list-style:none;
	overflow:hidden;/* becuase of IE you MUST put the text-indent: -9999px in each a tag and not here or it will not display */
}
#img1 a {
	background: url(../images/main/mainimageSP6.jpg) top right no-repeat;
	width: 780px;
	height: 264px;
	display: block;
	text-indent: -9999px;
}
#img2 a {
	background: url(../images/main/mainimageSP10.jpg) top right no-repeat;
	width: 780px;
	height: 264px;
	display: block;
	text-indent: -9999px;
}
#img3 a {
	background: url(../images/main/mainimageSP9.jpg) top right no-repeat;
	width: 780px;
	height: 264px;
	display: block;
	text-indent: -9999px;
}
#img4 a {
	background: url(../images/main/mainimageSP2.jpg) top right no-repeat;
	width: 780px;
	height: 264px;
	display: block;
	text-indent: -9999px;
}
#img5 a {
	background: url(../images/main/mainimageSP8.jpg) top right no-repeat;
	width: 780px;
	height: 264px;
	display: block;
	text-indent: -9999px;
}
#img6 a {
	background: url(../images/main/mainimageSP12.jpg) top right no-repeat;
	width: 780px;
	height: 264px;
	display: block;
	text-indent: -9999px;
}
#img7 a {
	background: url(../images/main/mainimageSP13.jpg) top right no-repeat;
	width: 780px;
	height: 264px;
	display: block;
	text-indent: -9999px;
}

/******* main 3 splash buttons *******/

#homebtns {
	width: 771px; /* chnaged from auto to 771px or 247+247+247+10+10+10 change to auto to correct;y see layout*/
	float: left; /* removed top */
	margin: 0px 0px 0px 0px;/* _margin: 0px 0px 0px -40px;/* for IE -40 hits left side consult btn so had to change the width in consultbtn to sneak past */
}
#homebtns ul {
	padding: 0px;
	margin:0
}
#homebtns ul li {
	list-style:none;
	display:inline;
	float: left;
	text-indent: -9999px; /* need to put text-indent here and not in each tag */
	margin: 0px 10px 0px 0px;
}
#homebtns ul li.b1 a {
	background: url(../images/homebtns/services.jpg) left no-repeat; /* remove top */
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}
#homebtns ul li.b2 a {
	background: url(../images/homebtns/gallery.jpg) left no-repeat;
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}
#homebtns ul li.b3 a {
	background: url(../images/homebtns/water.jpg) left no-repeat;
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}

/******* main 2 gallery splash page buttons *******/

#gallerybtns {
	width: 771px; /* chnaged from auto to 771px or 247+247+247+10+10+10 change to auto to correct;y see layout*/
	float: left; /* removed top */
	margin: 15px 0px 0px 0px;/* _margin: 0px 0px 0px -40px;/* for IE -40 hits left side consult btn so had to change the width in consultbtn to sneak past */
}
#gallerybtns ul {
	padding: 0px;
	margin:0;
}
#gallerybtns ul li {
	list-style:none;
	display:inline;
	float: left;
	text-indent: -9999px; /* need to put text-indent here and not in each tag */
	margin: 0px 10px 0px 0px;
}
#gallerybtns ul li.gb1 a {
	background: url(../images/homebtns/ginstall.jpg) left no-repeat; /* remove top */
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}
#gallerybtns ul li.gb2 a {
	background: url(../images/homebtns/gmaintain.jpg) left no-repeat;
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}
#gallerybtns ul li.gb3 a {
	background: url(../images/homebtns/video.jpg) left no-repeat;
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}

/***** gallery related *****/

.clicklg {background-image:url(../images/clickenlarge.gif);background-repeat: no-repeat;background-position: center center;text-indent: -9999px;margin: 10px 0px 10px 0px}
.clicklg2 {background-image:url(../images/clickenlarge2.gif);background-repeat: no-repeat;background-position: center center;text-indent: -9999px;margin: 10px 0px 10px 0px;opacity:0.6;filter:alpha(opacity=60)}

/***** water related *****/

.bullet ul {
	list-style-type: none;
	}
	
.bullet li {
list-style-position: outside; 
list-style-image: url(../images/drop.png); 
	padding-left: 5px;
	margin-bottom: 10px;
}

/***** about related *****/

.bios li p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 590px; /* width of content */
	color:#666666;
}

.bios li {
	padding: 0px;
	margin:0px 0px 0px -25px;
	/margin:10px 0px 0px -25px; /* for IE */
	list-style:none;
}

.bios li.bio-a { /* steven */
	width: 106px;
	height: 106px;
	background-image:url(../images/bios/steve_001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 120px;
}

.bios li.bio-b { /* chris */
	width: 106px;
	height: 106px;
	background-image:url(../images/bios/chris_001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 120px;
}

.bios li.bio-c { /* scott */
	width: 106px;
	height: 106px;
	background-image:url(../images/bios/scott_001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 120px;
}

.bios li.bio-d { /* gigi */
	width: 106px;
	height: 106px;
	background-image:url(../images/bios/gigi_001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 120px;
}

.bios li.bio-e {/* armando */
	width: 106px;
	height: 106px;
	background-image:url(../images/bios/armando_001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 120px;
}

.bios li.bio-f {/* gilbert */
	width: 106px;
	height: 106px;
	background-image:url(../images/bios/gilbert_001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 120px;
}

.bios li.bio-g { /* del */
	width: 106px;
	height: 106px;
	background-image:url(../images/bios/del_001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 120px;
}

.bios li.bio-h { /* micahel */
	width: 106px;
	height: 106px;
	background-image:url(../images/bios/michael_001.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 120px;
}

#articles ul
{
list-style-type:none;
padding:0px;
margin:20px 0px 0px 0px;
}

#articles ul li
{
padding: 0px 0px 0px 20px;
margin: 10px 0px 0px 0px;
}

#articles ul li a
{
	background-image:url(../images/pdf.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600; /* 666 */
}

.certs {font-family:Arial, Helvetica, sans-serif; color:#a77f39; font-size:12px; margin:0px; font-weight:bold}

#certs {
    width: 725px;
    position: relative;
	float: left;
	margin: 5px 0px 0px -40px;
}

#certs ul li {
list-style:none;display:inline}

#certs ul li.clca a {
	float: left;
	background: url(../images/certs/clca.jpg) top left no-repeat; width: 163px; height: 49px; display: block; text-indent: -9999px; margin: 0px 0px 0px 0px;
}

#certs ul li.cai a {
	float: left;
	background: url(../images/certs/cai.jpg) top left no-repeat; width: 145px; height: 80px; display: block; text-indent: -9999px; margin: 0px 0px 0px 10px;
}

#certs ul li.asla a {
	float: left;
	background: url(../images/certs/asla.jpg) top left no-repeat; width: 166px; height: 79px; display: block; text-indent: -9999px; margin: 0px 0px 0px 10px;
}

#certs ul li.papa a {
	float: left;
	background: url(../images/certs/papa.jpg) top left no-repeat; width: 165px; height: 62px; display: block; text-indent: -9999px; margin: 0px 0px 0px 10px;
}

/******* main 2 gallery splash page buttons *******/

#aboutbtns {
	width: 771px; /* chnaged from auto to 771px or 247+247+247+10+10+10 change to auto to correctly see layout*/
	float: left; /* removed top */
	margin: 15px 0px 0px 0px;/* _margin: 0px 0px 0px -40px;/* for IE -40 hits left side consult btn so had to change the width in consultbtn to sneak past */
}
#aboutbtns ul {
	padding: 0px;
	margin:0;
}
#aboutbtns ul li {
	list-style:none;
	display:inline;
	float: left;
	text-indent: -9999px; /* need to put text-indent here and not in each tag */
	margin: 0px 10px 0px 0px;
}
#aboutbtns ul li.ab1 a {
	background: url(../images/homebtns/about_team.jpg) left no-repeat; /* remove top */
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}
#aboutbtns ul li.ab2 a {
	background: url(../images/homebtns/about_press.jpg) left no-repeat;
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}
#aboutbtns ul li.ab3 a {
	background: url(../images/homebtns/about_certs.jpg) left no-repeat;
	width: 247px;
	height: 114px;
	display: block;
	text-decoration: none;
}

/***** services *****/

#maintainit {
	background-image:url(../images/maintain.jpg);
	background-repeat:no-repeat;
	width:375px;
	height:500px;
	float:left;
	margin-top:20px;
/* /margin-bottom:20px;for IE */
}

.service_content {
	width:340px;
	padding:20px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

#installit {
	background-image:url(../images/install.jpg);
	background-repeat:no-repeat;
	width:375px;
	height:500px;
	float:right;
	margin-left:10px;
	margin-top:20px;
/* /margin-bottom:20px;for IE */
}

/******* Testimonials page - Easy Slider *******/

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:700px;
		height:250px;
		overflow:hidden; 
		}
	#slider li{ 
		/*background:#fff;*/
		/*background-image:url(../images/testi_bg.gif); used if want 1 universal BG for the slider
		background-repeat:no-repeat;*/
		}		
	#slider li h2{ 
	    margin: 0px 0px 0px 20px;
		padding-top:20px;
		font-size:14px;
		color:#330066;
		}	
	#slider li p{ 
		margin:20px 20px 0px 20px;
		}
						
	span#prevBtn a {
	color:#006600;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:10px;}
	
	span#nextBtn a {color:#006600;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	/* /margin-bottom:20px; for IE */
	}
	
	.man {background-image:url(../images/testi_bg1.gif); background-repeat:no-repeat}	
	.woman {background-image:url(../images/testi_bg2.gif); background-repeat:no-repeat}	
	.couple {background-image:url(../images/testi_bg3.gif); background-repeat:no-repeat}
	.group {background-image:url(../images/testi_bg4.gif); background-repeat:no-repeat}	

/******* Water Plants page - Anything Slider for specific slides *******/

/* see slider.css for more css styles for plant slider **/

/* For Specific Slides */
.textSlide                              { padding: 10px 30px; }
.textSlide h2                           { font: 20px Georgia, Serif; font-style:italic; color:#006600; padding-top:15px}
.textSlide h4                           { font: 13px Georgia, Serif; margin: 10px 0; }
.textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
.textSlide ul li                        { display: list-item; }

.plantimg {float: right; margin: 0 0 2px 20px;}

/******* consult btn *******/

#consultbtn a {
	display:block;
	width:142px; /* had to move from 144 to 142 becuse it hit the homebtns div (set at -40) */
	height:112px;
	background: url(../images/consult.jpg) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	border-style:solid;
	border-width:1px;
	border-color: #917643;
	margin: 0px 0px 15px 0px;
}
#consultbtn a:hover {
	background-position: 0px -112px;
}

/******* address *******/
#address {
	font-family:Arial, Helvetica, sans-serif;
	color:#a67f33;
	font-size:13px;
	width:142px;
	display:block;
	margin:35px 0px 0px 0px;
}

/******* contact page *******/

/* see contact.css for contact form styles */

#address2-hold {width:142px;
	display:block;
	margin:70px 0px 0px 0px;
	}

#address2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#a67f33;
	font-size:13px;
	float:left;	
	list-style:none;
	text-align:left;
	display:block;
	padding:0px;
	margin:0px;
}

#addy {background:url(../images/title_add.gif) no-repeat; width: 122px; height:18px; margin: 0px 0px 5px 0px; display: block; text-indent: -9999px;}
#phone {background:url(../images/title_phone.gif) no-repeat; width: 122px; height:18px; margin: 20px 0px 5px 0px; display: block; text-indent: -9999px;}
#fax {background:url(../images/title_fax.gif) no-repeat; width: 122px; height:18px; margin: 20px 0px 5px 0px; display: block; text-indent: -9999px;}
#hours {background:url(../images/title_hrs.gif) no-repeat; width: 122px; height:18px; margin: 20px 0px 5px 0px; display: block; text-indent: -9999px;}

.date {font-size:10px}

/******* footer sub nav links *******/

#footerlinks {
	width: 1010px;}

#footerlinks ul {text-align:right; margin:0px; padding:0px}
#footerlinks ul li {
	list-style:none;display:inline;}
#footerlinks ul li.link a {
	font-family:Arial;
	font-size:11px;
	color:#849E01;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
}

/******* copyright footer *******/

#footercontent {
	text-align:center;
	font-family:Arial;
	font-size:11px;
	color:#999;
	margin: 15px 0px 20px 0px;
	_margin: 10px 0px 0px 0px; /* for IE changing from _ to / did nothing */
}
.footertxt:link {
	text-decoration: none;
	color: #999;
}
.footertxt:visited {
	text-decoration: none;
	color: #999;
}
.footertxt:hover {
	color: #999;
	text-decoration: underline;
}

/******** sitemap slide up box *******/

#dhtmlgoodies_contentBox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	behavior:url(border-radius.htc); /* for IE */
	background-image:url(../images/sitemap_bg.png);
	border:2px solid #2f1b63;
	/*height:0px;*/
	visibility:hidden;
	position:absolute;
	/*background-color:#FFFFFF;*/
	overflow:hidden;
	/*padding:2px;*/
	padding-bottom:2px;
	width:275px;
	left: 690px; /* 685 left right for actual slide up box*/
	top: -100px; /* 85 sets how far above the text link box starts to drop down */
}

#dhtmlgoodies_content {
  position:relative;  
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  width:100%;
  font-size:11px;
  color:#000;
  text-align:left;
}

#dhtmlgoodies_slidedown {
  position:relative;
  width:1010px; /* left rght of the actual text link */
}

.arrow {background:url(../images/arrow.gif) no repeat; width: 11px; height:9px; display:block;}

#sitemap ul
{
list-style:none;
padding:0px;
margin:0px;
text-align:left;
}

#sitemap ul li
{
padding: 0px 0px 0px 20px;
/*margin: 10px 0px 0px 0px;*/
list-style:none;
display:inline;
}

#sitemap ul li.arrow {
	background: url(../images/arrow.gif) no-repeat left; /* remove top */
	width: 11px;
	height: 9px;
	display:inline;
	padding-left: 15px;
}

/****** blogger style links *******/

#blog {
	padding: 0px;
	margin: 10px 0px 0px 0px; /* from 20 to 10 */
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
em {
	font-weight: bold;
	color:#009900;
	font-style:normal;
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;border: 0;
}
/* can't stylize the exact blog link, so have to stylize entire site links */
A:link {
	color: #330099;
	text-decoration: none;
}
A:hover {
	color:#330099;
	border-bottom: none;
}
a:link {
	color: #330099;
	text-decoration: none;
}
a:visited {
	color: #330099;
	text-decoration: none;
}

