@charset "utf-8";

body
{   width: 760px;
	margin: 1px auto;
	background-image: url(images/gradient.gif);
    background-repeat: repeat-x;
	font-family: Bembo, Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: lighter;
	
}

strong {
    font-weight: bold;
}

input, textarea 
{	font: Helvetica, Arial;
	color: #43004A;
	border: 1px solid #CCCCCC;
}

input.wide {
    width: 25em;
}

textarea
{       font: Courier New, Helvetica, Arial;
}

p
{	text-align: justify;
	line-height: 1.3em;
}

p.errormessage {
    color: red;
    font-style: italic;
}

h1
{   color: #86b515;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: lighter;
	text-align: center;
	text-shadow: #6374AB 3px 3px 3px;
}

h2
{	color: #ee9415;
	font-family: Georgia, "Times New Roman", Times, serif;
  	font-weight: lighter;
	text-shadow: #6374AB 2px 2px 1px;
}

h3
{	color: #86b515;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;	
}

h4
{	color: #ee9415;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

h5
{   color: #0080FF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: lighter;
}


a 
{
  color: #86b515;
  text-decoration: none;
}

a:hover 
{
  text-decoration: underline;
}

a img 
{	border: none;
}

table a
{	display: block; width: 100%;
}



ul 
{	list-style: none;
    margin: 0;
    padding: 0;
}

ul.bulletedlist {
    list-style: disc;
    margin-left: 2em;
    padding: 0;
}

img 
{
    border: none;
}




/* Header */
#header
{	background-image: url(images/header.gif);
	height: 133px;
	overflow: visible;
	background-repeat: no-repeat;
}
/*

/* Menu */
#menu 
{	margin: 1px auto;
	margin-top: 70px;
        position: absolute 50%;

	float: left;
	width: 83%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: normal;
	background-image: url(images/menu-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
    
}

#menu ul
{	padding: 10px 10px 0px 10px;
	list-style-type: none;
}

#menu li
{	padding: 0px 0px 0px 7px;
	background-image: url(images/menu-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

#menu a
{	padding: 8px 20px 7px 19px;
	background-image: url(images/menu-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #57614E;
	text-decoration: none;
	float: left;
	display: block;
}

#menu a
{	float: none;
}

#menu a:hover
{	color: #000;
}

#menu .current
{	background-image: url(images/menu-left-current.gif);
}

#menu .current a
{	background-image: url(images/menu-right-current.gif);
	padding-bottom: 8px;
	color: #333;
}


/* Page */

#page 
{   min-height: 327px;
        
}

/* Banner */

#banner 
{	overflow: hiden;
	left: 10%;
}


/* Sidebar */

#sidebar 
{
	width: 24%;
	margin-right: 1em;
        margin-top: 75px;
	padding-bottom: 0;
	float: left;
}

#sidebar li a 
{
	height: 24px;
	display: block;
	text-decoration: none;
	padding: 8px 0 0 8px;
	text-align:center;
	font-size:15px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
}

#sidebar li a:link, #sidebar li a:visited 
{	color: #FFF;
	background:  url(images/sidebar.gif);
	background-repeat:no-repeat;
}

#sidebar li a:hover, #sidebar li a:active
{	color: #FFF;
	background:  url(images/sidebar.gif) 0 -32px;
	background-repeat:no-repeat;
}

#sidebar li li a 
{	height: 25px;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	text-align:center;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin-top:4px;
	margin-bottom:0px;
        background-image:none;
	
}

#sidebar li li a:link, #sidebar li li a:visited 
{	background-image:none;
	color: #86b515;
	background-color:#eef7f7;
	
}

#sidebar li li a:hover, #sidebar li li.currentt a
{	background-image:none;
        color: #ee9415;
	background-color:#FFF;
}

#sidebar img {
    width: 58px;
    height: 79px;
}

.thumbnailsbox {
    width: 181;
    margin-top: 20px;
    padding: 2px 0px 0px 2px;
    background-color: #efefef;
}

.thumbnail {
    float: left;
    padding: 0px 2px 0px 0px;
}

.thumbnailsbox p {
    margin: 0px 0px 2px 2px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: medium;
    font-style: italic;
    font-size: 12px;
}

#sidebar #loginbox {
    width: 182px;
    background-color: #dfdfdf;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#sidebar #loginbox h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px 10px 10px 10px;
}

#sidebar #loginbox #loginmessage {
    font-size: 13px;
    color: red;
}

#sidebar #loginbox table {
    text-align: left;
    margin: 0px 10px;
}

#sidebar #loginbox table th label {
    font-weight: lighter;
    font-size: 13px;
}

