﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
}
#masthead {
	text-align: center;
	background-color: #fafaff;
}
#navigation {
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
#navigation > ul li ul {
	display: block;
	position: absolute;
	visibility: hidden;
	left: 128px;
	width: 148px;
	margin-top: -20px; 
	border-top: #dcdcdc 1px solid; 
	border-left: #a9a9a9 1px solid; 
	border-right: #a9a9a9 1px solid; 
	border-bottom: #808080 1px solid
}
#navigation ul Li:hover > ul {
                visibility: visible;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.next-previous{
	font-size: small;
}
.slide_landscape {
	background-image: url('/images/slides-landscape.png');
	width:240px;
	height:240px;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: small;
	display:inline-block;
}
.slide_landscape img{
	margin-left:-1px;
	width:123px;
	height:81px;
	margin-top:77px;
	padding:0px !important;
	border:0px !important;
}
.slide_portrait {
	background-image: url('/images/slides-portrait.png');
	width:240px;
	height:240px;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: small;
	display:inline-block;
}
.slide_portrait img{
	margin-left:-1px;
	width:81px;
	height:123px;
	margin-top:57px;
	padding:0px !important;
	border:0px !important;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
