@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('font/roboto-slab-v12-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('font/roboto-slab-v12-latin-700.woff') format('woff');
}

body{
	font-family:		'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
	font-display:fallback;
	font-size:		1em;
	line-height:		1.4em;
	height:100%;

	background-image:	url('../images/bg_screen.svg');
	background-size:	100%;
	background-position:	top center;
	background-repeat:	no-repeat;
	background-color:#296353;

	margin:			15px 15px 15px 15px;
	text-align:		center;
	color:			#444444;
}
td,th{
	font-size:		1em;
}
div#topbanner{
	margin:			0px auto;
	margin-bottom:		6px;
	padding:		0px;
	position:		relative;
}
.topbnr{
	width: 320px; height: 100px;
}
@media (min-width:500px){
	.topbnr{
		width:	468px;
		height:	60px;
	}
}
@media (min-width:800px){
	.topbnr{
		width:	728px;
		height:	90px;
	}
}
@media (min-width:1000px){
	.topbnrXX{
		width:	970px;
		height:	250px;
	}
}
div#screen{
	width:			830px;
	margin:			0px auto;
	position:		relative;
	overflow:		hidden;
	margin-bottom:	50px;
}
@media only screen and (min-width: 786px) {
	div#screen{
		box-shadow:		0px 10px 40px 2px rgba(0,0,0,0.5);
	}
}
div#page{
	text-align:		left;
	margin:			0px auto;
	padding:		0px 0px 50px 0px;
	background-color:	#ffffff;
	position:		relative;
}
div#tagline{
	margin:			5px 0px 10px 0px;
	text-align:		center;
	color:			#ffffff;
	height:			auto;
	font-weight:		bold;
	overflow:		hidden;
	padding:		3px 20px 3px 20px;
	text-shadow:	0px 2px 4px rgba(0,0,0,1);
}
div#logo{
	text-align:center;
	background-color:#006677;
	padding:10px 4px 6px 4px;
}
label#toggle_label{
	position: absolute;
	z-index: 7;
	cursor: pointer;
	transition: left .5s ease-in-out 0s;
	overflow:hidden;
	left:			-80px;
	top:			28px;
	padding:		0px;
	margin:			0px;
	width:			60px;
	height:			60px;
}
div#menubutton #circ{
	fill:		#173245;
}
input[type=checkbox] {
   position:absolute;
   opacity:0;
   left:-50px;
}

div#menubutton rect{
	fill:#fff;
	stroke:none;
}

@media only screen and (max-width: 876px){
	div#menu{
		left:-210px;
		transition: left .5s ease-in 0s;
		float:			none;
		position:		absolute;
		padding:		0px;
		z-index:6;
	}
	div#menubutton rect#rect_mid1{
		transform-origin:50% 50%;
		transform: rotateZ(0deg);
		transition: all .5s ease-in-out 0s;
	}
	div#menubutton rect#rect_mid2{
		transform-origin:50% 50%;
		transform: rotateZ(0deg);
		transition: all .5s ease-in-out 0s;
	}
	div#menubutton rect#rect_top{
		opacity:1;
		transition: all .4s ease-in-out 0s;
	}
	div#menubutton rect#rect_bot{
		opacity:1;
		transition: all .4s ease-in-out 0s;
	}
	
	label#toggle_label{
		left:20px;
		transition: left .5s ease-in-out 0s;
	}
	input[type=checkbox]:checked ~ div#menu{
		left:0px;
		transition: left .5s ease-out 0s;
	}
	input[type=checkbox]:checked ~ div#menubutton rect#rect_mid1{
		transform-origin:50% 50%;
		transform: rotateZ(-45deg);
		transition: all .5s ease-in-out 0s;
	}
	input[type=checkbox]:checked ~ div#menubutton rect#rect_mid2{
		transform-origin:50% 50%;
		transform: rotateZ(45deg);
		transition: all .5s ease-in-out 0s;
	}
	input[type=checkbox]:checked ~ div#menubutton rect#rect_top{
		opacity:0;
		transition: all .4s ease-in-out 0s;
	}
	input[type=checkbox]:checked ~ div#menubutton rect#rect_bot{
		opacity:0;
		transition: all .4s ease-in-out 0s;
	}
	input[type=checkbox]:checked ~ div#menubutton #circ{
		fill:		#0099cc;
	}
}

div#menu{
	line-height:	1.6em;
	float:			left;
	width:			198px;
	padding-bottom:	50px;
	overflow:hidden;
}
div#content{
	float:			left;
	width:			550px;
	margin:			30px 40px 10px 40px;
	padding:		0px;
}
div#footer{
	position:		relative;
	text-align:		center;
	color:			#83BBD0;
	background-color:#006677;
	padding:15px;
}
div#footer a{
	color:			#B3D7E3;
	text-decoration:	none;
}
div#footer a:hover{
	color:			#B3D7E3;
	text-decoration:	underline;
}
div#footer img{
	margin:			10px;
	vertical-align:		middle;
}
p{
	margin:			0 0 1em 0;
}
div.p{
	margin:			0 0 1em 0;
}
.cleared{
	clear:			left;
	margin-bottom:		20px;
}
div.teaser{
	clear:			left;
	margin:			0px 0px 20px 0px;
	position:		relative;
}
div.teaser div{
	margin:			0px 0px 20px 0px;
}
img.icon{
	float:			left;
	margin:			3px 10px 20px 0px;
	width:			50px;
	height:			50px;
	border:			1px solid #999999;
}
a img.icon{
	border:			1px solid #0066bb;
}
a:hover img.icon{
	border:			2px solid #0066bb;
	margin:			2px 9px 9px -1px;
}
div.teaser a{
	padding-bottom:		3px;
}
img.floatimg{
	clear:			left;
	float:			left;
	margin:			3px 10px 10px 0px;
}
div.intro{
	color:			#666666;
	border-left:		1px solid #666666;
	padding:		15px 15px 15px 20px;
	margin-bottom:		20px;
	background-color:	#f3f3f3;
}
div.box{
	background-color:	#e0e3e6;
	border:			1px solid #d0d3d6;
	padding:		10px;
	margin-bottom:		20px;
}
.floating{
	float:			right;
	margin:			4px 0px 10px 15px;
}
.lfloating{
	float:			left;
	margin:			4px 15px 10px 0px;
}
div.fix{
	clear:			both;
	margin:			0px;
	height:			0px;
}
a{
	text-decoration:	none;
	color:			#0066bb;
}
a:hover{
	text-decoration:	underline;
}
img{
	border:			none;
}
h1{
	font-size:		2em;
	font-weight:		bold;
	margin:			10px 0px 10px 0px;
	padding:		0px 0px 3px 0px;
	color:			#aa4455;
	line-height:		34px;
	letter-spacing:		-1px;
	width:			auto;
	height:			auto;
}
h2{
	font-size:		1.4em;
	font-weight:		normal;
	margin-top:		20px;
	margin-bottom:		20px;
	color:			#446688;
	clear:			left;
	line-height:		1.2em;
}
h3{
	font-size:		1.2em;
	font-weight:		normal;
	margin-bottom:		0.5em;
	margin-top:		1.5em;
	color:			#667788;
}
h4{
	font-size:		1em;
	font-weight:		bold;
	margin-bottom:		0.6em;
	margin-top:		0.4em;
	color:			#445566;
}
sup, sub{
	line-height: 1em;  
	vertical-align: baseline;  
	position: relative;  
}  
sup {  
	bottom: 1ex;  
}  
sub {  
	top: .5ex;  
}
input,textarea{
	font-family:		Arial,Helvetica,Geneva,sans-serif;
	font-size:		1.1em;
}
.orange{
	color:			#ff9900;
	font-weight:		bold;
	display:inline-block;
	padding:5px 0px 5px 0px;
}
.page_link{
	padding-left:		2px;
	padding-right:		2px;
	border:			1px solid #DF9859;
	text-decoration:	none;
	margin:			1px;
}
.centered{
	text-align:		center;
}
div#menupad{
	padding:		0px;
	margin-bottom:		0px;
	background-color:	#DFEAED;
	color:			#223344;
	border-right:2px solid #006677;
	overflow:hidden;
}
div#menupad ul{
	list-style:		none;
	margin:			0;
	padding:		0;
}
div#menupad span#active{
	background-color:	#ffffff;
	display:		block;
	position:		relative;
	left:			-2px;
	padding:		0 0 0 2px;
	color:			#223344;
}
div#menupad li{
	width:			183px;
	vertical-align:		top;
}
div#menupad span.tree0, div#menupad span.tree1, div#menupad span.tree2, div#menupad span.tree3{
	display:		block;
	margin:			0 0 0 5px;
	padding:		0 0 0 10px;
	background-repeat:	repeat-y;
	background-position:	top left;
}
div#menupad span.tree0{
	background-image:	url('data:image/gif;base64,R0lGODlhCQAeAPABAKCgoP///yH5BAUAAAEALAAAAAAJAB4AAAIfDIKJp8lt4JJRvnZVdnRP24XgCHlVKaIklrKr1sJQAQA7');
}
div#menupad span.tree1{
	background-image:	url('data:image/gif;base64,R0lGODlhCQAMAPABAKCgoP///yH5BAUAAAEALAAAAAAJAAwAAAITDIKJp8lt4JJRvnZVdhT471FBAQA7');
	background-repeat:	no-repeat;
}
div#menupad span.tree2{
	background-image:	url('data:image/gif;base64,R0lGODlhCQDIAPABAKCgoP///yH5BAUAAAEALAAAAAAJAMgAAAKGDIKJp8lt4JJRvnZVdhT471XQNlndaaYjuqoY+7oaPMucXbZ6vNf9/cvxhj4i0CgsKo/LJPPpjIqQ02YVepWSstytl4b94rpgbZk8FgfRazXVbYWHz3Jzmo6/69t5/v7dB/gXF0g4OHdo57coyGjoiAip2Ej5WBl5OWm5icmp2Qn6KcqmUAAAOw==');
}
div#menupad span.tree3{
	background:		none;
}
div#menupad div.menuheader{
	font-weight:		bold;
	line-height:	1.6em;
	margin:			0px 0px 2px 0px;
}
div#menupad div.menusection{
	margin:			0px 0px 0px 0px;
	border-left:		10px solid #cccccc;
	padding:	6px 0px 6px 8px;
	border-bottom:2px solid #006677;
}
div#menupad a{
	text-decoration:	none;
	color:			#0066bb;
}
div#menupad a:hover{
	text-decoration:	underline;
	color:			#0055aa;
}
div#submenu{
	padding:		40px 0 40px 0;
	border-right:1px solid #7FB2BB;
}
div.responsivebox{
	margin:			5px 0px 25px 0px;
	width:			550px;
	height:			auto;
}
span.thinsp{
	font-size:		50%;
	line-height:		0.5em;
}
span.utf8{
	font-family:		Arial, 'Times New Roman', Times, serif;
}
div#soc{
	margin:			40px 0px 20px 0px;
	padding:		20px 0px 0px 0px;
	border-top:		1px solid #cccccc;
	clear:			both;
}
div#soc_right{
	float:			right;
}
div#soc_left{
	float:left;
}
a img{
	border:none;
}
div.tabs{
	border-bottom:1px solid #cccccc;
	padding:10px 0px 0px 0px;
	margin:10px 0px 10px 0px;
}
div.tabs a, div.tabs span{
	display:inline-block;
	text-align:center;
	width:100px;
	padding:3px 5px 3px 5px;
	margin:0px 0px -2px 0px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
div.tabs span{
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}
div.counterdiv{
	clear:both;
	padding:10px;
	border-bottom:1px solid #cccccc;
}
div.countersubdiv{
	cursor:pointer;
	float:right;
	width:264px;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	background-color:#f6f6f6;
	border:1px solid #dddddd;
	position:relative;
}
div#palette{
	padding:15px 0px 7px 15px;
	border:1px solid #cccccc;
	display:none;
}
a.palettesquare{
	float:left;
	overflow:hidden;
	display:block;
	height:10px;
	width:14px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
}
p#paletteunlink{
	margin:4px 0px 0px 0px;
}
span.scream{
	font-weight:bold;
	color:#cc0000;
	background-color:#ffee00;
	padding:2px 5px 0 5px;
	line-height:1em;
}
div#hp_intro{
	float:left;
	width:250px;
	padding:0 20px 0 0;
}
div#hp_highlight{
	width:250px;
	float:left;
	margin:		5px 0 20px 0px;
	padding:		10px;
	text-align:		center;
	border:		2px solid #999999;
	color:	#666666;
}
div#hp_highlight p{
	margin:0 0 0.2em 0;
}
@media only screen and (max-width: 876px) {
	body{
		margin:10px;
	}
	div#topbanner{
		width:			auto;
	}
	div#topbanner div{
		width:			auto;
	}
	div#screen{
		width:			auto;
	}
	div#page{
		width:			auto;
	}
	div#content{
		float:			none;
		width:			auto;
		margin:			0px;
		padding:		20px;
	}
	div#menubutton{
		display:		block;
	}
	h1{
		margin:			10px 0px 25px 0px;
	}
	div#submenu{
		margin:			0px;
		padding:		0px;
		height:			1px;
		width:			1px;
		overflow:		hidden;
	}
	.wide{
		width:			100%;
	}
	div.responsivebox{
		width:			320px;
		height:			auto;
		overflow:		hidden;
		margin:			0px auto;
	}
	div#hp_intro{
		width:45%;
	}
	div#hp_highlight{
		width:45%;
		margin:		0 0 20px 0%;
	}
}

@media only screen and (max-width: 542px) {
	h1{
		font-size:		1.8em;
	}
	img.floatimg{
		float:none;
		width:100%;
		height:auto;
		display:block;
	}
	div#hp_intro{
		float:none;
		width:auto;
	}
	div#hp_highlight{
		width:auto;
		float:none;
		margin:		0 0 20px 0;
	}
}