body{
 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 background-color: #f5deb3;
 color: #000033;
 font-size: 12px;
 text-align: left;
}

a:link { color: #000033; }
a:visited { color: #000033; }

img{
 border-style: none;
}

#banner{
 border-bottom: 3px solid #000033;
 height: 100px;
 padding: 5px;
}

#bannerleft{
 float: left;
 width: 100px;
}

#bannerright{
 float: right;
 text-align: right;
 padding: 5px;
 width: 630px;
 /*background-image: url('/images/header_fade.gif');*/
 background-repeat: no-repeat;
 background-position: 0px 0px; 
}

#buildername{
 font-size: 42px;
 font-weight: bold;
}

#tagline{
 font-size: 20px;
 font-weight: normal;
 font-style: italic;
 text-align: right;
}

#leftcol{
 float: left;
 width: 550;
 text-align: center;
}

#rightcol{
 float: right;
 text-align: center;
 width: 190px;
 border: 1px solid #000033;
 margin: 15px 2px 10px 2px;
 padding: 5px;
 background-color: #d9d9d9;
}

#rightcol2{
 float: right;
 text-align: center;
 width: 190px;
 border: 1px solid #000033;
 margin: 0px 2px 15px 2px;
 padding: 5px;
 background-color: #fff;
}

ul{
 margin-top: -5px;
 list-style-type: none;
}

li{
 text-align: left;
 text-indent: 15px;
 font-size: 15px;
 font-weight: bold;
}

#main{
 clear: both;
}

#browse{
 text-align: center;
 margin-top: 15px;
 font-size: 24px;
 font-weight: bold;
}

#login{
 text-align: center;
}

#search{
 text-align: center;
 margin-top: 15px;
 font-size: 24px;
 font-weight: bold;
}

#footer{
 margin-top: 10px;
 text-align: center;
 clear: both;
 color: #000033;
}

#help{
 font-size: 24px;
 font-weight: bold;
}

#lm{
 clear: both;
 margin: 25px auto 0 auto;
 width: 500px;
}

.title{
 font-size: 32px;
 font-weight: bold;
}

.lm_header{
 clear: both;
 font-size: 22px;
}

.lm_next{
 float: right;
 margin: 25px 50px 0 0;
 font-size: 16px;
}

.lm_prev{
 float: left;
 margin: 25px 0 0 50px;
 font-size: 16px;
}

.lm_subheader{
 margin-top: 25px;
 font-size: 18px;
 text-decoration: underline;
}

.lm_ul{
 margin-top: 5px;
}

.lm_li{
 padding: 3px;
 font-size: 13px;
 font-weight: normal;
 text-indent: 25px;
 list-style-type: disc;
 list-style-position: inside;
}

#hometabs{
	margin: 9px auto 0 0;
	padding: 0;
	font-weight: bold;
}

#hometabs li{
       display: inline;
       font-size: 12px;
}

#hometabs li a{
	color: #000033;
	padding: 2px; /*padding of tabs*/
	text-decoration: none;
	background-color: #fff;
	border-left: 1px solid #000033;
        border-top: 1px solid #000033; 
	border-bottom: 1px solid #000033;
	border-right: 1px solid #000033;
}

#hometabs li a#selected{
	color: #fff;
	background-color: #000033;
}

#hometabs li a:visited{
	color: #000033;
	background-color: #fff;
}

#hometabs li a:hover{
	color: #fff;
	background-color: #000033;
}

/*** BROWSE CSS ***/
#browseListContainer{
   width: 190px;
   margin: 2px 0 0 9px;
   float:left;
}

