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

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}

body{
	background-color:#FFF;
	font-family:"Times New Roman", Times, serif;
	margin:0 auto;
	
}

#background{
	width:100%;
	height:100%;
	min-height:800px;
	overflow:hidden;
	background:url(../img/background.jpg) bottom repeat-x;
	position: fixed;
	top: 0px;
	left:0px;
	z-index:-1;
}

a img {
    border: none;
}

/** Normalize font-size for headers **/
h1, h2, h3, h4, h5, h6 {
      font-size: 100%;
	  margin:0;
}

* {
    outline: none;
}

a{
	text-decoration:none;
	color:#58585A;
}

a:hover, .a_on{
	color:#0059A9;
	text-decoration:underline;
}

li{
	list-style:none;
}


#container{
	width:800px;
	height:auto;
	margin:0 auto;
}

.menu{
	width:800px;
	height:auto;
	float:left;
	position:relative;
	margin-top:70px;
}

#innermenu{
	font-size:20px;
	position:relative;
	left:0px;
	bottom:0px;
	z-index:2;
	margin-left:10px;
}

#header{
	width:450px;
	height:300px;
	float:right;
	z-index:1;
	background-position:center;
	background-repeat:no-repeat;
}

#content{
	width:780px;
	height:auto;
	float:left;
	font-size:13px;
	color:#58585A;
	padding-top:0px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}

#logo{
	width:800px;
	height:250px;
	float:left;
	background-image:url(../img/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}


.sub a{
	display:block;
	width:100%;
	height:100%;
}
.sub a:hover{
	color:#FFFFFF;
}
.sub_aan a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
}

.sub{
	padding:5px;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	border-bottom:#FFF 1px solid;
}

.sub:hover, .sub_aan{
	padding:5px;
	color:#FFF;
	background-color:#9AB4D7;
	border-bottom:#FFF 1px solid;
}

#subnav{
	margin:0;
	padding:0;
}







h1, .title{
	font-size:26px;
	color:#0059A9;
}



#lavaLampBasicImage{
	margin:0;
	padding:0;
	float:left;
}

.firstLi a{
	text-transform:uppercase;
	display:block;
	color:#58585A;
}

.firstLi a:hover{
	color:#000;
}

.firstLi{
	margin:0;
	padding:0;
	cursor:pointer;
	line-height:30px;
}

.firstLi:hover, .selectedLava{
	margin:0;
	padding:0;
	cursor:pointer;
	line-height:30px;
}

.selectedLava a{
	color:#CCCCCC;
}

