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

body {
	background-color:#e9e5dd;
}
.clearit {
	clear:both;
}
.topWrap {
	height:147px;
	background-color:#0C1E3C;
	background-image:url(../images/bg6.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-width:840px;
}
.contentWrap {
	width:840px;
	margin:0 auto;
}
.topWrap .centerBox {
	width:800px;
	height:275px;
	margin:0 auto;
}
.topWrap .centerBox img {
	margin:200px 0 0 0;
}
.contentWrap .topNav {
	width:800px;
	margin:0 auto;
}
.contentWrap .leftContent {
	width:395px;
	float:left;
}

.contentWrap a, .contentWrap a:visited {
	color:#8f7f57;
}

.contentWrap a:hover {
	color:#0C1E3C;
}

.contentWrap .slideshow {
	margin:10px 0 0 0;
	float:left;
	width:395px;
}

.contentWrap .slideshow .leftShadow{
	background-image:url(../images/leftShadow.jpg);
	width:395px;
}
.contentWrap .slideshow .bottomShadow{
	background-image:url(../images/bottomShadow.jpg);
	width:395px;
	height:19px;
}

.contentWrap .slideshow h1, .contentWrap .slideshow hr, .contentWrap .slideshow p, .contentWrap .slideshow ul {
	margin: 0 0 0 20px;
	font-family:"Minion Pro", "Minion", Georgia, "Times New Roman", Times, serif;
}

.contentWrap .slideshow .linkList li {
	width:49%;
	float:left;
}

.contentWrap .slideshow a {
	font-family:"Minion Pro", "Minion", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.contentWrap .leftContent h1 {
	color:#8f7f57;
	font-size:36px;
	font-weight:normal;
	border-bottom:#8f7f57 solid 1px;
	margin-bottom:10px;
}
.contentWrap .slideshow h1 {
	color:#8f7f57;
	font-size:36px;
	font-weight:normal;
	border-bottom:#8f7f57 solid 1px;
	margin-bottom:10px;
}
.contentWrap .leftContent p {
	color:#695d40;
	margin-top:3px;
}
.contentWrap .slideshow p {
	color:#695d40;
	margin-top:3px;
}
.contentWrap .slideshow strong {
	font-weight:bold;
	color:#1C425D;
}
.contentWrap .slideshow img {
	margin:0 0 0 20px;
}
.contentWrap .content {
	width:405px;
	float:right;
	margin:10px 20px 0 0;
	color:#695d40;
	font-family:"Minion Pro", "Minion", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.contentWrap .content2 {
	width:840px;
	float:center;
	margin:10px 20px 0 0;
	color:#695d40;
	font-family:"Minion Pro", "Minion", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.contentWrap .content p {
	margin-bottom:10px;
}
.contentWrap .content h2, .leftcontent h2 {
	color:#1C425D;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:solid 1px #8f7f57;
}

.contentWrap .content ul {
 	list-style-type:disc; 
 	list-style-position:outside;
	margin:0 0 0 15px;
}

.contentWrap .content ul li {
	margin-bottom:5px;
}
#navDiv {
	padding: 5px 0;
}
#navDiv li {
	float:left;
	margin:0 40px 0 0;
	font-size:16px;
	font-family:"Minion Pro", "Minion", Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	height:26px;
}
#navDiv li ul li {
	margin:0 0 0 0;
}
#navDiv li a, #navDiv li {
	color:#8f7f57;
}
#navDiv li:hover, #navDiv li a:hover {
	color:#695d40;
}
.drop li:hover{
	background-image:url(../images/tinygrad.gif);
	background-repeat:repeat-y;
}
.contentWrap .topNav hr {
	color:#8f7f57;
	background-color:#8f7f57;
	height:1px;
	border:0;
	position:relative;
	top:-7px;
}

.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  display: block;
  text-decoration: none;
}

.nav ul {
  list-style: none;
  position: absolute;
  top: -999em;
	left:-5px;
	border-color:#8f7f57;
	border-width:1px;
	border-style:solid;
	background-color:#e9e5dd;
	border-top:0;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 26px;
}
.nav ul li {
  float: none;
	width:100%;
}
.nav ul a {
  white-space: nowrap;
	margin:0 5px 0 5px;
}
.clientInfo img {
	float:left;
	margin:0 20px 30px 0;
}
.clientInfo ul {
	float:left;
	margin: 0 0 0 0;
}

.footerWrap {
	color:#695d40;
	font-family:"Minion Pro", "Minion", Georgia, "Times New Roman", Times, serif;
	width:800px;
	font-size:12px;
	text-align: center;
	clear:both;
	margin:40px auto 0 auto;
	border-top:#8f7f57 1px solid;
	padding:10px 0 0 0;
}

.staff {
  padding-bottom: 8px;
}


