body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	line-height: 135%;
}

h1 {
	font-size: 1.55em;
	color: #382513;
	line-height: 135%;
}

h2 {
	margin-top: 10px;
	font-size: 1.3em;
	color: #382513;
	color: #E96D1F;
}

h3 {
	font-size: 1em;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #382513;
}

p {}

a {
	color: #5C832F;
}

a:hover {
	color: #284907;
}

#holder {
	width: 767px;
	margin-left: auto;
	margin-right: auto;
}

#header {

}

#logo {
	float: left;
	margin: 70px 0px 0px 16px;
}

#navigation {
	clear: both;
	margin: 8px 0px 0px 8px;
	height: 40px;
}

#mainContent {
	margin-top: -5px;
	padding: 25px 20px;
}

.brownBackground {
	background-image: url(../images/brown_background.jpg);
	background-repeat: repeat-x;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #00764A;
	padding: 15px;
	color: #666666;
}

#footerLeft {
	width: 600px;
	float: left;
}

#footerRight {
	text-align: right;
}

.column {
	float: left;
	width: 50%;
}

ul {
	margin-top: 0px;
	line-height: 145%;
}

.column li {
	margin: 0px;
	padding: 0px;
}

.hiddenDivs {
	background-color: #efefef;
}

.hiddenDivs div {
	padding: 5px;
}

div .clear {
	clear: both;
}

.imgageRight {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 10px;
}

.testimonialContent {
	border: 1px solid #E96D1F;
	padding: 8px;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}

.testimonialContent p.quote {
	font-style: italic;
}

.testimonialOwner {
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 10px;
}



/* tooltip related styles */
.tool-tip {
	color: #fff;
	width: 400px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	margin: 0;
	color: #D8CAA8;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

.iconHolder{
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #F0ECE1;
}

.infoIconLeft {
	padding-left: 5px;
	vertical-align: top;
	float: left;
}

.infoIconRight {
	float: left;
	margin-top: 12px;
	width: 307px;
	padding: 2px 7px;
	display: block;
	font-weight: bold;
}
