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


html {height: 100%;}

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}


#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}


a.bodylink:link {
	color: #333;
	}
a.bodylink:visited {
	color: #333;
	}
a.bodylink:hover {
	color: #333;
	text-decoration: underline;
	}
a.bodylink:active {
	color: #333;
	}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #666;
	letter-spacing: 0.2em;
	padding-top: 10px;
	text-align: center;
}

.navigation {
	margin-top: 40px;
	padding-left: 10px;
	text-align: left;
	float: left;
	width: 250px;
}

#rightbox {
	width: 800px;
	margin-top: 80px;
	margin-left: 80px;
	padding: 15px;
	text-align: left;
	float: left;
	background: rgba(100, 100, 100, 0.65);
	-moz-box-shadow: 0 0 2px white;
	-webkit-box-shadow: 0 0 2px white;
	box-shadow: 0 0 2px whitw;
	clear:both;
	
}

#maincontent {
	width: 650px;
	padding: 0px;
	text-align: left;
	float: none;
	position: absolute;
	left: 350px;
	top: 60px;
	overflow: auto;
	height: 450px;
}


.text{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}

.textnormal{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
}

.disclaimer{
	width: 600px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999;
	text-align: right;
}

#footer, .push  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	padding-bottom: 15px;
	text-align: left;
	color: #000;
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 45px;
	clear:both;
}

#main {overflow:auto;
	padding-bottom: 60px;}  /* must be same height as the footer */

#logo {
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #000;
	height: 35px;
	width: 440px;
	float: left;
	line-height: 20px;
}

#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333;
	width: 500px;
	float: left;
	line-height: 17px;
}


#menu li{
letter-spacing: 0.1em;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
list-style: none;
font-color: #FFFFFF;
position: relative;
width:160px;
height: 25px;
padding:0 0px;
background-color: CCC;
line-height: 25px;
cursor:pointer;
}

#menu li:hover{
background-color:none;	
}

#menu ul ul{
position: absolute;
top:0;
left:120px;
visibility:hidden;
}

#menu ul li:hover ul{
visibility:visible;
}





::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
