﻿/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:25px; margin-right:auto; margin-left:auto; z-index:100; width:705px; left:0px; top:300px;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:25px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9ihome0.jpg) no-repeat;;}
.menu li.p2 {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9ionlinecatalog0.jpg) no-repeat;;}
.menu li.p3 {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9ireferences0.jpg) no-repeat;;}
.menu li.p4 {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9iphotogalleries0.jpg) no-repeat;;}
.menu li.p5 {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9iirisbytesgraphics0.jpg) no-repeat;;}
.menu li.p6 {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9ifunwithiris0.jpg) no-repeat;;}
.menu li.p7 {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9icontactus0.jpg) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#l9ihome {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9ihome.jpg) no-repeat;}
.menu li a#l9icatalog {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9ionlinecatalog.jpg) no-repeat;}
.menu li a#references {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9ireferences.jpg) no-repeat;}
.menu li a#photos {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9iphotogalleries.jpg) no-repeat;}
.menu li a#irisbytes {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9iirisbytesgraphics.jpg) no-repeat;}
.menu li a#funwithiris {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9ifunwithiris.jpg) no-repeat;}
.menu li a#contactus {width:100px; background:url(http://www.leonineiris.com/l9inavimages/b_ml9icontactus.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#l9ihome:hover, .menu li:hover a#l9ihome,
.menu li a#l9icatalog:hover, .menu li:hover a#l9icatalog,
.menu li a#references:hover, .menu li:hover a#references,
.menu li a#photos:hover, .menu li:hover a#photos,
.menu li a#irisbytes:hover, .menu li:hover a#irisbytes,
.menu li a#funwithiris:hover, .menu li:hover a#funwithiris,
.menu li a#contactus:hover, .menu li:hover a#contactus {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:25px; background: #fff; padding:0px 0; border:2px solid #888; white-space:nowrap; width:110px; height:auto;}
.menu :hover ul.sub li {display:block; height:18px; position:relative; float:left; width:105px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:18px; width:105px; line-height:20px; text-indent:0px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(http://www.leonineiris.com/l9inavimages/arrows.gif) 96px 7px no-repeat;}
/* background color: last path */
.menu :hover ul.sub li a:hover {background:#999999; color:#fff;}
/* background color: upper path */
.menu :hover ul.sub li a.fly:hover {background:#999999 url(http://www.leonineiris.com/l9inavimages/arrow_over.gif) 96px 7px no-repeat; color:#fff;}
/* background color: hover path */
.menu :hover ul li:hover > a.fly {background:#999999 url(http://www.leonineiris.com/l9inavimages/arrow_over.gif) 96px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul,
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:105px; top:-4px; background: #fff; padding:0px 0; border:1px solid #888; white-space:nowrap; width:110px; z-index:200; height:auto; z-index:300;
}

/* End of navigation toolbar */

<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
div.footer {
	font-weight:bolder;
	text-align:center;
}
div.rainbowdivider {
	background-image:url('http://www.leonineiris.com/l9iimages/l9irainbowline3pt.gif');
	background-repeat: no-repeat;
	width:550px;
	height:3px;
	text-align:center;
	margin-right:auto; 
	margin-left:auto;
	margin-top:4px;
}
div.whitedivider {
	background-image:url('http://www.leonineiris.com/l9iimages/l9iwhiteline3pt.gif');
	width:550px;
	height:3px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:6px;
}
div.slugline {
	background-image:url('http://www.leonineiris.com/l9iimages/slugsmall.gif');
	width:540px;
	height:48px;
	margin-right:auto; 
	margin-left:auto;
}
div.navigationbarmain {
	background-color:white;
	width:750px;
	height:30px;
	margin-right:auto; 
	margin-left:auto;
	border-left:3px #000080 solid;
	border-bottom:3px #000080 solid;
	border-right:3px #000080 solid;
}
div.navigationbargreen {
	background-color:white;
	width:750px;
	height:30px;
	margin-right:auto; 
	margin-left:auto;
	border-left:3px #008000 solid;
	border-bottom:3px #008000 solid;
	border-right:3px #008000 solid;
}
div.navigationbarblue {
	background-color:white;
	width:750px;
	height:30px;
	margin-right:auto; 
	margin-left:auto;
	border-left:3px #000080 solid;
	border-bottom:3px #000080 solid;
	border-right:3px #000080 solid;
}
div.navigationbarpink {
	background-color:white;
	width:750px;
	height:30px;
	margin-right:auto; 
	margin-left:auto;
	border-left:3px #FF0066 solid;
	border-bottom:3px #FF0066 solid;
	border-right:3px #FF0066 solid;
}
div.navigationbarviolet {
	background-color:white;
	width:750px;
	height:30px;
	margin-right:auto; 
	margin-left:auto;
	border-left:3px #800080 solid;
	border-bottom:3px #800080 solid;
	border-right:3px #800080 solid;
}

div.headermain {
	background-image:url('http://www.leonineiris.com/l9iimages/l9i_logo.jpg');
	background-color:white;
	width:750px;
	height:135px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:20px; 
	border-left:3px #000080 solid;
	border-top:3px #000080 solid;
	border-right:3px #000080 solid;
}
div.headergreen {
	background-image:url('http://www.leonineiris.com/l9iimages/l9i_logo.jpg');
	background-color:white;
	width:750px;
	height:135px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:20px; 
	border-left:3px #008000 solid;
	border-top:3px #008000 solid;
	border-right:3px #008000 solid;
}
div.headerblue {
	background-image:url('http://www.leonineiris.com/l9iimages/l9i_logo.jpg');
	background-color:white;
	width:750px;
	height:135px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:20px; 
	border-left:3px #000080 solid;
	border-top:3px #000080 solid;
	border-right:3px #000080 solid;
}
div.headerpink {
	background-image:url('http://www.leonineiris.com/l9iimages/l9i_logo.jpg');
	background-color:white;
	width:750px;
	height:135px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:20px; 
	border-left:3px #FF0066 solid;
	border-top:3px #FF0066 solid;
	border-right:3px #FF0066 solid;
}
div.headerviolet {
	background-image:url('http://www.leonineiris.com/l9iimages/l9i_logo.jpg');
	background-color:white;
	width:750px;
	height:135px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:20px; 
	border-left:3px #800080 solid;
	border-top:3px #800080 solid;
	border-right:3px #800080 solid;
}
/* Background colors */
body.backgroundmain {
	background: #B3B3D9 url('l9iimages/l9ibackground_main.gif') repeat-y center top;
/*	background-color: #0066FF; */
}
body.backgroundgreen {
	background: #D7E4D7 url('l9iimages/l9ibackground_green.gif') repeat-y center top;
/*	background-color: #33CC33; */
}
body.backgroundblue {
	background: #D3DCE9 url('l9iimages/l9ibackground_blue.gif') repeat-y center top;
/*	background-color: #0066FF; */
}
body.backgroundpink {
	background: #F6EDF1 url('l9iimages/l9ibackground_pink.gif') repeat-y center top;
/*	background-color: #FF99CC; */
}
body.backgroundviolet {
	background: #E9E6EA url('l9iimages/l9ibackground_purple.gif') repeat-y center top;
/*	background-color: #B491BE; */
}
/* Tiled background frame */
div.tiledframemain {
	background-image:url('http://www.leonineiris.com/l9iimages/ipatile.jpg');
	background-color:#FFFFFF;	
	width:800px; 
	margin-left:auto; 
	margin-right:auto;
	border:#000080 solid 3px;
}
div.tiledframegreen {
	background-image:url('http://www.leonineiris.com/l9iimages/ipatilegreen.jpg');
	background-color:#FFFFFF;	
	width:800px; 
	margin-left:auto; 
	margin-right:auto;
	border:#008000 solid 3px;
}
div.tiledframeblue {
	background-image:url('http://www.leonineiris.com/l9iimages/ipatileblue.jpg');
	background-color:#FFFFFF;	
	width:800px; 
	margin-left:auto; 
	margin-right:auto;
	border:#000080 solid 3px;
}
div.tiledframepink {
	background-image:url('http://www.leonineiris.com/l9iimages/ipatilepink.jpg');
	background-color:#FFFFFF;	
	width:800px; 
	margin-left:auto; 
	margin-right:auto;
	border:#FF0066 solid 3px;
}
div.tiledframeviolet {
	background-image:url('http://www.leonineiris.com/l9iimages/ipatileviolet.jpg');
	background-color:#FFFFFF;	
	width:800px; 
	margin-left:auto; 
	margin-right:auto;
	border:#800080 solid 3px;
}
/* Content headers */
div.bodyheadermain {
	background-color:#FFFFFF; 
	width:750px;
	height:95px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px;
	border-left:3px #000080 solid;
	border-top:3px #000080 solid;
	border-right:3px #000080 solid;
}
div.bodyheaderindex {
	background-color:#FFFFFF; 
	width:750px;
	height:125px;
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px;
	border-left:3px #000080 solid;
	border-top:3px #000080 solid;
	border-right:3px #000080 solid;
}
div.bodyheadergreen {
	background-color:#A5FFA5; 
	width:750px;
	height:95px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px;
	border-left:3px #008000 solid;
	border-top:3px #008000 solid;
	border-right:3px #008000 solid;
}
div.bodyheaderblue {
	background-color:#A2D7FF; 
	width:750px;
	height:95px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px;
	border-left:3px #000080 solid;
	border-top:3px #000080 solid;
	border-right:3px #000080 solid;
}
div.bodyheaderpink {
	background-color:#FFD7FF; 
	width:750px;
	height:95px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px;
	border-left:3px #FF0066 solid;
	border-top:3px #FF0066 solid;
	border-right:3px #FF0066 solid;
}
div.bodyheaderviolet {
	background-color:#D7C3DC; 
	width:750px;
	height:95px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px;
	border-left:3px #800080 solid;
	border-top:3px #800080 solid;
	border-right:3px #800080 solid;
}
/* Content Frame */
div.bodyframemain {
	background-color:#FFFFFF; 
	width:730px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0px;
	border-left:3px #000080 solid;
	border-bottom:3px #000080 solid;
	border-right:3px #000080 solid;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div.bodyframegreen {
	background-color:#A5FFA5; 
	width:730px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0px;
	border-left:3px #008000 solid;
	border-bottom:3px #008000 solid;
	border-right:3px #008000 solid;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div.bodyframeblue {
	background-color:#A2D7FF; 
	width:730px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0px;
	border-left:3px #000080 solid;
	border-bottom:3px #000080 solid;
	border-right:3px #000080 solid;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div.bodyframepink {
	background-color:#FFD7FF; 
	width:730px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0px;
	border-left:3px #FF0066 solid;
	border-bottom:3px #FF0066 solid;
	border-right:3px #FF0066 solid;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div.bodyframeviolet {
	background-color:#D7C3DC; 
	width:730px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0px;
	border-left:3px #800080 solid;
	border-bottom:3px #800080 solid;
	border-right:3px #800080 solid;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div.bodycentermain {
	width:700px; 
	margin-right:auto; 
	margin-left:auto;
	text-align:center;
}

/*http://css.maxdesign.com.au/floatutorial/tutorial0407.htm*/
.bodyimage360{
float: left;
width: 360px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage320{
float: left;
width: 320px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage270{
float: left;
width: 270px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage240{
float: left;
width: 240px;
margin-left:auto;
margin-right:auto;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage200{
float: left;
width: 200px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage160{
float: left;
width: 160px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}
.bodyimage100{
float: left;
width: 100px;
border: 0px solid #999;
margin: 0 0px 0px 0; /*values are applied in a clockwise order; top, right, bottom, left*/
padding: 5px;
}

.clearboth { clear: both; }

.stylenormalweight {
	font-weight: normal;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.l9ithumb{
position: relative;
z-index: 0;
}

.l9ithumb:hover{
background-color: transparent;
z-index: 50;
}

.l9ithumb span{ /*CSS for enlarged image*/
position: absolute;
background-color: #33CC33;
padding: 3px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.l9ithumb span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.l9ithumb:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

} 

/* Fun With Iris Menu and columns */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Vertical Menu */

/* common styling */
.fwimenu{
font-family: "Times New Roman", Times, serif; font-weight:bolder; width:120px; height:120px; position:relative; font-size:12px; z-index:100;
}
/* primary menu */
.fwimenu ul {
padding:0; margin:0; list-style-type: none; background:#FFFFFF; width:120px; height:120px;
}
/* secondary menu */
.fwimenu ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:115px;
}
/* all menus */
.fwimenu ul li {
float:left;
}
/* secondary menu hover */
.fwimenu ul li a, .fwimenu ul li a:visited {
display:block; float:left; text-decoration:none; color:#000; width:115px; height:20px; line-height:20px; font-size:12px; background:transparent; padding-left:5px;
}

.fwimenu table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
/* main menu hover colors */
.fwimenu ul li:hover a,
.fwimenu ul li a:hover{
background:#CCCCCC; color:#000;
}

.fwimenu ul li:hover {position:relative; z-index:90;}
* html .fwimenu ul li a:hover {position:relative; z-index:100;}

.fwimenu ul li:hover ul,
.fwimenu ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #CCCCCC; background:#EEEEEE; overflow:visible;
}
.fwimenu ul li:hover ul li a,
.fwimenu ul li a:hover ul li a{
display:block; background:transparent; color:#000; line-height:15px; padding:3px 0 3px 5px; height:auto; text-decoration:none;
}

/* secondary menu hover colors */
.fwimenu ul li:hover ul li:hover a,
.fwimenu ul li a:hover ul li a:hover {
background:#CCCCCC; color:#000;
}
/* tertiary menu */
.fwimenu ul li:hover ul li ul,
.fwimenu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:115px;
}
.fwimenu ul li:hover ul li:hover ul,
.fwimenu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #FFFFFF; list-style-type:none; background:#DDDDDD;
}
.fwimenu ul li:hover ul li:hover ul li a,
.fwimenu ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#000;
}

/* tertiary menu hover colors */
.fwimenu ul li:hover ul li:hover ul li:hover a,
.fwimenu ul li a:hover ul li a:hover ul li a:hover {
background:#CCCCCC; color:#000;
}

div.fwiframemain {
	background-color:#FFFFFF; 
	width:730px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0px;
	border-left:3px #000080 solid;
	border-bottom:3px #000080 solid;
	border-right:3px #000080 solid;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

#fwimenucolumn{
background-color: white;
z-index: 300;
clear: left;
width: 130px;
margin-right: 5px;
float: left;
margin-top: 1em;
}

#fwibodycolumn{
width: 580px;
float: left;
z-index: 80;
padding-right: 0;
}

.fwistyle1 {
	text-align: center;
}
.fwistyle2 {
	font-size: xx-large;
	z-index:0;
}

div.carolsframe{
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	width:450px
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */