﻿/***Header***/
#header
{
	width: 100%;
	height: 60px;
	background: #3B5D77;
	margin: 0px 0px 0px 0px;
	font-size: 26px;
	color: #222222;
	text-align: left;
}

#header a
{
	font-family: Georgia, Helvetica, Sans-Serif;
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	text-align: center;
}

#header a:hover
{
	color: #222222;
}

/***Menu***/
#menu
{
	background: #a5f79b;
	width: 100%;
	height: 25px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0px auto 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}

#menu a
{
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	margin-top: -5px;
	padding: 0 10px;
}

#menu li
{
	color: #FFF;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 5px 20px 0px 8px;
	text-decoration: none;
}

#menu ul
{
	color: #fff;
	display: inline;
	list-style-type: none;
}

#menu a:hover
{
	text-decoration: none;
	background: #3C5F79;
	color: #FFF;
	line-height: 25px;
}

#intro
{
	/*font-family: Georgia, Helvetica, Sans-Serif;*/
}

#intro h1
{
	font-size: 26px;
}
#intro h2
{
	font-size: 23px;
}
#intro p
{
	font-size: 17px;
}
#intro a
{
	font-size: 17px;
	color: #00253F;
}

/***Updates**/
#updates
{
	/*font-family: Cambria, Georgia, Helvetica, Sans-Serif;*/
}

#updates h1
{
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#updates tr
{
	color: #FFF;
	font-size: 17px;
}
#updates td
{
	padding-left: 30px;
}
#updates a
{
	color: #a5f79b;
	font-size: 17px;
}
/***contacts**/
#contacts
{
	/*font-family: Cambria, Georgia, Helvetica, Sans-Serif;*/
	font-size: 29px;
}
#contacts tr
{
	color: #000;
	font-size: 17px;
}

#contacts th
{
	color: #000;
	font-size: 21px;
}

#box
{
	position: absolute;
	text-align: center;
	height: 190px;
	width: 320px;
	top: 100;
	left: 20;
	color: white;
	font-size: 19px;
	background-color: black;
	z-index: 2;
}

#movie
{
	position: absolute;
	padding-left: 50%;
	z-index: 1;
}

#gb td
{
	font-size: 18px;
}

#gb hr
{
	color: #A0B0BB;
	width: 100%;
}

#gb tr
{
	vertical-align: top;
}





#human
{
	display:none;
	visibility:hidden;
}



div.loading-invisible
{
	/*make invisible*/
	display: none;
}
/*this is what we want the div to look like    when it IS showing*/
div.loading-visible
{
	/*make visible*/
	display: block;
	/*position it 200px down the screen*/
	/*position: absolute;
	top: 200px;*/
	/*left: 0;*/
	width: 900px;
	text-align: center; /*in supporting browsers, make it a little transparent*/
	background: #A0B0BB;
	/*opacity: .75;*/
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}
