@charset "utf-8";

/* CSS Document */

body, div, dl, dt, dd, pre, form, fieldset, input, textarea, blockquote, th, td
{
	padding:0px;
	margin: 0px;
}

ul, ol
{
	padding:0px;
	margin: 10px 0px 20px 20px;
}

li
{
	padding:0px;
	margin: 0px 0px 6px 30px;
}

h1:first-of-type{margin:10px 0px 5px 0px; }
h1, h2, h3, h4, h5, h6 { margin:20px 0px 5px 0px; }

p { margin:7px 0px 7px 0px; }

p, a, h1, h2, h3, h4, h5, h6, li, td, th { font-family:arial, sans-serif; }

li, td, th, p, a { font-size:13px; }

.hilite { font-weight:bold;}
.special {font-weight:bold; color:red;}
h1 { font-size:20px; }

h2 { font-size:18px; }

h3 { font-size:16px; }

h4 { font-size:15px; }

h5 { font-size:14px; }

.image_container, .container { overflow:hidden; }

.image_content, .content
{
	overflow:visible;
	margin:0px;
}

.image_content
{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
}

.container
{
	text-decoration:  none;
	color:black;
}

.menubox { overflow:visible; }

.menu .menubounds
{
	border-top: 0px solid white;
	border-radius: 10px;
	position:absolute;
	width2:100%;
	height:240px;
	overflow:hidden;
	z-index:-1;
}

.menu ul { list-style:none; }

.menu ul, .menu li
{
	padding:0px;
	margin:0px;
}

.menu
{
	z-index:100;
	position:relative;
	border-radius: 10px;
}

.menu .level1 > li
{
	float:left;
	position:relative;
}

.menu .level1 li > a { display:block; }

.menu .level2
{
	position:absolute;
	left:0px;
	top:-2000px;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	z-index:-1;
}

.menu .level1 > li:hover a, .menu .level1 > li:hover p { position:relative; } /*IE*/

.menu .level1 li:hover .level2 { top:30px; }

.gallerymenu .menubounds { height:30px; }

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.footer p
{
	font-size: 10px;
	text-align:center;
}

.credits p, .credits a { font-size: 10px; }

.credits #credit1 { float:left; }

.credits #credit2 { float:right; }

