﻿* {
	margin:0;
	padding:0;
	}

a:active  {
    color: #f07800;
    text-decoration: none;
	}
a:hover  {
    color:#ff1111;
	text-decoration:underline;
	}
a:link  {
    color: #f07800;
    text-decoration: none;
	}
a:visited  {
   	color:#f07800;
   	text-decoration: none;
	}
a img {
	border:0px;
	}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
  	font-weight: bold;
	text-align:center;
	line-height:1.4;
/*	background-image: url('../images/crab-50x50-lined-2.jpg'); */
	background-repeat:repeat;
	background-attachment: scroll; 
	background-color: #369;
	}
div.clearer {
	width:100%;
	clear:both;
	height:0px;
	}
h1, h2, h3, h4, h5 {
    color: #000000;
	margin:1em 0 0.4em 0;
	font-weight: bold;
	font-style:	normal;
	}
h1 {	
	font-size:	1.5em;
	}	
h2 {	
	font-size:	1.25em;
	}	
h3	{	
	font-size: 1.2em;
	}	
h4, h5	{	
	font-size:	1.1em;
	}
h6	{	
	font-size:1em;
	font-weight:bold;
	font-style:	normal;
	}
#breadcrumbs {
	font-size:x-small;
	}
#footer {
	text-align: center;
	margin-top:20px;
	width:520px;
	padding:0 0 0 27px;
	}
#footer p {
	margin:0;
	padding:0;
	}
#glue {
	width:1240px;
	margin:0 auto;
	padding:0 0;
	text-align:left;
	background-color:white;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	}
#header {
	text-align: right;
/*	background-image: url('../images/crab-300x300-long-short.png'); */
	background-repeat: no-repeat;
	background-position: 0;
	}
#header h1 {
	color: #8b0000;
	font-size: 2.5em;
	margin-right: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	}
#header h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 10px;
	}
#maincontent {
	float: left;
	text-align: left;
	padding: 10px 20px 10px 20px;
	font-size: medium;
	width: 100%;
	font-weight:normal;
	}
#maincontent a {
	color:teal;
	}
#maincontent a:hover {
	color: maroon;
	}
#maincontent h1 {
	font-size: x-large;
	}
#menunav, #menunav ul { /* all lists */
	margin:0;
	padding:0;
	list-style: none;
	line-height: 1;
	font-size:12px;
	}
#menunav {
	margin:0 0 0 20px; /* added 10 here */
	}
#menunav a {
	display: block;
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	border:none;
	padding:4px 6px 4px 6px;
	}
#menunav a:hover {
	color:#f07800;
	}	
#menunav li { /* all list items */
	float: left;
	margin:1px 1em 0 0;
	list-style-type:none;
	list-style-image:none !important;
	}
#menunav li:hover, #menunav li.sfhover {
	background-color:#fdfdfd;
	}
#menunav li:hover ul, #menunav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
#menunav li ul { /* second-level lists */
	position: absolute;
	background: #f3f3f3;
	width:12.5em;
	top:21px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #dddddd;
	list-style-image:none !important;
	}
#menunav li ul li {
	width:100%;
	border:none;
	margin:0;
	}
#menunavcontainer {
	width:100%;
	background-image: url('../images/menubackground.gif');
	background-repeat: repeat-x;
	display:block;
	position:relative;
	height: 22px;
	}
#photo-800x800 {
	background-image:url('');
	background-repeat: no-repeat;
	background-position: center top;
	border: none;
	width: 800px;
	height: 800px;
	}
#photoleft {
	float: left;
	text-align: left;
	padding: 10px 0px 10px 20px;
	font-size: medium;
	width: 820px;
	}
#rightaccordion {
	width: 380px;
	float: right;
	padding: 0 16px 0 0;
}

.PhotoAccordionContainer {
	border-top: solid 2px blue;
	border-bottom: solid 2px blue;
	border-left: solid 3px blue;
	border-right: solid 3px blue;
	}
.PhotoAccordionContent {
	height:0px;
	overflow:auto;
	display:none;
	}
.PhotoAccordionTitle, .PhotoAccordionContent, .PhotoAccordionContainer {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 360px;
	padding: 5px 4px 5px 4px;
	}
.PhotoAccordionTitle {
	height:20px;
	overflow:hidden;
	cursor:pointer;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	background-repeat:repeat-x;
	display:table-cell;
	background-image: url('../images/title_repeater-1x30.jpg');
	}