#browseList{
   padding: 3px 3px 7px 3px;
   border: 3px ridge #003058;
   width: 190px;
   margin: 10px 0px -10px 7px;
   list-style-type: none;
   text-align: left;
}
#browseList li{
   text-indent: 5px;
   font-size: 12px;
   font-weight: normal;
}
#browseResults{
   text-align:center;
   width:500px;
   float:right;
}
#breadcrumbs{
   text-indent: 5px;
   font-weight: bold;
   font-size: 32px;
   color:#000;
   background-color:transparent;
   letter-spacing: -2px;
   word-spacing: -3px;
}
#browse_all{
 float: left;
 width: 245px;
}
#centerbrowse{
 width: 735px;
 margin: 0 auto 0 auto;
}
#browse_no_format{
 width: 245px;
 float:left;
 list-style-type: none;
 margin-top: 3px;
} 
#browse_no_format li{
 text-align: center;
 text-indent: 0;
 font-size: 12px;
 font-weight: normal;
}
#browse_header{
 text-align: center;
 font-weight: bold;
 font-size: 20px;
}
#viewImageDescription{
 text-align: left;
}
#descriptionContainer{
 text-align: left;
}
#blank_ins{
 margin-top: 5px;
 font-size: 16px;
}
#black_link{
 color: #000000;
 text-decoration: underline;
 cursor: pointer;
 cursor: hand;
}
#endcontent{
 clear: both;
}
h2{
 margin: 10px 25px 0 25px;
}
h3{
 margin: 10px 0 3px 25px;
}
.dashboard li{
 text-indent: 35px;
}
.dashboard{
 list-style: disc inside;
}
#subnav {
 margin: 0 0 10px 25px;
 text-align: center;
}
#subnav li {
 display: inline;
 font-size: 14px;
 margin: 0;
 padding: 0;
}
#subnav li a,	.link {
 margin: 0;
 padding: 0;
 background-color: #fff;
 color: #000033;
 cursor: pointer;
 text-decoration: underline;
}
#subnav li a:hover, .linkHover, h3 a:hover {
 margin: 0;
 padding: 0;
 background-color: #e5e5e5;
 color: #000033;
 cursor: pointer;
 text-decoration: none;
}
#subnav li a.current, #subnav li span.current {
 margin: 0;
 padding: 0;
 background-color: #e5e5e5;
 color: #000033;
}
#centertable{
 margin: 3px 25px 3px 25px;
}
tr.evenrow {
  background: #fff;
  white-space: nowrap;
  padding: 1px 0;
  margin-right: 5px;
}

tr.evenrow td, tr.oddrow td, tr.deadrow td {
  vertical-align: middle;
}

tr.oddrow {
  white-space: nowrap;
  background: #c7c7c7;
  white-space: nowrap;
}
#wizardheader{
  margin: 3px 25px 3px 25px;
  font-size: 14px;
  font-weight: bold;
}
fieldset.left {
   margin: 3px 0 3px 25px;
   padding: 5px;
   float: left;
   width: 60%;
}

fieldset.right {
   margin: 3px 25px 3px 0;
   padding: 5px;
   float: right;
   width: 25%;
}
.formli{
  padding: 5px 0 0 5px;
  font-size: 12px;
  font-weight: bold;
}
.notice{
  color: #8b0000;
  font-weight: bold;
  background-color: #e5e5e5;
} 
#form_example{
  font-size: 10px;
  font-style: italic;
}
fieldset.form {
   margin: 3px 0 3px 25px;
   padding: 5px;
   float: left;
   width: 80%;
}
fieldset.form_bold {
   margin: 3px 0 3px 25px;
   padding: 5px;
   font-weight:bold;
   float: left;
   width: 70%;
}
#subnav_admin {
 margin: 3px 0 10px 25px;
 text-align: left;
}
#subnav_admin li {
 display: inline;
 font-size: 10px;
 margin: 0;
 padding: 0;
}
#subnav_admin li a,	.link {
 margin: 0;
 padding: 0;
 background-color: #fff;
 color: #000033;
 cursor: pointer;
 text-decoration: underline;
}
#subnav_admin li a:hover, .linkHover, h3 a:hover {
 margin: 0;
 padding: 0;
 background-color: #e5e5e5;
 color: #000033;
 cursor: pointer;
 text-decoration: none;
}
#subnav_admin li a.current, #subnav li span.current {
 margin: 0;
 padding: 0;
 background-color: #e5e5e5;
 color: #000033;
}
.floatright{float:right;}
#forminfo{
 margin: 0 25px;
}
div.buttonwrap {
 background-color: transparent;
 margin: 0 25px 25px 25px;
}
#password-field{
  margin: 0 auto;
  clear:both;
}
form#login {
  margin: 0 auto;
}
.bigger{font-size:14px;font-weight:bold;}
#rss {
 float: right;
 margin: 10px 25px 0 0;
 border: 1px solid #000;
 padding: 3px;
 width: 300px;
}
li.rss {
 font-size: 10px;
 font-weight: normal;
 list-style-type: none;
}
div#stats {
 background: #666;
 color: #fff;
 float: right;
 margin: 50px 25px 0 0;
 padding: 5px;
 text-align: left;
 width: 152px;
}
div#stats h2 {
 border-bottom: 1px solid #fff;
 color: #fff;
}
div#stats a {
 color: #fff;
}
div#stats a:hover, div#stats span.linkHover {
 text-decoration: none;
 color: #000033;
}

/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 650px;
	height: 650px;
	margin-bottom: 5px;
}

.loading {
	background: url(/images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
