.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87a56e;
	text-decoration: none;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
.textBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eee4d6;
	text-decoration: none;
	font-weight: bold;
}
.textBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.textBlue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;

}
.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;

}

a:hover {
	color: #3d3121;
	text-decoration: none;

}
.textBoldW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3d3121;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;

}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #eee4d6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1f1911;
	display: block;
	width: auto;
	height: auto;
	border-right-width: 0px;
	border-right-color: #1f1911;
}

#sectionLinks h3{
	padding: 10px 0px 5px 10px;
}

#sectionLinks a {
	display: block;
	padding: 3px 0px;
	width: auto;
}

#sectionLinks a:hover{
	background-color: #bab1a1;
	text-decoration: none;
}

a{
	color: #eee4d6;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	height: 16px;
	padding-top: 2px;
}
.llhdbb2w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 1px;
}
.textover {
	font-size: 12px;
	color: #000000;
	background-color: #eee4d6;
}
.textover2 {
	font-size: 14px;
	color: #1f1911;
	background-color: #eee4d6;
}
.leftover {
	font-size: 10px;
	color: #eee4d6;
	background-color: #cccccc;
}
.textR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.textRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  background-color: #fff;
  margin-top: 10px;
  margin-left: -25px;

}
.tooltip-wrap:hover .tooltip-content {
  display: block;
}