@charset "UTF-8";
/* CSS Document */
body {
    background-color: #999999;
    background-image: url(images/bkg_graygradient.jpg);
    background-repeat: repeat-x;
    margin: 0 0 0 0;
}
#outerwrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 737px;
	text-align: left;
}
.logo{
	position:absolute;
	z-index:3;
	left: 0px;
	top: 0px;
}	
.clientlogin {
	background-image:url(images/bkg_header.png);
	left: 0px;
	top: 12px;
	width: 737px;
	height: 51px;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	line-height: 4.5em;
}
.mainnav {
	position: absolute;
	top: 51px;
	left: 136px;
	z-index: 1;
	margin: 0 0 0 0;
}
.pagehead {
	position: absolute;
	top: 120px;
	left: 51px;
}
.subnav {
	position: absolute;
	top: 160px;
	left: 53px;
	width: 677px;
	height: 32px;
	margin: 0 0 0 0;
	background-image: url(images/bkg_contenttop.png);
}
.subnav .text {
	position: absolute;
	left: 30px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #754C29;
	line-height: 3em;
}
.subnav .text a:link {
  color: #9A9E55;
  text-decoration: none;
}
.subnav .text a:hover {
  color: #754C29;
  text-decoration: overline;
}
.subnav .text a:visited {
  color: #9A9E55;
  text-decoration: none;
}
.subnav .text a:visited:hover {
  color: #754C29;
  text-decoration: overline;
}
.innerwrapper {
	position: absolute;
	top: 192px;
	left: 53px;
	width: 675px;
	background: #fffcdd;
	border-left: solid #754c29 1px;
	border-right: solid #754c29 1px;
	border-bottom: solid #754c29 1px;
	margin: 0 0 0 0;
}
.contentwrapper {
	margin: 0 0 -20px 0;
}
.pagecopy {
	margin: 0px 20px 20px 30px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fffcdd;
}
.mainphotoleft {
	margin: 3px 20px 5px 0px;
	width: 250px;
	height: 375px;
	border: solid #754c29 1px;
	z-index: 4;
}
.mainphotoright {
	margin: 3px 0px 5px 20px;
	width: 250px;
	height: 375px;
	border: solid #754c29 1px;
}
.biopic {
	margin: 3px 10px 10px 2px;
	width: 100px;
	height: 150px;
	border: none;
}
ul{
	margin: 20px 20px 20px 30px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fffcdd;
}
li {
	margin: 5px 5px 5px 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fffcdd;
}
a:link {
  color: #9A9E55;
  text-decoration: underline;
}
a:hover {
  color: #754C29;
  text-decoration: none;
}
a:visited {
  color: #9A9E55;
  text-decoration: underline;
}
a:visited:hover {
  color: #754C29;
  text-decoration: none;
}
h4 {
	margin: 20px 20px 5px 30px;
	color: #754C29;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color: #754C29;
	margin: 50px auto 50px auto;
}
.linktitle {
	width: 453px;
	height: 32px;
	border: none;
	text-align: center;
	margin: 10px auto 10px auto;
}
.footer {
	background: url(images/bkg_footer.png) no-repeat bottom;
	width: 679px;
	height: 73px;
	position: relative;
	top: 100px;
	vertical-align: bottom;
}
.footer .foottext {
	width: 453px;
	height: 32 px;
	top: 17px;
	text-align: center;
	margin: 0px auto 0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2;
}
