@font-face {
   font-family: 'FontAwesome';
   src: url('fonts/FontAwesome/fontawesome-webfont.eot');
   src: url('fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
   url('fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
   url('fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
   url('fonts/FontAwesome/fontawesome-webfont.svg#FontAwesome') format('svg');
   font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 22px;
}

blockquote {
    background: #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    text-align: justify;
}
 
blockquote:before {
    color: #bbb;
    content: "\201C"; 
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}
 
blockquote:after {
    color: #bbb;
    content: "\201D"; 
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
}
 
blockquote > p:first-child {
    display: inline;
}

a {
	text-decoration: none;
	color: #0060ff;
}

/*a:visited {
	color: #0060ff
}*/

a:hover, .main-li {
	color: #0060ff;
}

.clear {
	clear: both;
}
/*
.figure {
	text-align: center;
	max-width: 600px; 
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
   background-color: rgba(200, 200, 200, 0.28);
}
.figure img, .figure div {
	width: 100%;
}
.figure img {
	height: 100%;
}
*/
#page img { 
max-width: 100%; 
height: auto;
}

#layout {
	width: 1200px; 
	margin-left: auto;
	margin-right: auto;
}

#left-col {
	width: 300px;
	float: left;
}

#right-col {
	width: 900px;
	float: right;
}

#header-img {
	text-align: center;
}

#mob-menu, #mob-menu ul {
	display: none;
}

#menu {
	font-family: sans-serif;
}
#menu {
	list-style-type: none;
	margin: 0;
	margin-top: 200px;
	padding: 0;
}
#menu ul {
	display: none;
}

#menu .active ul {
	display: block;
	~border-left: 1px solid #000;
	~border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: circle;
}
.active li {
	padding: 0px;
}
.active .main-li {
	background-color: #457fdf;
	color: #fff;		
}

#menu > li:first-child .main-li {
	border-top: 1px solid #000;
}
.main-li {
	display: block;
	border-bottom: 1px solid #000;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}
.subactive {
	font-weight: bold;
	list-style-type: disc;
}


#page {
	margin-left: 10px;
}
/*
#page p {
	text-align: justify;
}
*/
#page iframe {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 10px;
}

footer {
	margin-top: 20px;
	border-top: 1px solid #000;
	padding-top: 20px;
	text-align: center;
}
#menu-table {
	width: 720px;
}
#menu-table-mob {
	display: none;
}
#menu-table, #menu-table td, #menu-table-mob, #menu-table-mob td {
	background-color: #B4CEE9;
	border: 2px solid #638ACB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#menu-table div, #menu-table-mob div {
	text-align: center;
}
#menu-table img, #menu-table-mob img {
	width: 205px;
	height: 80px;
	float: left;
}

.unnamed2 {
	font-size: small;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	body {
		margin: 0;
	}
	#layout, #right-col {
		width: 100%;
	}
	#left-col {
		display: none;
		float: none;
	   z-index: 100;
	   position: fixed;
	   background-color: white;
	   width: 100%;
	   height: 100%;
	   overflow-y: auto;
	}	
	#menu {
		margin: 10px;
		padding-bottom: 50px;
	}
	#header-img img {
		width: 100%;
		height: 100%;
	}
	#page {
		width: 95%;
    	margin-left: auto;
    	margin-right: auto;
	}
	#menu-table {
		display: none;
	}
	#menu-table-mob {
		display: table;
		width: 100%;
	}
	#menu-table-mob td {
		text-align: center;
		padding: 5px;
	}
	#menu-table-mob img {
		float: none;
	}
	#mob-menu {
		display: block;
		text-align: left;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
	}
	#menu-clicker {
		display: block;
		cursor: pointer;
		text-align: center;
		font-family: Helvetica;
	}
	#menu-clicker:before {
	    font-family: 'FontAwesome';
	    content: "\f0c9";
	    padding-right: 5px;
	}
	#mob-menu {
		display: block;
	}
	#mob-menu ul {
		padding-left: 5px;
		margin-top: 5px; 
	}
	#mob-menu ul .main-li {
		background-color: #457fdf;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#mob-menu ul ul {
		display: none;
		~padding-left: 20px;
	}
	#mob-menu ul ul li {
		border-bottom: 1px solid #000;
		padding: 3px;
	} 
	#page iframe {
		width: 100%;
		padding: 0;	
	}
}
