@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Regular.woff2') format('woff2'),
        url('font/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #1A1A1A url(images/main-wrapper.jpg) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #4F4F4F;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0px;
	line-height: 180%;
}

a {
	color: #17689D;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin-right: 40px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/** WRAPPER */

#wrapper {
	min-width: 1200px;
	background: url(images/page-wrapper.jpg) repeat;
}

/** HEADER */

#header {
	background: url(images/Aesculapius.png) no-repeat 30px 30px;
	background-size: 70px;
	padding: 30px 0 0 0;
	height: 135px;
}

/** LOGO */

#logo {
	width: 510px;
}

#logo h1, #logo p {
	display: block;
	letter-spacing: -2px;
	padding: 0 0 0 110px;
	font-weight: 400;
	font-size: 40px;
	color: #0C0C0C;
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding: 45px 0px 0px 0px;
	letter-spacing: -2px;
	font-weight: 400;
	font-size: 40px;
	color: #0C0C0C;
}

#logo h3 {
	margin: 0px;
	padding: 0 0 0 110px;
	line-height: normal;
	text-decoration: none;
	font-weight: 200;
	font-size: 12pt;
}

#logo p {
	margin-top: -5px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #7C7C7C;
}

#logo a {
	text-decoration: none;
	color: #7C7C7C;
}

/** MENU */

#menu {
	float: right;
	margin: 0 40px 0 0;
	width: 680px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: #0C0C0C
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: #17689D;
	border-radius: 5px;
	border: 1px solid #3B98D4;
	box-shadow: 0px 1px 5px rgba(0,0,0,.4);
}

#menu .active a {
	display: inline-block;
	padding: .5em 1em;
	letter-spacing: 1px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	color: #FFFFFF;
	box-shadow: inset 1px 1px 1px #064670;
}

/** BANNER */

#banner {
	margin: 2em auto;
	height: 528px;
	background: #17689D;
}

#banner a {
	text-decoration: none;
	color: #FFFFFF;
}

#banner #column1 {
	float: left;
	width: 348px;
	padding: 50px 30px 20px 30px;
	color: #FFFFFF;
}

#banner #column1 h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: 400;
}

#banner #column2 {
	float: left;
	width: 792px;
}

#opening_left {
}

#opening_right {
	width: 320px;
}

/** PAGE */

#page {
	overflow: hidden;
	min-height: 400px;
}

/** CONTENT */

#content_left_column {
	min-width: 408px;
	color: #FFFFFF;
	text-align: center;
}

#content {
	margin: 0 20px 0 0;
	text-align: justify;
	width: 772px;
}

#content h2 {
	padding: 0px 0px 10px 0px;
	letter-spacing: -2px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 40px;
	font-weight: 400;
}

#content h3 {
	margin-top: -15px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

#content ul {
	margin: 0 20px 0 0;
}

#content li {
    list-style-type: square;
}

#content li li {
    list-style-type: circle;
	margin-left: 15em;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 384px;
}

#sidebar h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 30px;
	font-weight: 400;
}

/* Footer */

#footer {
	border-top: 1px solid #474747;
}

#footer p {
	padding: 2em 0em;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.50);
	color: #919191;
}

#footer a {
	color: #919191;
}

#footer-content {
	padding: 5em 0em 3em 0em;
	text-shadow: 1px 1px 1px rgba(0,0,0,.50);
	color: #919191;
}

#footer-content h2 {
	padding: 0em 0em 1.50em 0em;
	text-shadow: 1px 1px 1px rgba(0,0,0,.50);
	font-weight: 300;
	color: #FFFFFF;
}










