/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bkg-main.jpg) repeat #464233;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0;
	padding: 2px 0 6px 0;
	line-height: 16px;
	color: #fff;
	text-align: left;
}

ul {
	color: #fff;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #fff;
	line-height: 18px;
	text-align: left;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h2 {
	background: #6d6856;
	padding: 6px;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

h3 {
	background: #74684e;
	padding: 6px;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

h4 {
	background: #676a6a;
	padding: 6px;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

h5 {
	background: #626a5e;
	padding: 6px;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

h6 {
	font:16px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	text-align: left;
}

a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: #1b2131;
	text-decoration: none;
	font-weight: bold;
	}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 10px Arial, Helvetica, sans-serif;
	color: #464233;
}


select {
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #464233;
}

#wrapper {
	width: 944px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#mini-nav {
	width: auto;
	height: auto;
	text-align: right;
	margin: 0;
	padding: 10px 0 12px 0;
}

#mini-nav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: right;
}

#mini-nav li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	display: inline;
	list-style-type: none;
	text-align: right;
	color: #2b251c;
}

#mini-nav li a {
	font-weight: normal;
	color: #a9a7a0;
	text-decoration: none;
}

#mini-nav li a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}


#nav-wrap {
	width: auto;
	height: auto;
	margin: 0 0 0 260px;
	padding: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 3px 0 3px 0;
	color: #fff;
	background: url(../images/bkg-nav.gif) repeat-x top #706c5b;
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#nav a.on {
	display: block;
	padding: 3px 0 3px 0;
	color: #4c4535;
	background: url(../images/bkg-nav-on.gif) repeat-x top #7d7869;
	text-decoration: none;
}

#nav a:hover {
	background: url(../images/bkg-nav-on.gif) repeat-x top #7d7869;
	color: #4c4535;
	text-decoration: none;
}

#nav li {
	float: left;
	border-right: 1px solid #746e5e;
	border-left: 1px solid #a9a38b;
}

#nav li.sub {
	float: left;
	width: 150px;
	text-align: left;
	border: none;
	font: 12px Arial, Helvetica, sans-serif;
	background: #4c4535;
}

#nav li a.sub { 
	width: 140px;
	text-align: left;
	border-left: none;
	border-right: none;
	background: #4c4535;
	padding-left: 10px;
	border-bottom: 1px dotted #726e5f;
	text-decoration: none;
}

#nav li a.sub:hover { 
	background: #322d23;
	color: #fff;
	text-decoration: none;
}

#nav li.home {
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px solid #746e5e;
	border-left: none;
	padding-left: 10px;
}

#nav li a.home { 
	background: url(../images/bkg-nav-home-on.gif) no-repeat;
	color: #4c4535;
	text-align: center;
	border-left: none;
	width: 100px;
	padding-left: 10px;
	text-decoration: none;
}

#nav li.home-off {
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px solid #746e5e;
	border-left: none;
	padding-left: 10px;
}

#nav li a.home-off { 
	color: #fff;
	text-align: center;
	border-left: none;
	width: 100px;
	padding-left: 10px;
	background: url(../images/bkg-nav-home.gif) no-repeat;
	text-decoration: none;
}

#nav li a:hover.home-off { 
	color: #4c4535;
	background: url(../images/bkg-nav-home-on.gif) no-repeat;
	text-decoration: none;
	width: 100px;
	padding-left: 10px;
}

#nav li.about {
	width: 110px;
}

#nav li a.about { 
	width: 110px;
	text-decoration: none;
}

#nav li a.about-on { 
	width: 110px;
	color: #4c4535;
	background: url(../images/bkg-nav-on.gif) repeat-x top #7d7869;
	text-decoration: none;
}

#nav li.services {
	width: 100px;
}

#nav li a.services { 
	width: 100px;
	text-decoration: none;
}

#nav li a.services-on { 
	width: 100px;
	color: #4c4535;
	background: url(../images/bkg-nav-on.gif) repeat-x top #7d7869;
	text-decoration: none;
}


#nav li.people {
	width: 100px;
}

#nav li a.people { 
	width: 100px;
	text-decoration: none;
}

#nav li a.people-on { 
	width: 100px;
	color: #4c4535;
	background: url(../images/bkg-nav-on.gif) repeat-x top #7d7869;
	text-decoration: none;
}


#nav li.library {
	width: 100px;
}

#nav li a.library { 
	width: 100px;
	text-decoration: none;
}

#nav li a.library-on { 
	width: 100px;
	color: #4c4535;
	background: url(../images/bkg-nav-on.gif) repeat-x top #7d7869;
	text-decoration: none;
}

#nav li.contact {
	width: 127px;
	border-right: none;
}

#nav li a.contact { 
	width: 127px;
	background: url(../images/bkg-nav-contact.gif) no-repeat;
	text-decoration: none;
}

#nav li a.contact-on { 
	width: 127px;
	background: url(../images/bkg-nav-contact-on.gif) no-repeat;
	color: #4c4535;
	text-decoration: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #4c4535;
}

#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #4c4535;
}

#content {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 4px;
	background: #7e7864;
	text-align: center;
}

#content-border1 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	border: 1px solid #fff;
}

#columns {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 3px solid #b0aea8;
}

#columns-rt {
	width: 690px;
	height: auto;
	padding: 1px;
	margin: 0;
	float: right;
	border-left: 3px solid #b0aea8;
}

.columns-inner {
	padding: 2px;
	border: 1px solid #fff;
}

.columns-inner2 {
	padding: 20px;
	border: 1px solid #fff;
	height: 381px;
}

.columns-inner3 {
	padding: 20px;
	border: 1px solid #fff;
}

