/* ================================================================ 
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/menu/slide_show.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.
=================================================================== */

/* HEADER FONTS styling */
/* set up the size and font for page title header */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	letter-spacing: -0.06em;
	font-weight: 600;
	color: #000000;
	line-height: 46px;
	position: relative;
	top: 5px;
	left: 20px;
	width:500px;
/*border:1px dotted #999999;*/
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: -0.06em;
	font-weight: 500;
	color: #999999;
	line-height: 20px;
	position: relative;
	top: -10px;
	left: 20px;
	width:500px;
	height: 37px;
/*border:1px dotted #999999;*/
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	letter-spacing: -0.08em;
	font-weight: 500;
	color: #999999;
	position: absolute;
	top: 5px;
	left: 15px;
/*  border:1px dotted #999999;*/
}


/* Hide preloading images */
.hiddenPic {display:none;}


/* COMMON styling */
/* set up the overall width of the menu div and the margins */

.menu1 {
font-family: verdana, arial, sans-serif; 
width:250px;
height:50px;
padding:10;
margin:0 auto;
top: -22px;
position:relative;
z-index:1;
/*   border:1px dotted #999999;*/
}

.menu2 {
font-family: verdana, arial, sans-serif; 
width:765px;
height:171px;
padding:10;
margin:0 auto;
top: -85px;
position:relative;
z-index:1;
/*   border:1px dotted #999999;*/
}

/* Left Subject Name*/
.subject1 {
	font-family:verdana, arial, sans-serif;
	font-size:0.75em;
	color: #999999;
	position:absolute;
	top:0px;
	/*top:-180px;*/
	left:-35px;
	/*centre:0;*/
/*		border:1px dotted #999999;*/
}

/* Right Subject Name*/
.subject2 {
	font-family:verdana, arial, sans-serif;
	font-size:0.75em;
	color: #999999;
	position:absolute;
	top:0px;
	left:140px;
	/*centre:0;*/
	text-align:right; 
}

/* Centre Subject - Biography*/
*.subject3 {
	font-family:verdana, arial, sans-serif;
	font-size:2.0em;
	color: #999999;
	position: absolute;
	top:-210px;
	left:130px;
	text-align: left;
}

/* Centre Subject - Contact*/
*.subject4 {
	font-family:verdana, arial, sans-serif;
	font-size:2.0em;
	color: #999999;
	position: absolute;
	top:-175px;
	left:140px;
	text-align: left;
}

/* Centre Subject - Terms*/
*.subject5 {
	font-family:verdana, arial, sans-serif;
	font-size:2.0em;
	color: #999999;
	position: absolute;
	top:50px;
	left:100px;
	text-align: left;
}

 /* Copyright Notice*/
.copyright {
	font-family:verdana, arial, sans-serif;
	font-size:0.8em;
	color: #999999;
	position:absolute;
	top:5px;
	left:60px;
}

 /* Biography Image position*/
.bio_image {
	position:absolute;
	top:50px;
	left:50px;
}

.instruction {
	font-family:verdana, arial, sans-serif;
	font-size:1.0em;
    color: #999999;
	position:relative;
    width:480px;
	top:70px;
	left:50px;
/*	border:1px dotted #999999;*/
}

.contact {
	font-family:verdana, arial, sans-serif;
	font-size:0.8em;
	line-height: 20px;
	color: #999999;
	position:absolute;
    width:700px;
	top:70px;
	left:55px;
/*	border:1px dotted #999999;*/
}

.terms {
	font-family:verdana, arial, sans-serif;
	font-size:1.0em;
	line-height: 20px;
	color: #999999;
	position:absolute;
    width:500px;
	top:290px;
	left:80px;
/*	border:1px dotted #999999;*/
}

/* position the Menu text (if any) using a dl */
.menu2 dl {
	font-family:verdana, arial, sans-serif;
	font-size:0.75em;
	position:absolute;
	width:550px;
	top:180px;
	left:190px;
/*	border:1px dotted #999999;*/
}

/* format the menu2 text using a dl */
.menu1 dl dd:first-letter {font-weight:bold;}

.menu2 dl dt {font-size:1.2em; margin-bottom:1.5em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.5em; margin-bottom:1.5em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
/*cursor:pointer;*/
}

/* float the TOP MENU list so that the items are in a line */
.menu2 ul li {
display:block;
float:left;
width:255px;
height:175px;
/*cursor:pointer;*/
}

/* style the TOP MENU to image sizes with a right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:255px; 
height:175px;
color:#ddd;
cursor:pointer;
/*border:1px dotted #999999;*/
}

/* clear the float at the end of each line of sub-menu slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* remove the table styling */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#fff;
cursor:pointer;
}

/* SUB-MENU*/
/* make the sub menu ul block visible and position it beneath the first list item */
/* Align block of images using top and left also use padding values below*/
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:170px;
left:0px;
}

/* make the sub menu ul li the full width with padding and border. */
/* Align image block using padding*/
.menu2 ul li:hover ul li {
cursor:pointer;
/* Align dotted border with index images using width & height*/
width:500px;
height:300px;
/*border:1px dotted #999999;*/
border-width:1px 1px;
background:#fff url(file:../images/white_small.jpg);
color:#fff;
padding:30px 135px;
cursor:default;
/*  border:1px dotted #999999;*/
}

/* style the background and foreground color of the SUBMENU links define the size of sub-menu image spaces */
.menu2 ul li:hover ul li a {
background:#fff;
/*sub-menu images*/
width:124px;
height:94px;
border:0px solid #fff;
/*border-color:#888 #000 #000 #888;*/
}

/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
border:1px solid #fff;
margin-top:1px;
}

/* add a border to the vertical slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #fff;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
cursor:pointer;
background:#ff3300;
/*border:1px solid #ff3300;*/
}

/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* HORIZONTAL LARGE IMAGE VIEW styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#fff; position:absolute; left:120px; top:1px; width:520px; height:350px; z-index:200; z-index:500; cursor:default; border:1px solid #fff;}
.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {border:0;cursor:pointer;}

/* VERTICAL LARGE IMAGE VIEW styling */
/*.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {display:block; background:#ddd; position:absolute; left:95px; top:23px; width:480px; height:640px; z-index:200; z-index:500; cursor:default;  border:1px solid #fff;}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}*/


/* set up the overall width of the BOTTOM SCROLL menu div and the margins */
.scrollmenu {
font-family: verdana, arial, sans-serif; 
height:40px;
/*top:520px;*/
top:535px;
left:-40px;
width: 850px;
padding:0;
margin:0 auto;
position:absolute;
z-index:1;
border-bottom:2px solid #aaa;
margin-bottom:0px;
/*border:1px dotted #999999;*/
}
