/* CSS Document */

body {
	position: relative; 
	background: #ECE5D5;
	color: #616157;
	margin: 0; 
	padding: 0;
}

div.center {
	text-align: center;
	color: #313127;
	background: #FCFBF7;
}

/*
 * ====================================================================
 * LOGOTYPE 
 * ====================================================================
 	border: solid;
	border-color: #FF0000;
 */
div#logo {
	position: absolute;
	top: 10px;
	left: 140px;
	width: 800px;
	height: 100px;
	z-index: 0;
}

div#logo-narrow {
	position: absolute;
	top: 10px;
	left: 140px;
	width: 600px;
	height: 100px;
	z-index: 0;
}

/*
 * ====================================================================
 * Page Menu - LINKS 
 * ====================================================================
 	border: solid;
	border-color: #FF0000;
 */
div#links {
	position: absolute; 
	top: 100px; 
	left: 0; 
	width: 140px; 
	height: 500px; /* <-- Height might need a raise due to more menu items or info texts. */
	font: 12px Verdana, sans-serif; 
	z-index: 100;

}

div#links a {
	display: block; 
	text-align: right; 
	font: bold italic 0.9em Georgia, "Times New Roman", Times, serif;
   	padding: 0px 10px; 
	margin: 0 0 1px 0;
	border-width: 0; 
   	text-decoration: none; 
	color: #616157; 
	background: #ECE5D5;
}

/* Highlight the menu item when the mouse is hovering */
div#links a:hover {
	color: #EEE; 
	background: #616157;
	margin-left: 5px;
}

div#links a span {
	display: none;
}

/* Link info popup */
div#links a:hover span {
	display: block;
   	position: absolute; 

	/* Box position */
   	top: 560px; /*  <-- Adjust vertical position to match the contents of the menu. */
	left: 0; 

	/* Box size */
	width: 125px;
	/* height: 120px;  */

   	padding: 5px; 
	margin: 5px; 
	z-index: 100;
	background: #FCFBF7;
	
	/* Border */
	border: solid;
	border-color: #616157;
	border-width: thin;

	/* Text */
   	color: #616157; 
   	font: italic 1.0em Verdana, sans-serif; 
   	/* font: 9px Verdana, sans-serif; */
	text-align: center;
	/* text-align: center; */
	/* text-transform: uppercase; */

}

/*
 * ====================================================================
 * Page Menu - HEADERS 
 * ====================================================================
 */

h4 {
	font: 12px Verdana, sans-serif;
	margin: 0 0 0 0;
}

#StartHeader, #ClubHeader, #CatsHeader, #ExhibitionHeader, #OciDBHeader, #MemberPagesHeader {
	width: 140px;
	height: 30px;
	position: relative;
	text-align: right;
}

#StartHeader span {
	background: url(../images/leftsidemenu/MenuStart2.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

#ClubHeader span {
	background: url(../images/leftsidemenu/MenuClub2.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

#CatsHeader span {
	background: url(../images/leftsidemenu/MenuCats2.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

#ExhibitionHeader span {
	background: url(../images/leftsidemenu/MenuExhibition2.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

#OciDBHeader span {
	background: url(../images/leftsidemenu/MenuOciDatabase2.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

#MemberPagesHeader span {
	background: url(../images/leftsidemenu/MenuMemberPages.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

/*
 * ====================================================================
 * MAIN AREA 
 * ====================================================================
 */

#main {
	position:absolute;
	width: 800px;
	left: 150px;
	top: 100px;
	z-index: 10;
	/* Background is a part of drop shadow around main area. */
	background: url(../images/dropshadow/shadow_bottom.gif) no-repeat left bottom;
}

#main-narrow {
	position:absolute;
	width: 600px;
	left: 150px;
	top: 100px;
	z-index: 10;
	/* Background is a part of drop shadow around main area. */
	background: url(../images/dropshadow/shadow_bottom.gif) no-repeat left bottom;
}


/* Drop shadow around main area. (Requires the #main class above as well) */
.menu-00 { background: url(../images/dropshadow/shadow_right_short.gif) repeat-y right top; }
.menu-0 { background: url(../images/dropshadow/shadow_upperright_corner.gif) no-repeat right top; }
.menu-1 { padding: 0px 8px 8px 0px;	background: url(../images/dropshadow/shadow_lowerright_corner.gif) no-repeat right bottom; }
.menu-2 { border: 1px solid #616157; }
.menu-3 { background-color: #ECE5D5; }

#headercontent {
	background: #FCFBF7;
	color:#616157;
	background-image: none;
	height: 69px; /* Make sure to adjust for pattern matching between backgroudns. Exact pixels necessary. */
}

/* #header_content p{
	display: none;
} */

#headercontent p.lastupdate {
	/* display: block; */
	padding: 30px 25px 0 0;
	margin-top: 0;
	font: italic 0.7em Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

#textcontent {
	/* width: 752px;  */
	color: #313127;
	background: #FCFBF7;
	background-image: none;
	/* color: #616157; */
	padding:0 18px 0 20px;
}

#textcontent p {
	position: relative;
	margin: 0 5px 0 5px;
	padding-bottom: 10px;
	font: normal 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
	word-spacing: 2px;
}

#textcontent p span.headline-small {
	font-style: italic;
	font-weight: bold;
}

#textcontent p span a, .link {
	color: #313127;
	background: #FCFBF7;
	text-decoration: underline;
}

#textcontent p span a:hover {
	/* background: #ECE5D5; */
	color: #818177;
}

