/* CSS Document (stylesheet.css)*/

/* Common styles used throughout the site - old text #663300*/
body
{
	margin: 0;
	padding: 0;
	min-width: 550px;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}


a { color: #000000; text-decoration:none; }
a:hover { color: #000000; font-weight: bolder; text-decoration: none; }
a:visited {color:#000000; text-decoration: none;}

h2
{
	color: #000000;
	font: 120% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}


h3
{
	color: #
	;
	font: 160% arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 760px;
	text-align: left;
	background-color: #ffffff;
}

IMG.homebackimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-top: 50px;
 }

#menu
{
	float: right;
	text-align: left;
	width: 165px;
	border-left: 0px solid #000000;
	padding-left: 15px;
}

#menu ul {margin-left:0px;}



#contents { margin: 0px 200px 0px 20px; }
#contents p { line-height: 165%; }
#contents p a { color: #000000; text-decoration:underline; }
#eventstable a { color: #000000; text-decoration:underline; } 

#homecontents { margin: 0px 0px 0px 20px; }

.entry { border-bottom: 0px solid #000000; }
.imagefloat { float: left;
              padding: 10px; }

.imgmainmenu {display:block; margin-left: auto; margin-left:auto; padding: 2px;}


/* Header */

#header
{
    padding: 2px;
	height: 90px;
	width: 100%;
	background-color:#ffffff; /*#99CC66*/
	background-image: url(images/ME90x90.jpg);
	background-repeat: no-repeat;
	background-position: 15px 2px;
	position: relative;
	border-bottom: thin solid #000000;
	margin:5px;
	
}




#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}



#skipmenu
{
	position: absolute;
	left: 0;
	top: 75px;
	width: 760px;
	text-align: right;
}

#skipmenu a
{ padding: 5px; }




/* Footer */

#footer
{clear: both; color: #000000; background-color:#ffffff; text-align: center; font-size: 90%;
border-top: thin solid #000000;
margin: 5px; padding: 2px;
width:100%;
}

#homefooter
{clear: both; text-align: center; font-size: 90%;
margin: 5px; padding: 2px;
width:100%;
}
#homefooter a
{ padding: 10px;}

#homefooter p
 {padding: 20px;}





/*CSS code for gallery.html*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #000000;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #000000;
visibility: hidden;
color: #000000;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
background-color: black;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 400px; /*position where enlarged image should offset horizontally */
z-index: 50;
}





/*CSS code for forsale.html*/

div.tabs {
  min-height: 24em;		/* No height: can grow if :target doesn't work */
  position: relative;		/* Establish a containing block */
  line-height: 1;		/* Easier to calculate with */
  z-index: 0}			/* So that we can put other things behind */
div.tabs > div {
  display: inline}		/* We want the buttons all on one line */
div.tabs > div > a {
  color: black;			/* Looks more like a button than a link */
  background: #CCC;		/* Active tabs are light gray */
  padding: 0.2em;		/* Some breathing space */
  border: 0.1em outset #BBB;	/* Make it look like a button */
  border-bottom: 0.1em solid #CCC} /* Visually connect tab and tab body */
div.tabs > div:not(:target) > a {
  border-bottom: none;		/* Make the bottom border disappear */
  background: #ffffcc}		/* Inactive tabs are light yellow (dark gray=999 */
div.tabs > div:target > a,	/* Apply to the targeted item or... */
:target #default2 > a {		/* ... to the default item */
  border-bottom: 0.1em solid #CCC; /* Visually connect tab and tab body */
  background: #CCC}		/* Active tab is light gray */
div.tabs > div > div {
  background: #ffffcc;		/* white=ffffff */
  z-index: -2;			/* Behind, because the borders overlap */
  left: 0; top: 1.3em;		/* The top needs some calculation... */
  bottom: 0; right: 0;		/* Other sides flush with containing block */
  overflow: auto;		/* Scroll bar if needed */
  padding: 0.3em;		/* Looks better */
  border: 0.1em outset #BBB}	/* 3D look */
div.tabs > div:not(:target) > div { /* Protect CSS1 & CSS2 browsers */
  position: absolute }		/* All these DIVs overlap */
div.tabs > div:target > div, :target #default2 > div {
  position: absolute;		/* All these DIVs overlap */
  z-index: -1}			/* Raise it above the others */
</style>

