﻿body
{
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	padding-top: 1%;
	margin: 0%;
	height: 98%;
	text-align: center;
	color: #6c5d60;
	background-color: #adae99;
	background-image: url(images/hdrGrad.jpg);
	background-repeat:repeat-x;
}

body h3
{
	text-align: center;
}

.title
{
	text-align: center;
	font-style: italic;
}

#wrapper 
{
	width: 780px;
	margin: 15px auto 15px auto;
	padding: 0px;
	text-align: left;
	border: solid 1px #dadada;
}

#header
{
	background-image: url(images/PacoCurrent.jpg);
	width: 780px;
	height: 250px;
	background-color: #f1f1f1;
	border: solid 1px #adae99;
}

#container
{
	width: 100%;
	height: auto;
	background-color: White;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: 210px 0px;

}

#bodyLeft
{
	width: 140px;
	height: auto;
	float: left;
	
	clear: left;

	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

	font-family: Arial;
	font-size: 0.7em;
	font-weight:bold;
}

#bodyLeft img
{
	width: 40px;
	height: 30px;
	padding: 2 2 2 2;
	/*border-bottom-style:double;*/
	/*border-color: Red;*/
	/*background-color: Blue;*/
}

#bodyLeft td 
{
	padding: 1px;
	background-color: white;
	
	/*width: 45px;*/
	/*height: 35px;*/
	/*border-style:inset;*/
	/*border-color: Red;*/
}



#bodyRight
{
	width: 538px;
	height: auto;
	float: left;
	
	margin: 0px;
	clear:right;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: -30px;
	padding-left: 50px;

	font-family: Arial;
	font-size: 0.9em;
	text-align: justify;
	vertical-align: top;
	color: #383844;
}

#bodyRight p
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: -20px;
}

#footer
{
	width: 100%;
	background-color: white;
	color: #6c5d60;

	font-family: Sylfaen, Arial;
	font-size: 0.7em;
	text-align: center;

	border-top: #adae99 1px solid;
	padding-top: 1%;
	padding-bottom: 1%;
}


.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}

.ImageGallery
{
	border-right: gainsboro solid;
	border-top: gainsboro solid;
	border-left: gainsboro solid;
	border-bottom: gainsboro solid;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 101px;
	height:  101px;
}

.BeforeAndAfterImageGallery
{
	/*border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right: gainsboro solid;
	border-top: gainsboro solid;
	border-left: gainsboro solid;
	border-bottom: gainsboro solid;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 72px;
	height: 118px;*/
}
.BeforeAndAfterLinks
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
}

.BeforeAndAfterImages
{
	width: 0;
	height: 0;
}

.HyperLinks
{
	color: #adae99;
}

.WrapLabel /* was using this to try to get a label to wrap - kinda works, but txt in label disappears */
{
	margin-bottom:5px;
	color: #000000;
	width: 365px;
	height: 60px;
	padding: 5px;
	background-color: #ffffff;
	background-repeat: repeat;
	display: block;
	overflow:auto;
}
.TestimonialText
{
	width: 370px;
}

.TreeNodeHover
{
	border-top: #adae99 1px solid;
	border-bottom: #adae99 1px solid;
	
}

.TreeNodeSelected
{
	font-weight: bold;
	font-size:large;
	font-style:italic;
}

.CategoryName
{
	text-align: center;
	font-style: italic;
	font-size: x-large;
	font-family: Arial;
}

.HideRootNode
{
	visibility: hidden;
	margin-left: -130px;
	/* change as needed, depends on text length */
}

.MiniTreeViewIcons
{
	width: 30px;
	height: 30px;
			
	border: solid 1px;
}

.SlideshowTable td
{
	padding: 10px 60px 10px 60px;
}

h4
{
	font-style: italic;
	text-decoration: underline;
}

h2
{
	text-align: center;
	font-style: italic;
	font-size: x-large;
}