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

/* common styling */
/* set up the overall width of the menu div and the margins */
.menu2 {
	font-family: verdana, arial, sans-serif;
	width:570px;
	height:21px;
	background:#fff;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:1;
	border-bottom:10px solid #333;
	margin-bottom:650px;
	left: 0px;
	top: 0px;


}
/* position the instructions using a dl */
.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:0.9em;
position:absolute;
width:270px;
top:87px;
left:64px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.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;
}
/* float the list so that the items are in a line */
.menu2 ul li {
display:block;
float:left;
width:190px;
height:11px;
}
/* style the links to be 50px wide by 31px high 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:190px; 
height:31px; 
color:#ddd;
border-right:0px solid #fff;
background:#333; 
line-height:30px; 
font-size:11px;
}

/* clear the float at the end of each line of four 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:#000;
cursor:default;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0;
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
cursor:pointer;
width:483px;
height:483px;
border:20px solid #000;
border-width:5px 5px;
background:#ddd url(bg.gif); 
color:#fff;
padding:12px 38.3px;
cursor:default;
}

/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
background:#333;
width:118px;
height:118px;
border:1px solid #ddd;
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 #888;
margin-top:21px;
}
/* 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 #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
background:#000;
}


/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd url(bg.gif); position:absolute; left:5px; top:05px; width:558px; height:545px; 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;}
/* vertical large image 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 url(bg.gif); position:absolute; left:5px; top:05px; width:558px; height:545px; 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;}

Styles for rounded corners
 ***************************************************/

b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #888}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/***************************************************
   HTML Elements
 ***************************************************/

body {
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #666 url(bg.gif);
  margin: 50px;
}

h1 {
  color: #666;
  font-size: 18px;
  border-bottom: 0px dotted #600;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 10px;
}

h1 b {
  color: #600;
}

h2 {
  color: #FFE;
  font-size: 10px;
  text-transform: lowercase;
  background: #888;
  padding: 5px;
}

h3 {
  color: #FFE;
  font-size: 10px;
  text-transform: lowercase;
  text-align: left;
  border-bottom: 1px dotted #FFE;
  padding: 0 0 2px 0;
}

p {
  margin-top: 0px;
}

a {
  color: #FDC;
  text-decoration: none;
}

/***************************************************
   Containers
 ***************************************************/

#sitebox {
  width: 570px;
  color: #FFF;
  background: #999;
  border: 50px solid #888;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  width: 570px;
  height: 200px;
  background: url(images/banner-1.jpg) no-repeat left top;
  margin: 0px;
  padding: 0px;
}

#content {
  padding: 20px;
  font-size: 12px;
}

#menu {
  background: #333;
  padding: 10px;
}

#menu a {
  color: #FDC;
  padding: 10px;
  text-decoration: none;
  text-transform: lowercase;
}

#menu a:hover {
  color: #333;
  background: #FFF;
}

#block {
  color: #FFE;
  background: #888;
  padding: 5px 10px 5px 10px;
  line-height: 16px;
}

#footer {
  border-top: 10px solid #888;
  padding: 10px 0 0 0;
  text-align: center;
}

#footer a {
  color: #FDC;
  border: 0px;
  font-weight: normal;
}

