@import url("fixes/reset.css");
@import url("fixes/fonts.css");
@import url("fixes/base.css");
@import url("fixes/clearfix.css");

/* FONTS */
@font-face {
    font-family: 'corbelregular';
    src: url('fonts/corbel-webfont.eot');
    src: url('fonts/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbel-webfont.woff') format('woff'),
         url('fonts/corbel-webfont.ttf') format('truetype'),
         url('fonts/corbel-webfont.svg#corbelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'corbelbold';
    src: url('fonts/corbelb-webfont.eot');
    src: url('fonts/corbelb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbelb-webfont.woff') format('woff'),
         url('fonts/corbelb-webfont.ttf') format('truetype'),
         url('fonts/corbelb-webfont.svg#corbelbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'corbelitalic';
    src: url('fonts/corbeli-webfont.eot');
    src: url('fonts/corbeli-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbeli-webfont.woff') format('woff'),
         url('fonts/corbeli-webfont.ttf') format('truetype'),
         url('fonts/corbeli-webfont.svg#corbelitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'corbelbold_italic';
    src: url('fonts/corbelz-webfont.eot');
    src: url('fonts/corbelz-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbelz-webfont.woff') format('woff'),
         url('fonts/corbelz-webfont.ttf') format('truetype'),
         url('fonts/corbelz-webfont.svg#corbelbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* PAGE LAYOUT */
html,body {
	height: 100%;
}
body {
	background: #2e1315;
	margin: 0;
	padding: 0;
}
#container {
	background: none;
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	background-image: url(../images/bg_container.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#header-bg {
	background: #724349;
	height: 115px;
	width: 478px;
}
#header {
	background: #fff;
	height: 115px;
	width: 478px;
	-webkit-border-top-left-radius: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;
}
#intro {
	background: #57292f;
	height: 190px;
	width: 418px;
	-webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;
	margin: 50px 0;
	padding: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	line-height: 150%;
	color: #CCCCCC;
}
#content {
	background: #fff;
	width: 880px;
	padding: 32px 40px 22px 40px;
	margin: 0 0 50px 0;
	-webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;
}


/* NAVIGATION */
#navi {
	background-image: url(../images/bg-navi.gif);
	height: 50px;
	width: 478px;
	-webkit-border-top-left-radius: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;
}
#navi ul, #navi li {
	list-style: none;
	margin: 0;
}
#navi li {
	float: left;
}
#navi li a {
	width: 118px;
	margin-left: 2px;
	height: 50px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-align: center;
	line-height: 50px;
	color: #bbb;
}
#navi li a:hover {
	color: #fff;
	background-color: #824e54;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#678492', endColorstr='#95AAB5');
}
#navi li a.first  {
	margin-left: 0;
}
#navi li a.first:hover  {
	-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;
}
#navi li a.last:hover  {
	-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px;
}
#navi .navi-div {
	width: 2px;
	height: 50px;
	float: left;
	display: block;
	background-image: url(../images/bg-navi.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/* FOOTER */
#sub-footer {
	background: #724349;
	color: #fff;
	width: 880px;
	padding: 40px;
	margin: 0 0 30px 0;
	-webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;
}
#sub-footer .column1 {
	width: 210px;
	float: left;
	height: 127px;
}
#sub-footer .column1 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	color: #fff;
	line-height: 26px;
	margin: 0;
}
#sub-footer .column1 p a {
	color: #fff;
	font-size: 80%;
	line-height: 10px;
}
#sub-footer .column1 p a:hover {
	color: #bbb;
}
#sub-footer .column2 {
	width: 440px;
	float: left;
	height: 127px;
}
#sub-footer .column2 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: lighter;
	color: #fff;
	margin: 0 0 24px 0;
}
#sub-footer .column2 p a {
	color: #fff;
}
#sub-footer .column2 p a:hover {
	color: #bbb;
}
#sub-footer .column3 p {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	margin: 0;
	font-size: 140%;
	line-height: 150%;
}
#sub-footer .column3 p strong {
	font-size: 120%;
	font-weight: lighter;
}
#sub-footer .gdpr {
	margin: 20px auto 0 auto;
	font-family: "Times New Roman", Times, serif;
	color: #0C3546;
	font-size: 120%;
	line-height: 150%;
	width: 75%;
}
#footer {
	height: 30px;
	width: 960px;
}
#footer p {
	color: #fff;
	font-size: 85%;
	line-height: 30px;
	vertical-align: middle;
}
#footer p.left {
	float: left;
}
#footer p.right {
	float: right;
}
#footer a,#footer a:visited {
	text-decoration: none;
	color: #92A6B2;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}


/* TEXT FORMATTING */
a,a:visited {
	color: #678492;
	text-decoration: none;
}
a:hover {
	color: #222;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
	color: #57292f;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
	color: #57292f;
	font-weight: lighter;
}
h3 {
	font-size: 105%;
	font-family: 'corbelbold';
	color: #777;
	margin: 0;
	font-weight: lighter;
}
#content h3 {
	font-size: 170%;
	font-family: "Times New Roman", Times, serif;
	color: #465964;
	font-weight: lighter;
	font-style: italic;
}
p,label,button,input,textarea,label {
	font-size: 150%;
	font-family: 'corbelregular';
	color: #555;
}
.map {
	float: right;
}
#gmap_canvas img {
	max-width: none !important;
	background: none !important
}
#content ul, #content li {
	list-style-type: none;	
}
#content li {
	/*background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 20px;*/
	margin-left: 0px; 
	text-indent: -22px;
	line-height: 150%; 
	font-size: 150%;
	font-family: 'corbelregular';
	color: #555;
	margin-bottom: 10px;
}
#content li:before {
	content: "▪ ";
	color: #678492;
	font-size: 170%;
	line-height: 100%;
	vertical-align: bottom;
}
#sub-footer a {
	color: #fff;
}
#sub-footer a:hover {
	color: #bbb;
}