@charset "UTF-8";
/* CSS Document */


body {
	background-color: #ccc;
}

.wrapper {
	width: 1000px;
	height: 860px;
	background-color: #ccc;
	margin: 50px auto 0 auto;
	padding: 0;
}

.logonavcontainer {
	width: 1000px;
	height: 190px;
	background-color:#ccc;
	background-image: -moz-linear-gradient(#000, #CCC);
	background-image: -webkit-gradient(linear, 0% 0% 0% 100%, from (#fff), to(#ccc));  
	background-image: -webkit-linear-gradient(#fff, #ccc); 
	border-bottom-width: 2px;
	border-bottom-style: solid; 
	border-bottom-color: #fff;
	margin-bottom: 25px; 
}

.navigation {
	width: 1000px;
	height: 40px;
	border-top-width: 2px;
	border-top-style: solid; 
	border-top-color: #fff;
	font-weight:bold;
	font-family: "Century Gothic", AppleGothic, Helvetica, sans-serif; 
	text-align:center;
	color: #FFF;
	display:table;
}

.navigation ul {
	display: table-cell;
	vertical-align: middle;
}
	
.navigation ul li {
	display:inline; 
	padding: 0px 40px 0px 0px; 
	color: #FFF;
}
	
.navigation a {
	text-decoration: none;
	color:#fff;
}

.navigation ul ul {
	position:absolute;
	display: none;
}

.navigation ul li:hover ul li {
	display: block;
}
	
img.logo {
	width: 700px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

.sitedescription p {
	display: block; 
	font-family: "Century Gothic";
	Color: #000; 
	font-style:italic;
	margin: 60px 0px 0px 0px;
	text-align: center; 
}
	
.signinbuttons {
	margin-top: 40px;
}

.signinbuttons img {
	width: 300px;
	height: 100px;
	display: block;
	margin: 0 auto; 
}

.login p {
	text-align:center;
	text-decoration: none;
	font-family: "Century Gothic";
	Color: #ggg;
	font-weight: bold;
}
