body {
	padding: 20px;
	background-color: #999;
	color: #000;
	text-align: center;
	font: 85% "Trebuchet MS",Arial,sans-serif;
}

a:link, a:visited, a:hover, a:active {
}

a:link, .fakelink {
color:#006;
cursor: pointer;
}

a:visited {
color: #333;
}

h1, h2, p {
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
}

p {
	font-family: "Trebuchet MS",Arial,sans-serif;
	line-height: 1.5em;
	padding-bottom: 1em;
}

p.indent {
padding-left: 1em;
line-height: 1.5em;
}

table {
padding:0;
margin: 0;
	}

td {
	border: 0;
	}

td.border {
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	}

table tr td {
	border: 0;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	}

table.border {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: #333 #333 #333 #333;
	border-collapse: collapse;
	background-color: white;
}

table.border th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #333 #333 #333 #333;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.border td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #333 #333 #333 #333;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


/*
table.noborder tr td {
	border: 0;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	}
*/


h1 {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	font-size: 210%;
	color: #000;
	letter-spacing: 1px;
}

h2 {
	font-size: 160%;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #000 ;
}

h3 {
	font-size: 140%;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	color: #000 ;
	margin: 0 0 5px 5px;
	padding: 0;
}

h4 {
	font-size: 125%;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	color: #000 ;
	margin: 0 0 5px 0;
	padding: 0;
}

h5 {
	font-size: 120%;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	color: #000 ;
	margin: 10px 0 5px 0;
	padding: 0;
}

h6 {
	font-size: 110%;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	color: #000 ;
	margin: 0 0 5px 0;
	padding: 0;
}

div#container {
	width: 900px !important;
	width /**/: 910px;
	margin: 0 auto;
	padding: 5px 0 5px 5px;
	text-align: left;
	background-color: #fff;
}

div#header {
	width: 90%;
	background-color: #fff;
	padding: 10px 15px 10px 10px;
	text-align: left;
	background-image:url(/media/images/header.gif);
	background-position:100% 10%;
	background-repeat:no-repeat;
}


div#header h1 {
	color: #333;
	width: 100%;
}

div#header h2 {
	font-size: 115%;
	font-weight: bold;
	line-height: normal;
	color: #333;
	width: 100%;
}

div#header h3 {
	font-size: 80%;
	font-weight: normal;
	line-height: normal;
	color: #333;
	width: 100%;
}


div#content {
	float: left;
	width: 685px;
	padding: 10px 10px 10px 0;
	margin: 5px 0;
	background: #fff;
	background-color: #C7D1D3;
}

h2.title {
	width: 685px;
	background-color: #036;
	font-size: 130%;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff ;
	text-indent: 1em;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}


img {
	border: 0;
}

div#contentleft {
margin: 0;
padding: 0;
width: 140px;
float: left;
}

div#contentright {
margin: 0;
padding: 0;
width: 545px;
float: right;
}

div#contentright p{
width: 530px;
}

div#nav {
	float: right;
	width: 180px;
	padding: 10px 0 0 5px;
	margin: 5px 0 0 5px;
/*
	border-left: 1px solid #000;
*/
	background-color: #e9e9e9;
}

div#nav h2 {
	font-size: 120%;
	color: #000;
	padding-bottom: 10px;
}

div#footer {
	clear: both;
	width: 900px;
	background-color: #fff;
	padding: 5px 0;
	text-align: center;
}



/*----- LISTS ---------------------------*/

ul {
line-height: normal;
}


/*--- sidenav Nav --------------------*/

#sidenav ul
{
text-align: left;
padding: 5px 0 5px 10px;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #e9e9e9;
color: #000;
width: 85%;
line-height: 24px;
}

#sidenav ul li, #contentleft li
{
display: block;
padding: 0;
list-style: none;
}

#sidenav ul li a
{
padding-left: 0;
/*
padding-right: 10px;
*/
padding-bottom: 5px;
padding-top: 5px;
color: #000;
text-decoration: none;
border: 0;
}

