@import url(http://fonts.googleapis.com/css?family=Delius+Swash+Caps);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,600);



A{
	color: #0057AE;
	text-decoration:none;
}

A:hover{
	color:#00FFFF;
}

.body{
	height:100%;
	width:100%;
	font-family:'Dosis', arial, verdana, helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	margin:0px;
	
	background-image:url(media/bg.jpg);
	background-attachment:fixed;
    background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.headerD{
	display:inline;
}

.headerM{
	display:none;
	
}

.menuD{
	color:#666666;
	font-size:16px;
	font-stretch:condensed;
	text-decoration:none;
	white-space:nowrap;
}

.menuDon{
	color:#00AFEC;
	font-size:16px;
	font-stretch:condensed;
	text-decoration: none;
	white-space:nowrap;
}


.menuM{
	color:#666666;
	font-size: 18px;
	font-stretch:condensed;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	white-space:nowrap;
}


.menuMon{
	color:#00AFEC;
	font-size:18px;
	font-stretch:condensed;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	white-space:nowrap;
}

.menu{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
	cursor:pointer;		
}




.head{
	font-family:'Delius Swash Caps', arial, helvetica, sans-serif;
	font-size:42px;
	color:#007095;
}

.sub{
	font-family:'Delius Swash Caps', arial, helvetica, sans-serif; 
	font-size:24px;
	color:#008CBB;
}

.subBlack{
	font-family:'Delius Swash Caps', arial, helvetica, sans-serif; 
	font-size:24px;
	color:#000000;
}

.subYellow{
	font-family:'Delius Swash Caps', arial, helvetica, sans-serif;
	font-size:20px;
	color:#E0BF07;
}


.img100{
	width:auto;
	max-width:100%;

}

.img95{
	width:auto;
	max-width:95%;
}

.headSpacer{
	height: 0px;
}


@media screen and (max-width: 800px) {
.headerD{
	display:none;
}

.headerM{
	display:inline;
	position:fixed;
	width:100%;
	left:0;
}

.headSpacer{
	height: 90px;
}

}