#columns-lt {
	width: 229px;
	height: auto;
	padding: 1px;
	margin: 0;
	float: left;
}

#leftcol-inside {
	width: auto;
	height: 417px;
	margin: 0;
	padding: 0;
	background: url(../images/img-library-hero-lt.gif) no-repeat #000;
	z-index: 50;
}

#leftcol-inside p {
	text-align: right;
	padding: 290px 6px 6px 6px;
	margin: 0;
	z-index: 50;
}

#leftcol-inside a {
	color: #b0aea8;
	font-weight: normal;
	z-index: 50;
	text-decoration: none;
}

#leftcol-inside a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#logo {
	width: 121px;
	height: 121px;
	position: absolute;
	top: 410px;
	margin-left: 800px;
	z-index: 0;
}

#logo2 {
	width: 121px;
	height: 121px;
	float: right;
}

#subcontent-top {
	width: auto;
	height: auto;
	margin: 4px 0 4px 0;
	padding: 0;
	background: url(../images/bkg-subcontent-top.gif) repeat-y;
}

#subcontent-top-rt {
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	background: url(../images/bkg-subcontent.gif) repeat-x top #9f9983;
}

#subcontent-top-lt {
	width: 582px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	background: url(../images/bkg-subcontent.gif) repeat-x top #9f9983;
}

#subcontent-top p {
	text-align: left;
	padding: 4px 10px 4px 10px;
	margin: 6px 0 6px 0;
}

.news {
	border-bottom: 1px solid #b2ae9d;
	padding: 4px 0 4px 0;
	margin: 0;
}

#subcontent-bot {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-subcontent-bot.gif) repeat-y;
}

#subcontent-bot-home {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-subcontent-bot.gif) repeat-y;
}

#subcontent-bot-rt {
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	background: url(../images/bkg-subcontent4.gif) repeat-x top #9ba38d;
}

#subcontent-bot-main {
	width: 582px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

#subcontent-bot-main-rt {
	width: 286px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	background-color: #6c675b;
}

#subcontent-bot-main-rt-home {
	width: 286px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	background: url(../images/bkg-subcontent3.gif) repeat-x top #9b9b94;
}

#subcontent-bot-main-rt-top {
	background: url(../images/bkg-subcontent3.gif) repeat-x top #9b9b94;
}

#subcontent-bot-main-rt-bottom h4 {
	border-top: 4px solid #7e7864;
	background-color: #5d584d;
}

#subcontent-bot-main-lt {
	width: 292px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	background: url(../images/bkg-subcontent2.gif) repeat-x top #a5997a;
}

#subcontent-bot p {
	text-align: left;
	padding: 4px 10px 4px 10px;
	margin: 6px 0 6px 0;
}

.underline {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline; 
}

.cols {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.cols-rt {
	width: 60px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

.cols-lt {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.cols2 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.cols2-rt {
	width: 140px;
	height: auto;
	margin: 0;
	padding: 0 20px 10px 0;
	float: right;
	text-align: right;
}

.cols2-main {
	width: 520px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.cols2-main-rt {
	width: 90px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

.cols2-main-lt {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#subcontent-in {
	width: auto;
	height: auto;
	margin: 4px 0 0 0;
	padding: 0;
	background: url(../images/bkg-subcontent-in.gif) repeat-y;
}

#subcontent-in2 {
	width: auto;
	height: auto;
	margin: 4px 0 0 0;
	padding: 0;
	background: url(../images/bkg-subcontent-in2.gif) repeat-y;
}

#subcontent-in3 {
	width: auto;
	height: auto;
	margin: 4px 0 0 0;
	padding: 0;
	background: url(../images/bkg-subcontent-in3.gif) repeat-y;
}

#subcontent-in-rt {
	width: 696px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	background: url(../images/bkg-subcontent.gif) repeat-x top #9f9983;
}

#subcontent-in-lt {
	width: 236px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#subcontent-in-lt ul {
	text-align: right;
	margin: 2px 0 10px 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#subcontent-in-lt li {
	text-align: right;
	margin: 0;
	padding: 4px 10px 4px 0;
	display: block;
	list-style-type: none;
}

#subcontent-in-lt li a {
	color: #fff;
	text-decoration: none; 
}

#subcontent-in-lt li a:hover {
	color: #a59f88;
	text-decoration: none; 
}

#subcontent-in-lt li a.on {
	color: #a59f88;
	text-decoration: none; 
}

#subcontent-in-lt li.des {
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0;
	display: block;
	list-style-type: none;
}

#subcontent-in-lt li a.des {
	color: #a59f88;
	text-decoration: underline; 
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#subcontent-in-lt li a.des-on {
	color: #fff;
	text-decoration: none; 
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#subcontent-in-lt li a.des:hover {
	color: #fff;
	text-decoration: none; 
}

#subcontent-in p {
	text-align: left;
	padding: 4px 10px 4px 10px;
	margin: 6px 0 6px 0;
}

#subcontent-in2 p {
	text-align: left;
	padding: 4px 10px 4px 10px;
	margin: 6px 0 6px 0;
}

#subcontent-in3 p {
	text-align: left;
	padding: 4px 10px 4px 10px;
	margin: 6px 0 6px 0;
}

#people {
	width: auto; 
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#people ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}	

#people li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px 0 10px;
	list-style-type: none;
	display: inline;
}

#footer {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer-rt {
	width: 350px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}

#footer-lt {
	width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#footer ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: left;
}

#footer li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	display: inline;
	list-style-type: none;
	text-align: left;
	color: #7e7864;
}

#footer li a {
	font-weight: normal;
	color: #7e7864;
	text-decoration: none;
}

#footer li a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#footer p {
	color: #7e7864;
	text-align: right;
}


/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/