﻿body {
	background: #f3f3f3 fixed url('images/bristolseal.png') repeat top left;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #0950a0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h2 {
	color: #0950a0;
}

.h3 {
	font-size: 1.4em;
	color: #0959a0;
	margin-bottom: 10px;
}

#worldEdgeL {
	width: 801px;
	padding-left: 53px;
	margin: 0 auto;
}

#worldEdgeR {
	width: 100%;
	height: 100%;
	padding-right: 54px;
}

#world {
	background: #fff;
	width: 801px;
	border: 1px solid #666;
}

#topNav {
	overflow: hidden;
	display: block;
	background: #000;
	height: 24px;
	color: #fff;
	font-size: 10pt;
	width: 100%;
}

#topNav ul {
	float: right;
	padding: 4px;
}

#topNav li {
	display: inline;
}

#topNav a {
	color: #fff;
	text-decoration: none;
}

#leftNav {
	background: url('images/leftShadow.png') repeat-x top left;
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding-top: 20px;
	cursor: pointer;
}

#leftNav .head:hover {
	background: #bbb;
}

#leftNav a {
	display: block;
	text-decoration: none;
	color: #000;
}

#leftNav .sub a {
	padding: 3px 4px 3px 20px;
}

#leftNav ul {
	background: url('images/leftGrad.png') repeat-y top left;
}

#leftNav .sub li {
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}

#leftNav .sub a:hover {
	background: #99CCFF;
}

.head {
	background: url('images/libg.png') repeat-x bottom left;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
	color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8e8e8e;
}
.selected {
	background: #99CCFF url('images/libgblue.png') repeat-x bottom left;
}

#bottomLinks {
	border-top: 1px solid #000;
	padding: 20px;
	margin: 20px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	clear: both;
}

#bottomLinks a:hover {
	text-decoration: underline;
}

#bottomLinks li {
	display: inline;
}

#bulk {
	background: #fff;
	overflow: hidden;
}

#leftHalf {
	background: #ccc;
	height: 100%;
	width: 230px;
	float: left;
	border-right: 1px solid #666;
	padding-bottom: 15000px;
	margin-bottom: -15000px;
}

#rightHalf {
	width: 570px;
	background: #fff url('images/bwGrad.png') repeat-x top left;
	float: right;
}

#rightBanner {
	height: 125px;
	text-align: center;
	font-size: 10px;
}

.banner {
	width: 468px;
	height: 60px;
	border: 1px solid #0950a0;
	padding: 2px;
	margin: 20px auto 0 auto;
}

.banner img {
	border: 0;
}

#rightContent {
	background: url('images/rightShadow.png') repeat-x top left;
}

#footer {
	height: 60px;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 10px;
	clear: both;
}

#footer a {
	color: #3ca1ff;
}

#copyright {
	padding: 10px;
}

.crumbs {
	font-size: 10px;
	padding: 20px 0 0 40px;
	color: #666;
}

.columnText {
	font-size: 12px;
	padding: 0 20px;
}

.wcText {
	font-size: 12px;
	padding: 0 20px;
	float: left;
	width: 360px;
}

address {
	display: inline;
	font-style: normal;
}

tr.even {
	background: #eee;
}

#quicklinks {
	font-size: 12px;
	width: 150px;
	float: left;
	margin-top: 20px;
}
#presphoto {
	font-style:italic;
	font-size: .8em;
	text-align:center;
}
.caption {
	display:block;
	padding: 6px;
	background: #cce7ff;
	border: 1px solid #535c65;
}
.missing {
	color: red;
}
.bluebox {
	display: block;
	padding: 8px;
	margin: 0;
	border: 1px solid #005fcb;
	background: #deeeff;
}
.greenbox {
	display: block;
	padding: 8px;
	margin: 0;
	border: 1px solid #646f4c;
	background: #b7cd8d;
}