#textcontent h3 { 
	text-align:center;
	padding:0;
	margin:0;
	background:no-repeat center;
	height:25px;	
}

#footercontent { 
	/*width: 800px;*/
	background: #FCFBF7;
	background-image: none;
	color:#616157;
	/* background: url(Images/Background/Background_03.gif) no-repeat top left; */
	padding-top: 30px; /*  <-- Higher value moves text in footer downwards */
	padding-bottom: 20px;
	text-align: center;
	/* adjusting text area so center will be in center */
	padding-left: 20px;
	padding-right: 18px;
}

#footercontent p.copyright { 
	font: italic 0.7em Verdana, sans-serif;
}


/*
 * ====================================================================
 * MAIN - NEWS FLASH TO THE RIGHT 
 * ====================================================================
 */


#newsflash-content {
	color: #313127;
	background: #FCFBF7;
	background-image: none;
	padding: 10px 10px 10px 10px;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
}

#newsflash-content h1{
	font: bold italic 0.9em Georgia, "Times New Roman", Times, serif;
}

#newsflash-content h2{
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
}


div#newsflash {
	position:absolute;
	width: 190px;
	left: 760px;
	top: 170px;
	z-index: 100; 
	/* Background is a part of drop shadow around main area. */
	background: url(../images/dropshadow/shadow_bottom.gif) no-repeat left bottom;
}

/* Drop shadow around main area. (Requires the #main class above as well) */
.newsflash-00 { background: url(../images/dropshadow/shadow_right_short.gif) repeat-y right top; }
.newsflash-0 { background: url(../images/dropshadow/shadow_upperright_corner.gif) no-repeat right top; }
.newsflash-1 { padding: 0px 8px 8px 0px;	background: url(../images/dropshadow/shadow_lowerright_corner.gif) no-repeat right bottom; }
.newsflash-2 { border: 1px solid #616157; }
.newsflash-3 { background-color: #ECE5D5; }

/* 
 * FLOATING IMAGE TO THE RIGHT
 */
.floatright-w160
{
	/* height: 1%; */
	/* position: relative; */
	z-index: 10;
	float: right;
	width: 166px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font: italic 0.7em Verdana, sans-serif;
}

div.floatright-w160 img, div.floatleft-160, dic.floatright-w250 img
{
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

.floatleft-w160
{
	/* height: 1%; */
	/* position: relative; */
	z-index: 10;
	float: left;
	width: 166px;
	margin: 10px 10px 0px 0px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font: italic 0.7em Verdana, sans-serif;
}

.floatright-w250
{
	/* height: 1%; */
	/* position: relative; */
	z-index: 10;
	float: right;
	width: 250px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font: italic 0.7em Verdana, sans-serif;
}

p { margin-top: 0; }

/*
 * BULLET LIST
 */
.bulletlist
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
}

.bulletlistitem
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding: 0 0 0 40px;
	font: normal 0.9em Georgia, "Times New Roman", Times, serif;
	/* margin: .4em 0; */
}

.bulletlistitem a {
	color: #313127;
	background: #FCFBF7;
	text-decoration: underline;
}


.adobereaderlogo
{
	float: right;
	width: 88px;
	border: none;
	padding: 0 10px 0 0;
}
.adobereaderlogo a { border: none; }