#sidebar #loginbox table td input {
    width: 90px;
}

#sidebar #loginbox #loginsubmit {
    margin: 10px 10px 0px 10px;
}

#sidebar #loginbox ul {
    margin: 5px 0 0 0;
    padding: 0;
}

#sidebar #loginbox ul li {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

#sidebar #loginbox ul li a {
    display: inline;
    color: #86b515;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: medium;
    font-size: 11px;
    text-decoration: none;
    background: transparent;
}

#sidebar #loginbox ul li a:hover {
  text-decoration: underline;
}

#freefindsearch {
    margin-bottom: 15px;
}

.dbupdate {
    border: solid 1px black;
    padding: 0.5em;
}

.dbupdate h4 {
    margin: 0;
}

.dbupdate p {
    margin-top: 0.5em;
    margin-bottom: 0;
}

/* Content */

#content
{
	width:72%;
	margin-left:26%;
	margin-right:1%;
	margin-bottom:15px;
	overflow:visible;
}


/* Sub Sidebar */
/*	is a right sidebar
#subsidebar 
{	width: 14%;
	margin-left:1%;
	margin-top:3%;
	float:left;
}
*/

#subsidebar li a 
{	height: 24px;
	text-decoration: none;
	padding: 8px 0 0 8px;
	text-align:center;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
        font-weight:lighter;
	color:#063C00;
}

#subsidebar li a:link, #subsidebar li a:visited 
{	background:  url(images/subsidebar.gif);
	background-repeat:no-repeat;
	display:block;
}

#subsidebar li a:hover, #subsidebar li.current a
{	background:  url(images/subsidebar.gif) 0 -32px;
	background-repeat: no-repeat;
}


table.tablex
{	width: 100%;
	border-width: 1px;
	border-color: #8CC;
	border-style: solid; 
}

table.tablex th
{   background-color: #FFFFFF;
	border-color: #8CC;
	text-align: left;
	color: #2C003C;
}

table.tablex td.off, table.tablex tr.off
{   background-color: #FFFFFF;
	border-color:#FFFFFF;
}

table.tablex tr
{   background-color: #E0ECFE;
	
}

table.tablex tr:hover
{   background-color: #FFFFFF;
}

table.tablex #pointer:hover
{   cursor: pointer;
}
    

table.tablex tr a
{       color: #2C003C;
	text-decoration: none;
}

input.submit 
{       cursor: pointer;
		border: outset 1px #86b515;
		background: #FFFEFD;
		color: #ee9415;
		font-weight: bold;
		padding: 1px 2px;
        height: 25px;
		width: 150px;
		margin: 3px;
        /*background: #... url(/images/...) no-repeat;*/
}

input.submit:hover 
{       color: #86b515;
		/*background: #... url(/images/...) no-repeat 0 -25px;*/
}

input.submit-s 
{       cursor: pointer;
		border: outset 1px #86b515;
		background: #FFFEFD;
		color: #ee9415;
                font-size: 0.8em;
            font-weight: bold;
            margin: 0;
            padding: 0;
}

input.submit-s:hover 
{       color: #86b515;
}

.clear {
    clear: both;
}

/* Footer */

#footer 
{	height: 50px;
	padding: 35px 0 0 15px;
	line-height: normal;
	color: #B4B4B5;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
}
