body {
	color: #333;
	margin: 0;
	padding: 0;
	background: #eee url(../img/bodybkg.gif) repeat-y 50% 0;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: .9em;
}
#editor {
	background: #fff;
}
.hide {
	display: none;
}
.prop {
	float: right;
	width: 1px;
}
.spacer {
	clear: both;
	height: 1px;
}
.min200px {
	height: 200px;
}
input {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	border: 1px solid #B6AF89;
	padding: 2px;
}
textarea {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	width: 400px;
	height: 200px;
}
a, a:visited {
	color: #00f;
	background: transparent;/* text-decoration: none; */
}
ul {
	margin: 0 0 0 2em;
	padding: 8px 0 8px 16px;
	line-height: 110%;
}
li {
	font-size: 11px;
	line-height: 150%;
}
li a, li a:visited {
	color: #006;
	background: transparent;
	text-decoration: none;
}
img {
	border: none;
}
pre, code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	padding: 1px 10px 1px 10px;
}
/* Page Layout */

#wrapper {
	width: 780px;
	margin: 0 auto;
	background: transparent url(../img/wrapperbkg.gif) repeat-y;
}
html>body #wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 780px;
	background: transparent url(../img/wrapperbkg.gif) repeat-y;
}
#header {
	background: #006 url(../img/webheader.gif);
	height: 100px;
	width: 780px;
}
#header h1 {
	display: none;
}
#content {
	margin: 0;
	padding: 0;
	float: right;
	width: 573px;
	text-align: left;
}
#content h1 {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 21px;
	margin: 2px 0 5px 4px;
	padding: 0px 0 0px 4px;
	color: #006;
	background: transparent;
	font-weight: bold;
}
#content h2 {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	margin: 2px 0 2px 9px;
	padding: 0px 0 0px 4px;
	color: #006;
	background: transparent;
	font-weight: bolder;
}
#content h3 {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	margin: 2px 0 1px 9px;
	padding: 0px 0 0px 4px;
	color: #006;
	background: transparent;
	font-weight: bold;
}
#content h4 {
	font-size: 12px;
	margin: 2px 16px 6px 16px;
	padding: 0;
	color: #808080;
	background: transparent;
	font-weight: bold;
}
#content p {
	margin: 0 1.5em 2px 1em;
	padding: 2px 0 4px 6px;
	font-size: 1em;
	color: #333;
	background: transparent;
	line-height: 180%;
}
#content td p {
	margin: 0;
	padding: 2px 0 4px 0;
	line-height: 110%;
}
#breadcrumb {
	text-align: left;
	margin: 0 auto;
	padding: 1em 0 1em .5em;
	font-size : .75em;
	color: #999;
}
#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #009;
	text-decoration: none;
}
#leftcol {
	width: 180px;
}

.homephotobox {
clear: both;
display: block;
padding: 0;
margin: 0;
}
.homephotobox img {
	padding: 0;
	margin: 0;
}
.yellowbar {
	width: 100%;
	color: #fff;
	background: #fb0;
	border-top: 2px solid #c90;
	border-bottom: 1px solid #fff;
	margin: 0 0 0px 0;
	height: 20px;
}
#topNav {
	width: 100%;
	float: right;
	color: #ffffff;
	background: #fb0;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #c90;
	margin: 0 0 0px 0;
}
#topNav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topNav ul {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: transparent;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: .75em;
	letter-spacing: 2px;
	font-weight: bold;
}
#topNav ul li a {
	padding: 0.2em 12px;
	background-color: #fb0;
	color: #006;
	text-decoration: none;
	float: right;
	border-right: 1px solid #ccc;
	border-bottom: none;
	font-weight: bold;
}
#topNav ul li a:hover {
	background: #006;
	color: #fff;
}
#footer {
	clear: both;
	color: #aaa;
	background: transparent;
	padding-left: 8px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	width: 760px;
	font-size: 10px;
	text-align: left;
}
div.gallery {
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
}
div.gallery p {
	font-size: .75em;
	text-align: center;
}
ul.thumbGallery {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;  /* different browsers style this different so go for sure */
	/* line-height: 1em; */
  text-align: center;
	/* font-size:smaller;
  font-weight:lighter; */
  color: #666;
}
ul.thumbGallery li {
	list-style-image: none;
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 3em;
	margin-right: 1em;
	white-space: nowrap;
}
ul.thumbGallery li a, li a:visited {
	border-bottom: 0px;
	text-decoration: none;
}
ul.thumbGallery a img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
div.photo {
	padding: 4px 4px 4px 4px;
	margin: 6px 2px 6px 2px;
	text-align: center;
}
div.photo p {
	font-size: .75em;
	text-align: center;
}
div.photo img {
	border: 1px solid #aaa;
}
div#doclib {
	margin: 0 1.5em 2px 1em;
	padding: 0px 0 4px 6px;
}
div#event {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #444;
	background: transparent;
}
div#event h2 {
	font-size: 1.5em;
	margin: 5px 0 5px 9px;
	padding: 0px 0 0px 4px;
	font-weight: normal;
	border-bottom: 2px dotted #e0e0e0;
}
div#event h3 {
	font-size: 1.1em;
	margin: 5px 0 5px 9px;
	padding: 0px 0 0px 5px;
	font-weight: bold;
}
div#event h3 a, h3 a:visited {
	color: #444;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
}
div#event h4 {
	font-size: .8em;
	margin: 1px 0 0px 12px;
	padding: 0px 0 0px 4px;
	font-weight: lighter;
}
div#event p {
	font-size: 1em;
	margin: 1px 0 1px 12px;
	padding: 0px 0 0px 4px;
	font-weight: normal;
}
div#searchresults li a, li a:visited {
	color: #006;
	background: transparent;
	text-decoration: none;
}
div#siteindex ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 8px;
}
.clear {
	clear: both;
	height: 1px;
}
#content .box-top {
	border: 1px solid #c0c0c0;
	padding-bottom: 12px;
	border-right: 1px solid #c90;
	border-left: 1px solid #c90;
	border-bottom: 1px solid #c90;
	color: #000;
	background-color: #d8d7ba;
}
#content .box-top h2 {
	margin: 12px 0 2px 9px;
	padding: 8px 0 0px 4px;
	color: #666;
	background: transparent;
}
#content .box-top p {
	color: #999;
	font-size: 14px;
}
#content .noborder {
	border: none;
}
.splitright {
	width: 49%;
	float: right;
	text-align: right;
}
.splitleft {
	width: 49%;
	float: left;
	text-align: left;
}
.event_basic {
	list-style: none;
	margin-left: 0;
	padding-right: 0;
}

/*NEW NAV STYLES*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 180px;
	font-size: 12px;
	font-weight: bold;
}
#nav li{
padding: 0;
margin: 0;
list-style: none;
width:180px;
}
#nav li a{
width: 97%;
padding: 3px 2%;
display: block;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 180px;
	background-color: #eee;
	border: 1px solid #006;
border-top: 3px solid #006;
margin-top: -22px;
z-index: 100000;
}
#nav li:hover, #nav li.thover{
border-left: 2px solid #006;
}
#nav li li:hover, #nav li li.thover{
border: 0;
}
#nav li:hover, #nav li li:hover, #nav li li li:hover, #nav li.thover, #nav li li.thover, #nav li li li.thover{
background: #fb0;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.thover ul, #nav li li.thover ul, #nav li li li.thover ul { /* lists nested under hovered list items */
	left: auto;
}
