/* CSS Document */

body
{
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.hidden
{
	opacity: 0;
}

#maindiv
{
	width: 1000px;
	height: 600px;		
	background-color: white;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

#logodiv
{
	width: 266px;
	height: 237px;
	background-color: white;
	border-radius: 0 0 142px 0;
	position:absolute;
	z-index:1;
}

#logodiv img
{
	padding-left: 30px;
	padding-top: 30px;	
}

#buttonsdiv
{
	width: 1000px;
	height: 114px;
	background-color: white;
	bottom: 0px;
	position: absolute;	
}

.buttons
{
	background-color: #6495ed;
	height: 48px;
	margin-left: 42px;
	color: white;
	text-align:center;
	font-size: 25px;	
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 51px;
	padding-top: 15px;
}

.buttons a
{
	color: white;
	text-decoration: none;
}

img.slide
{
	position: absolute;
	top: 0;
}

#copyright
{
	color: silver;
	font-size: 12px;
	text-align: center;
}

#titlediv
{
	float:right;
	font-size:35px;
	height:300px;
	margin-right:60px;
	margin-top:60px;
	display:none;
}

#textdiv
{
	background-color: white;
	width: 980px;
	height: 376px;
	top: 110px;
	position: absolute;
	display: none;
	padding: 10px;
	overflow: auto;
}

#myMap
{
	float: left;
	margin: 10px;
	border: 1px solid grey;
	
}

img.border
{
	border: 1px solid grey;
	margin: 10px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#newsdiv
{
	color: white;
	position: absolute;
    right: 20px;
    top: 20px;
	z-index:10;
}