/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	background:;
	background-image: url(images/bgimg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #4682B4}
	
	
a:visited {
	text-decoration: none;
	color: #4682B4}

a:hover {
	text-decoration: none;
	color: #778899}

	
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	}
	
table.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	background: url(images/mainpageimg.jpg) no-repeat top;
	}

/* Style for all table cells. */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	}


h1 {
	font-size: 18px;
	color: White;
}
h2 {
	font-size: 18px;
	color: #333333;
}
h3 {
	font-size: 10px;
	color: #999999;
}



/* ================================================================ 
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.stunicholls.com/menu/pro_concertinaslide_2.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menuPad {height:280px;}

#slide {padding:10px; margin:0; width:181px; font-family:arial, sans-serif; font-size:12px; background: transparent; position:absolute;}
#slide dt {padding:0; margin:0; width:181px; height:37px; background:url(back.png); color:#333333; text-align:center; line-height:37px; cursor:pointer; font-weight:bold;}
#slide dt.slide {color:Black; background:url(back.png) left bottom;}
#slide dt a {display:block; height:37px; color:#333333; text-decoration:none; line-height:37px;}
#slide dt a:hover {color:#778899;}
#slide dd {padding:0; margin:0; background:White url(shade.png) no-repeat top left; text-align:center; width:181px;height:0; overflow:hidden; position:relative;}
#slide dd ul {padding:0; margin:0; list-style:none; position:absolute; left:0; bottom:0; height:auto;}
#slide dd ul li {border-bottom:1px solid #aaa; width:181px; height:25px; line-height:25px;}
#slide dd ul li a {color:#666; text-decoration:none; font-size:11px; display:block; height:25px;}
#slide dd ul li a:hover {color:#000;}