#sidenav ul li a:hover
{
	font-weight: bold;
	color: #036;
}

#sidenav #active { 
border: 0; 
}


/*--- Footer Nav --------------------*/

#footernav ul
{
text-align: center;
padding: 5px 0 0 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #fff;
color: #000;
width: 100%;
/* font-family: Arial,Helvetica,sans-serif; */
line-height: 14px;
/* fixes Firefox 0.9.3 */
}

#footernav ul li
{
display: inline;
padding: 0;
/* padding-bottom: 5px; */
/* matches link padding except for left and right */
/* padding-top: 5px; */
}

#footernav ul li a
{
padding: 0 10px;
/* 
padding-bottom: 5px;
padding-top: 5px;
*/
color: #000;
text-decoration: none;
border-right: 1px solid #333;
}

#footernav ul li a:hover
{
color: #036;
}

#footernav #active { 
border-left: 1px solid #333; 
}


div.gallery_image {
	text-align: center;
	display: block;
	margin: 10px;
	width: 90%;
	padding-bottom: 10px;
	}

div.gallery_image img {
	clear: both;
	padding: 0;
	margin: 5px;
	border: 4px solid #e9e9e9;
}

p.img_caption {
	clear: both;
	font-style: italic;
	text-align: center;
}



div.right {
	float: right;
	padding: 0;
}

div.left {
	float: left;
	padding: 0;
}



img.imgborder {
	padding: 0;
	margin: 5px;
	border: 4px solid #e9e9e9;
	}

img.imgright {
	float: right;
	padding: 0;
	margin: 5px;
	border: 4px solid #e9e9e9;
}

img.imgleft {
	float: left;
	padding: 0;
	margin: 5px;
	border: 4px solid #e9e9e9;
	}

img.imgcenter {
	float: none;
	display: block;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	border: 4px solid #e9e9e9;
	}

.attention {
	font-size: 18px;
	font-weight: bold;
	color: #C00;
	}
	
	
	
.hidden {
/*
display: none;
*/
position: absolute;
left: -9000px;
}


.people
{
	margin: 0 0 15px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #F4F4F4;
height: 210px;
}
html>body .people
{
width: auto;
height: auto;
min-height: 210px;
}





.recordsFound
{
	padding:inherit;
	border: 1px solid #ccc;
	background-color: #ffc;
}



.annotation
{
	margin: 0 0 15px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #F4F4F4;
}


p.button {
	text-align: center;
	line-height: 1em;
	padding-top: 7px;
	margin-bottom: 20px;
	width: 80%;
	background-color: #CBD6E9;	
	color: #000066;
	font-weight: bold;
	font-size: 100%;
	}
	
p.button a:link {
	color: #000066;
	text-decoration: none;
	}

p.button a:visited {
	text-decoration: none;
	color: #000066;
	}

p.button a:hover {
	color:  #000066;
	text-decoration: underline;
	}

p.button a:active {
	color: #000066;
	text-decoration: none;
	}
	
#cart {
	margin: 25px 0 0 40px;
	
	}
	
.stress {
	text-decoration: underline;
	font-style: italic;}
	
/* This is a trick to prevent comment spam on the comments page */	
.lastname {
    visibility: hidden;
}	


/*--- Site Search --------------------*/

#sitesearch {
background-color:#ccc;
margin-bottom: 1.3em;
}


#sitesearch table tr td input {
font-size: 80%;
}

#sitesearch table tr td select {
font-size: 70%;
}


.srchResult h3 {
padding-top: 1em;
}

img#savedfiles {
	border: 0;
	margin-top: -12px;
}


/*--- Slideshow ---------------------*/
div#ssdiv {
width: 640px;
text-align: center;
padding: 0 0 5px 25px;
}

p#ssimg {
width: 640px;
text-align: center;
}

p#ssdiv {
text-align: center;
}

.Caption {
font-family: Arial;
font-weight: bold;
color: #000;
text-align: left;
}


#sidenav ul li a.highlight {
color:#003399;
}
