
html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	overflow-y: hidden;
}

h1{
	margin:0 0 20px 0;
	padding:0;
}
h2{
	margin:0 0 20px 0;
	padding:0;
}
h3{
	margin:0 0 20px 0;
	padding:0;
}
h4{
	margin:0 0 20px 0;
	padding:0;
}
h5{
	margin:0 0 20px 0;
	padding:0;
}
h6{
	margin:0 0 20px 0;
	padding:0;
}

#container{
	margin-top: 60px;
	height: 93%; /* ie fallback */
	height: calc(100% - 60px);
	width: 100%;
	overflow-y: scroll;
}


p{
	padding: 0;
	margin: 0 0 60px 0;
}

a img { border: 0; }

a{
	text-decoration:none;
}
a:link{
	color: #0060AA;
}
a:visited{
	color: #0060AA;
}
a:hover{
	color: #FECC00;
}
a:active{
	color: #C09A00;
}

#navi{
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #eee;
	border-bottom: 1px solid;
	top: 0;
	z-index:2;
}

#naviLogo{
	display: block;
	position: fixed;
	width: 200px;
	height: 50px;
	top: 5px;
	left: 40px;
}

#naviLinks{
	display: block;
	position: fixed;
	height: 50px;
	top: 10px;
	right: 60px;
	font-family: sans-serif;
	font-size: 12pt;
}

.nlink{
	padding: 9px 5px 0;
	display: block;
	float: left;
	height: 30px;
}

#naviLinks a{
	color: #333;
	display: block;
	float: left;
	overflow: auto;
	margin-left: 20px;
	padding: 1px 1px 0;
}
#naviLinks a:link{
	color: #333;
}
#naviLinks a:visited{
	color: #333;
}
#naviLinks a:hover{
	background-color: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #eee); /* Standard syntax */
	
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 0;
}
#naviLinks a:active{
	background-color: #eee; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ddd, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ddd, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ddd, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ddd, #eee); /* Standard syntax */
	
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 0;
}

#content{
	padding-top: 30px;
	text-align: center;
	z-index:1;
	display: none;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	/*background-image: url('../_data/_images/background.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;*/
}

#banner img{
	display: none;
	width: 92.7%;
	height: auto;
	margin: 0 auto 20px;
}

.box {
	float: left;
	margin: 20px 3%;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	word-wrap: break-word;
}

.spacer{
	border-top: 1px solid;
	width: 90%;
	float: left;
	margin-left: 5%;
}

.box img{
	width: 90%;
	height: auto;
	
}

#galleryNavi{
	float: left;
	text-align: left;
	width: 20%;
}

#galleryNavi ul{
	list-style: none;
}

#galleryContent{
	float: left;
	width: 80%;
	display: none;
}

.gallery{
	display: inline-block;
	width: 200px;
	margin: 20px;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
}

#footer{
	padding: 1em 20px 0;
	background-color: #111;
	color: #fff;
	height: 200px;
	display: none;
}

#footer h5{
	font-size: 14pt;
	margin:0 0 8pt 0;
	padding:0;
}

#footer ul{
	list-style: none;
	background-image: url('../_data/_images/footerlist.gif');
	background-repeat: repeat-y;
	background-position: 30px 0;
	margin-top: 0;
}

#footer a{
	text-decoration:none;
}
#footer a:link{
	color: #fff;
}
#footer a:visited{
	color: #fff;
}
#footer a:hover{
	color: #ccc;
}
#footer a:active{
	color: #ccc;
}

#magazine{
	width: 90%;
	height: 480px;
	border: none;
}

.eventTable{
	text-align: left;
	width: 60%;
	margin: 0 auto 40px;
	padding: 0;
	border-spacing: 10px;
}

.eventTable tr{
	margin: 0;
	padding: 0;
}

.eventTable td{
	margin: 0;
	padding: 0 20px 0 0;
}

.eventTable img{
	display: block;
}

#disclaimer{
	width: 50%;
	margin: 0 auto 40px;
	font-size: 9pt;
}

#homeBox{
	margin-top: 40px;
	opacity: 0.9;
}

#homeBox a{
	padding: 20px;
	
	background-color: #eee; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #eee); /* Standard syntax */
	
	border: 1px solid #ccc;
	border-radius: 10px;
}

#homeNewsBox{
	width: 60%;
	min-width:400px;
	margin: 0 auto;
	margin-top: 40px;
	/*opacity: 0.9;*/
	padding: 20px;
	
	background-color: rgba(238,238,238,0.9); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,255,255,0.9), rgba(238,238,238,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0.9), rgba(238,238,238,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0.9), rgba(238,238,238,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,0.9), rgba(238,238,238,0.9)); /* Standard syntax */
	
	border: 1px solid #ccc;
	border-radius: 10px;
}