@charset "UTF-8";
/* CSS Document */

#navBarBG {
	background-image: url(../../images/main/mNavBarBG.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 807px;
}
#navBar {
	text-align: left;
	padding-left: 67px;
}
#navBar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navBar ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 2px;
	height: 15px;
	text-align: center;
	float: left;
}


/* nav buttons */
.about       {
	color: #544B2E;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6BDA0;
	width: 56px;
	float: left;
}
.about:hover {
	background-color: #999999;
}

.services       {
	color: #544B2E;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6BDA0;
	width: 78px;
	float: left;
}
.services:hover {
	background-color: #999999;
}

.staff       {
	color: #544B2E;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6BDA0;
	width: 56px;
	float: left;
}
.staff:hover {
	background-color: #999999;
}

.testimonials       {
	color: #544B2E;
	text-decoration: none;
	width: 110px;
	float: left;
	margin-right: 7px;
}
.testimonials:hover {
	background-color: #999999;
}

.awards      {
	color: #544B2E;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6BDA0;
	width: 64px;
	float: left;
}
.awards:hover {
	background-color: #999999;
}

.happenings       {
	color: #544B2E;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6BDA0;
	width: 92px;
	float: left;
}
.happenings:hover {
	background-color: #999999;
}

.links       {
	color: #544B2E;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6BDA0;
	width: 52px;
	float: left;
}
.links:hover {
	background-color: #999999;
}

.case       {
	color: #544B2E;
	text-decoration: none;
	width: 102px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6BDA0;
	margin-right: 0px;
}
.case:hover {
	background-color: #999999;
}

.contact       {
	color: #544B2E;
	text-decoration: none;
	width: 93px;
	float: left;
}
.contact:hover {
	background-color: #999999;
}
